@charset "UTF-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* 使用色 */
:root {
  --base: #656565;
  --red:  #E60027;
  --bg1:  #F5F5F5;
  --bg2:  #F9F9F9;
  --yellow:#FBC114;
  --orange1:#FFA50A;
  --orange2:#F16107;
  --beige: #FFFAF1;
  --pink:#F27575;
  --skyblue:#74C5DE;
  --green:#73BE4E;
  --border:#ACACAC
}


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    position: relative;
	overflow-x:hidden;
	overflow-y: scroll; 
}

body {
	margin: 0;
	/*font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	font-family: "zen-kaku-gothic-new", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: var(--base);
	overflow-x:hidden;
}

.wrap{
		position: relative;
}


@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

.ml_mr{
	margin-left: 1em;
	margin-right: 1em
}


.lead{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em
}
@media screen and (max-width: 767px) {
	.lead{
		font-size: 1.2rem
}
}

.justfy{
		text-align: justify
}


.red{
    color:var(--red);
    font-weight: bold;
}

.Barlow{
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 180%
}


.white{
    color: #fff
}

.item h5,
.person-wrapper h2{
	font-size: 1rem;
	line-height: 1.4em;
	font-weight: 600;
	text-align: center;
	margin: 5px 0 2px 0;
}
@media screen and (max-width: 767px) {
.item h5,
.person-wrapper h2{
	font-size: .9rem;	
}
	.person-wrapper h2{
		font-size: 1.2rem
}
}





header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 0 20px;
    width: 100%;
    margin: 0 auto;
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(10px);
}

header h1{
		z-index: 10000
}/******スマホメニューが展開してもロゴを同じ位置に設置********/


@media screen and (max-width: 1024px) {
header{
	padding: 10px 10px 0 10px;
	background:none;
	backdrop-filter:none
	}
}


/************グローバルナビ用表示分岐****************/
.menu_pc{display: inline}
.menu_sp{display: none}
@media screen and (max-width: 1024px) {
.menu_pc{display: none}
.menu_sp{display: inline}
}

/************表示分岐****************/
.pc{display: inline}
.sp{display: none}
@media screen and (max-width: 767px) {
.pc{display: none}
.sp{display: inline}
}



/************グローバルナビ****************/
ul,li{
 list-style: none
}

.menu{
    display: flex;
    margin-top: 18px
}

.menu > li{
    position: relative;
    margin: 0 25px
}
.menu li a{
    transition: ease-in-out .3s
}
.menu li a:hover{
    opacity: .5
}
.menu .sub-menu{
    display: none;
    top: 30px;
    left: -23px;
    position: absolute;
    font-size: 14px;
    background:rgba(255,255,255,.9);
    border-radius: 8px;
    width: max-content;
    margin: 0;
    padding: 15px 30px 3px 10px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
}

.menu .sub-menu li{
    margin-bottom: 12px;
    position: relative
}
.menu .sub-menu li:after{
    content: '';
    position: absolute;
    top: 8px;
    right: -45px;
    background: url("../icon/arrow.svg") no-repeat;
    width: 40px;
    height: 4px;
    display: inline-block;
    transition: ease-in-out .3s;
    cursor: pointer;
}
.menu .sub-menu li:hover:after{
    opacity: .5;
}
    
.menu > li{ position: relative}

/**メニューアイコン****/
#menu_about:before{
    content: '';
    background: url("../icon/logo_only.svg") no-repeat;
    position: absolute;
    top: 4px;
    left: -23px;
    width: 20px;
    height: 17px;
    display: inline-block;
    background-size: contain;
    transition: ease-in-out .3s;
    cursor:pointer
}

