@charset "utf-8";
::selection{
	color:#090909;
	background-color:#e89185;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	background-color: #e5e5e5;
    color: #090909;
    font-size: 16px;
    font-size: 1.5rem;
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.8;
    width: 100%;
	margin: 0 auto;

    /*safari等フォントレンダリング設定*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*スマホの文字の大きさ一定*/
    -webkit-text-size-adjust: 100%;
}
p,div,h2,h3,span{
	font-family: "noto-sans-cjk-jp", sans-serif;
	font-style: normal;
	font-size: 100%;
}
h2{
	color: #ff4d4d;
    font-weight: 400;
    font-size: 2em;
    right: 2%;
    top: 31%;
	margin: 0;
	line-height: 1.4em;
}
#message h2{
	color: #ff4d4d;
    font-weight: 400;
    font-size: 2em;
    right: 15%;
    top: 55%;
	margin: 0;
}
p{
	margin: 0;
}
p.center ,div.center{
	margin: 0 auto;
	text-align: center;
}
.content{
	position: relative;
	display: block;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
section{
	display: block;
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
section .cont_inner{
	padding: 40px 80px 80px 160px;
}
section#vision .cont_inner{
	padding: 50px 80px 80px;
}
section .cont_inner_center{
	padding: 40px 0 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
section{
	margin: 0 auto;
	padding: 50px 0 0;
	position: relative;
}
section#fv{
	margin: 0 auto;
	padding: 0 0 100px;
	position: relative;
}
}
@media screen and (max-width:767px){
h2{
    font-weight: 500;
    font-size: 1em;
    right: 0%;
    top: 31%;
	margin: 0;
	line-height: 1.4em;
}
#message h2{
	color: #ff4d4d;
    font-weight: 500;
    font-size: 1em;
    right: 15%;
    top: 55%;
	margin: 0;
}
.content{
	width: 100%;
}

section .cont_inner{
	padding: 30px 8% 70px;
}
section#vision .cont_inner{
	padding: 30px 3% 70px;
}
section .cont_inner_center{
	padding: 30px 0 70px;
}
}
/*box-sizing default*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
	display: block;
	vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #090909;
}
.modal-video{
	background-color: rgba(0, 0, 0, 0.8);
}
/*============================================================================
		text decoration
============================================================================*/
.txt_l{
	font-size: 1.2em;
	line-height: 1.9em;
}
.txt_ll{
	font-size: 1.5em;
}
.txt_xl{
	font-size: 1.8em;
}
.txt_xxl{
	font-size: 2.1em;
}

.black{
	color:#090909!important;	
}
.text_underline {text-decoration: underline;}

.skew{
	transform: skew(-12deg, 0deg);
	display: inline-block;
}

.txt_move_area{
/*	 padding: 9px 0;*/
}
.bg_black{
	color: #fff!important;
	background: #090909;
	padding: 0 8px 2px;
}
.bg_lightRed{
	color:#090909!important;
	padding: 0 8px 2px;
	background: #ffbcbc;
}
@media screen and (max-width:767px){
.txt_l{
	font-size: 1.1em;
	line-height: 1.9em;
}
.txt_ll{
	font-size: 1.3em;
}
.txt_xl{
	font-size: 1.5em;
}
.txt_xxl{
	font-size: 1.6em;
}
.bg_lightRed{
	color:#090909!important;
	padding: 0 4px 2px;
	background: #ffbcbc;
}
}
/*============================================================================
		common
============================================================================*/

/* sp/pc */
.br_sp{display: none!important;}
.br_tab_sp{display: none!important;}
.br_pc{display: block!important;}
.sec_sp{display: none!important;}
.sec_pc{display: block!important;}
.sec_pc_only{display: block!important;}
.sec_tab{display: block!important;}
.sec_tab_sp{display: none!important;}
.flex_pc{
	display:flex;
	flex-wrap: nowrap;
}
@media screen and (min-width: 480px)  and (max-width: 1023px) {
.br_tab_sp{display: block!important;}
.sec_pc{display: block!important;}
.sec_pc_only{display: none!important;}
.sec_tab{display: block!important;}
.sec_sp{display: none!important;}
.sec_tab_sp{display: block!important;}
}
@media screen and (max-width: 480px) {
.br_sp{display: block!important;}
.br_tab_sp{display: block!important;}
.br_pc{display: none!important;}
.sec_sp{display: block!important;}
.sec_pc{display: none!important}
.sec_pc_only{display: none!important;}
.sec_tab{display: none!important;}
.sec_tab_sp{display: block!important;}
.flex_pc{
	display:block;
}
}
.bold{
	font-weight: 500;
}
.heavy{
	font-weight: 600;
}
/*contents_inner*/
.contents_inner {
    width: 864px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 767px) {
    .contents_inner {
        width: 94%;
		margin: 0 auto;
	}
}
/*.layer_area*/
.layer_area{
	position: relative;
}
.layer_area .on{
	position: absolute;
}

