@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: #aacd06;
}
.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: #cccc33;
}
.color_red{
	color: #b6465f;
}
.color_pink {
	color: #ff008c;
}
.cnt {
    position: relative;
}
.bk_white {
    background-color: #FFFFFF;
}
.bk_green02 {
    background-color: #d5e8e9;
}
.bk_green {
    background-color: #e8f3f4;
}
.bk_grad_green{
	background: linear-gradient(180deg, rgb(213, 232, 233) 80%, rgb(255, 255, 255));
}
.bk_gray {
    background-color: #f1f4f6;
}

.marquee {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    gap: 1rem;
    object-fit: cover;
}

.marquee-inner {
    animation: marquee 30s linear infinite;
	margin-right: -0.4em;
}
@keyframes marquee {
  0%   { translate: 0; }
  100% { translate: calc(-100% - 1rem); }
}



/*　下に下がる動き　*/

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

.header{
	position: fixed;
	width: 100%;
	z-index: 9999;
}

.head {
	position: relative;
	z-index: 999;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,42%,0.12);
	box-shadow: 0px 0px 10px hsla(0,0%,42%,0.12);
	padding-left: 10px;
}
.head_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
.logo {
    max-width: 200px;
    height: auto;
    display: flex;
	align-items: center;
}
.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: normal;
	position: relative;
}
.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: #ffea00;
	font-size: 20px;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
	position: relative;
}
.openbtn_box {
    background-color: #FFFFFF;
    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;
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.50);
}

/*アクティブクラスがついたら位置を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: 20px;
}

/*ナビゲーション*/
.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;
    filter: invert(20%);
    position: relative;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 13px;
    height: 2px;
    background-color: #221815;
    width: 50%;
  }
.openbtn_b span{
	background-color: #454139;
}
.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%;
}









.balloon1 {
	position: relative;
    display: inline-block;
    margin: 0;
    padding: 0.5em;
    min-width: 120px;
    max-width: 100%;
    font-size: 3em;
    background: #e7b521;
    border-radius: 3px;
    font-weight: 700;
}

.balloon1:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2.5em;
    border: 5px solid transparent;
    border-top: 15px solid #e7b521;
}
.balloon2 {
    position: relative;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 0.5em;
    min-width: 120px;
    max-width: 100%;
    font-size: 3.8em;
    background: #124a97;
    border-radius: 3px;
    font-weight: 700;
}

.balloon2:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 0;
    border: 5px solid transparent;
    border-top: 15px solid #124a97;
}

.balloon1 p, .balloon2 p {
  margin: 0;
  padding: 0;
}

.fix_bnr {
    background-color: #124a97;
    width: 100%;
    padding-bottom: 1em;
    position: fixed;
    left: 0px;
	bottom: -200px; /* Initially positioned below the viewport */
    z-index: 10;
	transition: all 0.5s ease;	
}


.fix_bnr.show {
    bottom: 0; /* Show the nav by moving it up into view */
}


.fix_box {
    padding-right: 2em;
    padding-left: 2em;
    position: relative;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.fix_bnr_ttl {
    width: 45%;
    display: block;
    transform: translateY(-0.5em);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0em;
}
.fix_bnr_img01 {
    width: 17%;
    position: absolute;
    top: -1em;
}
.fix_bnr_img02 {
	padding-right: 0px;
    width: 17%;
    display: block;
    position: absolute;
    right: 3%;
    top: -1em;
}

.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;
    margin-top: 8em;
    padding-top: 8em;
    padding-bottom: 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: #124a97;
    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: 8em;
    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;
}
.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;
}
.bnr_txt {
    font-size: 2em;
    text-align: left;
    line-height: 1.7;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
.cv_btn,
.cv_btn:before,
.cv_btn:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.cv_btn {
  width: 90%;
  max-width: 680px;	
  font-size: 4.5em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 0.5em 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.1s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  background-color: #c70c17;
  margin-left: auto;
  border-radius: 100px;
  margin-right: auto;	
}
.cv_btn02 {
    width: 60%;
    font-size: 2.5em;
}
.cv_btn03 {
    font-size: 3.5em;
}
.cv_btn.btn--red.btn--cubic {
  border-bottom: 6px solid #9f000c;
}

.cv_btn.btn--red.btn--cubic:hover {
  margin-top: 6px;	
  border-bottom: 0px solid transparent;
}

.cv_btn03 {
    font-size: 3.5em;
}
.cv_btn.btn--radius {
  border-radius: 100vh;
}
.nav_link_txt svg, .nav_link03 svg{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%) rotate(90deg);
	fill:#d5d5d5;
}
.nav_link03 svg{
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%) rotate(90deg);
	fill:#2e2e2e;
}
.bk_blue {
	background-color: #124a97;
}
.mv_wrap {
	position: relative;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}