#menu_interview:before{
    content: '';
    background: url("../icon/interview.svg") no-repeat;
    position: absolute;
    top: 2px;
    left: -24px;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    transition: ease-in-out .3s;
    cursor:pointer
}
#menu_company:before{
    content: '';
    background: url("../icon/company.svg") no-repeat;
    position: absolute;
    top: 3px;
    left: -22px;
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: contain;
    transition: ease-in-out .3s;
    cursor:pointer
}
#menu_message:before{
    content: '';
    background: url("../icon/message.svg") no-repeat;
    position: absolute;
    top: 3px;
    left: -21px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    transition: ease-in-out .3s;
    cursor:pointer
}
#menu_requirements:before{
    content: '';
    background: url("../icon/requirements.svg") no-repeat;
    position: absolute;
    top: 1px;
    left: -18px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    transition: ease-in-out .3s;
    cursor:pointer
}
#menu_about:hover:before,
#menu_interview:hover:before,
#menu_company:hover:before,
#menu_message:hover:before,
#menu_requirements:hover:before{
    opacity: .6
}

#header_entry{
margin: 0 !important
}

#header_entry a{
    background: var(--red);
    color: #fff;
    padding: 4px 20px 4px 40px;
    border-radius: 20px;
    position: relative;
    transition: ease-in-out .3s;
    border: 1px var(--red) solid;
}
#header_entry a:before{
    content: '';
    display: inline;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto 0;
	left: 20px;
    background: url("../icon/entry_white.svg") no-repeat;
    width: 17px;
    height: 14px;
    background-size: contain;
}
#header_entry a:hover{
    opacity: .6
}

.menu-parent:after{
    content:'';
    background: url("../img/common/menu_arrow.svg") no-repeat;
    width: 12px;
    height: 8px;
    display: inline-block;
    background-size: contain;
    cursor: pointer;
    transition: ease-in-out .3s;
    transform: rotate(0deg);
    transform-origin: center;
}
.menu-parent:hover:after{
    transform: rotate(180deg);
}

.title_icon{
    text-align: center;
    line-height: 0;
	width: 40px;
	margin: 0 auto
}
#policy_icon img{
	width: 42px;
	margin: 0 auto 15px auto;
	text-align: center;
	display: block
}

/************CTA****************/
#cta{
	background: var( --bg2);
	margin:160px calc(50% - 50vw) 0  calc(50% - 50vw);
    width: 100vw;
}
#cta_box{
	display: flex;
	align-items: center;
	width: 850px;
	margin: 0 auto;
	padding: 60px 0;
	column-gap: 30px
}

.cta_btn{
    background: var(--red);
    width: 355px;
    height:85px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    transition: ease-in-out .5s
}

.cta_btn:hover{
    opacity: .7
}

.cta_btn a{
    color: #fff;
    font-weight: 500;
    line-height: 1.4em;
   	display: flex;
    align-items: center;
    justify-content: center;
}

.cta_btn:before{
    content: '';
    background: url("../icon/entry_footer.svg") no-repeat;
    display: inline-block;
    width: 27px;
    height: 25px;
    position: absolute;
	top: 31px;
    left: 73px;
}
.file.cta_btn:before{
	background: url("../icon/requirements_white.svg") no-repeat;
	top: 29px;
	left: 113px;
}

.cta_btn:after{
    content: '';
    background: url("../icon/arrow_white.svg") no-repeat;
    display: inline-block;
    width: 25px;
    height: 10px;
    position: absolute;
    top: 45%;
    right: 10px
}


@media screen and (max-width: 1024px) {
	#cta{
		background: var( --bg2);
		margin:120px calc(50% - 50vw) 0  calc(50% - 50vw);
		width: 100vw;
	}
	#cta_box{
		flex-direction: column;
		width: 100%;
		margin: 0 auto;
		padding: 60px 0;
		column-gap: 30px
	}

	.cta_btn{
		aspect-ratio: 355 / 85;
		font-size: 20px;
		border-radius: 10px;
		position: relative;
		text-align: center;
	}

	.cta_btn:hover{
		opacity: .7
	}

	.cta_btn a{
		color: #fff;
		font-weight: 500;
		line-height: 1.4em;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.cta_btn:before{
		width: 27px;
		height: 25px;
		position: absolute;
		top: 31px;
		left: 73px;
	}
	.file.cta_btn:before{
		top: 29px;
		left: 113px;
	}

	.cta_btn:after{
		width: 25px;
		height: 10px;
		position: absolute;
		top: 45%;
		right: 10px
	}
}