/*Margin
--------------*/
.mg0 {margin:0 !important;}
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}
.mg25 {margin:25px;}
.mg30 {margin:30px;}
.mg35 {margin:35px;}
.mg40 {margin:40px;}
.mg45 {margin:45px;}
.mg50 {margin:50px;}


/*top*/
.mgT5 {margin-top:5px!important;}
.mgT10 {margin-top:10px!important;}
.mgT15 {margin-top:15px!important;}
.mgT20 {margin-top:20px!important;}
.mgT25 {margin-top:25px!important;}
.mgT30 {margin-top:30px!important;}
.mgT35 {margin-top:35px!important;}
.mgT40 {margin-top:40px!important;}
.mgT45 {margin-top:45px!important;}
.mgT50 {margin-top:50px!important;}
.mgT70 {margin-top:70px!important;}
.mgT80 {margin-top:80px!important;}
.mgT90 {margin-top:90px!important;}

/*right*/
.mgR5 {margin-right:5px!important;}
.mgR10 {margin-right:10px!important;}
.mgR15 {margin-right:15px!important;}
.mgR20 {margin-right:20px!important;}
.mgR25 {margin-right:25px!important;}
.mgR30 {margin-right:30px!important;}
.mgR35 {margin-right:35px!important;}
.mgR40 {margin-right:40px!important;}
.mgR45 {margin-right:45px!important;}
.mgR50 {margin-right:50px!important;}
.mgR70 {margin-right:70px!important;}
.mgR80 {margin-right:80px!important;}
.mgR90 {margin-right:90px!important;}

/*bottom*/
.mgB5 {margin-bottom:5px!important;}
.mgB10 {margin-bottom:10px!important;}
.mgB15 {margin-bottom:15px!important;}
.mgB20 {margin-bottom:20px!important;}
.mgB25 {margin-bottom:25px!important;}
.mgB30 {margin-bottom:30px!important;}
.mgB35 {margin-bottom:35px!important;}
.mgB40 {margin-bottom:40px!important;}
.mgB45 {margin-bottom:45px!important;}
.mgB50 {margin-bottom:50px!important;}
.mgB70 {margin-bottom:70px!important;}
.mgB80 {margin-bottom:80px!important;}
.mgB90 {margin-bottom:90px!important;}

/*left*/
.mgL5 {margin-left:5px!important;}
.mgL10 {margin-left:10px!important;}
.mgL15 {margin-left:15px!important;}
.mgL20 {margin-left:20px!important;}
.mgL25 {margin-left:25px!important;}
.mgL30 {margin-left:30px!important;}
.mgL35 {margin-left:35px!important;}
.mgL40 {margin-left:40px!important;}
.mgL45 {margin-left:45px!important;}
.mgL50 {margin-left:50px!important;}
.mgL70 {margin-left:70px!important;}
.mgL80 {margin-left:80px!important;}
.mgL90 {margin-left:90px!important;}

/*Padding
--------------*/
.pd0 {padding:0px!important;}
.pd5 {padding:5px!important;}
.pd10 {padding:10px!important;}
.pd15 {padding:15px!important;}
.pd20 {padding:20px!important;}
.pd25 {padding:25px!important;}
.pd30 {padding:30px!important;}
.pd35 {padding:35px!important;}
.pd40 {padding:40px!important;}
.pd45 {padding:45px!important;}
.pd50 {padding:50px!important;}


/*top*/
.pdT5 {padding-top:5px!important;}
.pdT10 {padding-top:10px!important;}
.pdT15 {padding-top:15px!important;}
.pdT20 {padding-top:20px!important;}
.pdT25 {padding-top:25px!important;}
.pdT30 {padding-top:30px!important;}
.pdT35 {padding-top:35px!important;}
.pdT40 {padding-top:40px!important;}
.pdT45 {padding-top:45px!important;}
.pdT50 {padding-top:50px!important;}
.pdT70 {padding-top:70px!important;}
.pdT80 {padding-top:80px!important;}
.pdT90 {padding-top:90px!important;}

