@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700;900&display=swap');
:root {
  --vw: 1vw;
}
:root {
  --vh: 1vh;
}
.aaaa{
	margin-bottom:  calc(var(--vw) * -10);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}
p {
    display: block;
    -webkit-margin-before:0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}
html{
font-family: 'Noto Sans JP', sans-serif,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
font-size:10px;
line-height:1.6;
}
body{
	font-size: 1.6rem;
	background-color: #ccc;
	background: url("../images/bg.jpg");
	background-size: cover;
}
img{
	display:block;
	max-width:100%;
}
a,
a:hover,
a:active,
a:visited,
a:link{
	text-decoration:none;
	color:inherit;
}

.container{
	margin: auto;
	max-width: 1350px;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	display: block;
}
.bbg{
	position: fixed;
    width: 90%;
    top: 0;
	animation: move 7s ease-out infinite;
	animation-direction:alternate;
}

@keyframes move {
  0% {
     filter: blur(0px);
  }
  100% {
    filter: blur(10px);
  }
}

header{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
    max-width: 1350px;
    margin: auto;
	width: 100%;
	padding: 20px;
	padding-right: 0;	
	box-sizing: border-box;
	z-index: 10;
	align-items: center;
    overflow: hidden;
}

.logo{
	max-width: 280px;
	width: 50%;
}
header .right{
	background-color: rgba(255,255,255,0.64);
	padding: 1rem;
	padding-right: 7rem;
	padding-left: 5rem;
	border-radius: 100px 0 0 100px;
}
.headnavi{
	display: flex;
	align-items: center;
	gap:3rem;
}
.sp_navi_btn{
	width: 20px;
	height: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}