.mv_ttl {
	display: block;
	position: absolute;
	top: 16%;
	left: 50%;
	width: 80%;
	transform: translateX(-50%);
}
.nav_box_a {
	font-size: 6em;
	font-weight: 600;
	display: block;
	position: relative;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 0;
	color: #2b2b2b;
}
.nav_box_a svg {
	height: 7px;
	width: 7px;
	position: absolute;
	left: 10em;
	top: 50%;
	transform: translateY(-50%);
}
.mv_wrap02 {
	padding: 4em;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.mv_pre_kikan {
	font-size: 4.5em;
	font-weight: 600;
	text-align: center;
	border-radius: 100px;
	padding: 0.4em;
	background-color: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
}
.mv_pre_kikan::before {
	position:absolute;
	content: " ";
	clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
    object-fit: cover;
	background: #fff;
	bottom: -15px;
	height: 15px;
	width: 15px;
	left: 50%;
	transform: translateX(-50%);
	
}
.mv_pre_small {
	font-size: 0.7em;
}
.mv_pre_sum_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mv_pre_sum_flex img {
	border-radius: 5px;
	width: 48%;
}
.btn_cv {
	border-radius: 10px;
	background-color: #ffea00;
	display: block;
	font-size: 3.5em;
	font-weight: 600;
	padding: 1em;
	text-align: center;
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 620px;
	color: #2b2b2b;
	border: 2px solid #ffea00;
}
.btn_cv svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	height: 7px;
	width: 7px;
}
.btn_cv_txt01 {
	font-size: 0.8em;
	padding-bottom: 0.5em;
}
.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;
	
}