/*right*/
.pdR5 {padding-right:5px!important;}
.pdR10 {padding-right:10px!important;}
.pdR15 {padding-right:15px!important;}
.pdR20 {padding-right:20px!important;}
.pdR25 {padding-right:25px!important;}
.pdR30 {padding-right:30px!important;}
.pdR35 {padding-right:35px!important;}
.pdR40 {padding-right:40px!important;}
.pdR45 {padding-right:45px!important;}
.pdR50 {padding-right:50px!important;}
.pdR70 {padding-right:70px!important;}
.pdR80 {padding-right:80px!important;}
.pdR90 {padding-right:90px!important;}

/*bottom*/
.pdB5 {padding-bottom:5px!important;}
.pdB10 {padding-bottom:10px!important;}
.pdB15 {padding-bottom:15px!important;}
.pdB20 {padding-bottom:20px!important;}
.pdB25 {padding-bottom:25px!important;}
.pdB30 {padding-bottom:30px!important;}
.pdB35 {padding-bottom:35px!important;}
.pdB40 {padding-bottom:40px!important;}
.pdB45 {padding-bottom:45px!important;}
.pdB50 {padding-bottom:50px!important;}
.pdB70 {padding-bottom:70px!important;}
.pdB80 {padding-bottom:80px!important;}
.pdB90 {padding-bottom:90px!important;}

/*left*/
.pdL5 {padding-left:5px!important;}
.pdL10 {padding-left:10px!important;}
.pdL15 {padding-left:15px!important;}
.pdL20 {padding-left:20px!important;}
.pdL25 {padding-left:25px!important;}
.pdL30 {padding-left:30px!important;}
.pdL35 {padding-left:35px!important;}
.pdL40 {padding-left:40px!important;}
.pdL45 {padding-left:45px!important;}
.pdL50 {padding-left:50px!important;}
.pdL70 {padding-left:70px!important;}
.pdL80 {padding-left:80px!important;}
.pdL90 {padding-left:90px!important;}