#entry_box{
	text-align: center;
}
#entry_btn{
	display: flex;
	flex-direction: column;
	grid-row-gap:  15px
}
@media screen and (max-width: 1024px) {
	#entry_btn{
		order: 1;
		margin-top: 20px
	}
}


#entry_box h4{
	font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--red);
	font-size: 80px;
	line-height: 0.9;
    margin-bottom: 14px;
    letter-spacing: 0.01em;
}
#entry_box h5{
	font-size: 20px;
	font-weight: 500
}
#entry_box p{
	margin: 10px 0 0 0;
	line-height: 1.6em
}


@media screen and (max-width: 767px) {
	#entry_box p{
		font-size: 1.1rem
	}
	.align_justify{
		text-align: justify !important;
		margin: 0
	}
}




/**********************footer*******************/
footer{
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	margin-top: 50px
}
@media screen and (max-width: 1024px) {
	footer{
		width: 100%;
		font-size: 1rem;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 50px
	}	
}


#footer_logo{
    display: flex;
    align-items: center;
    color: var(--red);
    font-weight: 500;
    gap:10px;
    margin-bottom: 42px;
    font-size: 20px
}
@media screen and (max-width: 1024px) {
	#footer_logo{
		justify-content: center;
		margin-bottom: 10px;
	}
}


#footer_company_data p{
    margin-bottom: 5px;
	text-align: left
}
@media screen and (max-width: 1024px) {
	#footer_company_data p{
	text-align: center
}
}

#footer_company_data p a{
  transition: ease-in-out .3s
}
#footer_company_data p a:hover{
    opacity: .7
}
@media screen and (max-width: 1024px) {
	#footer_company_data {
			text-align: center
	}
}


.tel_icon{position: relative; transition: ease-in-out .3s}

.tel_icon:hover,
.link_icon:hover
{
    opacity: .7;
    cursor: pointer
}

.tel_icon:before{
    content:'';
	background:  url("../icon/tel.svg") no-repeat;
	width: 16px;
    height: 16px;
	background-size: cover;
	display: inline-block;
	margin-right: 3px
}
.link_icon{position: relative; transition: ease-in-out .5s}
.link_icon:before{
    content:'';
	background:  url("../icon/info.svg") no-repeat;
	width: 1em;
    height: 1em;
	background-size: cover;
	display: inline-block;
	margin-right: 3px
}



#footer_contents{
	display: flex;
	column-gap: 60px
}
#footer_contents ul{
	width: 205px;
}


#footer_contents li{
	margin-bottom: 9px;
	position: relative;
	transition: ease-in-out, .5s
}
#footer_contents li:hover{
	opacity: .5
}
.fm_arrow:after{
	content: '';
	background: url("../icon/arrow.svg") no-repeat;
	width: 16px;
	height: 4px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px;
    cursor: pointer
}
@media screen and (max-width: 1024px) {
	.fm_arrow:after{
	width: 16px;
	height: 4px;
	right: 10px;
	top: 45%;
}
}

#footer_contents li a {
	display: block;
	width: 100%;
	height: 100%
}


#message_li{
    width: 164px !important
}
#youkou_li{
    width: 185px !important
}

#sp_footer_contents{
			display: none
}
@media screen and (max-width: 1024px) {
	#sp_footer_contents{
		display: inline-block;
		border-top: 1px var(--border) solid;
        width: 100vw;
		margin: 50px calc(50% - 50vw) 25px calc(50% - 50vw);
	}
	#sp_footer_contents li{
		border-bottom: 1px var(--border) solid;
        padding: 12px 0 12px 40px;
		margin: 0 calc(50% - 50vw);
		position: relative;
	}
	#sp_footer_contents li a{
		display: block;
		width: 100%;
		height: 100%
	}
	#footer_contents{
			display: none;
	}
	.border-none{border-bottom: none !important}
	.menu_sub{ 
		padding-top: 0px !important;
		padding-bottom: 12px !important}
}