.mv_img_box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.mv_l  {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.nav_line::before{
	content: " ";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #d5d5d5;
}
.mv_no1 {
	display: block;
    width: 16em;
    position: absolute;
    left: 5px;
    bottom: 0px;
    z-index: 2;
    transform: translateY(22%);
	max-width: 900px;
}
.mv_img {
	transition: opacity 1.5s ease-in-out;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
.mv_img.active {
	opacity: 1;
	position: relative;
	left: 0px;
	top: 0px;
}
.mv_img02 {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
	object-fit: cover;
	border-bottom-right-radius: 20px;
	filter: blur(20px);
	opacity: 0;
	position: absolute;
	transition: opacity 1.5s ease-in-out;
}
.mv_dummy {
	display: block;
	opacity: 0;
}

.mv_img02.active {
	opacity: 1;
}
.mv_z_flex {
	padding: 4em;
}
.mv_z_ttl {
	display: block;
	margin-bottom: 4em;
}
.arrow01 {
	display: block;
	width: 60%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4em;
	margin-bottom: 4em;
}
.mv_z_box {
	position: relative;
}
.bk_shope01 {
	position: absolute;
	z-index: 0;
	left: 10px;
	top: -20%;
	width: 50%;
	max-width: 700px;
}
.bk_shope01k {
	position: absolute;
	z-index: 0;
	left: 10px;
	top: 10%;
	width: 50%;
	max-width: 700px;
}
.bk_shope02 {
	position: absolute;
	z-index: 0;
	right: 10px;
	top: 0;
	width: 40%;
	max-width: 600px;
}
.bk_shope03 {
	position: absolute;
	z-index: 0;
	right: 50px;
	bottom: 10px;
	width: 60%;
	max-width: 800px;
}
.ttl_sub01 {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	padding-bottom: 1em;
}
.case_box {
	margin-left: auto;
	padding-bottom: 4em;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
}

.ttl_sub02 {
	text-align: center;
	font-size: 5em;
	font-weight: 600;
	line-height: 1.5;
}
.case_img_box {
	position: relative;
}
.md_zoom_icon {
	background-color: #ffea00;
	width: 40px;
	border-radius: 5px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 20;
}
.md_zoom {
	display: block;
	width: 40%;
}
.md_lead {
	text-align: center;
	font-size: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: 600;
	line-height: 1.5;
	background-color: #FFFFFF;
	letter-spacing: 0;
}
.case_wrap {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.btn_up{
	cursor: pointer;
	transition: all  0.3s ease;
}

.ml_ttl {
	font-size: 2.5em;
	font-weight: 600;
	text-align: left;
	line-height: 1.5;
	padding: 1em;
	border-left: 3px solid #124a97;
}
.ml_ttl02 {
	font-size: 2.5em;
	padding-top: 1em;
	font-weight: 600;
	line-height: 1.5;
}
.ml_flex {
	display: flex;
	justify-content: space-between;
}
.md_f07 {
	width: 69%;
	object-fit: cover;
}
.md_f03 {
	width: 29%;
	object-fit: cover;
}
.modal_cnt {
	overflow-y: auto;
}
.fancybox__content{
	border-radius: 10px !important;
	
}
.fancybox__slide{
	padding-top: 100px !important;
	padding-bottom: 0px !important;	
}
.staff_box {
	background-color: #FFFFFF;
}
.staff_info {
	padding: 4em;
	text-align: center;
}
.staff_eng {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 1em;
}
.staff_j {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}
.staff_flex {
	width: 2100px;
	display: flex;
	justify-content:space-around;
}
.staff_box {
	width: 330px;
}
.staff {
	background-image: url(../img/bgimg01.jpg);
	background-repeat: repeat;
	background-size: 200px 200px;
	position: relative;
}
.st_frag01   {
	width: 30%;
	max-width: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	display: block;
}
.st_frag02 {
	width: 30%;
	max-width: 700px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.staff_pop {
	font-size: 4em;
	font-weight: 600;
	border-radius: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #fff;
	position: relative;
	z-index: 4;
	text-align: center;
	width: 17em;
	margin: 0 auto;
	max-width: 700px;
}
.staff_pop::before {
	position:absolute;
	content: " ";
	clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
    object-fit: cover;
	background: #fff;
	bottom: -15px;
	height: 15px;
	width: 15px;
	left: 50%;
	transform: translateX(-50%);
}
.staff_cm {
	background-color: #124a97;
	color: #FFFFFF;
	text-align: left;
	font-size: 2.5em;
	line-height: 1.7;
	padding-top: 4em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 2em;
	font-weight: 500;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2em;
	width: 90%;
	position: relative;
	z-index: 0;
	max-width: 1200px;
}
.staff_flow {
	position: relative;
	z-index: 1;
}
.model {
	background-image: url(../img/bgimg01.jpg);
	background-repeat: repeat;
	background-size: 200px 200px;
	position: relative;
	padding-left: 4em;
	padding-right: 4em;
}
.md_bk {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	object-fit: cover;
	min-height: 40em;
}
.model .md_ttl {
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 5;
	max-width: 900px;
	margin-bottom: 4em;
}
.md_bln01 {
	position: absolute;
	left: 5px;
	top: -20px;
	display: block;
	width: 10%;
	max-width: 80px;
	z-index: 5;
}
.md_bln02 {
	position: absolute;
	right: 5px;
	top: 30px;
	display: block;
	width: 10%;
	max-width: 80px;
	z-index: 5;
}
.md_l_ttl {
	font-size: 3.5em;
	font-weight: 600;
	text-align: left;
	padding-bottom: 1em;
}
.md_l_post {
	display: flex;
	font-size: 2em;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 2em;
}
.md_post {
	width: 2em;
	display: block;
	max-width: 20px;
	margin-right: 1em;
}
.md_l_lead {
	padding: 4em;
	background-color: #f4f5f6;
}
.md_l_sttl {
	font-size: 2.5em;
	text-align: left;
	font-weight: 600;
	line-height: 1.7;
	padding-bottom: 1em;
}
.md_l_s_lead {
	font-size: 2.5em;
	text-align: left;
	line-height: 1.7;
}
.md_wrap {
	background-color: #FFFFFF;
	position: relative;
	padding-top: 6em;
	padding-right: 4em;
	padding-left: 4em;
	padding-bottom: 6em;
	z-index: 6;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
}
.md_l02 {
	padding-bottom: 2em;
	margin-top: 4em;
	position: relative;
}
.md_eng {
	width: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 2.5em;
}
.md_eng02 {
	width: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	position: absolute;
	top: 0px;
	left: 1em;
	font-size: 2.5em;
}
.md_flex {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
}
.md_slider {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.md_l03 {
	position: relative;
}
.md_l03in {
	margin-left: 4em;
	background-color: #f4f5f6;
	height: 100%;
}
.md_l03info {
	padding: 4em;
}
.md_l03_ttl {
	font-size: 2.5em;
	font-weight: 600;
	text-align: left;
	line-height: 1.7;
	padding-bottom: 1em;
}
.md_l03_lead {
	font-size: 2.5em;
	line-height: 1.7;
	text-align: left;
	font-weight: 600;
}
.md_btn {
	font-size: 2.5em;
	font-weight: 600;
	text-align: center;
	padding-top: 1.5em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1.5em;
	border-radius: 5px;
	border: 1px solid #2b2b2b;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 500px;
}
.md_zoom02 {
	width: 1.5em;
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 25px;
}
.disp_non {
	display: none;
}
.dk_label {
	background-color: #124a97;
	color: #FFFFFF;
	display: block;
	font-size: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	max-width: 10em;
	margin-bottom: 1em;
}
.dk_label_num {
	color: #d7d8d8;
	font-size: 10em;
	text-align: center;
	font-weight: 900;
	letter-spacing: 0;
	margin-bottom: 0.1em;
}
.dk_wrap {
	position: relative;
}
.dk_wrap::before{
	content: " ";
	position: absolute;
	width: 100%;
	height: 36em;
	max-height: 600px;
	background: #f5ffc4;
	z-index: 0;
	top: 0;
	left: 0;
}
.point_arrow {
	position: absolute;
	z-index: 1;
	height: 5em;
	width: 10em;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
	object-fit: cover;
	background: #fff;
}
.dk_mv {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 1000px;
	position: relative;
	z-index: 3;
	width: 90%;
}
.dk_lead {
	background-color: #FFFFFF;
	font-size: 3em;
	font-weight: 600;
	text-align: left;
	padding: 1em;
	line-height: 1.7;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 90%;
	position: relative;
	z-index: 3;
}
.dk_flex {
	position: relative;
	z-index: 3;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.tk_box {
	position: relative;
	background-color: #FFFFFF;
}
/* 画像のスタイル */
.tk_kumo01 {
	position: absolute;
	top: 5em; /* 適宜調整 */
	animation: moveCloud 50s linear infinite;
	width: 10em;
	left: 0%;
}
/* 画像のスタイル */
.tk_kumo02 {
	position: absolute;
	top: -2em; /* 適宜調整 */
	animation: moveCloud 30s linear infinite;
	width: 15em;
	left: -20%;
}
.tk_mv {
	width: 90%;
	max-width: 1000px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 3;
}
.dk_f_ttl {
	font-size: 4.5em;
	line-height: 1.7;
	text-align: center;
	padding-bottom: 0.5em;
	font-weight: 600;
}
.dk_f_lead {
	font-size: 2.5em;
	line-height: 1.7;
	text-align: left;
}
.dk_l01_flex {
	padding: 4em;
}
.no_graf_bk {
	background-image: url(../img/no_bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 4em;
	padding-right: 4em;
	padding-top: 16em;
}
.no_ttl {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	margin-bottom: 4em;
}
.no_graf_box {
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	padding-top: 4em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 4em;
	border-top-right-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}
.voice_wrap {
	background-image: url(../img/bgimg01.jpg);
	background-repeat: repeat;
	background-size: 200px 200px;
}
.md_lead02 {
	padding-top: 1em;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background-color: transparent;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.7;
	text-align: left;
}
.voice_name {
	font-size: 2em;
	text-align: right;
	font-weight: 400;
}


/* アニメーション定義 */
@keyframes moveCloud {
  from {
    transform: translateX(100vw);
  }
  to {
    transform: translateX(-100%);
  }
}

.marker {
    background: linear-gradient(to right, #fbf373 0%, #fbcd73 100%);
	background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 50%;
}
.voice_lead {
	font-size: 2.5em;
	font-weight: 600;
	line-height: 2;
	padding-left: 2em;
	padding-top: 1em;
}
.voice_img {
	display: block;
	margin-top: 2vw;
}
.voice_tab {
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	top: 2em;
	right: 3em;
	background-color: #fff338;
	padding: 0.2em;
	color: #061d3c;
}
.pt_bk {
	background-color: #124a97;
	position: relative;
}
.pt_flex {
	padding-left: 4em;
	padding-right: 4em;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	padding-bottom: 6em;
}
.pt_l {
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	padding: 4em;
	border-top-right-radius: 10px;
}
.pt_hd {
	font-size: 3.5em;
	font-weight: 600;
	padding-bottom: 0.5em;
}
.pt_big {
	font-size: 1.5em;
}
.pt_ttl {
	font-size: 5em;
    font-weight: 600;
    text-align: left;
    padding-bottom: 0.7em;
    padding-top: 0.2em;
}
.pt_lead {
	font-size: 2.5em;
	line-height: 2;
	text-align: left;
	font-weight: 500;
}
.pt_flex02 {
	display: flex;
	padding-top: 4em;
	justify-content: space-between;
}
.pt_img {
	width: 48%;
}
.pt_img_txt {
	font-size: 1.9em;
    text-align: center;
    font-weight: 400;
    padding-top: 1em;
    letter-spacing: 0;
}
.pt_mv01 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pt_s_txt {
	font-size: 12px;
	padding-top: 1em;
	letter-spacing: 0;
	line-height: 1.5;
}
.pt_slider {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 650px;
	padding-top: 2em;
}
.slider-arrows02 {
	width: 90px;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.slider_kazu {
	font-size: 14px;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow_blue {
	width: 6em;
	height: 8em;
	background-color: #124a97;
	clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
    object-fit: cover;
	margin: 0 auto;
	transform: translateY(-1px);
}
.camp_ttl {
	text-align: center;
	font-size: 4em;
	font-weight: 500;
	padding-bottom: 1em;
	padding-top: 2em;
}
.camp_bk {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 4em;
	background-color: #124a97;
	position: relative;
}
.camp_flex   {
	display: flex;
	padding-top: 2em;
	justify-content: space-between;
}
.camp_flex img {
	border-radius: 10px;
	width: 48%;
}
.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_tyu {
	font-size: 8px;
    color: #FFFFFF;
    line-height: 1.7;
    margin-top: 0px;
    z-index: 10;
    position: relative;
    transform: translateY(-7vw);
}
.mv_tyu02 {
	font-size: 8px;
	color: #FFFFFF;
	line-height: 1.7;
	padding-top: 1em;
	padding-bottom: 0.5em;
}






















































































































































































































@media only screen and (min-width: 375px) {	
}
@media only screen and (min-width: 425px) {	


}












/* 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);
}	
.nav_link03:hover{
	background: #124a97;
	color: #fff;
}	
.nav_link03:hover svg{
	fill:#fff;
}
.nav_box_a{
	font-size: 45px;
}
.nav_box_a svg{
	transform: translateX(-175px) translateY(-50%);
	top: 50%;
	left: 50%;
	
}
.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);
}	
.md_l03_ttl {
	font-size: 18px;
}
.md_l03_lead {
	font-size: 18px;
}
.md_eng02 {
	font-size: 16px;
}
.md_l03in {
	margin-left: 26px;
}
.fade_active.scroll-hint {
	font-size: 14px;
}





	
	
	
	




}
@media only screen and (min-width:768px){
body .sp768{
	visibility:hidden;
	display: none;
}
body .pc768{
    visibility: visible;
    display: block;
}
/*========= ナビゲーションのためのCSS ===============*/	

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

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

/*ナビゲーション*/
.g-navin {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    width: 100%;
}
.panelactive .g-navin {
	padding-top: 100px;
	padding-bottom: 60px;
}
	
	


.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;

}	
.cv_btn {
    font-size: 45px;
}
.cv_btn02 {
    font-size: 20px;
}
.cv_btn03 {
    font-size: 35px;
}
.btn_cv {
	font-size: 40px;
}
.mv_pre_kikan {
	font-size: 45px;
}
.md_lead {
	font-size: 20px;
}
.md_lead02 {
	font-size: 20px;
}
	
.case_box {
	padding-left: 25px;
	padding-right: 25px;
}
.ml_ttl {
	font-size: 20px;
}
.ml_ttl02 {
	font-size: 20px;
}
.staff_pop {
	font-size: 35px;
}
.staff_cm {
	font-size: 20px;
}
.md_l_ttl {
	font-size: 40px;
	font-weight: 600;
}
.md_l_post {
	font-size: 16px;
}
.md_l_sttl {
	font-size: 20px;
}
.md_l_s_lead {
	font-size: 20px;
}
.md_eng {
	font-size: 20px;
}
.md_eng02 {

}	
.md_btn {
	font-size: 20px;
}
.dk_lead {
	padding: 2em;
	font-size: 20px;
}
.dk_label {
	font-size: 16px;
}
.dk_label_num {
	font-size: 150px;
}
.dk_f_ttl {
	font-size: 34px;
}
.dk_f_lead {
	font-size: 20px;
}
.voice_name {
	font-size: 16px;
}
.voice_lead {
	font-size: 16px;
	text-align: left;
	padding-bottom: 3em;
	padding-left: 6em;
	padding-right: 2em;
}
.pt_hd {
	font-size: 35px;
}
.pt_ttl {
	font-size: 50px;
}
.pt_lead {
	font-size: 20px;
}
.pt_img_txt {
	font-size: 12px;
}
.pt_l {
	padding: 6em;
}
.ttl_sub01 {
	font-size: 25px;
}
.ttl_sub02 {
	font-size: 50px;
}
.arrow_blue {
	width: 60px;
	height: 80px;
}
.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;
}
.mv_tyu {
	font-size: 9px;
    transform: translateY(-50px);
}
.mv_tyu02 {
	font-size: 9px;
}












































	


}


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


}

@media only screen and (min-width: 1000px) {
.mv_z_flex {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-right: 0px;
}
.mv_z_ttl {
	width: 48%;
	max-width: 800px;
	padding-right: 4em;
	
}
.mv_z01 {
	width: 46%;
	margin-left: 2em;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	display: block;
}
.md_bln01 {
	left: 40px;
}
.md_bln02 {
	right: 40px;
	top: 100px
}














}







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


	
}
@media only screen and (min-width: 1200px) {
html {
}
.pc1200{
	display: block;
}
.sp1200{
	display: none;
}
.ichi_main_lead {

}
.an_ttl {
    font-size: 48px;
}
.an_ttl02 {
    font-size: 80px;
}

.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;
}
.logo {
    max-width: 300px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.head {
    padding-left: 15px;
}

.nav_link01 {
	display: flex;
	align-items: center;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
	color: #221815;
	font-weight: 600;
}
.openbtn_box {
    padding-left: 7px;
    padding-right: 7px;
}
.openbtn1.active span:nth-of-type(1) {
    left: 14px;
}
.openbtn1.active span:nth-of-type(3){
    left: 14px;
}
.nav_link_txt{
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.nav_link_txt:hover{
  color:#2f417f;	
}
.nav_link_txt::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #2f417f;
	transition: .3s;
	transform: translateX(-50%);
}
.nav_link_txt:hover::after{
	width: 100%;
}	
.g-nav_box {
    width: 33.333%;
    padding-bottom: 2em;
}
.g-nav_flex {
    max-width: 1400px;
    padding-bottom: 40px;
}
.ft_menu .g-nav_flex{
	padding-bottom: 0px;

}	
.panelactive .g-navin {
	padding-top: 120px;
}
.head_flex{
	height: 90px;
	transition: all  0.3s ease;
}
.small_header .head_flex{
	height: 50px;
}
.small_header .logo{
	max-width: 200px;
}
.small_header svg{
	display: none;
}	
.small_header .nav_link03{
	height: 60px;	
}	
	
.openbtn_box{
	display: none;
}
.nav_link03 {
	display: flex;
	width: 200px;
	height: 90px;
	justify-content: center;
	text-align: center;
}

.nav_rev_small {
	font-size: 0.8em;
	display: block;
	padding-bottom: 0.5em;
}
.mv  {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.mv_l {
	width: 50%;
	max-width: none;
}
.mv_wrap02 {
	padding-top: 10em;
	max-width: 900px;
	margin-left: 0px;
	margin-right: auto;
}
.mv_wrap {
	max-width: 900px;
	margin-right: 0px;
	margin-left: auto;
}
.mv_img {
	border-bottom-right-radius: 20px;
}
.mv_no1 {
	left: 50px;
	transform: translateY(50%);
}
.mv_pre_sum_flex {
	transform: scale(1.2) translateX(-34px);	
}
.case_box {
	padding-left: 45px;
	padding-right: 45px;
}

.staff_cm {
	text-align: center;
	padding-top: 5em;
	padding-bottom: 3em;
}
.md_slider {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: none;
}
.md_l03info {
	padding: 2em;
}
.md_l03 {
	width: 33%;
}
.dk_lead {
	text-align: center;
	font-size: 30px;
}
.dk_flex   {
	max-width: 100%;
	display: flex;
}
.dk_img {
	width: 40%;
	display: block;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	object-fit: cover;
}
.dk_l01_flex {
	max-width: 900px;
	margin-right: 0px;
	padding: 0px;
	margin-left: auto;
	display: flex;
}
.dk_p {
	width: 200px;
}
.dk_cnt {
	flex: 1;
	padding-right: 2em;
}
.no_graf_box {
	padding: 6em;
}
.pt_flex {
	max-width: none;
	display: flex;
	padding: 0px;
	justify-content: flex-end;
}
.pt_l  {
	padding-top: 60px;
	padding-right: 6em;
	padding-left: 4em;
	padding-bottom: 60px;
	width: 50%;
	border-radius: 10px;
	max-width: 900px;
	position: relative;
}
.pt_mv01 {
	border-radius: 10px 0px 0px 10px;
	width: 45%;
	object-fit: cover;
	position: relative;
	z-index: 2;
	transform: scale(1.1);
}
.pt_flex_top {
	padding-top: 2em;
}
.pt_flex_k {
	flex-direction: row-reverse;
}
.pt_mv01_k {
	border-radius: 0px 10px 10px 0px;
}
.pt_l_k {
	padding-right: 4em;
	padding-left: 6em;
}
.pt_flex_sub {
	margin-top: 8em;
}
.pt_bk {
	padding-bottom: 12em;
}
.dk_f_ttl {
	text-align: left;
}









































	





	
}



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

	
	
	
}


@media only screen and (min-width:1400px){
.md_flex {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	max-width: none;
	flex-direction: row-reverse;
	margin-top: 4em;
}
.md_l {
	width: 50%;
}
.md_l02 {
	width: 50%;
}
.md_l_lead{
	padding: 2.5em;

}
.contact_slider {
	display: flex;
	max-width: 1600px;
	justify-content: space-between;
}
.c_sl {
	width: 31%;
}
.md_bln01 {
	left: 50%;
	transform: translateX(-700px);
}
.md_bln02 {
	right: 50%;
	transform: translateX(700px);
	top: 200px;
}





	

}



@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_tyu {
    transform: translateY(-65px);
}



	
}


@media only screen and (min-width:1800px){
.case_wrap {
	width: 100%;
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
.case_box {
	padding: 0px;
	width: 30%;
}
.sp1800{
	display: none;
}


}