/*------ btn ------*/
.btn_link {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding: 15px 50px;
	border: solid 2px #090909;
	border-radius: 999px;
	width: fit-content;
	display: inline-block;
	text-decoration: none;
	transition: color 0.5s ease;
	overflow: hidden;
}
.btn_link .icon{
	position: absolute;
	display: inline-block;
	width: .75em;
    right: 1em;
	top:50%;
	transform: translate(0, -50%);
}
@media screen and (max-width:767px){
.btn_link {
	padding: 15px 90px;

}
.arrow_box {
	margin: 10px 0 0;
}
.prev-arrow,
.next-arrow {
	width: 45px;
	height: 45px;
}

}
/*------ btn move ------*/
.btn_link:hover {
	color: #fff;
	border-radius: 999px;
	font-weight: 500;
	cursor: pointer;
}
.btn_link:hover .icon{
	filter: brightness(10);
}
.btn_link:hover::before {
	transform: scaleX(1);
	transform-origin: left;
	padding: 0px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
}
.btn_link::before {
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
	display: block;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #090909;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	padding: 0px;
}
.btn_link .txt{
	position: relative;
}
/*entry*/
.btn_link_entry {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.7em;
    font-weight: 500;
    border-radius: 999px;
    padding: 30px 150px;
    background: #ff3a3a;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}
.btn_link_entry .icon{
	position: absolute;
	display: inline-block;
	width: 1em;
    right: 1em;
	top:50%;
	transform: translate(0, -50%);
	filter: brightness(10)
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.entry_btn_wrap{
	display: block;
}
.btn_link_entry {
	font-size: 1.5em;
	padding: 1em 15%;
	margin: 50px auto 0;
	width: fit-content;
}
}
@media screen and (max-width:480px){
.content.entry .cont_inner{
	padding: 50px 0 37%;
}
.btn_link_entry {
	font-size: 1.7em;
	border-radius: 999px;
	padding: 1em 0;
	width: 90%;
	margin: 40px auto 0;
	text-align: center;
}
.btn_link_entry .icon{
	width:.65em;
}
}
/*btn move*/
.btn_link_entry:hover{
	color: #fff;
	border-radius: 999px;
}
.btn_link_entry:hover .icon{
	filter: brightness(10);
}
.btn_link_entry:hover::before {
	transform: scaleX(1);
	transform-origin: left;
	padding: 0px;
}
.btn_link_entry::before{
	position: absolute;
	top: -1px;
	left: -1px;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ff5b5b;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	padding: 0px;
}
.btn_link_entry .txt{
	position: relative;
}
/*============================================================================
		move
============================================================================*/
/*----------------------------------
	marker
----------------------------------*/
.marker .marker_bar_red01 ,
.marker .marker_bar_red02 ,
.marker .marker_bar_black ,
.marker .marker_bar_wh {
	position: relative;
	display: inline-block;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    padding: 0 8px 4px;
	line-height: 1.6;
}
.marker .marker_bar_red01:before ,
.marker .marker_bar_red02:before ,
.marker .marker_bar_black:before ,
.marker .marker_bar_wh:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 93%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.marker .marker_bar_red01:before {
	background: #ff4d4d;
}
.marker .marker_bar_red02:before {
	background: #ff2424;
}
.marker .marker_bar_black:before {
	background: #090909;
}
.marker .marker_bar_wh:before {
	background: #fff;
}
.marker .marker_bar_red01:after ,
.marker .marker_bar_red02:after ,
.marker .marker_bar_black:after ,
.marker .marker_bar_wh:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 93%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: #e89185;
}
.marker .marker_txt {
	opacity: 0;
	transform: translate3d(0, 0, 0);
	color: #fff;
}
.marker.move .marker_bar_red01:before ,
.marker.move .marker_bar_red02:before ,
.marker.move .marker_bar_black:before ,
.marker.move .marker_bar_wh:before {
	animation: passing-bg 1s ease 0s 1 normal forwards;
	animation-delay: inherit;
}
.marker.move .marker_bar_red01:after ,
.marker.move .marker_bar_red02:after ,
.marker.move .marker_bar_wh:after ,
.marker.move .marker_bar_black:after {
	animation: passing-bar 1s ease 0s 1 normal forwards;
	animation-delay: inherit;
}
.marker.move .marker_txt {
	animation:passing-txt 1s ease 0s 1 normal forwards;
	animation-delay: inherit;
}

@keyframes passing-bg{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 0;
		width: 100%;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.marker { --mdelay: 0s; }
.marker.move .marker_bar_red01:before,
.marker.move .marker_bar_red02:before,
.marker.move .marker_bar_black:before,
.marker.move .marker_bar_wh:before,
.marker.move .marker_bar_l-red:before { animation-delay: var(--mdelay); }
.marker.move .marker_bar_red01:after,
.marker.move .marker_bar_red02:after,
.marker.move .marker_bar_wh:after,
.marker.move .marker_bar_black:after { animation-delay: var(--mdelay); }
.marker.move .marker_txt { animation-delay: var(--mdelay); }

/*背景のみ*/
.marker_l-red {
  background: linear-gradient(#f2b3aa 0 0) no-repeat left bottom / 0% 100%;
  transition: background-size 0.6s;
  padding: 1px 5px;
}
.marker_l-red.is_marked {
  background-size: 100% 100%;
}

@media screen and (max-width:767px){
.marker .marker_bar_red01:before{
	height: 80%;
	top: 2px;
}
.marker .marker_bar_red01:after {
	height: 80%;
	top: 2px;
}
}
/*----------------------------------
	slideIn
----------------------------------*/
.slideInL,
.slideInR,
.slideUp {
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  will-change: transform, opacity;
}
.slideInL { transform: translateX(-50px); }
.slideInR { transform: translateX(50px); }
.slideUp { transform: translateY(50px); }

.slideInL.show,
.slideInR.show{
  opacity: 1;
  transform: translateX(0);
}
.slideUp.show {
  opacity: 1;
  transform: translateY(0);
}




/*============================================================================
		header
============================================================================*/
header a img{
	position: absolute;
	top:7px;
	left: 10px;
	max-width:210px;
	width: 100%;
	z-index: 999;
}
/*============================================================================
		fv
============================================================================*/
#fv .bg {
  transform: scale(1);
  filter: blur(6px);
  transition: transform 0.5s ease-out, filter 0.5s ease-out; 
}
#fv .bg.active {
  transform: scale(1);
  filter: blur(0);
}
#fv div.cont_inner_center::after{
	content: "";
	display: block;
	clip-path: polygon(60% 0%, 40% 0%, 100% 100%, 0% 100%);
	background: #fff;
	width: 90%;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
