/* 【基本設定】 */
/*@font-face { 
    font-family: "MS Pゴシック"; 
    src: local("Gen Shin Gothic P Medium"); 
    }
    @font-face { 
    font-family: "MS PGothic"; 
    src: local("Gen Shin Gothic P Medium"); 
    }
    @font-face { 
    font-family: "MS ゴシック"; 
     src: local("Gen Shin Gothic Medium"); 
    }
    @font-face { 
    font-family: "MS Gothic"; 
    src: local("Gen Shin Gothic Monospace Medium"); 
    }
    @font-face { 
    font-family: "MS UI Gothic"; 
    src: local("Gen Shin Gothic Monospace Medium") 
    }
    @font-face { 
    font-family: "Open Sans"; 
     src: local("Gen Shin Gothic Medium") 
    }*/
*{
    margin: 0;
    padding: 0;
}
a {
	text-decoration: none;
}
img:not(.skitter img){
    max-width: 100%;
}/*
img{
    max-width: 100%;
}*/
html{
    /*width: 100%;
    height: 100%;*/
    font-size: 62.5%;
}
body{
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.02em;
    /*font-family: "MS ゴシック";*/
	font-family:"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
}
li{
    list-style-type: none;
}
.max_img{
	width: 100%;
	height: auto;
}
/* 【共通パーツ】*/
.content_wrapper1340{
    width: 100%;
    max-width: 1340px;
    margin: 0 auto ;
}
.content_wrapper1600{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.flex_box{
    display: flex;
    margin-left: auto;
}
.center{
    text-align: center!important;
}
/* ボタン */
.btn_new{
	display: inline-block;
	max-width: 100%;
	font-size: 14px;
	color: #FD96AC;
	background: #FFF;
	border: 3px solid #FD96AC;
	border-radius: 5px;
    transition: all 0.6s ease;
}
.btn_new:hover{
	background:#FD97AD;
	color: #FFF;
    border:3px solid #FFFFFF;
    box-shadow:0px 2px 2px 0px #DEDEDE;
}
.btn_new_box01{
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
}
.btn_new_box01 span{
	display: block;
}
.btn_new_right{
	display: inline-block;
	vertical-align: middle;
}
.btn_new_right span:after{
	display: inline-block;
	border-top: 1px solid;
	margin-bottom: 2.7px;
	content: "";
	width: 3rem;
	vertical-align: middle;
}
.btn{
    display: inline-block;
    height:45px;
}
.btn p{
    font-size: 1.4rem;
    padding-left: 20px;
    line-height:45px;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
}

.btn p:after {
    border-top: 1px solid;
    content: "";
    width: 2em; /* 線の長さ */
}
.btn p:before {
margin-right: 1rem;
}
.btn a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#FFFFFF;
    text-align:center;
    border:2px solid #FD97AD;
    color:#FD97AD;
    font-size:10px;
    font-weight:bold;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
    transition: all 0.6s ease;
}
.btn a:hover{
    background:#FD97AD;
    color:#FFFFFF;
    margin-left:0px;
    margin-top:0px;
    border:2px solid #FFFFFF;
    box-shadow:0px 2px 2px 0px #DEDEDE ;
}

