@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
@media screen and (min-width: 1026px) {
#ourmission {
    margin-top: -70px;
    padding-top: 70px;
}
}
@media screen and (max-width: 1025px) {
#ourmission,
	#messeage{
    margin-top: -50px;
    padding-top: 50px;
}
}
/* ----------------------------------------------------------------
fv
---------------------------------------------------------------- */
/* 初期は両方とも非表示 */
#fv::before{
  opacity: 0;
  transition: opacity .9s ease;
}

#fv .inner img{
  opacity: 0;
  transition: opacity .9s ease;
}

/* 背景 */
body.fv-bg-start #fv::before{
  opacity: 1;
}

/* テキスト */
body.fv-text-start #fv .inner img.txt01{
  opacity: 1;
  transition-delay: .7s;
}
body.fv-text-start #fv .inner img.txt02{
  opacity: 1;
  transition-delay: 1s;
}

#fv{
	position: relative;
	height: 730px;
	margin-bottom: 60px;
}
#fv:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: url("../img/fv_bg_pc.jpg") center center no-repeat;
	    background-size: cover;
}
#fv .inner{
	position: relative;
    width: 50vw;
    max-width: 800px;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  /*Spのみ*/
	#fv {
    position: relative;
    width: 100%;
    aspect-ratio: 750 / 483;
		    height: auto;
    margin-bottom: 30px;
}
#fv:before {
    background: url("../img/fv_bg_sp.jpg") center center no-repeat;
    background-size: cover;
}
#fv .inner {
    width: 65vw;
	    top: 50%;
	position: absolute;
}
}

/* ----------------------------------------------------------------
second_con
---------------------------------------------------------------- */
#second_con{
	width: 100%;
	overflow: hidden;
	margin: 0 auto 100px;
}
#second_con > .inner {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}
#second_con .inner .box{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#second_con .inner .box{
	margin-bottom: 130px;
}
#second_con .inner .box .txt_box{
	width: 50%;
	padding-top: 30px;
}
#second_con .inner .box .ime_box{
	    width: 50vw;
}
#second_con .inner .box .ime_box img{
	width: 100%;
}
#second_con .inner .box.box01 .txt_box .v_w {
    writing-mode: vertical-rl;
    font-size: 3em;
    letter-spacing: 0.09em;
    font-weight: 600;
    line-height: 1.7;
    white-space: nowrap;
}
#second_con .inner .box.box02 .txt_box .txt {
    font-weight: 500;
    line-height: 2.2;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
#second_con .inner .box {
    margin-bottom: 80px;
}
	#second_con .inner .box.box01{
		margin-right: calc(50% - 50vw);
	}
	#second_con .inner .box.box02{
		margin-left: calc(50% - 50vw);
		 flex-direction: row-reverse;
	}
  #second_con .inner .box.box01 .txt_box{
	 	        margin-left: auto;
	  padding-right: 80px;
	          display: flex;
        justify-content: center;
}
	  #second_con .inner .box.box02 .txt_box{
	margin-right: auto;
		  padding-left: 80px;
}
}
@media screen and (max-width: 767px) {
	/*Spのみ*/
	#second_con{
		margin-bottom: 0;
	}
	#second_con > .inner {
    padding: 0;
}
#second_con .inner .box {
    margin-bottom: 30px;
}
#second_con .inner .box.box01 .txt_box {
    width: 20%;
    margin: 0 5%;
    padding-top: 0;
	        display: flex;
        justify-content: center;
}
#second_con .inner .box.box01 .txt_box .v_w {
    font-size: clamp(1rem, 5vw, 2.5rem);
    line-height: 1.7;
}
#second_con .inner .box .ime_box {
    width: 70%;
}
	#second_con .inner .box.box02{
		    display: block;
	}
#second_con .inner .box.box02 {
    width: 100%;
	        margin: 0 auto;
}
#second_con .inner .box .txt_box {
    width: 90%;
    padding-top: 0px;
    margin: 0 auto 30px;
}
#second_con .inner .box.box02 .txt_box .txt {
    font-size: 0.9em;
    line-height: 1.5;
}
#second_con .inner .box.box02 .ime_box {
    width: 100%;
}
}
/* ----------------------------------------------------------------
messeage
---------------------------------------------------------------- */
#messeage{
	background: url("../img/messeage_bg.jpg") center center no-repeat;
	    background-size: cover;
	position: relative;
}
#messeage:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
    z-index: 0;
}
#messeage > .inner{
	position: relative;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	padding: 70px 0 80px;
	color: #fff;
}
#messeage > .inner .page_h2_tl{
	margin-bottom: 30px;
}
#messeage > .inner .midashi {
    font-size: 2.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin-bottom: 40px;
}
#messeage > .inner .flex_box {
    display: flex;
    justify-content: space-between;
}
#messeage > .inner .flex_box .box_l{
	max-width: 750px;
	width: 60%;
	padding-right: 40px;
}
#messeage > .inner .flex_box .box_r{
	width: 40%;
	    max-width: 415px;
}
#messeage > .inner .flex_box .box_l .main_txt {
    line-height: 2;
    font-size: 0.9em;
}
#messeage > .inner .flex_box .box_l .name{
	margin-top: 40px;
}
#messeage > .inner .flex_box .box_l .name .sub{
	font-size: 0.8em;
	margin-bottom: 10px;
}
#messeage > .inner .flex_box .box_l .name .main{
	font-size: 1.3em;
}
#messeage > .inner .flex_box .box_r .pc{
	display: block !important;
}
@media screen and (max-width: 767px) {
  /*Spのみ*/
	#messeage > .inner .flex_box .box_r .pc{
	display: none !important;
}
#messeage > .inner {
    padding: 30px 0;
}
#messeage > .inner .midashi {
    font-size: 1em;
    margin-bottom: 25px;
	        line-height: 1.8;
}
#messeage > .inner .flex_box {
    display: block;
}
#messeage > .inner .flex_box .box_l {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
}
#messeage > .inner .flex_box .box_l .main_txt {
    line-height: 2;
    font-size: 0.9em;
}
#messeage > .inner .flex_box .box_l .main_txt {
    font-size: 0.8em;
	line-height: 1.5;
}
#messeage > .inner .flex_box .box_l .name {
    margin-top: 30px;
    text-align: center;
}
#messeage > .inner .flex_box .box_l .name .main {
    font-size: 1.2em;
}
#messeage > .inner .flex_box .box_r {
    width: 100%;
	    margin: 0 auto;
	    max-width: 750px;
}
}