#fv .img01{
	left: 0;
	bottom:17%;
}
#fv .img02{
	left: 0;
	bottom:0%;
}
#fv .copy_sub{
	font-size: 1.8em;
	font-weight: 600;
	margin: 0 auto 5px;
	position: relative;
}
#fv .copy_sub::after{
	position: absolute;
	content: " “ ";
	display: block;
	width: 3em;
	color:#ff2424;
	top: 0;
	left: 12%;
}
#fv .copy_sub::before{
	position: absolute;
	content: " ” ";
	display: block;
	width: 3em;
	color:#ff2424;
	top: 0;
	right: 12%;
}
#fv .copy_sub02{
	margin: 0 auto 0;
	font-size: 1.4em;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
@media screen and (max-width:736px){
#fv div.cont_inner_center::after{
	clip-path: polygon(65% 0%, 35% 0%, 150% 100%, -50% 100%);
	width: 100%;
}
#fv .img01{
    left: 0;
    bottom: 13.5%;
	width: 67%;
}
#fv .copy_sub{
	font-size: 1.45em;
	margin: 0 auto 20px;
}
#fv .copy_sub::after{
	position: absolute;
	content: " “ ";
	display: block;
	width: 3em;
	color:#ff2424;
	top: 0;
	left: -4%;
}
#fv .copy_sub::before{
	position: absolute;
	content: " ” ";
	display: block;
	width: 3em;
	color:#ff2424;
	top: 0;
	right: -4%;
}
#fv .copy_sub02{
	margin: 0 auto 0;
	font-size: .95em;
	letter-spacing: 0.03em;
	line-height: 1.4;
}
}
/*-- balloon --*/
/*svg*/
.cls-1 {
  stroke: #090909;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

/* ===== PC: #balloon ===== */
#balloon .svg-elem-1 {
  stroke-dasharray: 1214.89990234375px;
  stroke-dashoffset: 1214.89990234375px;
  fill: transparent;
  -webkit-transition:
    stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s;
  transition:
    stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s;
}
#balloon.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #fff;
}

/* 配置 */
#balloon {
  display: block;
  margin: 0 auto;
}

/* ===== SP: #balloon_sp ===== */
#balloon_sp .svg-elem-1 {
  stroke-dasharray: 862.2599487304688px;
  stroke-dashoffset: 862.2599487304688px;
  fill: transparent;
  -webkit-transition:
    stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s;
  transition:
    stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
    fill 0.7s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s;
}
#balloon_sp.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #fff;
}

/* 配置（統一） */
#balloon_sp {
  display: block;
  margin: 0 auto;
}

/**/
.balloon_txt {
  position: absolute;
  top: 7px;
  left: 50%;
  transform: translate(-50%, 14px);
  margin: 0 auto;
  display: block;
  padding: 5px 0;
  width: fit-content;
  font-size: 1.2em;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.balloon_txt.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* ===== SP調整 ===== */
@media screen and (max-width: 767px) {
  .balloon_txt {
    width: 100%;
    font-size: 1.1em;
  }
}


/*============================================================================
		vision
============================================================================*/
#vision .cont_bg{
    position: absolute;
    z-index: -6;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    height: 100%;
}