/* 【ヘッダー】 */
header{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.logo{
    display: inline-block;
    margin-right: auto;
}
.logo-nav{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 【ナビメニュー】 */
nav li{
    list-style: none;
}
.flex_box{
    display: flex;
    margin-left: auto;
}
/* ナビメニュー真ん中 */
/* 上段 */
.nav_menu{
    text-align: right;
    display: block;
}
.nav_menu_top ul{
    font-size: 1.6rem;
    display: -webkit-inline-box;
}
.nav_menu_top ul img{
    display: inline-block;
}
.nav_menu_icon{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.nav_menu_icon_01{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
	cursor: pointer;
  	transition-duration: 0.5s;
}
.nav_menu_icon_01:hover{
	transform: rotate(90deg);
 	transition-duration: 0.5s;

}
nav li{
    padding-right: 25px;
    line-height: 2;
}
/* 下段 */
.nav_menu_bottom ul{
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}
/* ナビメニュー右側 */
.nav_menu_right{
    position: relative;
    top: 0;
    right: 0;
}
.right_menu1{
    font-size: 1.4rem;
    color: #FFF;
    background-color: #fc4e75;
    height: 50px;
    width: 160px;
    text-align: center;
    line-height: 50px;
}
.right_menu2{
    font-size: 1.4rem;
    color: #FFF;
    background-color: #ffbf00;
    height: 50px;
    width: 160px;
    text-align: center;
    line-height: 50px;
    border-radius: 0 0 0 10px;
}
/* メニューのカラー */
.nav_menu a{
    color: #000;
    text-decoration: none;
}
.nav_menu a:hover{
    opacity: 0.8;
}
.nav_menu_right a{
    color: #FFF;
    text-decoration: none;
}
.nav_menu_right a:hover{
    opacity: 0.7;
}

/* メニュー2 */

.content {
    position: relative !important;
}
.header {
	z-index:15;
}

.fixed {
    position: fixed !important;
    top: 0px;
	-webkit-transform: translate3d(0,0,0);
	-webkit-overflow-scrolling:touch;
	z-index:15;
}

#wrapper_header {
	position:relative;
	z-index:6;
}

.wrapper_header {
	width:100%;
	margin:0 auto;
	background:rgba(255,255,255,0.8);
	position:relative;
}

.wrapper_header_b01 {
	background:#009BE4;
}

.wrapper_header_b02 {
	background:#FF0000;
}

.wrapper_header_in {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: center ;
	align-content: center ;
	max-width:calc(100% - 400px);
	width:1600px;
	margin:0 auto;
	padding:10px 10px;
	font-size:0;
	position:relative;
}

.wrapper_header_logo01 {
}

.wrapper_header_logo01_img01 {
	display:block;
}

.wrapper_header_box01 {
}

.wrapper_header_box01_ul01 {
	list-style:none;
	margin:0 auto 5px;
	padding:0;
	font-size:0;
	text-align:right;
}

.wrapper_header_box01_ul01_li {
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
}

.wrapper_header_box01_ul01 a:last-child .wrapper_header_box01_ul01_li {
	margin-right:0;
}

.wrapper_header_box01_ul01_li_ico {
	margin-right:5px;
	vertical-align:middle;
}

.wrapper_header_box01_ul01_li_span {
	display:inline-block;
	font-size:16px;
	color:#000;
	line-height:20px;
	vertical-align:middle;
}

.wrapper_header_ul {
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	position:relative;
}

.wrapper_header_ul_li {
	display:inline-block;
	margin-right:20px;
	vertical-align:middle;
	position:relative;
}

.wrapper_header_ul .wrapper_header_ul_li:last-child {
	margin-right:0;
}

.wrapper_header_ul_li_o {
}

.wrapper_header_ul_li_sp {
	display:none;
}

.wrapper_header_ul_li_ico {
	margin-right:5px;
	vertical-align:middle;
	transition-duration:0.35s;
}

.wrapper_header_ul_li.active .wrapper_header_ul_li_ico {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition-duration:0.35s;
}

.wrapper_header_ul_li_span01 {
	display:inline-block;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	color:#000;
	line-height:18px;
	text-align:center;
	vertical-align:middle;
}

.wrapper_header_ul_li_6_div {
	display:inline-block;
	width:30px;
	height:20px;
	margin:auto;
	padding:10px;
	position:absolute;
	top:9px;
	right:9px;
	z-index:2;
	cursor:pointer;
}

.wrapper_header_ul_li_6_div_line {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#111;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.wrapper_header_ul_li_6_div_line_before {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#111;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	top:10px;
	left:0;
	right:0;
}

.wrapper_header_ul_li_6_div_line_after {
	box-sizing: border-box;
	width:30px;
	height:3px;
	margin:auto;
	background:#111;
	border-radius: 4px;
	transition: all .4s;
	position:absolute;
	bottom:10px;
	left:0;
	right:0;
}

.wrapper_header_ul_li_6_div_o {
}

.wrapper_header_ul_li_6_div_o .wrapper_header_ul_li_6_div_line_before {
	background:#111;
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}

.wrapper_header_ul_li_6_div_o .wrapper_header_ul_li_6_div_line {
	background:#111;
	opacity: 0;
}

.wrapper_header_ul_li_6_div_o .wrapper_header_ul_li_6_div_line_after {
	background:#111;
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

.wrapper_header_ul02 {
	list-style:none;
	width:185px;
	margin:0;
	padding:0;
	border-radius:0 0 0 10px;
	position:absolute;
	top:0;
	right:0px;
	overflow:hidden;
}

.wrapper_header_ul02_li {
	padding:18px 10px;
	font-size:14px;
	color:#FFF;
	line-height:14px;
	text-align:left;
}

.wrapper_header_ul02_li_b01 {
	background:#fc4e75;
}

.wrapper_header_ul02_li_b02 {
	background:#ffbf00;
}

.wrapper_header_floatingban_area {
    position: fixed;
    z-index: 99999;
    top: 110px;
    right: 0px;
    height: 130px;
    padding: 15px 10px 15px 15px;
    border-radius: 15px 0 0 15px;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper_header_floatingban_ico {
	width: 35px;
	height: 35px;
}

/* 【メインビジュアル】 */
.top_image_area{
    width: 100%;
	height:100%;
    position: absolute;
	top:0;
	left:0;
	z-index:2;
}
.top_img{
    width: 100%;
	position: relative;
	z-index: -1;
	opacity:0;
}
.top_txt_area{
    position: absolute;
    display: table;
    top: 50%;
    left: 0px;
    transform: translateY(-40%) translateX(0%);
}
.top_txt_area img{
    display: table; 
    max-width: 50%;
    height: auto; 
}
.pa-left60{
    margin-left: 60px;
}
.pa-40_70{
    margin: 40px 0 70px 60px;
}
.white{
    background-color: #FFF;
    padding: 20px 50px;
}
#top {
	position: relative;
}
#top h2{
	margin: 20px 100px 150px 0;
	z-index: 1;
}

.sliderbox01 {
	max-width:1600px;
	margin:0 auto;
	padding:0 100px 50px 0;
	position:relative;
	z-index:1;
}

.sliderbox01:before {
	content:"";
	width:90%;
	height:90%;
	background:#ffd145;
	border-radius:15px;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}

.sliderbox01_box01 {
	position:relative;
	z-index:2;
}

.sliderbox01_box01_img01 {
	width:100%;
	height:auto;
	margin-bottom:30px;
	z-index:1;
	opacity:0;
}

.sliderbox01_box01_img02 {
	max-width:calc(100% - 50px);
	max-height:calc(100% - 50px);
	padding-bottom:80px;
	position:absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:4;
}

.sliderbox01_box01_text01 {
	display:block;
	font-size:27px;
	font-weight:bold;
	color:#000;
	line-height:40px;
	text-align:right;
}

.sliderbox01_box02 {
	width:100%;
	height:calc(100% - 110px);
	border-radius:15px;
	position:absolute;
	top:0;
	left:0;
	background:rgba(153,153,153,0.5);
	z-index:3;
	overflow:hidden;
}

.box_skitter_large {
	width: 800px;
	height: 300px;
}

/* 【News】 */
#news{
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
.news_flex{
	max-width: 100%;
    display: inline-block;
}
.news_txt_img{
	display: inline-block;
	width: 40%;
	vertical-align: top;
}
.news_txt_area{
	display: inline-block;
	max-width: 100%;
    width: 50%;
	position: relative;
    text-align: center;
    margin-right: auto;
}
.news_txt_area img{
	margin-bottom: 30px;
}
.news_txt_area p{
    font-size: 1.5rem;
    text-align: left;
	font-weight: 600;
    line-height: 2;
	border: 2px #000;
	border-style: none solid;
	padding: 0 30px;
    margin-bottom: 65px;
    display: inline-block;
}/*
.news_txt_area p:before{
    content: '';
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 59%;
	width: 140px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #000;
}*/
/* スライド4点の調整 */
.news_slide_area{
    width: 100%;
    height: 100vh;
    background-image: url(../images/news_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
	margin-bottom: 40px;
}
.news_slide_area_2{
    position: relative;
	margin-bottom: 50px;
	padding: 50px 10px;	
}
.news_slide_area_2:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #FD96AC;
	width: 60%;
	height: 90%;
	border-right: #FFF 10px solid;
	border-bottom: #FFF 10px solid;
	border-top: #FFF 10px solid;
	border-radius: 0px 20px 20px 0;
	z-index: 1;
}
.news_slide_area_2:after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background: #EBEDF3;
	width: 60%;
	height: 90%;
	border-left: #FFF 10px solid;
	border-bottom: #FFF 10px solid;
	border-top: #FFF 10px solid;
	border-radius: 20px 0px 0px 20px;
	z-index: 1;
}
.news_slide_box{
	max-width: 1600px;
	margin: 0 auto;
	text-align: right;
	position: relative;
	z-index: 2;
}
.news_slide_img{
	display: block;
	margin-bottom: 10px;
}
.news_slide{
    width: 100%;
    max-width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.slider{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.slider li{
    max-width: 22%;
    height: auto;
    list-style-type: none;
}
.slider img{
    border-radius: 50px;
}
.btn_news{
    position: absolute;
    bottom: -80px;
    right: 20px;	
	padding: 10px 0 10px 15px;
}
.btn_news2{
    position: relative;
    bottom: auto;
    right: auto;
	margin: 20px 0 0 auto;
	padding: 10px 0 10px 15px;
}
.btn_pdf{
    position: absolute;
	width: 200px;
	padding: 5px 0 5px 10px;
    top:95%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.news_pdf{
	display: flex;
	width: 100%;
	max-width: 1300px;
	height: 300px;
	margin: 0 auto;
	border-radius: 20px;
	background: #ffbf00;
	justify-content: space-around;
	text-align: center;
	align-items: center;
}
.news_pdf_01{
	position: relative;
}
.news_pdf_02{
	position: relative;
}
.news_pdf_03{
	position: relative;
}

/* 240726 スライダー→タイル変更 */
.news_tile_area_2_new {
	/* display: none; */
	position: relative;
    margin-bottom: 50px;
    padding: 50px 10px;
}
.news_tile_area_2_new:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    background: #FD96AC;
    width: 60%;
    height: 75%;
    border-right: #FFF 10px solid;
    border-bottom: #FFF 10px solid;
    border-top: #FFF 10px solid;
    border-radius: 0px 20px 20px 0;
    z-index: 1;
}
.news_tile_area_2_new:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #EBEDF3;
    width: 60%;
    height: 75%;
    border-radius: 20px 0px 0px 20px;
    z-index: 1;
}

.news_tile_t_top_img {
	width: 870px;
    position: absolute;
    top: 20px;
    left: 70px;
}
.news_tile_t_left_img {
	width: 160px;
	position: absolute;
	top: 220px;
    left: -120px;
}

.news_tile_img {
    display: block;
    margin-bottom: 10px;
}
.news_tile_box {
    max-width: 1600px;
	padding: 160px 0 100px 0;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 2;
}
.news_tile_box_contentarea {
	max-width: 1535px;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
	gap: 45px;
}
.news_tile_box_contentarea_item_f {
    width: 350px;
    height: 350px;
    font-size: 45px;
    text-align: center;
	border-radius: 18px;
    background-color: #FFD245;
    box-shadow: 15px 15px 0 #B1E24A;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_tile_box_contentarea_item_f h3 {
	font-weight: normal;
}
.news_tile_box_contentarea_item {
    width: 350px;
    height: 350px;
	position: relative;
	border-radius: 18px;
	background-color: #fff;
    box-shadow: 15px 15px 0 #FFD245;
    transition: 0.3s ease-in-out;
}
.news_tile_box_contentarea_item_dataimg {
	position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 350px;
    width: auto;
	border-radius: 18px;
}
.news_tile_box_contentarea_item_l {
	width: 350px;
    height: 350px;
	background-color: none;
	display: flex;
    align-items: center;
    justify-content: center;
}

/* 【つかってみた】 */

#use_big {
	margin:100px auto 50px;
	padding:100px 10px;
    position: relative;
}

#use_big:before {
	content:"";
	width:60%;
	height:90%;
	background:#EBEDF3;
	border-radius:0 20px 20px 0;
    position: absolute;
	top:0;
	left:0;
	z-index:1;
}

