@charset "utf-8";
/* Simple fluid media*/
img, object, embed{
}
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,address,figure{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    vertical-align: baseline;
    /*    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';*/
    line-height: 1;
    background-repeat: no-repeat;
    background-size: contain;
    letter-spacing: 0.1em;
}
/* IE 6 does not support max-width so default to width 100% */
img {
	width:100%;
}
/*font*/
.font_min{
	/*font-family: 'Noto Serif JP', serif;*/
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.font_go{
    font-family: 'Noto Sans JP', sans-serif;
}
.font_sofia{
	font-family: sofia-pro, sans-serif;	
}
.font_cam{
	
}
.font_century{
	font-family: "century-gothic", sans-serif;	
}
.font_century_min{
	font-family: "century-old-style-std", serif;	
}



.vertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    width: 100%;
}

/*reset */
html, body {
  height:100%;
}
body{
    width: 100%;
	
}
a,svg,img,.hover_anm{
    transition: all  0.3s ease;
}
a:hover{
    text-decoration: none;
}
html { 
	font-size:1.3333333333vw;
}

.fluidheight{
	height: 100%;
}
.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pc480{
	visibility:hidden;
	display: none;
}
body .pc768{
	visibility:hidden;
	display: none;
}
.pc1200{
	display: none;
}
.sp1200{
	display: block;
}
.pc1400 {
    display: none;
}


.Trigger{
	opacity: 0;
}
.fade_active{
	animation-duration:0.4s;
	animation-fill-mode:forwards;
	transition-timing-function:ease-out ;
}
.fade_active.fadeLeft{
	animation-name:fadeLeftAnime;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-20px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade_active.fadeRight{
	animation-name:fadeRightAnime;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(20px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fade_active.fadeUp{
	animation-name:fadeUpAnime;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fade_active.fadeIn{
	animation-name:fadeInAnime;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.fade_active.fadeFit{
	animation-name:fadeFitAnime;
}
@keyframes fadeFitAnime{
  from {
    opacity: 0;
	transform: translateY(0px);
	transform: scale(1.3);
	filter: blur(1.5rem);  
  }

  to {
    opacity: 1;
	transform: translateY(0);
	transform: scale(1);
	filter: blur(0);  
  }
}

.fade_active.scroll-hint {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	animation: swayAndFade 2s ease-out forwards;
	z-index: 99999;
	font-size: 2em;
	font-weight: 600;
  }

  @keyframes swayAndFade {
	  0% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%);
	  }
	  20% {
		transform: translateX(calc(-50% - 10px)) translateY(-50%);
	  }
	  40% {
		transform: translateX(calc(-50% + 10px)) translateY(-50%);
	  }
	  60% {
		transform: translateX(calc(-50% - 5px)) translateY(-50%);
	  }
	  80% {
		transform: translateX(-50%) translateY(-50%);
		opacity: 1;
	  }
	  100% {
		opacity: 0;
		visibility: hidden;
	  }
	}
.wrap {
    position: relative;
	overflow: hidden;
}
.color_black{
	color: #3d3a39;
}
.color_white{
    color: #FFFFFF;
}
.color_orange{
	color: #d25e3b;
}
.color_blue{
	color: #124a97;
}
.color_blue_dark{
	color: #061d3c;
}
.color_green{
	color: #238e3b;
}
.color_green02{
	color:#d5e8e9;
}
.color_green03{
	color:#5f9ea0;
}
.color_green04{
	color:#e7f1f1;
}
.color_green05{
	color:#cee3e4;
}

.color_gray{
	color:#767474;
}
.color_gray02{
	color:#f7f5f5;
}
.color_yellow{
	color: #fbec1f;
}
.color_red{
	color: #E12220;
}
.color_pink {
	color: #ff008c;
}
.cnt {
    position: relative;
}
.bk_white {
    background-color: #FFFFFF;
}
.bk_green02 {
    background-color: #d5e8e9;
}
.bk_green {
	background-color: #238e3b;
}
.bk_grad_green{
	background: linear-gradient(180deg, rgb(213, 232, 233) 80%, rgb(255, 255, 255));
}
.bk_gray {
    background-color: #f1f4f6;
}
.bk_blue {
    background-color: #124a97;
}
.bk_red {
    background-color: #E12220;
}
.bk_yellow {
    background-color: #FFEA00;
}
.bk_black {
    background-color: #000;
}

.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
}
.marquee-inner {
    animation: marquee 90s linear infinite;
	margin-right: 2em;
}
@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}
/* 逆向き版 */
.marquee02 {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  gap: 1rem;
}
.marquee02 .marquee-inner {
  animation: marquee 90s linear infinite reverse; /* ← 逆向きにする */
  margin-left: 0em;  /* 余白の食い込み方向を反転（必要なら） */
}



.head {
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 3;
}
.head_logo {
    width: 45%;
    display: block;
    padding: 2em;
    background-color: #FFFFFF;
    max-width: 424px;
    position: relative;
    z-index: 2;
}




.header{
	position: fixed;
	width: 100%;
	z-index: 999;
	opacity: 0;
	
}

/*　上に上がる動き　*/

.header.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}