#copy{
	font-size: 14px;
	text-align: right;
	margin: 20px 0 30px 0
}
@media screen and (max-width: 1024px) {
	#copy{
	font-size: .8rem;
	text-align: center;
}
}


.icon_menu{
	font-weight: 500;
	position: relative;
}

.fm_about:before{
	content:'';
	background:  url("../icon/logo_only.svg") no-repeat;
	width: 1em;
    height: .85em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -22px;
	background-size: cover;
	display: inline-block
}
.fm_interview:before{
	content:'';
	background:  url("../icon/interview.svg") no-repeat;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -24px;
	background-size: cover;
	display: inline-block
}
.fm_company:before{
	content:'';
	background:  url("../icon/company.svg") no-repeat;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -24px;
	background-size: cover;
	display: inline-block
}
.fm_message:before{
	content:'';
	background:  url("../icon/message.svg") no-repeat;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -22px;
	background-size: cover;
	display: inline-block
}
.fm_requirements:before{
	content:'';
	background:  url("../icon/requirements.svg") no-repeat;
	width: 13px;
    height: 19px;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto 0;
    left: -19px;
	background-size: cover;
	display: inline-block
}
.fm_entry:before{
	content:'';
	background:  url("../icon/entry_footer_menu.svg") no-repeat;
	width: 18px;
    height: 15px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: -20px;
	background-size: cover;
	display: inline-block
}
.fm_policy:before{
	content:'';
	background:  url("../icon/policy.svg") no-repeat;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto 0;
    left: -19px;
	background-size: cover;
	display: inline-block
}
.fm_home:before{
	content:'';
	background:  url("../icon/home.svg") no-repeat;
	width: 17px;
    height: 14px;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto 0;
    left: -20px;
	background-size: cover;
	display: inline-block
}

/*******************スマホメニュー*********************/
/* ハンバーガー */
.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 30px;
  height: 24px;
  z-index: 1001;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
  margin-bottom: 6px;
  transition: .3s;
}

/* 背景ロック */
body.lock {
  position: fixed;
  width: 100%;
}

/* オーバーレイ */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.4);
  opacity: 0;
  pointer-events: none;
  transition: .4s;
  z-index: 999;
}

.overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* フルスクリーンメニュー */
.fullscreen-menu {
  position: fixed;
  inset: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: .4s ease;
  z-index: 1000;
}

.fullscreen-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.fullscreen-menu ul {
  list-style: none;
  text-align: center;
  padding: 0;
}

.fullscreen-menu li {
  margin: 20px 0;
  font-size: 24px;
}


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


#g-nav{
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background:rgba(255,255,255, .9);
  transition: all 1s;
  backdrop-filter: blur(10px);
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
  left: 0;
}

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


/*ナビゲーション*/
#g-nav ul {
    display: none;
    /*
    position: absolute;
    z-index: 999;
    top: 48%;
    left: 50%;
    transform: translate(-48%, -50%);
    -webkit-transform: translate(-48%, -50%);
    -ms-transform: translate(-48%, -50%);
	 margin: 0 10px;*/
	width: 100%;
	    margin: 95px 0px 0 10px;
}

#g-nav.panelactive ul {
    display: block;
}

/*リストのレイアウト設定*/
#g-nav li{
   margin-bottom: 3%;
}
@media screen and (max-width: 400px) {
#g-nav li{	
	margin-bottom: 2.5%;
}
}

#g-nav li a{
    font-size: clamp(24px, 2vw, 36px);
    color: var(--base);
	 text-decoration: none;
	 transition: ease-in-out .2s
}
@media screen and (max-width: 1024px) {
	#g-nav li a{
		font-size: 16px;
		display: block;
		width: 100%;
		height: 100%
}
}