#use_big:after {
	content:"";
	width:60%;
	height:90%;
	background:#B0E249;
	border-top:#FFF 10px solid;
	border-left:#FFF 10px solid;
	border-bottom:#FFF 10px solid;
	border-radius:30px 0 0 30px;
    position: absolute;
	bottom:0;
	right:0;
	z-index:1;
}

#use {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: flex-start ;
	align-content: flex-start ;
	max-width:1340px;
	margin:0 auto;
	font-size:0;
	text-align:center;
    position: relative;
	z-index:2;
}

.use_video {
	width:calc((100% - 60px) / 2 - 0.3px);
	vertical-align:middle;
}

.use_video_title {
	margin:0 auto 10px;
	text-align:center;
}

.use_video_title_span01 {
	display:inline-block;
	padding:0 35px;
	border-left:#000 2px solid;
	border-right:#000 2px solid;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
	vertical-align:top;
}

.use_video_box {
	width:100%;
	padding-top: 56.25%;
	position: relative;
}

.use_video_box.cs:before {
	content:"";
	width:100%;
	height:100%;
	background:#CCC;
	position: absolute;
	top:10px;
	left:0;
	z-index:2;
}

.use_video_box.cs:after {
	content:"Coming Soon";
	width:100%;
	font-size:20px;
	color:#000;
	line-height:20px;
	text-align:center;
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:3;
}