#vision .layout_wrap{
	position: relative;
}
.line_red{
	padding: 0 0 0 20px;
	font-size: 1em;
	text-align: left;
	line-height: 1.8;
	margin: 100px 0;
	width: fit-content;
	position: relative;
}
.line_red.sec01{
	margin-left: 100px;
}
.line_red.sec02{
	margin:auto 100px auto auto;
}
.line_red.sec03{
	margin-left: 100px;
	margin-bottom: 80px;
}
#vision .img01,#vision .img02,#vision .img03,#vision .img04,#vision .img05{
	position: absolute;
	border-radius: 20px;
}
#vision .img01{
	right: 1%;
	top: -5%;
	z-index: -5;
}
#vision .img02{
	right: 17%;
	top:15.5%;
	z-index: -4;
}
#vision .img03{
	left: -5%;
	top: 25%;
	z-index: -2;
}
#vision .img04{
	left: 11%;
	top:28%;
	z-index: -3;
}
#vision .img05{
	right: -6%;
	top:55%;
	z-index: -1;
}
@media screen and (max-width:767px){
#vision .cont_bg{
    width: 93%;
}
.line_red{
	padding: 0 0 0 20px;
	font-size: .85em;
	font-weight: 500;
	text-align: left;
	line-height: 1.7;
	margin: 5px auto;
	width: 80%;
	position: relative;
}
.line_red.sec01{
	margin-left: auto;
}
.line_red.sec02{
	margin: 40px auto;
}
.line_red.sec03{
	margin-left: auto;
	margin-bottom: 50px;
}	
#vision .img01,#vision .img02,#vision .img03,#vision .img04,#vision .img05{
	opacity: .2;
}
#vision .img01{
	right: -4%;
	top: -2%;
	width: 33%;
}
#vision .img02{
	right: auto;
	left: -13%;
	top: 20%;
	width: 30%;
}
#vision .img03{
	left: -2%;
	top: 47%;
	width: 27%;
}
#vision .img04{
	left: auto;
	right: 2%;
	top: 28%;
	width: 48%;
}
#vision .img05{
	right: -12%;
	top: 61%;
	width: 54%;
}
}
/*move*/
#vision .line_red {
  position: relative;
  overflow: hidden;
}
#vision .line_red::after{
  content:"";
  width: 2px;
  height: 100%;
  background: #ff3a3a;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1,0);
  transform-origin: left top;
  transition: transform .6s ease;
}
#vision .line_red.is-open::after{
  transform: scale(1,1);
}

/**/
#vision .line_red .inner{
  display: inline-block;
  opacity: 0;
  transform: translate3d(-40px, 0, 0);
  will-change: transform, opacity;
}
#vision .line_red .inner.is-open{
  animation: lineSlideIn 0.3s ease-out forwards;
}

@keyframes lineSlideIn {
  0% {
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  60% {
    transform: translate3d(-10px, 0, 0); /* 途中まで寄せる */
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* 参考：動きを抑える環境配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  #vision .line_red .inner.is-open{
    animation: none;
    opacity: 1;
    transform: none;
  }
}




/*============================================================================
		position
============================================================================*/
#position::after{
	content:"";
	width: 100%;
	max-width: 900px;
	display: block;
	background: #fff;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.accordion{
	margin: 30px 0 0;
}
.accordion_btn{
    width: fit-content;
}
.accordion .icon {
    display: inline-block;
    margin: -6px 0 0 30px;
    width: .75em;
    transform: rotate(90deg);
	filter: brightness(0);
}
.accordion_btn.is-open .icon {
    transform: rotate(-90deg);
    margin: -6px 0 0 30px;
}
@media screen and (max-width:767px){
#position::after{
	width: 93%;
}
.accordion{
	margin: 30px 0 0;
}
.accordion_btn{
    margin: 0 auto;
}
}


/*move*/
#position .accordion_container{
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-self: flex-start;
	padding: 0 0 0 25px;
	position: relative;
	margin: 30px 0 0 30px;
}
#position .accordion_container.is-open .inner{
	animation: slideIn .8s ease forwards;
}
@keyframes slideIn {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  60% {
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
	  opacity: 1;
  }
}
#position .accordion_container::after{
	content:"";
	width: 2px;
	height: 100%;
	background: #090909;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(1,0);
	transition: .5s;
	transform-origin: left top;
}
#position .accordion_container.is-open::after{
	transform: scale(1,1);
}
/**/
.accordion .img_area{
	width: 30%;
}
.modelimg{
	width: fit-content;
	border-radius: 20px;
}
#position .detail{
	width: 48%;
    padding:0 29px 0 0;
    font-size: .9em;
    text-align: justify;
}
#position .detail ul{
	margin: 15px 0 15px 10px;
	padding: 0;
	font-weight: 600;
	font-size: .9em;
	list-style: none outside;
}
#position .detail ul .list{
	padding-left :1em;
	text-indent: -1.3em;
}
#position .detail ul .list::before{
	content: "";
	display: inline-block;
	position: relative;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	width: 8px;
	height: 2px;
	background-color:#d78e98;
	margin: 0 8px 0 0;
}
#position .profile{
	bottom:0;
	padding: 2px;
}
#position .section,
#position .name{
	color:#090909;
	padding: 0 3px;
	font-weight: 500;
	line-height: 1.3;
	background: #fff;
	width: fit-content;
}
@media screen and (max-width:767px){
#position .accordion_container{
	width: 100%;
	display: block;
	padding: 0 0 0 25px;
	position: relative;
	margin: 20px 0 0 20px;
}
.accordion .img_area{
	width: 85%;
}
#position .detail{
	width: 95%;
    padding:20px 30px 0 0;
    font-size: .9em;
    text-align: justify;
}
#position .detail ul{
	margin: 15px 0 15px 5px;
	line-height: 1.7;
}
}