#g-nav li a:hover{
	opacity: .5
}



/*========= ボタンのためのCSS ===============*/
.openbtn1{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	
}
@media screen and (max-width: 1024px) {
.openbtn1{
  		top: 13px;
    	right: 10px;
	    width: 35px;
        height: 35px;
        background: white;
        border-radius: 50%;
	    box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);
}
}


/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    height: 1px;
    border-radius: 1px;
    background-color: var(--base);
    width: 20px;
  }

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

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

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

.openbtn1.active span:nth-of-type(1) {
    top: 11px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 20px;
    background: var(--base);
}

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

.openbtn1.active span:nth-of-type(3){
    top: 23px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 20px;
    background: var(--base);
}


/**************************ナビ***************************/

#sp_header_entry{
	position: absolute;
	top: 18px;
    right: 60px;
	z-index: 10000
	
}
#sp_header_entry a{
    background: var(--red);
    color: #fff;
    padding: 5px 12px 5px 35px;
    border-radius: 20px;
    position: relative;
    transition: ease-in-out .3s;
    border: 1px var(--red) solid;
	font-size: 1rem;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, .15);

}
#sp_header_entry a:before{
    content: '';
    display: inline;
    position: absolute;
    top: 0;
	bottom: 0;
	margin: auto 0; 
    left: 16px;
    background: url("../icon/entry_white.svg") no-repeat;
    width: 17px;
    height: 14px;
    background-size: contain;
}
header h1 img{
	width: 53px;
	height: auto;
	transition: ease-in-out .3s
}
header h1 img:hover{
	opacity: .7
}
@media screen and (max-width: 1024px) {
header h1 img{
	width:49px;
}	
}
@media screen and (max-width: 767px) {
header h1 img{
	width:48px;
}	
}


.center{ text-align: center; margin-bottom: 20px}

/*************************ぱんくず***************************/
.breadcrumbs{
	font-size: 14px;
	display: flex;
    align-items: center;
	margin: 0 0 50px 0;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.breadcrumbs{
		font-size: .9rem;
		letter-spacing: -0.05em;
}
}
@media screen and (max-width: 430px) {
	.breadcrumbs{
		font-size: .8rem;
}
}

.breadcrumbs a{
		transition: ease-in-out .3s
}
.breadcrumbs a:hover{
		opacity: .7
}
.current-item{
	color: var(--border)
}
.fa-angle-right{
	margin: 0 5px;
	font-size: 80%
}
.fa.fa-home{
	font-size: 90%;
	display: block;
}

.red_normal{
		color: var(--red)
}



.message_box{
	border: 1px var(--red) solid;
	border-radius: 10px;
	padding: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 25px;
	gap:15px;
}
.message_box img{
	flex: 1;
	transition: ease-in-out .5s
}
.message_box img:hover{
	opacity: .6
}
.mb_text{
	text-align: center;
	flex: 2;
	width: 100%
}
.mb_text h3{
	text-align: center;
	font-size: 36px;
	line-height: 1.2em
}
.mb_text p{
	line-height: 1.4em;
	margin: 12px 0
}
.mb_text p strong{
	display: block
}

.mb_order1{
	order: -1
}
.mb_order2{
	order: 0
}

@media screen and (max-width: 1023px) {
	.mb_text h3{
		 font-size: 1.5rem;
        line-height: 1.4em;
	}
	.message_box img{
		width: 100%
	}
}