/*　下に下がる動き　*/

.header.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


.head {
	position: relative;
	z-index: 999;
	padding-left: 0px;
}
.head_flex {
	display: flex;
	justify-content: space-between;
	align-items: normal;
}
.logo {
    width: 24em;
	max-width: 350px;
    height: auto;
    display: flex;
	align-items: center;
	padding: 10px;
	background: #e12220;
	clip-path: polygon(0% 0%, 100% 0%, 93% 100%, 0% 100%);
}
.logo img{
	height: 26px;
	width: auto;
}
.logo_foot {
    width: 200px;
    height: auto;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.logo a {
    display: block;
    font-size: 16px;
}
.logo_foot a {
    display: block;
    font-size: 16px;
}
.logo_txt {
	margin-top: -9px;
    font-size: 8px;
    text-align: right;
    display: block;
    transform: translateX(16px) translateY(-23px);
}
.logo_txt_foot {
    margin-top: -6px;
    font-size: 10px;
    text-align: right;
    display: block;
    font-weight: 600;
    transform: translateX(-3px) translateY(-34px);	
}
.head_l01_flex {
	display: flex;
	align-items: center;
	background-color: #e12220;
	clip-path: polygon(2% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.nav_link02 {
    background-color: #2f417f;
    color: #FFFFFF;
    display: none;
    font-size: 16px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.nav_link03 {
    display: none;
    background-color: #d25e3b;
    color: #FFFFFF;
    font-size: 16px;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.openbtn_box {
    background-color: #e12220;
    display: flex;
    align-items: center;
}





/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 100;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*動き*/
    transition: all 0.6s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    visibility: hidden;
    background-color: #FFFFFF;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
	visibility: visible;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    /*position: fixed;*/
    position: relative;	
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	margin-top: 0px;
}

/*ナビゲーション*/
.g-navin {
    text-align: center;
    width: 100%;
	transition: 0.1s;
	visibility: hidden;
	opacity: 0;
}
.panelactive .g-navin {
	padding-top: 60px;
	padding-bottom: 90px;
	visibility: visible;
	opacity: 1;
}



/*リストのレイアウト設定*/
.scroll_no{
	overflow-y: hidden;
}
/*========= ボタンのためのCSS ===============*/
.openbtn1{
    /*    position: fixed;*/
    z-index: 9999;/*ボタンを最前面に*/
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 13px;
    height: 2px;
    background-color: #fff;
    width: 50%;
  }
.openbtn_b span{
	background-color: #fff;
}
.openbtn_b.active span{
	background-color: #fff;
}

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

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

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

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

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

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


.g-nav_box_ttl {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    transition: all  0.5s ease;
}
a.g-nav_box_ttl{
	font-weight: 600;
}

.g-nav_box_ttl img {
    width: 30px;
    margin-right: 10px;
}
.g-nav_box_ttl svg {
    width: 7px;
    margin-left: 5px;
    height: 7px;
}
.g-nav_box_a {
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 12px;
}
.g-nav_box_a svg {
    width: 7px;
    height: 7px;
    margin-left: 5px;
}
.g-nav_box_cnt {
    padding-left: 41px;
}
.g-nav_box {
    padding-left: 4em;
    padding-bottom: 40px;
}
.g-nav_bnr {
    display: flex;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 15px;
    padding-bottom: 4em;
    border: 3px solid #221815;
    text-align: center;
    align-items: center;
    padding-bottom: 0px;
    margin-bottom: 30px;
}
.g-nav_bnr .arrow_svg {
    width: 7px;
    height: 7px;
    align-items: center;
}
.g-nav_bnr_tab {
    color: #FFFFFF;
    background-color: #d25e3b;
    display: inline-block;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: auto;
    font-size: 2.5em;
    transform: translateY(-20px);
    line-height: 1.3;
    padding-left: 10px;
    padding-right: 10px;
}
.g-nav_bnr_in {
	flex: 1;
}

.g-nav_bnr_sttl {
    font-size: 2.5em;
    text-align: center;
    padding-bottom: 13px;
    margin-top: -10px;
}
.g-nav_bnr_ttl {
    font-size: 4.5em;
    font-weight: 400;
    text-align: center;
    padding-bottom: 5px;
    margin-top: -5px;
}
.g-nav02_flex {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.nav_bnr_img01 {
    margin-bottom: 10px;
}


.g-nav_bnr02 img {
    height: 40px;
    width: auto;
}
.g-nav03_flex {
    display: flex;
	justify-content: space-between;
}
.g-nav_bnr02 {
    width: 49%;
}
.g-nav04_flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1600px;
}
.g-nav04_flex a {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-right: 5px;
}
.g-nav04_flex img {
    width: 40px;
}
.logo_land {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.logo_land_a {
	background-color: #FFEA00;
	color: #000000;
	font-weight: 700;
	font-size: 12px;
	border-radius: 100px;
	padding: 0.5em;
	text-align: center;
	margin-right: 0.3em;
}
.nav_down_link {
	display: none;
}
.nav_down_link.active {
	display: block;
}
.nd01.active {
	position: absolute;
	top: 59px;
	right: 547px;
	width: 150px;
	border-radius: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(177,177,177,0.44);
	box-shadow: 0px 0px 10px rgba(177,177,177,0.44);
	z-index: 1000;
}
.nd02.active {
	position: absolute;
	top: 59px;
	right: 56px;
	width: 150px;
	border-radius: 5px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px rgba(177,177,177,0.44);
	box-shadow: 0px 0px 10px rgba(177,177,177,0.44);
	z-index: 1000;
}

.nav_down_a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	padding: 1em;
	color: #000000;
}
.nav_down_a_line {
	border-bottom: 1px solid #D4D4D4;
}
.wrapperSp {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	padding-top: 2em;
}

.btnList {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.btnList .btn {
	width: 49%;
	display: flex;
	font-size: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	margin-bottom: 2%;
	min-height: 60px;
	align-items: center;
	justify-content: center;
}
.btnList .bk_yellow {
	color: #000;
}
.list a {
	color: #000000;
	font-size: 2.5em;
	text-align: left;
	border-bottom-color: #C1C1C1;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	padding: 1em;
	margin-bottom: 1%;
	font-weight: 400;
	position: relative;
	line-height: 1.3;
}
.list a.sub_link {
	border-style: none;	
	margin-left: 1em;	
}
.list a.sub_link_head {
	border-style: none;	
}

.list a.sub_link::before {
    position: absolute;
    content: '└';
    left: -0.2em;
}





.l_qspkvy{
	bottom: 20em !important;
}
.form_icon {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    margin-bottom: 4em;
}
.foot {
	background-color: #f5f5f5;
	padding-bottom: 8em;
	padding-top: 8em;
}
.ft_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-width: 300px;
    margin-bottom: 2em;
}
.ft_area {
    font-size: 10px;
    text-align: center;
    line-height: 1.7;
    padding-bottom: 3em;
    padding-left: 3em;
    padding-right: 3em;
}
.ft_tel {
    font-size: 7em;
    text-align: center;
    color: #e12220;
    display: block;
    font-weight: 700;
}
.ft_post {
    font-size: 10px;
    padding-top: 3em;
    text-align: center;
}
.copy {
    font-size: 10px;
    text-align: center;
    padding-top: 6em;
    padding-bottom: 10em;
}
.thx_main {
	padding-top: 20em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 10em;
}
.thx_box {
    display: block;
    width: 95%;
    padding-right: 4em;
    padding-left: 4em;
    max-width: 1000px;
    position: relative;
    z-index: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(155,155,155,0.31);
    box-shadow: 0px 0px 10px rgba(155,155,155,0.31);
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 6em;
}
.thx_ttl {
    font-size: 8em;
    font-weight: 700;
    text-align: center;
    transform: translateY(-0.5em);
}
.thx_lead {
    font-size: 2em;
    line-height: 1.7;
    text-align: center;
    padding-bottom: 2em;
}
.thx_lead02 {
    font-size: 4em;
    font-weight: 800;
    text-align: center;
    padding-bottom: 1em;
    line-height: 1.5;
}
.thx_lead03 {
    font-size: 3em;
    text-align: center;
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: 1em;
}
.thx_lead04 {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_arrow {
    width: 30%;
    max-width: 115px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	transform: translateY(4em);
}
.thx_icon {
	width: 18%;
    max-width: 140px;
    display: block;
    position: absolute;
    top: 29%;
    right: 2%;
}
.thx_img01 {
    display: block;
    width: 15%;
    max-width: 120px;
    position: absolute;
    left: -4em;
    bottom: 8em;
}
.thx_img02 {
    display: block;
    width: 15%;
    max-width: 120px;
    position: absolute;
    right: -4em;
    bottom: 8em;
}
.thx_f_ttl {
    font-size: 4em;
    font-weight: 700;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_user {
    font-size: 4em;
    font-weight: 800;
    text-align: center;
    padding-bottom: 0.5em;
}
.thx_sama {
    font-size: 0.5em;
}
.arrow {
	position: relative;
	width: 100px;
	margin: 0 auto;
	z-index: 2;
}
.arrow::before {
  animation: arrow 2.5s infinite;
  border: solid #000;
  border-width: 0 0 3px 3px;
  content: "";
  margin: auto;
  position: absolute;
  top: -37px;
  left: 23px;
  transform: rotate(-45deg);
  width: 60px;
  height: 60px;
}
@keyframes arrow {
  0% {
	transform: rotate(-45deg) translate(0, 0);
  }
  60% {
	transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 60%, 100% {
	opacity: 0;
  }
  30% {
	opacity: 1;
  }
}




.blank_svg {
    width: 10px;
    height: 10px;
    margin-left: 0px;
    margin-right: 8px;
}

.ui-datepicker {
  width: 100% !important;
  padding: .2em .2em 0;
  display: none;
  max-width: 36em !important;
  font-size: 2em !important;
  overflow: hidden;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
   font-size: 3rem !important;	
  text-decoration: none; 
}
.ui-datepicker table{
  font-size: 2em !important;

}	
.rsn_set_list {
    text-align: center;
}
.rsn_set_ttl04k {
    text-align: left;
}

.pd_btm02 {
	padding-bottom: 2em;
}
.pd_btm04 {
	padding-bottom: 4em;
}
.pd_btm06 {
	padding-bottom: 6em;
}
.pd_btm08 {
	padding-bottom: 8em;
}
.pd_btm10 {
	padding-bottom: 10em;
}
.pd_top02 {
	padding-top: 2em;
}
.pd_top04 {
	padding-top: 4em;
}
.pd_top06 {
	padding-top: 6em;
}
.pd_top08 {
	padding-top: 8em;
}
.pd_top10 {
	padding-top: 10em;
}
.mgn_top02{
	
}
.mgn_top04{
	margin-top: 4em;
	
}
.mgn_top08{
	margin-top: 8em;
	
}


.contact_slider {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10em;
	width: 90%;
}
.web01 {
	width: 35%;
	max-width: 175px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.web_ttl {
	font-size: 3.5em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 1em;
}
.web_lead {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.7;
	font-weight: 600;
	padding-top: 1em;
}
.contact_rec {
	font-size: 4em;
	font-weight: 600;
	text-align: center;
	padding-top: 3em;
	padding-bottom: 1em;
}
.contact_blue {
	background-color: #124a97;
	color: #FFFFFF;
	font-weight: 600;
	padding: 0.3em;
	display: inline-block;
	margin-right: 0.2em;
}
.contact_rec02 {
	font-size: 4.5em;
    font-weight: 600;
    text-align: center;
    padding: 0.7em;
    border: 1px solid #313131;
    width: 12em;
    margin: 0 auto;
}
.c_sl {
	padding-left: 10px;
	padding-right: 10px;
}
.contact_ttl {
	font-size: 4em;
	text-align: center;
	font-weight: 600;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	border-bottom: 1px solid #124a97;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.hint_box {
	position: relative;
}
.mv {
	position: relative;

}
.mv_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 70px;
	z-index: 3;
	max-width: 1200px;
}
.mv_pop01 {
	width: 15%;
	position: absolute;
	top: 53%;
	left: 0px;
	z-index: 1;
}
.mv_pop02 {
	width: 15%;
	position: absolute;
	top: 51%;
	right: 0px;
}
.mv_coin01 {
	width: 30%;
	position: absolute;
	left: 0px;
	top: 13%;
	display: block;
	z-index: 0;
	max-width: 500px;
}
.mv_coin02 {
	width: 30%;
	display: block;
	position: absolute;
	top: 40%;
	right: 0px;
	z-index: 0;
	max-width: 500px;
}
.mv_bk {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	object-fit: cover;
}
.mv_coin_box {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 50%;
	height: 100%;
	z-index: 0;
	max-width: 1800px;
	transform: translateX(-50%);
}
.cp_wrap {
	width: 90%;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.camp_bk {
	width: 80%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}
.cp_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.cp_ttl {
	font-size: 5em;
	font-weight: 700;
	text-align: left;
	line-height: 1.7;
	margin-bottom: 1em;
}
.maker_yellow {
	background:linear-gradient(transparent 60%, #eed251 60%);
}
.cp_lead {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.7;
	font-weight: 500;
}
.cp_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cp_l {
	width: 47%;
	margin-bottom: 6%;
}
.cp_l_txt {
	font-size: 2.5em;
	text-align: center;
	line-height: 1.5;
	padding-top: 0.5em;
}
.font_big {
	font-weight: 700;
	font-size: 1.5em;
}
.fd {
	background-color: #facd1a;
	clip-path: polygon(0% 0%, 50% 5%, 100% 0%, 100% 100%, 0% 100%);
	padding-top: 15em;
	
}
.fd_box {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.fd_ttl {
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
}
.fd_ttl_img {
	width: 90%;
	display: block;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
}
.fd_lead {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.7;
	font-weight: 700;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fd_tyui {
	color: #666666;
	font-size: 1.8em;
	text-align: left;
	line-height: 1.7;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.fd_btn {
	font-size: 4em;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background-color: #E12220;
	border-radius: 100px;
	border: 3px solid #FFFFFF;
	display: block;
	width: 15em;
	margin-left: auto;
	padding: 1em;
	margin-right: auto;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(86,86,86,0.48);
	box-shadow: 0px 4px 0px 0px rgba(86,86,86,0.48);
	position: relative;
}
.fd_btn .arrow_svg {
	fill:#fff;
	height: 0.3em;
	width: 0.3em;
	position: absolute;
	top: 50%;
	right: 0.7em;
	transform: translateY(-50%) rotate(90deg);
}
.flow_wrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.flow_ttl {
	font-size: 5em;
	font-weight: 700;
	text-align: center;
}
.flow_flex02 {
	padding: 2em;
	border-radius: 10px;
	border: 1px solid #E12220;
	display: flex;
	position: relative;
	margin-top: 2em;
	align-items: center;
}
.flow_f02_l01 {
	width: 20%;
}
.flow_f02_eng {
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
}
.flow_f02_num {
	font-size: 3em;
	font-weight: 700;
	text-align: center;
	padding-top: 0.1em;
	padding-bottom: 0.5em;
}
.flow_img {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.flow_f02_l02 {
	padding-left: 2em;
	width: 80%;
}
.flow_f02_ttl {
	font-size: 2.5em;
	font-weight: 700;
	text-align: left;
}
.flow_f02_lead {
	font-size: 1.8em;
	text-align: left;
	line-height: 1.7;
	padding-top: 1em;
}
.flow_flex02 svg {
	width: 2em;
	height: 2em;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) translateY(2em) rotate(90deg);
	fill:#E12220;
}
.flow_txt {
	font-size: 1.8em;
	color: #666666;
	text-align: left;
	line-height: 1.5;
}
.staff_wrap {
	margin-left: auto;
	margin-right: auto;
}
.staff_ttl01 {
	font-size: 4em;
	font-weight: 700;
	text-align: center;
}
.staff_ttl02 {
	font-size: 3em;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	padding-top: 1em;
}
.maker_blue {
	display: inline-block;
	padding: 0.2em;
	background-color: #124a97;
	margin-right: 0.2em;
}
.maker_red {
	display: inline-block;
	padding: 0.2em;
	background-color: #E12220;
	margin-right: 0.2em;
}
.staff_marquee .marquee, .staff_marquee .marquee02 {
	width: 300em;
	max-width: 5000px;
}
.staff_marquee .marquee{
	padding-bottom: 4em;
}
.ref_ttl {
	font-size: 4em;
	color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 1em;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
	max-width: 1400px;
}
.ref_flow02 {
	width: 2em;
	display: inline-block;
	margin-right: 0.3em;
}
.ref_box01 {
	background-color: #eaf0f7;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.ref_box02 {
	background-color: #e4f0e7;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}
.fix_bnr{
  width: 100%;
  padding-bottom: 1em;
  position: fixed;
  left: 0;
  bottom: -200px;      /* 初期は下に隠す */
  z-index: 5;
  transition: bottom .5s ease;
}
.fix_bnr.show{
  bottom: 0;
}
.fix_box {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
	background-color: #FFFFFF;
	border-radius: 10px;
	border: 3px solid #fa7748;
}
.fix_cv_ttl {
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.5em;
	background-color: #fa7748;
}
.fix_bnr .fd_btn {
	font-size: 2.5em;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	background-color: #E12220;
	border-radius: 100px;
	border: 3px solid #FFFFFF;
	display: block;
	width: 80%;
	margin-left: auto;
	padding: 1em;
	margin-right: auto;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(86,86,86,0.48);
	box-shadow: 0px 4px 0px 0px rgba(86,86,86,0.48);
	position: relative;
}
.fix_cnt {
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1.5em;
}
.sns_flex {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-top: 2em;
	flex-wrap: wrap;
}
.sns_link {
	display: block;
	margin-bottom: 2%;
	border: 2px solid #000;
	font-size: 3em;
	font-weight: 200;
	text-align: center;
	color: #000;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: 500;
}
.sns_link02 {
	display: block;
	border: 2px solid #E12220;
	background: #E12220;
	font-size: 3em;
	font-weight: 200;
	text-align: center;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 2%;
	font-weight: 500;
}
.sns_link03 {
	display: block;
	margin-bottom: 2%;
	border: 2px solid #fed000;
	background: #fed000;
	font-size: 3em;
	font-weight: 200;
	text-align: center;
	color: #000;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: 500;
}
.sns_icon {
	display: inline-block;
	width: 1em;
	height: auto;
	margin-right: 0.3em;
}
.foot_pankuzu {
	padding: 20px;
	font-size: 10px;
	margin-top: 8em;
	border-top: 1px solid #F5F5F5;
}
.list {
	list-style-type: none;
}
.foot_logo_box {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
}
.foot_lead {
	font-size: 1.8em;
	line-height: 1.3;
	text-align: left;
}
.foot_logo {
	display: block;
	margin-top: 1em;
}
.foot_logo_box02 {
}
.foot_lead02 {
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
}
.foot_logo {
	display: block;
	margin-top: 1em;
}

.copy {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
}

.copy_txt {
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding-bottom: 1em;
}
.copy_txt02 {
	font-size: 10px;
	text-align: center;
}
.copy_center {
	text-align: center;
}
.f_pp {
	display: block;
	text-align: center;
	padding: 0.5em;
	font-size: 2.5em;
	margin-bottom: 1em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	color: #000;
}
.pp_box .cb-set {
	width: 100%;
}































































@media only screen and (min-width: 375px) {	
.logo_land_a {
	margin-right: 2em;
}		
}
@media only screen and (min-width: 425px) {	
.btnList .btn {
	font-size: 18px;
}
.list li a {
	font-size: 16px;
}

}





/* Tablet Layout: 481px to 767px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {	
.sp480{
	visibility: hidden;
	display: none;
}
.pc480{
	visibility:visible;
	display: block;
}
.bnt_up{
	transition: all  0.3s ease;
}
.bnt_up:hover{
    transform: scale(1.05);
}	
.btn_cv:hover {
	background-color: #fff;
	border: 2px solid #124a97;
}
.btn_cv:hover svg{
	transform: translateY(100%) rotate(90deg);
}	
.btn_up:hover {
	transform: translateY(-5px);
}	
.fade_active.scroll-hint {
	font-size: 14px;
}
.logo_land_a{
	font-size: 14px;
}
.nav_link01:hover {
	text-decoration: underline;
	cursor: pointer;
}
.nav_down_a:hover {
	background-color: rgba(244,232,197,1.00);
	
}
.btnList .btn:hover {
	transform: scale(1.1);
}
.list a:hover {
	background: #F3EAC7;
}
.fd_btn:hover{
	background: #fff;
	color: #E12220;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	transform: translateY(4px);
	
}
.fd_btn:hover svg{
	fill: #E12220;
}




	
	
	
	




}
@media only screen and (min-width:768px){
body .sp768{
	visibility:hidden;
	display: none;
}
body .pc768{
    visibility: visible;
    display: block;
}
.l_qspkvy{
	bottom: 210px !important;
}

.ft_tel {
    font-size: 60px;
}
.arrow::before {
  width: 100px;
  height: 100px;
  left: 2px;
}
.ui-datepicker {
  font-size: 20px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
   font-size: 30px !important;	
}
.ui-datepicker table{
  font-size: 20px !important;

}	
.camp_box {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
.contact_rec {
	font-size: 40px;
}
.contact_rec02 {
	font-size: 40px;
}
.web_ttl {
	font-size: 26px;
}
.web_lead {
	font-size: 20px;
}
.head_logo {
	padding: 20px;
}
.cp_ttl {
	font-size: 50px;
}
.cp_lead {
	font-size: 20px;
}
.cp_l_txt {
	font-size: 16px;
}
.cp_l {
	width: 30%;
}
.fd_ttl {
	font-size: 20px;
}
.fd_tyui {
	font-size: 12px;
}
.fd_btn {
	font-size: 40px;
}



.fd_lead {
	font-size: 20px;
}
.flow_f02_eng {
	font-size: 15px;
}
.flow_f02_num {
	font-size: 30px;
}
.flow_img {

}
.flow_f02_ttl {
	font-size: 25px;
}
.flow_f02_lead {
	font-size: 16px;
}
.flow_txt {
	font-size: 12px;
}
.staff_ttl01 {
	font-size: 40px;
}
.staff_ttl02 {
	font-size: 30px;
}
.ref_ttl {
	font-size: 40px;
}
.fix_bnr .fd_btn{
	font-size: 35px;
    width: 80%;
	padding: 0.5em;
}
.fix_cnt {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
}
.sns_link, .sns_link02, .sns_link03 {
	font-size: 20px;
	width: 49%;
}
.sns_flex {
	display: flex;
	justify-content: space-between;
}
.foot_lead{
	font-size: 18px;
}
.f_pp {
	font-size: 16px;
}





















}


@media only screen and (min-width: 900px) {
.list_flex {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_flex .list {
	width: 48%;
}




}

@media only screen and (min-width: 1000px) {
.cp_l {
	width: 22%;
}
.flow_flex {
	display: flex;
	justify-content: space-between;
}
.flow_flex02 {
	width: 23%;
	display: block;
}
.flow_f02_l01 {
	margin: 0 auto;
	width: 100%;
}
.flow_f02_l02 {
	width: auto;
	padding-left: 0px;
}
.flow_f02_ttl {
	line-height: 1.5;
	padding-top: 0.5em;
}
.flow_f02_lead {
	padding-top: 0.5em;
}
.flow_flex02 svg {
	width: 2em;
	height: 2em;
	position: absolute;
	bottom: auto;
	top: 50%;
	left: auto;
	right: 0;
	transform: translateY(-50%) translateX(2em);
	fill:#E12220;
}











}







@media only screen and (min-width: 1100px) {


	
}
@media only screen and (min-width: 1200px) {
html {
}
.pc1200{
	display: block;
}
.sp1200{
	display: none;
}
.thx_ttl {
    font-size: 120px;
}
.thx_lead {
    font-size: 16px;
}
.thx_lead02 {
    font-size: 60px;
}

.thx_lead03 {
    font-size: 45px;
}
.thx_lead04 {
    font-size: 45px;
}
.thx_icon {
    max-width: 160px;
    top: 22%;
}
.thx_img01, .thx_img02 {
	bottom: 130px
}
.thx_arrow {
	transform: translateY(30px);
}
.balloon2 {
    font-size: 58px;
}
.nav_link01 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	padding-right: 0.5em;
	padding-left: 0.5em;
	height: 100%;
	display: flex;
	align-items: center;
}
.head_l01_flex {
	padding-left: 0.5em;
}
.logo{
	width: 8em;
}	
.logo img{
	height: 34px;
}
.mv_box{
	padding-top: 100px;
}
.flow_f02_num {
	font-size: 50px;
}
.foot_flex02 {
	display: flex;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	justify-content: space-between;
	width: 90%;
	padding-top: 8em;
}
.foot_f01 {
	width: 27%;
}
.foot_f02_flex {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1000px;
}
.foot_f02_f {
	width: 32%;
	padding-bottom: 2em;
}
.foot_f02_ttl {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
}
.foot_f02_tel {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}
.foot_f02_txt {
	font-size: 11px;
	text-align: left;
}








	
	
}



@media only screen and (min-width:1300px){

	
	
	
}


@media only screen and (min-width:1400px){

.contact_slider {
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
}
.c_sl {
	width: 31%;
}
.btnList .btn{
	width: 16%;
}


	

}



@media only screen and (min-width:1600px){
html { 
	font-size:16px;
}	
.arrow::before {
  left: -7px;
}
.camp_flex {
	display: block;
}
.camp_flex .bnr_img01 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 320px;
	transform: translateY(-50%) translateX(-800px);
}
.camp_flex .bnr_img02 {
	position: absolute;
	right: 50%;
	top: 50%;
	width: 320px;
	transform: translateY(-50%) translateX(800px);
}
.mv_pop01 {
    width: 20%;
    top: 43%;
    left: -175px;
}
.mv_pop02 {
    width: 20%;
    top: 43%;
    right: -162px;
}	
.list_flex .list {
	width: 24%;
}



	
}


@media only screen and (min-width:1800px){
.sp1800{
	display: none;
	padding-top: 2em;
}






}