/*----- point -----------------------------------*/
.hlimg_1st,
.hlimg{
	padding: 0 0 0 395px;
	background: #ff4d4d;
	border-radius: 0 20px 20px 0;
}
.inner_txt{
	top:50px;
	left: 8%;
}
.inner_txt .number{
	margin: 0 0 30px;
}
h3{
	margin: 0 0 33px;
}
h3 p{
	width: fit-content;
	font-size: 3em;
	background: #fff;
	line-height: 1.35em;
	padding: 0 22px;
}
h3 p.sub{
	width: fit-content;
	font-size: 2.8rem;
    background: #fff;
	margin: 0 0 5px;
}
p.sub_2nd{
	width: fit-content;
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;
    background: #ff4d4d;
	margin: 0;
	padding: 0 5px 0 0; 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.hlimg_1st{
	width: 89%;
	height: 39rem;
	object-fit: cover;
	padding: 0 0 0 36%;
	background: #ff4d4d;
	border-radius: 0 20px 20px 0;
}
.hlimg{
	width: 93%;
	height: 29.5rem;
	object-fit: cover;
	padding: 0 0 0 36%;
	background: #ff4d4d;
	border-radius: 0 20px 20px 0;
}	
}
@media screen and (max-width:767px){
.hlimg_1st{
	width: 93%;
	padding: 0 0 0 36%;
	background: #ff4d4d;
	border-radius: 0 20px 20px 0;
}
.hlimg{
	width: 93%;
	height: 21.5rem;
	object-fit: cover;
	padding: 0 0 0 36%;
	background: #ff4d4d;
	border-radius: 0 20px 20px 0;
}
.inner_txt{
	top:10%;
	left: 8%;
}
.inner_txt .number{
	margin: 0 0 20px;
	width: 11rem;
}
h3{
	margin: 0 0 10px;
}
h3 p{
	font-size: 2em;
	padding: 0 11px;
}
h3 p.sub{
	font-size: 1.8rem;
	margin: 0 0 5px;
}
p.sub_2nd{
	font-size: .9em;
}
}
/**/
dt{
	font-weight: 600;
    font-size: 2.2em;
}
dt::after{
    content: "";
    width: 80px;
    height: 2px;
    background: #090909;
    position: absolute;
    top: 50%;
    left: -120px;
    transform: scale(1, 1) translateY(-50%);
}
dt span.mark{
	font-size: 0.7em;
	margin: 0 13px 0 0;
	font-weight: 400;
}
dt span.txt_s{
	font-size: 0.6em;
}
dd{
	font-size: 1.2em;
	margin:15px 30px 30px;
}
p.p_txt{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.9em;
}
@media screen and (max-width:767px){
dl{
	margin: 0;
}
dt{
    font-weight: 600;
    font-size: 1.4em;
}
dt::after{
    content: "";
    width: 30px;
    height: 2px;
    background: #090909;
    position: absolute;
    top: 50%;
    left: -12%;
    transform: scale(1, 1) translateY(-50%);
}
dt:first-child::after{
	top: 28%;
    left: -12%;
}
dt span.mark{
	font-size: 0.7em;
	margin: 0 7px 0 0;
	font-weight: 400;
}
dt span.txt_s{
	font-size: 0.6em;
}
dd{
	font-size: 1em;
	margin: 15px 5% 30px;
	text-align: justify;
	line-height: 1.7;
}
dd:last-child{
	margin-bottom: 0;
}
p.p_txt{
	font-size: 1em;
	font-weight: 500;
	line-height: 1.9em;
	text-align: justify;
}
}
/*-- youtube--*/
.youtube{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	width: 100%;
	max-width: 720px;
	gap:25px;
	margin: 60px 0 0 ;
}
.youtube .title{
	background: #7d929b;
	padding: 3px 3px 3px 0;
}
.wrap_yt{
	width: 80%;
}
.yt_txt{
	font-size: 1.75em;
    margin: 0 0 13px;
}
.wrap_yt_thumb{
	display: flex;
	gap:15px;
}
.yt_thumb:hover{
	cursor: pointer;
	opacity: .9;
}
.yt_thumb img{
	border-radius: 8px;
}
@media screen and (max-width:767px){
.youtube{
	gap:10px;
	margin: 40px 0 0 ;
}
.youtube .title{
	width: 7%;
}
.wrap_yt{
	width: 90%;
}
.yt_txt{
	font-size: 1.3em;
    margin: 0 0 6px 2px;
}
.wrap_yt_thumb{
	display: flex;
	gap:15px;
}
.yt_thumb img{
	border-radius: 8px;
}
}
/*============================================================================
		interview
============================================================================*/
#interview{
	padding: 0 0 100px;
}
.interview_R ,
.interview_L {
	width: 100%;
	max-width: 900px;
	margin: 60px auto 0;
}
.interview_R .img ,
.interview_L .img {
	z-index: 1;
	border-radius: 20px;
}
.interview_R .img {
	margin: 0 auto 0 0;
}
.interview_L .img {
	margin: 0 0 0 auto;
}
.interview_R .wrap_txt,
.interview_L .wrap_txt{
	z-index: 0;
	width: 60%;
	bottom: -1px;
	background: #fff;
	border-radius: 8px;
	padding: 40px 30px;
}
.interview_R .wrap_txt{
	left: 40%;
}
.interview_L .wrap_txt{
	right: 40%;
}
#interview .section,
#interview .post,
#interview .name{
	color:#090909;
	padding: 0 3px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 10px;
}
#interview .section{
	font-size: .9em;
}
#interview .post{
	font-size: 1.3em;
}
#interview .name{
	font-size: .9em;
	margin: 0 0 20px;
}
.interview_R .i_logo{
	top: -11%;
	right: 0;
}
.interview_L .i_logo{
	top: -11%;
	left: 0;
}
@media screen and (max-width:767px){
#interview{
	padding: 0 0 100px;
}
.interview_R ,
.interview_L {
	width: 100%;
	margin: 30px auto 0;
	padding: 0 0 23em;
}
.interview_R .img ,
.interview_L .img {
	z-index: 1;
	width: 85%;
}
.interview_R .img {
	margin: 0 auto 0 0;
	border-radius: 0 20px 20px 0;
}
.interview_L .img {
	margin: 0 0 0 auto;
	border-radius: 20px 0 0 20px;
}
.interview_R .wrap_txt,
.interview_L .wrap_txt{
	z-index: 0;
	width: 90%;
	bottom: auto;
	top:29%;
	background: #fff;
	border-radius: 8px;
	padding: 35px 25px;
}
.interview_R .wrap_txt{
	left: 5%;
}
.interview_L .wrap_txt{
	right: 5%;
}
#interview .section,
#interview .post,
#interview .name{
	color:#090909;
	padding: 0 3px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 10px;
}
#interview .section{
	font-size: .9em;
}
#interview .post{
	font-size: 1.3em;
}
#interview .name{
	font-size: .9em;
	margin: 0 0 20px;
}
.i_txt{
	font-size: .9em;
}
.i_logo{
	width: 50%;
}
.interview_R .i_logo{
	top: -2.3rem;
	right: auto;
	left: 1%;
}
.interview_L .i_logo{
	top: -2.3rem;
	left: auto;
	right: 1%;
}
}
/*============================================================================
		message
============================================================================*/
#message {
	padding: 0 0 90px;
}
#message div.cont_inner_center::after{
	content: "";
	display: block;
	clip-path: polygon(60% 0%, 40% 0%, 100% 100%, 0% 100%);
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media screen and (max-width:767px){
#message {
	padding: 0 0 50px;
}
#message div.cont_inner_center::after{
	clip-path: polygon(35% 0%, 65% 0%, 145% 100%, -45% 100%);
}
}
/*============================================================================
		footer
============================================================================*/
footer{
	position: relative;
/*    padding: 90px 0 0;*/
}
.copy_last{
	position: absolute;
	bottom: 20%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	max-width:621px; 
}
.copylight{
	color:#fff;
	font-size: 0.7em;
	background: #1a1a1a;
	text-align: center;
	font-weight: 400;
	padding: 7px 0;
}
@media screen and (max-width:767px){
.copy_last{
	bottom: 71%;
}
}