.sp_navi_btn span{
	background-color: #000;
	height: 2px;
	width: 100%;
	display: block;
}
#kv{
	background-image: url("../images/kvbg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 20px;
    padding-top: 250px;
    padding-top: 19%;
    padding-left: 90px;
    padding-left: 7%;
    height: min(800px, 61vw);
    box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.kv_title{
	max-width: 500px;
    width: 56%;
}

.bg2_area{
	position: relative;
    margin-top: -20px;
}
.roundimg_2{
    position: absolute;
    left: 30px;
    bottom: -45%;
    width: calc(50% - 200px);
    max-width: 260px;
	z-index: 6;
}

.section_title{
	width: 100%;
	max-width: 352px;
	margin: auto;
	margin-bottom: 30px;
}
.inner{
	max-width: 1180px;
	margin: auto;
	padding: 0 40px;
	box-sizing: border-box;
}
.bg1_area{
	padding-top: calc( min(140px, 20vw) + 60px);
	margin-top: calc( -1 * min(140px, 20vw));
	padding-top: calc( min(140px) + 60px);
	margin-top: calc( -1 * min(140px));
	/*background-image: url("../images/bg1.svg");*/
	background-size: 100% auto;
	background-size: 1350px auto;
	background-position:top center;
	background-repeat: no-repeat;
}
.bg4_area{
	padding-top: calc( min(260px, 20vw));
	margin-top: calc( -1 * min(260px, 20vw));
	padding-top: calc( min(260px));
	margin-top: calc( -1 * min(260px));
	/*background-image: url("../images/bg4.svg");*/
	background-size: 100% auto;
	background-size: 1350px auto;
	background-position:top center;
	background-repeat: no-repeat;
}
.about_block{
	font-size: 1.6rem;
	position: relative;
}
.about_block .section_title{
	margin-left: 0;
	margin-bottom: 50px;
}
.about_block .inner{
	display: flex;
	gap:50px;
	position: relative;
	z-index: 5;
}
.about_block .inner > div{
	width: calc(50% - 20px);
}
.service_block{
	padding-bottom: 80px;
	background-size: 100% auto;
	/*background-image: url("../images/bg3.svg");*/
	background-position: top 40px center;
	background-size: 1350px auto;
	background-repeat: no-repeat;
	position: relative;
}
.service_block .section_title{
	margin-bottom: 80px;
	position: relative;
}
.service_list{
	display: flex;
	justify-content: flex-end;
	gap:40px;
	margin: auto;
    max-width: 1180px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.service_list2{
	margin-top: 90px;
	justify-content: flex-start;
}
.service_list_item{
	border-radius: min(30px,10vw);
	width: 400px;
	background-color: #fff;
	background-image: url("../images/bg_dot.svg");
	background-size: 8px;
	box-sizing: border-box;
	padding: 70px 20px;
	position: relative;
box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.left.bg_gra{
	position: relative;
}
.service_num{
	height: 72px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -36px;
}
.service_title{
	max-width: 330px;
	margin: auto;
	margin-bottom: 30px;
}
.bg_gra{/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#29c2ff+0,fbb03b+100 */
background: linear-gradient(to right,  #29c2ff94 0%,#fbb03b94 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mission_block{
	display: flex;
	justify-content: space-between;
	padding-bottom: 160px;
    align-items: flex-end;
}
.mission_block > div.left{
	width: calc(50% - min(5vw, 75px)); 
	position: relative;
	z-index: 3;
	margin-bottom: -100px;
}
.mission_block > div.left .inner{
	width: calc(100% + min(10vw, 150px)); 
	    border-radius:0 min(60px, 10vw) min(60px, 10vw) 0;
	overflow: hidden;
	padding: 0;
}
.mission_block > div.left .inner img{
	width: 100%;
}
.mission_block > div.right{
	width: calc(50% + min(5vw, 75px)); 
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:  min(5vw, 60px);
	padding-left: calc(min(5vw, 60px) + min(10vw, 140px)); ;
	padding-right: min(5vw, 60px);
	box-sizing: border-box;
	    border-radius:min(60px, 10vw) 0 0 min(60px, 10vw) ;
    min-height: min(50vw, 570px);
	color: #fff;
	font-size: 1.6rem;
}
.mission_block > div.right .inner{
	padding: 0;
}
.corpinfo_block{
	display: flex;
	justify-content: space-between;
	gap:40px;
	padding-bottom: 60px;
	position: relative;
}
.corpinfo_block > div{
	width: calc(50% - 20px);
} 
.corpinfo_block > div.left{
	    border-radius:0 min(60px, 10vw) min(60px, 10vw) 0;
	padding: min(5vw, 60px);
        box-sizing: border-box;
	position: relative;
	
}
.corpinfo_block table{
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	margin: auto;
	width: 100%;
}
.corpinfo_block table th,
.corpinfo_block table td{
	border-right: solid 1px #fff;
	border-bottom:solid 1px #fff;
	padding: 10px;
	color: #fff;
}
.corpinfo_block > div.right{
	padding: 60px;
	box-sizing: border-box;
}
.roundimg_3{
	width: 330px;
	position: relative;
}
footer{
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topbtn{
	width: 90px;
	position: fixed;
	bottom:30px;
	right: 30px;
	display: block;
	z-index: 10;
}
@media screen and (min-width: 901px){
.sp_navi_btn{
	display: none;
}
	.roundimg_4,
	.roundimg_5,
	.roundimg_6{
		display: none;
	}
}
@media screen and (max-width: 900px){
	
.section_title {
	margin-bottom: 40px;
        width: 48vw;
	}
	#kv {
    padding: 0 14%;
    height: 110vw;
    background-position: top left;
    background-size: 185% auto;
    align-items: center;
		display: flex;
	}
	#kv h2,
	.kv_title {
    max-width: none;
    width: 100%;
}
	.bg1_area {
		background-size: 200% auto;
    background-position:top left;
	}
	.about_block .inner > div{
		width: 100%;
	}
	.about_block .inner > div.right{
		display: none;
	}
	
.about_block .section_title {
	margin-bottom: 30px;
	}
.bg2_area{
	position: relative;
	overflow: hidden;
        padding: 5vw 0;
	margin-top: 20px;
	}
	.bg2{
    width: 200%;
	max-width: 200%;
	}
	.bg6_area{
        padding-top: calc(10vw + 60px);
	margin-top: calc(-1 * 10vw);
		/*background-image: url("../images/bg6.svg");*/
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.bg4_area,
	.service_block{
		background: none;
}
	.roundimg_2{
		display: none;
	}
	.roundimg_4{
        position: absolute;
        width: 45vw;
        bottom: -22vw;
        right: 5vw;
	}
	.roundimg_5{
        position: absolute;
        width: 42vw;
        top: 19vw;
        left: 7vw;
	}
	.roundimg_6{
        position: absolute;
        width: 30vw;
        top: 3vw;
        left: 52vw;
	}
	.service_list,	
.service_list2 {
	flex-direction: column;
	gap:90px;
}
	.service_list li,
	.service_list2 li{
		width: 100%;
	}
	
.mission_block {
	flex-direction: column-reverse;
	}
	
	.mission_block > div.right{
    padding-bottom: 120px;
    padding-top: 80px;
    width: calc(100% - 40px);
	}
.mission_block > div.left {
    width: calc(100% - 40px);
	margin-right: 40px;
    margin-top: -80px;
	}
.mission_block > div.left .inner {
	width: 100%;
	}
	.corpinfo_block{
		position: relative;
        padding-top: 45vw;
		padding-bottom: 0;
	}
	.corpinfo_block{
        padding-top: calc(51vw + 60px);
        margin-top: calc(-1 * 27vw);
		/*background-image: url("../images/bg7.svg");*/
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	.corpinfo_block > div.left{
    width: calc(100% - 40px);
        padding: 60px min(5vw, 60px);
	}
	.corpinfo_block > div.right{
		position: absolute;
        top: 23vw;
        width: 48vw;
        padding: 0;
        right: 2vw;
	}
	
	header .right{
        position: absolute;
        left: calc(100% - 20px - 4rem);
    padding-right: 5rem;
	padding-left: 2rem;
		transition: 0.3s;
		display: flex;
		align-items: center;
	gap:2rem;
	}
	header .right.active{
        left: calc(100% - 360px - 4rem);
		    background-color: rgba(255, 255, 255, 1);
	}
.headnavi {
	display: flex;
	gap:2rem;
	
	}
	
	.roundimg_3{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	
.topbtn {
	width: 60px;
	right: 20px;
	}
.sp_navi_btn {
    width: 18px;
	height: 16px;
	}
    header .right {
        position: absolute;
		left: calc(100% - 18px - 3.5rem);
	}
	html{
		font-size: 8px;
	}
    .headnavi {
        display: flex;
        gap: 1.5rem;
		font-size: 1.4rem;
	}
    header .right.active {
        left: calc(100% - 260px - 4rem);
	}
}


.gra1{
	background: linear-gradient(to right,  #29c2ff50 0%,#fbb03b50 100%);
	display: block;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	border:none;
	position: absolute;
    left: -200px;
    top: -240px;
	animation: moveB 4s ease-in infinite;
	animation-direction:alternate;
}
.gra2{
	background: linear-gradient(to right,  #29c2ff50 0%,#fbb03b50 100%);
	display: block;
	width: 800px;
	height: 800px;
	border-radius: 100%;
	border:none;
	position: absolute;
    left: -200px;
    top: 60px;
	animation: moveB 3s ease-in infinite;
	animation-direction:alternate;
}
.gra3{
	background: linear-gradient(to right, #29c2ff50 0%, #fbb03b50 100%);
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: none;
    position: absolute;
    left: 74vw;
    top: 18vw;
    animation: moveB 4s ease-in infinite;
    animation-direction: alternate;
}
.gra4{
	background: linear-gradient(to right, #29c2ff50 0%, #fbb03b50 100%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: none;
    position: absolute;
    left: 74vw;
    top: 18vw;
    animation: moveB 6s ease-in infinite;
    animation-direction: alternate;
}
@keyframes moveB {
  0% {
    margin-top: 0;
  }
  100% {
   margin-top: 80px;
  }
}

@media screen and (max-width: 1200px){
	.gra1{
	width: 70vw;
	height: 70vw;
	border-radius: 100%;
	border:none;
	position: absolute;
    left: -45vw;
    top: -35vw;
}
	
}
@media screen and (max-width: 700px){
	.bbg{
	
    width: 160%;
}
	.gra1{
	width: 70vw;
	height: 70vw;
	border-radius: 100%;
	border:none;
	position: absolute;
    left: -30vw;
    top: -35vw;
}
	.gra2{
	
	width: 80vw;
        height: 80vw;
        left: 50vw;
        top: -20vw;
}
	.gra3{
	background: linear-gradient(to right, #29c2ff50 0%, #fbb03b50 100%);
    display: block;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    border: none;
    position: absolute;
    left: -14vw;
    top: 25vw;
    animation: moveB 4s ease-in infinite;
    animation-direction: alternate;
}
	
}



.type_fade {
	opacity: 0;
	transform: translate(0, 50px);
	transition: 0.3s;
}
.type_fade.show {
	opacity: 1;
	transform: translate(0, 0);
}
/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
* {
	-webkit-appearance: none;
}

スマホ　インプットの中身の色
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #cfefff inset;
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

カド三角
		content:"";
		position:absolute;
	width: 0;
	height: 0;
	top:0;
	right:0;
	border-top: 15px solid rgba(255, 255, 255, 0.5);
	border-left: 15px solid transparent;
	border-bottom: 15px solid transparent ;
	border-right: 15px solid rgba(255, 255, 255, 0.5);


下に三角
:after{
      content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    border-top: 15px solid rgba(0,0, 0, 1);
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
}


幅の引き算
	width : -webkit-calc(100% - 60px);

<style type="text/css">
<!--
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
-->
</style>

行数制限+三点リーダー

  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;



    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	
	justify-content:space-between;
	-webkit-justify-content:space-between;
	
    justify-content: space-around ;
    -webkit-align-items: space-around ;
.video{
width:100%;             
padding-bottom: 56.25%;  
height:0px;             
position: relative;
}


文字を中央
top:50%;
     -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.anime3 img{
	-webkit-animation:zoom3 1s linear infinite alternate;
    -moz-animation:zoom3 1s linear infinite alternate;
    animation:zoom3 1s linear infinite alternate;
}
@-webkit-keyframes zoom3{
    0% {
      -webkit-transform: rotate(-60deg);}
    100% {
      -webkit-transform: rotate(0deg);}
}
@-moz-keyframes zoom3{
    0% {
      -moz-transform: rotate(-60deg);}
    100% {
      -moz-transform: rotate(0deg);}
}
@keyframes zoom3{
    0% {
      transform: rotate(-60deg);}
    100% {
      transform: rotate(0deg);}
}

.anime3 img{
    animation:zoom3 1s linear infinite alternate;
}
@keyframes zoom3{
    0% {
      transform: rotate(-60deg);}
    100% {
      transform: rotate(0deg);}
}


.tokuhou .rotet_left {
	animation: rotet_left 5s linear infinite normal;
}
@keyframes rotet_left {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}


時々使うCSS3 end */