.use_video_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index:1;
}

.use_video_box.cs iframe {
	opacity:0;
}

.use_video_ico {
	display:block;
	margin:30px auto 0;
	opacity:1;
	transition-duration:0.35s;
}

.use_video_ico:hover {
	display:block;
	margin:30px auto 0;
	opacity:0.5;
	transition-duration:0.35s;
}

/* 【つかってみた】ここまで */

/* 【モデル授業】 */
#model{
    text-align: center;
    margin-top: 150px;
	margin-bottom: 250px;
    position: relative;
}
.model_title_box{
	width: 100%;
	display: flex;
	justify-content: center;
}
.model_title_left{
	width: 20%;
	order: -1;
}
.model_title_right{
	width: 50%;
	vertical-align: top;
	order: 1;
}
.model_txt{
	display: table; 
	width: 70%;
    text-align: left;
    margin: 125px auto 100px;
    padding: 0 35px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    font-size: 1.5rem;
	font-weight: 600;
    line-height: 2;
    letter-spacing: 0.02em;
}
.model_video_img{
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.illast2{
	
}
.model_description{
	max-width: 1200px;
	margin: 0 auto 60px;
}
.model_link{
	background: #ffbf00;
	border-radius: 20px;
	padding: 30px;
}
.model_left{
	display: inline-block;
	width: 45%;
	text-align: left;
}
.model_left_box{
	margin-right: 30px;
}
.model_left_title_01{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
}
.model_left_text{
	font-size: 15px;
}
.model_right{
	display: inline-block;
	width: 45%;
	text-align: left;
	margin-left: 30px;
	vertical-align: top;
}
.model_right_box{
	margin: 0 auto 10px;
}
.model_right_text_title_02{
	font-size: 15px;
	font-weight: 600;
}
.model_right_text{
	margin-left: 15%;
	font-size: 15px;
}
.btn_model{
	margin-left: 15%;
	padding: 10px 0 10px 40px;
}

.btn_inq{
	padding: 10px 0 10px 40px;
	margin-top: 40px;
}
.btn_work{
	padding: 10px 0 10px 40px;
}
/*@media screen and (max-width:1600px){*/
    .illast2{
}
.video_damy1{
    width: 640px;
    height: 440px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.video_damy1 img{
    width: 100%;
    height: 350px;
    padding-top: 20px;
}
.video_damy2{
    margin-top: -100px;
    width: 480px;
    height: 360px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
    border-radius: 20px;
}
.video_damy2 img{
    width: 100%;
    height: 260px;
    padding-top: 20px;
}
.model_button{
    margin-top: 35px;
}
/* 【朝てんの部分】 */
#asaten{
    background-color: #ebedf3;
    width: 100%;
    margin-top: 130px;
}
.asa_txt_area{
	max-width: 1600px;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
/* 左側 */
.asa_left{
	display: inline-block;
	width: 480px;
    margin-top: -100px;
    text-align: center;
	vertical-align: middle;
}
.asa_left_img{
	max-width: 100%;
}

.asa_txt{
	padding: 20px 20px 0;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
	margin-top: 30px;
    font-size: 1.5rem;
	font-weight: 600;
	text-align: left;
    line-height: 2;
    letter-spacing: 0.02em;
}
/* 右側 */
.asa_right{
	display: inline-block;
	width: 540px;
	margin-left: 30px;
    font-size: 31px;
	font-weight: bold;
    text-align: right;
	vertical-align: bottom;
}
.txt_left{
	display: inline-block;
	text-align: left;
    background-color: #FFF;
	padding-left: 20px;
    margin-bottom: 15px;
}
.txt_right{
	text-align: left;
    background-color: #FFF;
    display: inline-block;
	padding: 0 10px;
}
.txt_right_box{
	background: #FFF;
	margin-top: 20px;
	padding: 10px;
	margin: 20px 10px 0;
	text-align: left;
}
.txt_right_box_text{
	font-size: 17px;
}
.btn_work_box{
	text-align: center;
}
/* キャラクターアイコンの部分 */
.men_area{
    width: 100%;
    text-align: center;
}
.men_area img{
    margin-top: 50px;
}
.asa_flex_box{
	max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
	justify-content: flex-start;
	padding: 10px;
}
.asa_flex_pad{
	padding: 0 10px;
}
.asa_flex_box_li{
	width: calc((100% - 80px) / 5 - 0.2px);
    margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
    background-color: #FFF;
    border-radius: 20px;	
}
.asa_flex_box_li:nth-child(5n){
	margin-right: 0;	
}
/* ビデオのエリア */
.asa_video_area{
    margin-top: 75px;
	margin-bottom: 50px;
}
.asa_video_spase{
	position: relative;
	height: 100%;
	padding-bottom: 10px;
	
}
.video{
    width: 100%;
    height: 170px;
    padding-top: 10px;
}
/* テキスト部分 */
.video_txt_area{
    padding: 10px;
}
.video_txt_area_pr{
    padding: 10px;
}
.asa_video_spase h3{
    font-size: 1.6rem;
}
.asa_video_spase p{
    font-size: 1.5rem;
}
.number{
    height: 90px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: -15px
}
.job_icon{
    position: absolute;
	top: 8%;
	left: 80%;
	height: 50px;
	width: 50px;
}
.icon_3d{
	max-width: 90%;
	display: block;
	margin: 0 auto 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	
}
.asa_move{
	width: 100%;
	padding: 50px 0;
}
.asa_move_box{
	text-align: center;
}
.asa_move_text{
	font-size: 20px;
	margin-bottom: 20px;
}
.asa_move_youtube{
	display: inline-block;
	width: 30%;
	background: #F5F7FA;
	padding: 20px;
	border-radius: 20px;
}
.asa_move_box_left{
	display: inline-block;
	width: 480px;
	vertical-align: middle;
}
.asa_move_text{
	display: inline-block;
	color:#000;
	font-size: 25px;	
    padding: 20px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: 30px;
    font-weight: 600;
    text-align: left;
    line-height: 2;
    letter-spacing: 0.02em;
}
.asa_move_link{
	width: 540px;
	max-width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.asa_kaigo{
	width: 100%;
	background-color: #F5F7FA;
	margin-bottom: 50px;
	padding: 50px 0;
}
.asa_kaigo_box{
	text-align: center;
}
.asa_kaigo_box_left{
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}
.asa_kaigo_text{
	color:#000;
	font-size: 20px;
	padding: 5px;
}
.asa_kaigo_icon{
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.asa_kaigo_icon02{
	margin-left: 5px;
	margin-bottom: 4px;
	vertical-align: middle;
}
.asa_kaigo_link{
	max-width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.asa_vr_box {
	padding:0 10px;
	text-align: center;
}
.asa_vr_text_big {
    margin-bottom:50px;
	padding:0 10px;
    text-align: center;
}
.asa_vr_text {
	display: inline-block;
    padding:10px 20px;
	background:#FFF;
	font-size: 30px;
    font-weight: bold;	
	color:#000;
    line-height:30px;
    text-align: left;
}

.asa_vr {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: flex-start ;
	align-content: flex-start ;
	max-width:1340px;
	margin:0 auto;
	font-size:0;
	text-align:center;
    position: relative;
	z-index:2;
}

.asa_vr_video {
	width:calc((100% - 60px) / 2 - 0.3px);
	vertical-align:middle;
}

.asa_vr_video_title {
	margin:0 auto 10px;
	text-align:center;
}

.asa_vr_video_title_span01 {
	display:inline-block;
	padding:0 35px;
	border-left:#000 2px solid;
	border-right:#000 2px solid;
	font-size:18px;
	font-weight:bold;
	color:#000;
	line-height:30px;
	text-align:center;
	vertical-align:top;
}

.asa_vr_video_title_span01 br {
	display:none;
}

.asa_vr_video_box {
	width:100%;
	padding-top: 56.25%;
	position: relative;
}

.asa_vr_video_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	z-index:1;
}

/* 【業界紹介】 */

.asa_industry{
	width: 100%;
	background-color: #F5F7FA;
	margin-bottom: 50px;
	padding: 50px 0;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.asa_industry_title {
	padding: 10px;
	margin-bottom: 50px;
	background-color: #d9d9d9;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
	gap: 10px;
}

.asa_industry_title h3 {
	font-size: 30px;
	font-weight: bold;
}

.asa_industry_title p {
	font-size: 24px;
}

.asa_industry_box {
	width: 1310px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
	gap: 30px;
	margin-bottom: 30px;
}

.asa_industry .last_content {
	margin-bottom: 0px;
}

/* 【PR動画】 */
#pr{
    padding-top: 90px;
}
.pr_txt_area_big{
	max-width: 1340px;
	width: 100%;
    text-align: center;
	font-weight: 600;
	margin: 0 auto;
}
.pr_txt_area{
	display: inline-block;
	max-width: 720px;
	text-align: center;
	margin-bottom: 30px;
}
.pr_txt_area_model_btn{
	display: inline-block;
	max-width: 100%;
	width: 100%;
	text-align: center;
}
.pr_txt_area_sub{
	margin-top: 10px;
}
.pr_txt_area_job{
	display: inline-block;
	max-width: 400px;
	background: #F5F7FA;
	border-radius: 0 0 20px 20px;
	margin-left: 110px;
}
.pr_txt_area_job_title{
	background: #0567D2;
	border-radius: 20px 20px 0 0;
	color: #FFF;
	font-size:20px;
	text-align: left;
	padding: 10px 10px 10px 30px;
}
.pr_txt_area_job_text{
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 20px;
}
.pr_txt_area_job_text a{
	color:#000;
}
.pr_txt_area_job_text img{
	margin-left: 5px;
	vertical-align: middle;
}
/* ビデオの部分 */
.pr_video_area{
    margin-top: 60px;
    width: 100%;
    height: auto;
    padding: 40px 0 50px;
    background-image: url(../images/yellow.jpg);
    background-repeat: no-repeat;
	background-size:contain;
}
.asa_flex_box_li02{
	position: relative;
	width: calc((100% - 40px) / 3 - 0.2px);
	margin-top: 30px;
	margin-right: 20px;
	padding-bottom: 50px;
    background-color: #FFF;
    border-radius: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}

.asa_flex_box_li02:nth-child(3n){
	margin-right: 0;	
}
.pr_video_spase{
	position: relative;
}
.pr_video_new{
	position: absolute;
	top: -20px;
}
.pr_video{
    padding-top: 25px;
}
.asa_pr_video{
	 padding-top: 10px;
}
.video_txt_area h3{
    font-size: 2rem;
}
.video_txt_area h4{
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.video_txt_area p{
    font-size: 1.4rem;
	padding-bottom: 20px;
}
.video_txt_area_pr h3{
    font-size: 2rem;
}
.video_txt_area_pr h4{
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.video_txt_area_pr p{
    font-size: 1.4rem;
	padding-bottom: 4px;
}
.asa_flex_box_link{
	display: block;
	width: calc(100% - 20px);
	position: absolute;
	font-size: 1.5rem;
	font-weight: 600;
	color:#000;
	text-align: center;
	bottom: 20px;
	left: 10px;
}
/* 【お問い合わせ】 */
#inquiry_area{
    margin-top: 90px;
    width: 100%;
    height: auto;
    background-image: url(../images/inquery_back.png);
    background-repeat: no-repeat;
    background-position: right;
}
.inquiry_txt_area{
	width: 50%;
	margin: 0 auto;
    text-align: center;
    padding: 90px;
}
.inquiry_txt_area h2{
    font-size: 120px;
    font-weight: 900;
}
/* 【フッター】 */
footer{
    display: flex;
	flex-flow: row wrap;
    align-items: center;
	align-content: center ;
    justify-content: space-around;
    max-width:calc(100% - 20px);
    width: 1000px;
    margin-top: 100px;
    padding:0 10px 20px;
}
address{
    font-style: normal;
    font-weight: 600;
    font-size: 1.2rem;
}
small p{
    margin-top: 15px;
}
.footer_icon{
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-items: center;
}
.footer_icon img{
    padding: 0 10px;
}

.fix{
    position: fixed;
    bottom: 10px;
    right: 10px;
}
.copyright{
	display:none;
	width:100%;
	text-align:center;
}

/* info */
#info_big{
	margin-top: 100px;
}
.info_title_img{
	max-width: 500px;	
	margin:100px auto;
}
.info_title {
	display: block;
	max-width:500px;
	text-align:center;
}

.info_text01 {
	display:block;
	max-width:800px;
	margin:0 auto 90px;
	padding:0 10px;
	font-size:17px;
	color:#000;
	line-height:27px;
	text-align:left;
}

.info_text01 a {
	color:#000;
	text-decoration:underline;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

.info_text01_title {
	margin:0 auto 40px;
	padding: 20px;
	border-radius: 20px;
	font-size:24px;
	font-weight:bold;
	color: #FFF;
	text-align: left;
	background: #FD829D;
}

.info_text01_text02 {
	display:block;
	margin-top:20px;
	margin-left:20px;
	padding-left:1em;
	text-indent:-1em;
}

.info_text01_text02_b {
	font-weight:bold;
}

.info_text01_ul01 {
	list-style:none;
	margin:20px auto;
	padding:20px 20px 20px 30px;
	background: #EFF3F3
}

.info_text01_ul01_li {
	margin-bottom: 10px;
	padding-left:30px;
	font-size:17px;
	color:#000;
	line-height:27px;
	text-align:left;
	text-indent:-30px;
}

.info_text01_ul02 {
	list-style:none;
	margin:10px auto;
	padding:20px 20px 20px 30px;
	background: #EFF3F3
	
}

.info_text01_ul02_li {
	padding-left:1em;
	font-size:17px;
	color:#000;
	line-height:27px;
	text-align:left;
	text-indent:-1em;
}

/* infoここまで */
/* company*/
#company_big{
	margin: 0 30px;
}
.company_01{
	max-width: 1000px;
	color:#000;
	letter-spacing: 0.2em;
	margin: 0 auto;
}
.company_01_title{
	max-width: 500px;
	margin:100px auto 100px;
}
.company_01_text01{
	font-size: 17px;
	margin-bottom: 20px;
}
.company_01_text02{
	font-weight: bold;
	background: #EFF3F3;
	padding: 20px;
	font-size: 17px;
}
.company_01_text02 ul li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 10px;
}
.company_01_text02 ul li:last-child{
	margin-bottom: 0;
}
.company_01_text03{
	margin-top: 20px;
	margin-bottom: 90px;
	font-size: 17px;
}

.company_02{
	max-width: 1000px;
	font-size: 17px;
	color:#000;
	letter-spacing: 0.2em;
	margin: 0 auto;
}
.company_02_title{
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	background: #FD829D;
	padding: 20px 20px 20px 30px;	
	border-radius: 20px;
}
.company_02_text01{
	margin: 40px 0 20px;
}
.company_02_text02{
	padding: 20px;
	background: #EFF3F3;
	line-height: 2;
}
.company_02_text02 ul li{
	text-indent: -1em;
}
.company_02_text02_link{
	display: block;
	color: #000;
	font-weight: normal;
	padding-left: 1em;
	text-indent: -1em;
}
.company_02_text03{
	margin: 20px 0 90px;
}
.company_02_text03 ul li a{
	color:#000;
}
.company_02_text03_link{
	display: block;
	padding-left: 2.5em;
	text-indent: -1.5em;
}
.company_03{
	max-width: 1000px;
	font-size: 17px;
	color:#000;
	letter-spacing: 0.2em;
	margin: 0 auto;
	padding: 0 20px;
}
.company_03_title{
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	background: #FD829D;
	padding: 20px 20px 20px 30px;	
	border-radius: 20px;
}
.company_03_text01{
	margin: 40px 0 20px;
}
.company_03_text01_il01{
	font-weight: bold;
	text-indent: -1.2em;
}
.company_03_text01_il02{
	margin-left: 2rem;
	font-size: 16px;
	font-weight: normal;
	text-indent: -1.2em;
}
.company_03_text02{
	margin: 30px 0 30px;
	font-weight: bold;
	text-indent: -1.2em;
}
.company_03_text03{
	font-weight: bold;
	text-indent: -1em;
	margin-bottom: 30px;
}
.company_03_text04{
	display: block;
	text-align: center;
	font-weight: bold;
}
.company_03_text05{
	display: none;
}
/* companyここまで */

/* special_class */

.spclass_ul01 {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
	align-items: stretch ;
	align-content: stretch ;
	margin:0 auto;
	padding:0 10px;
	font-size:0;
	text-align:center;
    position: relative;
}

.spclass_ul01_li {
	width:calc((100% - 60px) / 2 - 0.3px);
	margin-bottom:80px;
}

.spclass_ul01_li_title {
	display:block;
	margin:0 auto 20px;
	padding: 20px;
	background: #FD829D;
	border-radius: 20px;
	font-size:24px;
	font-weight:bold;
	color: #FFF;
	text-align: left;
}

.spclass_ul01_li_box {
	width:100%;
	padding-top: 56.25%;
	position: relative;
}

.spclass_ul01_li_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* special_classここまで */

/* PR 動画 */
.pr_category_condition{
	max-width: 1000px;
	margin:50px auto 20px auto;
	padding: 0 20px;
}

.pr_category_condition div{
	
}

.pr_btn_block{
	margin-top:30px;
	text-align: center;
}

.btn_pr{
	margin: auto 10px 0 auto;
	padding: 10px 0 10px 40px;
}

.video_category_caption{
	font-size:14px;
	font-weight: bold;
	color: #ffbf00;
}
.video_category_select {
	overflow: hidden;
	margin: 0.1em 0;
	text-align: center;
	width: 100%;
	position: relative;
	border-radius: 2px;
	border: 2px solid #ffbf00;
  	border-radius: 10px;
	background: #ffffff;
	font-size: 120%;
}
.video_category_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.video_category_select select::-ms-expand {
    display: none;
}

.video_category_select::before {
	position: absolute;
	top: 1.0em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #ffbf00;
	pointer-events: none;
}

.video_category_select select {
	padding: 8px 38px 8px 8px;
	color: #000;
}

.page_link {
	padding: 3px 10px;
	border: 1px solid #000;
	border-radius: 1px;
	text-decoration: none;
	color: #fff;
	background-color: #000;
}

.page_link:hover {
	background-color: #999;
}

.current_page_link {
	padding: 3px 10px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.vc_pager{
	margin: 20px auto;
	text-align : center;
}
/* PR 動画 ここまで */