@media screen and (max-width: 767px) {
	.message_box{
		border-radius: 10px;
		padding: 25px;
		/*flex-direction: column;*/
		align-items: center;
		margin-bottom: 25px
	}
	.message_box img{
		flex: 1;
		width: 90%;
        margin: 0 0 0px 0;
        display: block;
	}
	.mb_text{
		text-align: center;
		flex: 2
	}
	.mb_text h3{
		 font-size: 1.5rem;
        line-height: 1.4em;
	}
	.mb_text p{
		line-height: 1.4em;
		margin: 12px 0 15px 0
	}
	.mb_order1{
		order: 0
	}
	.mt15{margin-top: 25px !important}
}
@media screen and (max-width:767px) {
	.message_box{
		border-radius: 10px;
		padding: 25px;
		flex-direction: column;
		align-items: center;
		margin-bottom: 25px
	}
	.message_box img{
		flex: 1;
		width: 100%;
        margin: 0 auto 15px auto;
        display: block;
	}
	.mb_text{
		text-align: center;
		flex: 2
	}
	.mb_text h3{
		 font-size: 1.6rem;
        line-height: 1.4em;
	}
	.mb_text p{
		line-height: 1.4em;
		margin: 12px 0 15px 0
	}
	.mb_order1{
		order: 0
	}
	.mt15{margin-top: 25px !important
	}
}




#number ul{
    margin: 0 auto;
    max-width: 980px;
}
#number ul li{
    background: rgba(255,255,255,.9);
    border-radius: 10px;
    box-shadow: 3px 3px 15px rgba(0,0,0, .15);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
		margin-left: 1em;
	margin-right: 1em;
}
#number ul li h3{
    flex: 33%;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    align-items: center
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
#number ul li h3{
    flex: 45%;
	font-size: 1rem;
	}
}

#number ul li img{
    flex:22%;
    height: 116px
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
#number ul li img{
    flex:19%;
    height:100px
}	
}


#number ul li p{
    flex: 38%;
    line-height: 1.7em;
    text-align: justify
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	#number ul li p{
    flex: 30%;
		font-size: .85rem
	}
}


.num{
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 106px;
  color: var(--red);
  letter-spacing: -0.03em;
  margin-left: 4px
  
}
#number ul li div{
    line-height:2em;
    margin-top:25px
}
@media screen and (max-width: 767px) {
	#number ul{
		margin: 0 auto;
		width: 100%;
	}
	#number ul li{
		background: rgba(255,255,255,.9);
		border-radius: 10px;
		box-shadow: 3px 3px 15px rgba(0,0,0, .15);
		padding: 20px 30px;
		display: flex;
		flex-direction: column;
		align-items: center;
		column-gap: 15px;
		margin: 0 4% 20px 4%
	}
	#number ul li h3{
		flex: 33%;
		font-size: 22px;
		font-weight:500;
		display: flex;
		align-items: center
	}
	#number ul li img{
		flex:22%;
		height: 116px
	}
	#number ul li p{
		flex: 38%;
		line-height: 1.7em;
		margin-top: 10px
	}
	.num{
	  font-family: "Barlow", sans-serif;
	  font-weight: 500;
	  font-style: normal;
	  font-size: 6.5rem;
	  color: var(--red);
	  letter-spacing: -0.03em;
	  margin-left: 4px
		}
	  #number ul li div{
			line-height:2em;
			margin-top:25px
		}
}



.tani{
    font-size: 32px;
    color: var(--red);
	font-weight: 600
}

.suji{
    margin-top: 5px
}
.suji_box{
    margin-top: 40px
}
@media screen and (max-width: 767px) {
	.suji_box{
		margin-top: 40px;
		width: 92%
	}	
}

.mt25{
	margin-top: 25px !important
}



.title_en{
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--red);
    text-align: center;
    font-size: 76px;
    line-height: 1.1em;
	margin-bottom: 10px
}
.title_ja{
    text-align: center;
    font-size: 18px;
    margin-bottom: 45px
}
@media screen and (max-width: 767px) {
	.title_icon{
    text-align: center;
    line-height: 0;
	width: 40px;
	margin: 0 auto
	}
	.title_en{
    font-size: 3.5rem;
    line-height: 1em;
	margin-bottom: 10px
	}
	.title_ja{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 45px
	}
}

