@charset "UTF-8";

*{
min-width: 0;
min-height: 0;
}
html {
	font-size: 100%;
}
body {
    font-size: 16px;
    width: 100%;
	max-width: 1920px;
	/* 「BIZ UDPゴシック」をWindowsで指定 */
	font-family: "Helvetica Neue",
	Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    position: relative;
    background-color: #fff;
}
h2, h3, h4, h5 {
	font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}
p, ul, dl {
	line-height: 1.8em;
}
li {
	list-style: none;
}
.overflow{
	overflow:hidden;
}
img.kadomaru {
	border-radius: 20px;
}
a {
    color: #c67ce0;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover {
    color: #46c5ff;
    text-decoration: none;
}
a img {
	transition: opacity 0.3s;
}
a:hover img {
	opacity: 0.6;
}
img, video {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.img-align {
	vertical-align: middle;
}
.moji_ao {
    color: #2a61b3;
}
.moji_mizu {
	color: #3695ba;
}
.moji_shiro {
	color: #fff;
}
.hidariyose {
	text-align: left;
}
.migiyose {
	display: block;
	text-align: right;
}
h1[data-emergence=hidden] {
	 opacity: 0;
}
h1[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h2[data-emergence=hidden] {
		opacity: 0;
}
h2[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h3[data-emergence=hidden] {
		opacity: 0;
}
h3[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h4[data-emergence=hidden] {
		opacity: 0;
}
h4[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
h5[data-emergence=hidden] {
		opacity: 0;
}
h5[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.shutsugen[data-emergence=hidden] {
	 opacity: 0;
}
.shutsugen[data-emergence=visible] {
	animation-name: shutsugen;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.shitakara[data-emergence=hidden] {
		opacity: 0;
}
.shitakara[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.shitakara2[data-emergence=hidden] {
		opacity: 0;
}
.shitakara2[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	animation-fill-mode: backwards;
}
.shitakara3[data-emergence=hidden] {
		opacity: 0;
}
.shitakara3[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: backwards;
}
.shitakara2x[data-emergence=hidden] {
		opacity: 0;
}
.shitakara2x[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
.shitakara3x[data-emergence=hidden] {
		opacity: 0;
}
.shitakara3x[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
}
@keyframes shutsugen{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@keyframes shitakara{
	0%{
		opacity: 0;
		transform: translateY(20px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/*1024px以上　*PCサイト用*/
@media screen and (min-width: 1024px){
	.shitakara2x[data-emergence=hidden] {
		opacity: 0;
	}
	.shitakara2x[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 0.5s;
	animation-fill-mode: backwards;
	}
	.shitakara3x[data-emergence=hidden] {
		opacity: 0;
	}
	.shitakara3x[data-emergence=visible] {
	animation-name: shitakara;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-delay: 1s;
	animation-fill-mode: backwards;
	}
}

/*------------------------------共通ヘッダー------------------------------*/
.head_line_sp {
	position: relative;
	width: 100%;
	z-index: 999;
	background-color: #fff;
}
.head_line_sp h1 {
	width: 45%;
	max-width: 180px;
	padding: 8px 0px 8px 12px;
}
.head_line_sp h1 a {
	display: block;
	width: 100%;
}
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background-color: #fff;
	background-image: url("../image/awa01.svg");
    background-position: left -50px top -50px;
    background-size: 60% auto;
    /*動き*/
	transition: top 0.8s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}
/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
.g_nav_box {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 200px;
}
.g_nav01 {
	padding: 30px 0px 20px;
	text-align: center;
}
/*リストのレイアウト設定*/
.menu_main {
	display: block;
	color: #000;
	font-weight: bold;
	padding: 12px 0px;
	text-transform: uppercase;
}
.menu_sub {
	display: block;
	color: #fff;
	margin-top: 24px;
	padding: 10px;
	border-radius: 10px;
	transition: ease .6s;
	background: linear-gradient(90deg, rgba(198, 124, 224, 1), rgba(70, 197, 255, 1)) 0 50% / 200% 100%;
}
.menu_sub:hover {
	color: #fff;
	background-position: 100% 50%;
}
.h1_menu {
	width: 200px;
	margin: auto;
	padding-bottom: 15px;
	text-align: center;
}
.h1_menu a {
	display: block;
}
.menu_tel {
	text-align: center;
	font-size: 20px;
}
.menu_tel img {
	width: 20px;
	height: auto;
	margin-right: 10px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 6px;
	right: 6px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: transform .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.head_line_pc {
	display: none;
}
#gnav2 {
	height: 0px;
	overflow: hidden;
	display: none;
}
/*768px以上　タブレット用*/
@media screen and ( min-width : 768px ){
	#g-nav {
		background-image: url("../image/cut04.svg"), url("../image/awa01.svg"), url("../image/awa01.svg");
		background-position: right 50px bottom 50px, left -50px top -50px, right -80px bottom -250px;
		background-size: 26% auto, 60% auto, 60% auto;
	}
}
/*1024px以上　*PCサイト用*/
@media screen and (min-width: 1024px){
	.openbtn {
		display: none;
	}
	#g-nav {
		display: none;
	}
	.head_line_sp {
		display: none;
	}
	.head_line_pc {
		position: relative;
		z-index: 101;
		display: flex;
		justify-content: space-between;
		width: 100%;
		background-image: url("../image/awa01.svg");
		background-position: left -50px top -50px;
		background-size: 240px auto;
	}
	.head_h1 {
		width: 150px;
		padding: 12px 0 5px 2%;
	}
	.pc_nav_box {
		width: calc(98% - 150px);
		max-width: 860px;
		display: flex;
		justify-content: space-between;
		padding: 0px 2% 0px 0px;
		text-align: center;
	}
	.pc_nav {
		width: calc(100% - 130px);
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 40px 10px 40px;
	}
	.menu_main {
		display: inline-block;
		color: #000;
		position: relative;
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	.menu_main:hover {
		color: #000;
	}
	.menu_main::after {
		position: absolute;
		top: -10px;
		left: 50%;
		content: '★';
		transition: 0.3s;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #46c5ff;
		opacity: 0;
	}
	.menu_main.current::after {
		opacity: 1;
	}
	.menu_main:hover::after {
		opacity: 1;
	}
	.pc_nav2 {
		width: 130px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menu_sub {
		margin-top: 5px;
		padding: 5px 10px;
		font-size: 12px;
	}
	.menu_tel {
		font-size: 14px;
	}
	.menu_tel img {
		width: 16px;
		margin-right: 5px;
	}
	#gnav2 {
		display: block;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
		max-width: 1920px;
    height: auto;
		background-color: #fff;
		box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02);
	}
	.kotei {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%;
		background-image: url("../image/awa01.svg");
		background-position: left -50px top -50px;
		background-size: 240px auto;
	}
	.head_h1_2 {
		width: 150px;
		padding: 12px 0 5px 2%;
	}
	.pc_nav_kotei_box {
		width: calc(98% - 150px);
		max-width: 860px;
		display: flex;
		justify-content: space-between;
		padding: 0px 2% 0px 0px;
		text-align: center;
	}
	.pc_nav_kotei {
		width: calc(100% - 130px);
		list-style: none;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 10px 40px 10px 40px;
	}
	.pc_nav2_kotei {
		width: 130px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width: 1280px){
	.head_h1 {
		width: 320px;
		padding: 30px 0 30px 2%;
	}
	.pc_nav_box {
		width: calc(98% - 320px);
		max-width: 1000px;
		padding: 0px 2% 0px 0px;
	}
	.pc_nav {
		width: calc(100% - 170px);
		padding: 10px 40px 10px 40px;
	}
	.menu_main {
		padding-top: 10px;
		padding-bottom: 5px;
		font-size: 14px;
	}
	.pc_nav2 {
		width: 170px;
		padding: 10px 0;
	}
	.menu_sub {
		margin-top: 5px;
		padding: 10px 10px;
		font-size: 14px;
	}
	.menu_tel {
		font-size: 18px;
		letter-spacing: 0.04em;
	}
	.kotei {
		background-position: left -180px top -90px;
		background-size: 480px auto;
	}
	.head_h1_2 {
		width: 200px;
		padding: 20px 0 20px 2%;
	}
	.pc_nav_kotei_box {
		width: calc(98% - 285px);
		max-width: 1000px;
		padding: 0px 2% 0px 0px;
	}
	.pc_nav_kotei {
		width: calc(100% - 170px);
		padding: 10px 40px 10px 40px;
	}
	.pc_nav2_kotei {
		width: 170px;
		padding: 10px 0;
	}
}
@media screen and (min-width: 1600px){
	.pc_nav_box, .pc_nav_kotei_box {
		max-width: 1300px;
	}
	.pc_nav, .pc_nav_kotei {
		padding: 10px 80px 10px 40px;
	}
	.menu_main {
		font-size: 16px;
	}
	.menu_sub {
		padding: 14px 10px;
		font-size: 16px;
	}
}
@media screen and (min-width: 1920px){
	body {
		margin: auto;
	}
	#gnav2 {
		left: auto;
	}
}


/*------------------------------共通------------------------------*/
.pc {
	display: none;
}
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 20;
} 
#pageTop a {
  display: block;
  z-index: 999;
	width: 35px;
}
.kaigyo {
	display: inline-block;
}
.sub_jp {
	font-size: clamp(14px, 1.5vw, 18px);
	font-family: "Helvetica Neue",
	Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    "BIZ UDPGothic",
    Meiryo,
    sans-serif;
}
.tit_style01 {
	line-height: 2;
}
.tit_style01 img {
	height: clamp( 30px, 3.5vw, 50px );
	width: auto;
}
.btn06{
	position: relative;
	text-decoration: none;
	display: inline-block;
    padding: 10px 30px 10px 30px;
    text-align: center;
    outline: none;
    transition: ease .6s;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	text-transform: uppercase;
	background: linear-gradient(90deg, rgba(198, 124, 224, 1), rgba(70, 197, 255, 1)) 0 50% / 200% 100%;
}
.btn06:hover{
	color: #fff;
	background-position: 100% 50%;
}
/*1024px以上　PCサイト用*/
@media screen and (min-width: 1024px){
	#pageTop {
		right: 20px;
	} 
	.box_flex {
		display: flex;
		justify-content: space-between;
	}
	.box_flex_r {
		display: flex;
		justify-content: space-between;
		flex-flow: row-reverse;
	}
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
@media screen and (min-width: 1280px){
	.tit_style01, .tit_style01_l {
		font-size: 28px;
	}
	.btn06 {
		padding: 20px 30px;
	}
}
@media screen and (min-width: 1600px){
	.tit_style01, .tit_style01_l {
		font-size: 32px;
	}
}



/*プランバナー*/
.planbana {
    width: 100%;
	text-align: left;
}
.planbana a {
	position: relative;
	display: block;
	width: 85%;
	margin: auto;
	max-width: 600px;
}
.planbana_sp img {
	border-radius: 10px;
}
.planbana_tex_wrap {
	position: absolute;
	top: 20px;
	left: 15px;
}
.planbana_tit span {
	color: #fff;
}
.planbana_pc {
	display: none;
}
/*768px以上　タブレット用*/
@media screen and ( min-width : 768px ){
	.planbana_tex_wrap {
		top: 30px;
		left: 30px;
	}
}
/*1024px以上　PCサイト用*/
@media print, screen and (min-width: 1024px){
	.planbana a {
		max-width: 1360px;
	}
	.planbana_pc {
		display: block;
	}
	.planbana_pc img {
		border-radius: 10px;
	}
	.planbana_sp {
		display: none;
	}
}



footer {
	background-image: linear-gradient(180deg, rgba(198, 124, 224, 1), rgba(70, 197, 255, 1));
	text-align: center;
	color: #fff;
}
.footer_box {
	position: relative;
    width: 85%;
    margin: auto;
    padding: 70px 0px 150px;
    text-align: center;
}
.f_nav {
	display: none;
}
.f_logo {
	width: 260px;
	margin: auto;
	padding: 0px 0px 30px;
}
.f_yadojyo p {
	line-height: 2em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.f_cut01 {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0;
	width: 110px;
}
.f_cut02 {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	width: 110px;
}
address {
	text-align: center;
	font-style: normal;
	font-size: 14px;
	padding: 15px 0px;
}
/*768px以上　タブレット用*/
@media screen and ( min-width : 768px ){
	.footer_box {
		padding: 70px 0 20px;
	}
	.f_cut01 {
		bottom: 80px;
		width: 160px;
	}
	.f_cut02 {
		bottom: 80px;
		width: 160px;
	}
}
/*1024px以上　PCサイト用*/
@media screen and (min-width: 1024px){
	.footer_box {
		padding: 30px 0 20px;
	}
	.f_nav {
		width: 85%;
		max-width: 850px;
		margin: auto;
		display: flex;
		justify-content: space-between;
		padding: 0 0 50px;
	}
	.f_nav a {
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
	}
	.f_nav a:hover {
		color: #f4e6f9;
	}
	.f_logo {
		width: 400px;
	}
	address {
		padding: 30px 0;
	}
}
@media screen and (min-width: 1280px){
	.f_cut01 {
		bottom: 20px;
		width: 240px;
	}
	.f_cut02 {
		bottom: 20px;
		width: 240px;
	}
}
@media screen and (min-width: 1600px){
	.footer_box {
		padding: 30px 0 60px;
	}
	.f_cut01 {
		bottom: 0;
		width: 340px;
	}
	.f_cut02 {
		bottom: 0;
		width: 320px;
	}
}

/*------------------------------下層共通------------------------------*/
.kaso_h {
	width: 100%;
	position: relative;
}
.kaso_head {
	z-index: 10;
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.grada {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.kaso_h2 {
	position: relative;
	z-index: 20;
	display: inline-block;
	padding: 15px;
    font-size: clamp( 28px, 3vw, 43px );
	color: #fff;
	text-transform: uppercase;
}
.box_main {
	width: 85%;
	margin: auto;
	max-width: 600px;
}
.tex_style01 {
	padding: 30px 0px;
	text-align: left;
}
.tex_style02 {
	padding: 30px 0px;
	text-align: left;
}
.listm01{
    position: relative;
    padding-left: 15px;
}
.listm01:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	background-color: #c67ce0;
}
.chi14 {
	font-size: 14px;
}
/*768px以上　タブレット用*/
@media screen and ( min-width : 768px ){
	.kaso_head {
		background-size: cover;
	}
}
/*1024px以上　PCサイト用*/
@media screen and (min-width: 1024px){
	.kaso_h {
		background-image: url("../image/awa01.svg");
		background-position: left -50px top -50px;
		background-size: 240px auto;
	}
	.kaso_head {
		width: 96%;
		height: 500px;
		margin: auto;
	}
	.kaso_h2 {
		padding: 20px 30px;
	}
	.box_main {
		max-width: 1360px;
	}
	.tit_style03 {
		font-size: 26px;
	}
}
@media screen and (min-width: 1280px){
	.kaso_h {
		background-position: left -100px top -90px;
		background-size: 480px auto;
	}
	.tex_style01 {
		line-height: 2.2;
	}
}
@media screen and (min-width: 1600px){
	.tex_style01 {
		line-height: 2.4;
		padding: 40px 0;
	}
}

