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

html,body{
	scroll-behavior: smooth;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
    font-family: Roboto, "Noto Sans JP", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif
}

a{
	text-decoration:none;
	color: #4e4e4e;
}

a:hover {
	opacity: 0.5 ;
	transition: 0.5s;
}

a,a:hover,a:visited{
    color: inherit;
}

time,ul,li{margin: 0;padding: 0;}

li{list-style:none;}

img{
	width: 100%;
	height: auto;
}

:target { 
    scroll-margin-top: 50px;
}

body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body.overlay:after {
    z-index: 1;
    opacity: 1;
}

.color-orange{color: #F88600;}

.fade-in {
    opacity: 0; /* 透明にしておく */
    transform: translateY(20px); /* 20px下にずらしておく */
    transition: opacity 1.5s, transform 1.5s; /* 1秒かけて変化させる設定 */
    transition-timing-function: ease; /* アニメーションの速度変化 */
}

.fade-in.inview {
    opacity: 1; /* 不透明にして表示 */
    transform: translateY(0); /* 元の位置に戻す */
}

/* スマホ記述 */
@media screen and (max-width: 1080px) {
	.header-pc,.header-nav-pc{display:none;}
	.header-sp,.header-nav-sp{display:block;}
}

@media screen and (min-width: 1080px) {
	.header-pc,.header-nav-pc{display:block;}		
	.header-sp,.header-nav-sp{display:none;}
}

@media screen and (max-width: 768px) {
	.pc-media{display:none!important;}
	.sp-media{display:block!important;}	
}

@media screen and (min-width: 767px) {
	.pc-media{display:block!important;}		
	.sp-media{display:none!important;}
}

.mb1{margin-bottom: 1rem!important;}
.mb15{margin-bottom: 1.5rem!important;}
.mb2{margin-bottom: 2rem!important;}
.mb3{margin-bottom: 3rem!important;}
.mb4{margin-bottom: 4rem!important;}
.mb5{margin-bottom: 5rem!important;}
.mt2{margin-top: 2rem!important;}
.mt4{margin-top: 4rem!important;}
.mt-up{margin-top: -0.25rem!important;}
.mt1-up{margin-top: -1rem!important;}
.mt4-up{margin-top: -4rem!important;}

/* レイアウト */
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

.container,
.container-side,
.container-under,
.container-info,
.container-footer{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin: 0 auto;
}

.container-footer{
	margin: 0 auto;
}

.container,
.container-side{max-width:1200px}
.container-under{max-width:1080px}
.container-info{max-width:650px}
.container-footer{
	padding-top: 3rem;
	max-width:654px;
	margin-bottom: 2rem;
}

.container-footer img{
	width: 100%;
}

.page_full{
	width: 1000px;
    height: auto;
    margin: 0 auto;
}

.page_main{
	width: 900px;
    float: left;
    padding-right: 4%;
	margin-top: 2rem;
}

.page_main h1,
.page_f__under h1{
	font-size: 30px;
	color: #000000;
	font-weight: 400;
}

.page_main h1 span,
.page_f__under h1 span{
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-left: 0.5rem;
}

.page_main h2,
.page_f__under h2{
	font-size: 26px;
	font-weight: 400;
	font-style: normal;
	color: #4E4E4E;
	border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    letter-spacing: 0em;	
}

.page_main h2 span,
.page_f__under h2 span{
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	margin-left: 0.8rem;
}

.page_main p,
.page_f__under p{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 28px;
	letter-spacing: normal;
}

.page_f__under__indent{
	margin-left: 1.6rem;
}

.page_f__under__right{
	float: right;
	width: auto;
}

.f__under__dan{
  text-indent: -1.2em;
  padding-left: 1.2em;		
}

.page_side{
	width: 240px;
	float: right;
	margin-top: 2rem;
}

ul.column2,
ul.column2-footer,
ul.column3,
ul.column4,
ul.column5,
ul.column6,
ul.column7,
ul.company-vender-ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
}

ul.column2-c-text p,
ul.column3-c-text p,
ul.column4-c-text p,
ul.column5-c-text p,
ul.column6-c-text p,
ul.column7-c-text p{
	margin-top: 0;
	text-align: center;
}

.c3-center{
	margin: 0 auto!important;
	text-align: center;
}

ul.column2 li,
ul.column2-office li,
ul.column2-footer li{
	width: 45%;
	display: inline-block;
	margin: 0 2% 2% 2%;
	list-style: none;
	vertical-align: top;
	text-align: left;
}

ul.column3 li{
	width: 30.5%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

ul.column4 li{
	width: 22.5%;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
}

ul.company-vender-ul li.l-icon{
	width: 13%;
	display: inline-block;
	margin: 2% 1% 0 0;
	list-style: none;
	vertical-align: top;
}

ul.company-vender-ul li.r-text{
	width: 83%;
	display: inline-block;
	margin: 0;
	list-style: none;
	vertical-align: top;
}

ul.company-vender-ul li.r-text h3{
	display: inline-block;
	margin-bottom: 0;
	padding-left: 17px;
    border-left: solid 5px;/*左線*/
	font-size: 32px;
}

ul.company-vender-ul li.r-text h3.yellow{
	color: #FFCD01;
	border-color: #FFCD01;
}

ul.company-vender-ul li.r-text h3.purple{
	color: #6E54E1;
	border-color: #6E54E1;
}

ul.company-vender-ul li.r-text h3.bule{
	color: #009EDF;
	border-color: #009EDF;
	margin-right: 2rem;
}

ul.company-vender-ul li.r-text h3.green{
	color: #56E092;
	border-color: #56E092;
}

ul.company-vender-ul li.r-text h3.pink{
	color: #F76C9C;
	border-color: #F76C9C;
}

ul.company-vender-ul li.r-text h3.indigo{
	color: #1457A0;
	border-color: #1457A0;
}

ul.company-vender-ul li.r-text h4{
	font-size: 20px;
	margin-bottom: 0.2rem;
}

ul.c___w___footer{
	text-align: center;
	margin-top: 6rem;
}

ul.c___w___footer li{
	display: inline-block;
	margin: 0 1rem;
	color: #666666;
}

/* 表 */
ul.gaiyou{
	width: 100%;
	height: auto;
	margin-bottom: 10% !important;
	margin-left: 0 !important;
	list-style: none;
}

ul.gaiyou p{
	margin-bottom: 0;
}

ul.gaiyou li{
	width: 100%;
	font-size: 16px;
}

ul.gaiyou li ul{
	border-bottom: 1px solid #ccc;
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.gaiyou li ul li{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}

ul.gaiyou li ul li span{
	display: inline-block;
	line-height: 2.5em;
	font-size: 12px;
	font-weight: 600;
	color: #A9A9A9;
}

ul.gaiyou li ul li:first-child{
	width: 15%;	
	text-align: center;
	margin-right: 2%;
}

ul.gaiyou li ul li:first-child span{
	font-size: 80%;
}

ul.gaiyou li ul li:last-child{
	width: 80%;	
}

ul.gaiyou li ul li a{
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
}

/* space */
.m-35{
	margin-left: 35px;
	margin-right: 35px;
}

/* 画像サイズ */
.i__size__50{
	text-align: center!important;
}

.i__size__50 img{
	width: 50%;
	height: auto;
	margin: 0 auto;
	padding: 0 auto;	
}

.i__size__80{
	width: 80%;
	height: auto;
}

/* グラデーション 斜体長方形 */
.oblique_box_v1{
	position: absolute;
	width:45%;
	height:100vh;
	background:rgba(0,189,255,0.40);	
	clip-path: polygon(35% 0%, 100% 0%, 50% 90%, 0% 90%, 0% 55%);
}

.oblique_box_v2{
	position: absolute;
	width:45%;
	height:100vh;
	background:#EFF6FF;
	clip-path: polygon(0% 0%, 19% 25%, 0% 55%);
}

.oblique_box_v3{
	position: absolute;
	width:45%;
	height:100vh;
	background:rgba(255,255,255,1.00);	
	clip-path: polygon(0% 0%, 35% 0%, 19% 25%);
}

/* header-change */
.header.change-color {
  background-color:rgba(255,255,255,1.00);
}

/* header */
.header,
.header_un{
	width: 100%;
	height: 80px;
	justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    position: fixed;
    z-index: 99999!important;
	display: flex;
    top: 0;
    left: 0;
	transition: background-color 0.3s ease;
}

.header_un{
	background-color: #FFFFFF;
}

.header_un_space{
	display: block;
	position: static;
	height: 80px;
}

.header-logo {
	display: inline-block;
	margin: 8px 15px 5px 15px;
    padding: 0;
}

.header-logo img {
	width:auto;
	margin: 15px auto 5px auto;
	height:25px;
}

.header-logo > a {
    display: inline-block;
    color: transparent;
}

.header-logo > a:hover {opacity: 0.5 ;}

/* .header-nav {} */
.header-navlist,
.header-navlist_bottom{
	position: absolute;
    margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}	

.header-navlist {
	top: 20%;
	right: 3%;
}	

.header-navlist_bottom {
	top: 63%;
	right: 3%;
}	

.header-navitem,
.header-navitem_un{
	border-left: solid 1px #FFFFFF;
	margin: 0;
	padding: 1px 1px 0 1px;
	color: #FFFFFF;
}

.header-navitem_bottom,
.header-navitem_bottom_end{
	color: #FFFFFF
}

.header-navitem > a > p,
.header-navitem_un > a > p{
	display: block;
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px solid transparent;
	transition: border-color .25s;	
}

.header-navitem_bottom > a > p,
.header-navitem_bottom_end > a > p,
.header-navitem_bottom_un > a > p,
.header-navitem_bottom_end_un > a > p{
    display: block;
    color: #FFFFFF;
	font-size: 17px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;	
}

.header-navitem > a > p,
.header-navitem_un > a > p,
.header-navitem_bottom_end > a > p,
.header-navitem_bottom_end_un > a > p{
    padding: 0 5px;
	margin: 0 10px 0 10px;
}

.header-navitem_bottom > a > p,
.header-navitem_bottom_un > a > p{
    padding: 0 5px;
	margin: 0 5px 0 5px;
}

.header-navitem > a > p:hover,
.header-navitem_bottom > a > p:hover,
.header-navitem_bottom_end > a > p:hover{
    opacity: 0.7;
    transition: 0.5s;
}

.header-navitem_bottom > a > p::after,
.header-navitem_bottom_un  > a > p::after{
    content: "";
    display: inline-block;
	margin-bottom: 2.5px;
	margin-left: 7px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(-45deg);
}

.header-navitem_bottom_un  > a > p::after{
    border-color: transparent transparent #259DF4 #259DF4;
}

/* 採用情報追加分*/
.header-navitem_end{
	margin: 0;
	padding: 1px 1px 0 1px;
	background-color: #005bac;
	color: #FFFFFF;
}

.header-navitem_end > a > p{
    display: block;
    color: #FFFFFF;
	font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 2px solid transparent;
    transition: border-color .25s;	
    padding: 0 5px;
	margin: 2px 10px 2px 10px;
}

.header-navitem_end > a > p:hover{
    opacity: 0.7;
    transition: 0.5s;
}


/* メガメニュー メニュー項目*/
.mega_menu {
    display: block; /* 常にdisplayはblockにしておく */
    visibility: hidden; /* 最初は非表示 */
    opacity: 0; /* 透明度0 */
    transition: visibility 0.3s, opacity 0.3s; /* アニメーションを追加 */	
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
	width: 100%;
    padding: 0 auto;
	margin: 15px auto 0 auto;
	background-color: #005bac;
    box-sizing: border-box;
		z-index: 1;
}

.header-navitem_bottom:hover .mega_menu ,
.header-navitem_bottom_un:hover .mega_menu {
    /* マウスが乗ったとき */
    visibility: visible;
    opacity: 1;
}

.mega_menu .mega_menu_whopper{
	text-align: center;
	margin: 0 auto;
	padding: 0 auto;	
}

.mega_menu .mega_menu_whopper::after{
    content: " ";
    display: block;
    clear: both;	
}

.mega_menu__l{
	float: left;
	width: 25%;
	margin: 0;
	padding: 3% 0 0 0;
	margin-left: 5%;
}

.mega_menu__r{
	float: right;
	width: 66%;
	margin: 0;
	padding: 3% 0 0 3%;
	background-color: #fff;
	text-align: start;
}

h2.link-text{
	font-size: 28px;
	color: #000000;
    line-height: 1;
}

.mega_menu__r p{
	text-align: start;
	color: #000000;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 15px;
	font-weight: bold;
}

.gcom-feature-link {
    display: inline-flex;
    align-items: center; 
    text-decoration: none;
    color: #000000;
    font-size: 28px;
    font-weight: bold;
	margin: 0 0 1rem 1rem;
	padding: 0 1rem 0 0;	
	border-bottom: 0.75px solid #787878;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
    background-color: #0d4a9c;
    border-radius: 50%;
    overflow: hidden; 
}

.mega_menu .ttl,
.mega_menu .ttl-sus{
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 50px;
    font-weight: 500;
    font-style: normal;	
	text-align: start;
	margin-top: 0.8em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    color: #fff;
}

.mega_menu .ttl-sus{
	font-size: 38px;
}

.mega_menu .ttl::before,
.mega_menu .ttl-sus::before{
	content: "●";
	color:rgba(255,255,255,0.38);
	font-size: 15px;
	position: absolute;
	margin-top: -26px;
	margin-left: -26px;
}

.mega_menu .ttl span,
.mega_menu .ttl-sus span{
	font-size: 20px;
	display: block;
}

.arrow {
    position: relative;
    bottom: 0.08em; 
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1; 
}

.main-arrow {
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1; 
}

ul.child {
	margin-left: 1rem;
	margin-top: 0;
	padding-top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

ul.child li {
    margin-right: 20px;
    text-align: center;
}

ul.child li:last-child {
    margin-right: 0;
}

ul.child li a {
    color: #333333;
}

ul.child li a img {
	display: block;
	width: 240px;
	height: auto;
}

ul.child_contents {
	margin-top: 0;
	padding-top: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

ul.child_contents li {
    margin-right: 20px;
    text-align: start;
}

ul.child_contents li:last-child {
    margin-right: 0;
}

ul.child_contents li a {
    color: #333333;
}

ul.child_contents li a img {
	display: block;
	width: 240px;
	height: auto;
}

h5.child-link-text{
	font-size: 16px;
	color: #000000;
    line-height: 1;
	font-weight: 400;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: start;
}

.child-gcom-feature-link {
    display: inline-flex;
	text-align: start;
    align-items: center; 
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
	margin: 0;
	padding: 0;
	padding-right: 1rem;
}

.child-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.3em;
    background-color: #0d4a9c;
    border-radius: 50%;
    overflow: hidden; 
}

.child-arrow {
    position: relative;
    bottom: 0.08em; 
    color: #ffffff;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1; 
}

/* メガメニュー ホバー時背景色黒に変更*/
body {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body:after {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

body.overlay:after {
    z-index: 1;
    opacity: 1;
}

/* 下層ページ色変更 */
.header-navitem_un{border-left: solid 1px #707070;}
.header-navitem_un > a > p,
.header-navitem_bottom_un > a > p,
.header-navitem_bottom_end_un > a > p{
    color: #707070;	
}

.top_purpose{
	position: absolute;
	display: inline;
	top: 35%;
	left: 7%;	
}

.top_purpose h1{
	font-size: 29px;
	font-weight: 800;
	display: block;
	color: #FFFFFF;
	line-height: 1.7em;
}

.top_purpose p{
	display: block;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.82em;
}

.top_purpose{
	position: absolute;
	display: inline;
	top: 35%; /* 位置はそのままパーセントで可変 */
	left: 7%; /* 位置はそのままパーセントで可変 */
}

/* h1の文字サイズをvwで指定 */
.top_purpose h1{
	/* 元の29px（例として画面幅1280pxの時）を基準にvwへ変換 */
	/* (29 / 1280) * 100 ≒ 2.26vw となりますが、ここでは微調整して */
	font-size: 2.3vw; /* 画面幅に応じて可変 */
	font-weight: 800;
	display: block;
	color: #FFFFFF;
	line-height: 1.7em;
}

/* pの文字サイズをvwで指定 */
.top_purpose p{
	display: block;
	color: #FFFFFF;
	/* 元の17px（例として画面幅1280pxの時）を基準にvwへ変換 */
	/* (17 / 1280) * 100 ≒ 1.33vw となりますが、ここでは微調整して */
	font-size: 1.35vw; /* 画面幅に応じて可変 */
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.82em;
}

/* ... 上記のvwを使用したスタイルを適用 ... */

/* 画面幅が1600px以上の場合のスタイル */
@media (min-width: 1600px) {
    .top_purpose h1{
        /* 1600px時の2.3vwをpxに直すと 1600 * 0.023 = 36.8px */
        font-size: 50px; 
    }

    .top_purpose p{
        /* 1600px時の1.35vwをpxに直すと 1600 * 0.0135 = 21.6px */
        font-size: 30px; 
    }
}

.hero{
    width: 100vw;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

@media (max-height: 780px){
.hero{height: 100vh;}
.oblique_box_v1{clip-path: polygon(35% 0%, 100% 0%, 50% 100%, 0% 100%, 0% 55%);}
}

.hero > video {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100vh;
}

.hero_slogan{
	position: absolute;
	right: 2%;
	bottom: 2%;
	background-color: #FFFFFF;
    border-left:10px solid; 
	border-image: linear-gradient(to bottom, #24A6F2, #0F5EAB) 1;
    padding:2px 8px;
}

.hero_slogan_body{
	margin: 0.5rem 8rem 0.5rem 0.5rem;
}

.hero_slogan_body::after{
	content: "";
}

.hero_slogan_body h1{
	font-size: 17px;
	font-weight: 800;
	margin: 0;
	padding: 0 0 0.2rem 0;
}

.hero_slogan_body p{
	font-size: 10px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

.hero_slogan_arrow{
	position: absolute;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: auto;
}

.hero_slogan_arrow img{
	width: 100%;
}

.scrolldown1{
	position:absolute;
	left:50%;
	bottom:10px;
	height:50px;
	z-index: 9999;
}

.scrolldown1 span{
	position: absolute;
	left:-25px;
	top: -25px;
	width: 100px;
	color: #eee;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.scrolldown1::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 30px;
	background: #eee;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

.color-gray {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.color-gray::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#eee 10%, transparent 15%), radial-gradient(#eee 10%, transparent 15%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.color-gray > video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

#top_news .top_news_whopper{
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 2rem;
}

#top_news .top_news_whopper h1{
	font-size: 34px;
	font-weight: 800;
	color: #738591;
}

#top_news .top_news_whopper h1 span{
	font-size: 15px;
	font-weight: 500;
	margin-left: 1rem;
	color: #738591;
}

.news-link{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 13px;
    color: #666666;
	margin-top: 1rem;
	font-weight: 500;
}

.news-link::before{
    content: '';
    width: 6px;
    height: 6px;
    border-top: 3px solid #3a5a75;
    border-right: 3px solid #3a5a75;
    transform: rotate(45deg);
    flex-shrink: 0;
}

#top_news ul.news-list{
	margin-top: -1.2rem;
	padding: 0;
}

#top_news li.news-item{}

#top_news ul.cat-list{
	display: block;
}

#top_news ul.cat-list li{
	display: inline-block;
}
	
#top_news li.cat-name{}

#top_news li.cat-name a{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #666666;
	padding: 5px 18px;
}

#top_news li time.date{}

#top_news li time.date p{
	font-size: 16px;
	margin-left: 1.2rem;
}

#top_news li h3.title{
	font-size: 16px;
	margin-left: 1.2rem;
	color: #666666;
	font-weight: 400;
}

/* VGROUP VISION 2030 */
.top_vision{
	width: 100%;
	height: 250px;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	background-attachment: inherit;
	background-position: top;
}

.top_company{
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	background-attachment: inherit;
	background-position: top;
}

.top_vision_tit,
.top_company_tit{
	text-align: center;
}

.top_vision_tit h1{
	color: #FFFFFF;
	font-size: 38px;
	margin: 0;
	padding: 0;
}

.top_vision_tit h1 span{
	display: block;
	font-size: 16px;
	margin: 2.3rem 0 0 0;
	padding: 0;
}

.top_vision_tit p{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 0.3rem 0 0 0;
	padding: 0;
	margin-bottom: 1rem;
}

.top_vision_tit a{
	color: #FFFFFF;
}

.top_company_tit h1{
	color: #FFFFFF;
	font-size: 38px;
	margin: 1.4rem 0 1rem 0;
	padding: 0;
}

/* ボタン共通設定 */
.vision_btn{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:rgba(51, 51, 51, 0);
	border: 0.5px solid #fff;
	color:#fff;
    padding: 10px 40px 10px 30px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
    width: 28%;
    margin: 0 auto;
    display: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
	letter-spacing: 0.13em;
}

.vision_btn:hover{
	background: #738591;
    opacity: 1;
    color: #fff;
    border: 1px solid #738591;
}

/* 矢印が右に移動して現在地に戻る */
.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);*/
}

.btnarrow2:before,
.btnarrow2:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #fff;
}
.btnarrow2:before{
  width: 60px;
 /*transform: translate(30px, 0px);*/
}

.btnarrow2:after{
  width: 13px;
  transform-origin: right center;
  transform: /*translate(30px, 0px) */rotate(35deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after,
.btnarrow2:hover::before{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 10px;
  }
  100% {
    right: 13px;
  }
}

.t_product_t {
    display: flex;
    align-items: center;
    padding: 2px 15px 12px 15px;
	margin: 0;
}

.icon-block {
    background-color: #104b97;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-play {
    color: #ffffff;
    font-size: 6px;
}

.t_product_title{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    margin-left: 15px;
    letter-spacing: 1px;
}

ul.t_product_links{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
	z-index: 9999;
}

.t_product_links_item{
	width: 17%;
	height: 85px;
	display: inline-block;
	margin: 0 1% 1% 1%;
	list-style: none;
	vertical-align: middle;
	text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;	
	background-attachment: inherit;	
}

.t_product_links_item h3{
	color: #FFFFFF;
	position: relative;
	top: 52.5%;
	left: 50%;
    transform:translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
}

.top_product{
	width: 100%;
	height: 1120px;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	background-attachment: inherit;
	background-position: top;
}

.top_product_whopper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 53px;
	margin-bottom: 1.6rem;
}

.top_product_whopper:nth-child(1) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_product_whopper:nth-child(1) h1{
	font-size: 38px;
	color: #FFFFFF;
	margin: 0;
}

.top_product_whopper:nth-child(1) h2{
	font-size: 15px;
	color: rgba(255,255,255,0.70);
	margin: 0;
}

.top_product_whopper:nth-child(1) p{
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}

.top_product_whopper:nth-child(2) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_product_whopper_link a{
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 5px 22px;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 2px solid #259DF4;
	color: #259DF4;
	font-size: 15px;
	font-weight: 600;	
}

.top_product_substance {
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	color: #FFFFFF;
	gap: 60px 25px; /* 余白 */
}

.top_product_substance:nth-child(1) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_product_substance:nth-child(2) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.top_product_substance:nth-child(3) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}
.top_product_substance:nth-child(4) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_product_substance:nth-child(5) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_product_substance:nth-child(1) img,
.top_product_substance:nth-child(2) img,
.top_product_substance:nth-child(3) img,
.top_product_substance:nth-child(4) img,
.top_product_substance:nth-child(5) img{
	display: inline-block;
    vertical-align: middle;
	margin-right: 0.5rem;
	width: 20px;
	height: 20px;
}

.top_product_space{
	margin-bottom: 1rem;
}

.top_product_space_2x{
	margin-bottom: 2rem;
}

.top_member_whopper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 33px;
	margin-bottom: 1.6rem;
}

.top_member_whopper:nth-child(1),
.top_member_whopper:nth-child(2) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_member_whopper_main h1{
	font-size: 38px;
	color: #FFFFFF;
	margin: 0;
}

.top_member_whopper_main h2{
	font-size: 15px;
	color: rgba(255,255,255,0.70);
	margin: 0;
}

.top_member_whopper_main p{
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}

.top_member_whopper_link a{
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 5px 22px;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 2px solid #259DF4;
	color: #259DF4;
	font-size: 15px;
	font-weight: 600;	
}

.top_member_people img{
	width: 100%;
	height: auto;
}

ul.top_ci {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

ul.top_ci li {
	position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
	height: 400px;
	background-size: cover;
	background-position: center center;
}

ul.top_ci li p{
	position: absolute;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;	
	bottom: 2%;
	left: 5%;
}

ul.top_ci li span.top_ci_icon{
	position: absolute;
  display: inline-block;
	bottom: 9%;
	right: 10%;
}

ul.top_ci li span.top_ci_icon::before{
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;	
}

ul.top_ci li span.top_ci_icon::after{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 0;
  margin: auto;	
	
}

li.top_ci_01{
	margin: 0;
	padding: 0;
	background: url('../img/company_info_message.png') no-repeat;	
}

li.top_ci_02{
	margin: 0;
	padding: 0;
	background: url('../img/company_info_vision.png') no-repeat;	
}

li.top_ci_03{
	margin: 0;
	padding: 0;
	background: url('../img/company_info_credo.png') no-repeat;	
}

li.top_ci_01 h1,
li.top_ci_02 h1,
li.top_ci_03 h1{
	color: #FFFFFF;
	text-align: start;
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 1em;
	top: 50%;
	left: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}

li.top_ci_01 h1 span,
li.top_ci_02 h1 span,
li.top_ci_03 h1 span{
	display: inline-block;
	font-size: 14px;
}

li.top_ci_01 p,
li.top_ci_02 p,
li.top_ci_03 p{
	text-align: start;
	position: relative;
	bottom: 5%;
	left: 5%;
}

.top_topics{
	width: 100%;
	height: 560px;
	overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
	background-attachment: inherit;
	background-position: top;
    background-image: url('../img/topick_haikei.png');
}

.top_topick_whopper{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 53px;
	margin-bottom: 1.6rem;
}

.top_topick_whopper:nth-child(1) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_topick_whopper:nth-child(1) h1{
	font-size: 38px;
	color: #FFFFFF;
	margin: 0;
}

.top_topick_whopper:nth-child(1) p{
	font-size: 16px;
	color: #FFFFFF;
}

.top_topick_whopper:nth-child(2) {
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.top_topick_whopper_link a{
	display: inline-block;
	width: auto;
	height: 45px;
	line-height: 45px;
	padding: 5px 22px;
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 2px solid #259DF4;
	color: #259DF4;
	font-size: 15px;
	font-weight: 600;	
}

ul.ul-topick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
}

ul.ul-topick li{
	width: 22.5%;
	height: 330px;
	border-radius: 13px;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
	background-color: #FFFFFF;
}

.ul-topick-picture{
	width: 100%;
	height: 130px;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	background: url('../img/company_info_message.png') ;	
	background-size: cover;
	background-position: center center;	
}

.ul-topick-picture_icon{
	display: block;
	width: 100%;
}

.ul-topick-picture_icon img{
	width: 100%;
	height: auto;
}


ul.ul-topick li h2{
	font-size: 16px;
	text-align: justify-all;
}

ul.ul-topick li p{
	font-size: 13px;
}

.ul-topick-main{
	margin-right: 1rem;
	margin-left: 1rem;
}

footer{
	background-color: #F0F7FD;
}

.footer_contents{
	position: relative;	
}

.f_logo{
	position: absolute;
	text-align: center;
	display: inline-block;
	top: 50%;
	left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
	margin: 0 auto;
	padding: 0 auto;	
}

.f_logo img{
	width: 320px;
	height: auto;
}

.f_city{
	position: static;
	top: 0%;
	left: 0%;
	margin: 0 auto;
	padding: 0 auto;		
}

.f_city img{
	width:auto;
	height:110px;
	mix-blend-mode:multiply;
}

ul.f_menu{
	position: absolute;
	top: 30%;
	right: 1%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;		
}

ul.f_menu li{
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
	text-align: start;
}

ul.f_menu_list_01,
ul.f_menu_list_02{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;	
}

ul.f_menu_list_01 li,
ul.f_menu_list_02 li{
	font-size: 10px;
	color: #259DF4;
	text-align: start;
	width: 130px;
	margin-bottom: 0.3rem;
}

.f_hr hr{
	border: solid 2px #B5D9F2;
}

.f_links{
	position: relative;
    text-align: center;	
	width: 100%;
	height: auto;
	margin: 0 auto 2px auto;
	padding: 0 auto;
    vertical-align: middle;
}

.f_links p{
    vertical-align: middle;
	font-size: 11px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px 0;
}

.f_links img{
	width: 100%;
    vertical-align: middle;
}

/***追従するトップへ戻るボタン***/
.btn-topup a {
  position: fixed;
  right: 0.5%;
  bottom: 0.5%;
  display: inline;
  width: 20px;
  height: 20px; 
  padding: 5px 5px 5px 5px;
  background-color: #DBDBDB;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.btn-triangle-top a::after {
  content: '';
  position: absolute;
  display: inline;
  top: 2px;
  bottom: 0;
  right: 9px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 0 solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 9px solid #fff;
  transform: translateY(-1px);
  box-sizing: border-box;
}

.btn-triangle-top a,
.btn-triangle-top a:visited{
	color: #FFFFFF!important;
}

/***　これより下層ページ　***/
.page_head{
	background-image: url('../img/back-header.jpg');
	background-blend-mode:lighten;
	width: 100%;
	height: 250px;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}

.page_head{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative; /*配置位置の基準となる指定*/
}

h1.page_head_tit{
	font-size: 28px;
	font-weight: 600;
	font-style: normal;
	color: #FFFFFF;
	width: 100%;
	text-align: start;
	position: absolute; /*自由に配置する指定*/
	top: 50%;
	margin: 0;	
	padding: 0;
}

hr.under_page{
    height: 0.7px;
    background-color: #838383;
	border: none;
    color: #838383;	
}

/* パンくず */
.c-breadcrumbs{
  /* display: flex;
  flex-wrap: wrap; */
  font-size: 0.8rem;
  color: #666666;
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}

.c-breadcrumbs a,.c-breadcrumbs a:visited{
  color: #666666;
}

.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}

.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.75em;
  margin-left: 0.75em;
}

.c-breadcrumbs-separator {
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: #bbb;
  font-size: 1.1em;
  vertical-align: middle;
}

.breadcrumb{
	display: block;
	position: static;
	margin: 0;
	padding: 0;
}

.c-breadcrumbs_page{
	color: #C7C7C7;
}

/* TOPICS -記事 */
ul.topics-list{
  border-top: 1px solid #DDDDDD;
  /* margin-bottom: 6rem; */
}

ul.topics-list > li {
  padding: 10px 0 38px 0;
  border-bottom: 1px solid #DDDDDD;
  display: block;	
}

ul.topics-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}

.topics-column{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	position: relative;
}

ul.topics-list a:hover {
	opacity: 0.8 ;
	transition: 0.5s;
}

ul.topics-list .thumbnail {
	width: 353px;
	height: 206px;
    margin-right: 3%;
    line-height: 1;
    display: block;
	padding: 0;
    cursor: pointer!important;
    overflow:hidden!important;
}

ul.topics-list .thumbnail img {
  width: 100%!important;
  height: auto;
  transition: transform .3s ease; /* ゆっくり変化させる */
  padding: 0;
}

ul.topics-list .thumbnail:hover img{
  transform: scale(1.05,1.05); /* 拡大 */	
}

ul.topics-list .text {
  margin-top: 10px;
  flex: 1 1 0;
  line-height: 1.687;
  display: block;
	margin-left: 2.5%;
}

ul.topics-list h3{
	display: block;
	position: static;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
	text-align: start;
	line-height: 1.7em;
	color: #666666;
	padding: 0;
	margin: 0;
}

ul.topics-list .date {
  font-size: 0.8125rem;
  color: #808080;
  display: block;
}

ul.topics-list .writer{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;	
}

ul.topics-list .writer img,
.topics_page_info_writer img{
	width: 25px;
	height: 25px;
	margin-right: 0.5rem;
}

ul.topics-list .writer p,
ul.topics-list .writer time,
.topics_page_info_writer p,
.topics_page_info_writer time{
	font-size: 13px;
	font-weight: 800;
	color: #C7C7C7;
	margin-right: 0.5rem;
}

.topics_page_info_writer{
	display: inline-flex;
	align-items: center;	
	margin-top: -2rem;
	margin-left: 1rem;
}

.side_tit h2{
    padding: 1.5rem 0 1.5rem 0.6rem;
    margin-bottom: 0.2rem;
    border-top: 0.5px solid #707070;
    border-bottom: 0.5px solid #707070;
    color: #666666;
    font-weight: 400;
    font-size: 21px;	
}

.page_side_banner,
.page_side_banner img{
	width: 100%;
	height: auto;
}

ul.side_topics_list{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	align-content: flex-start;	
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}

li.side_topics_item{
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	border-radius: 2px;
	margin: 0 0.5rem 0.5rem 0;
	padding: 0.5rem 1rem;;
	background-color: #F2F2F2;
}

.side_topics_list_page{margin-left: 1rem;}

/* NEWS -記事 */
ul.news-page-news-list{
  border-top: 1px solid #DDDDDD;
  /* margin-bottom: 6rem;; */
}

ul.news-page-news-list > li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #DDDDDD;
  display: block;	
}

ul.news-page-news-list > li:not(:last-of-type) {
  margin-bottom: 0px;
}

ul.news-page-news-list a {
  display: block;
  width: 100%;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

ul.news-page-news-list a:hover {
	opacity: 0.8 ;
	transition: 0.5s;
}

ul.news-page-news-list .date,
ul.news-page-news-list .date-2{
	display: inline-block;
    font-size: 0.8125rem;
    color: #808080;
}

ul.news-page-cat-list,
ul.news-page-cat-list li,
ul.news-page-cat-list li a{
	display: inline-block!important;
}

ul.news-page-news-list h3{
	display: block;
	position: static;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
	text-align: start;
	line-height: 1.7em;
	color: #666666;
	padding: 0;
	margin: 0;
}

/* サイドメニュー */
.c-side .container-side {
	margin-top: -4px;
	padding-left: 0;
	margin-bottom: 3rem;
}

.c-side .accordion {
    width: 100%;
    margin: 0;
	padding: 0;
}

.c-side .accordion .menu {
    position: relative;
    padding: 6% 0 6% 5%;
    background: #1eacdb;
    color: #fff;
    border-bottom: 1px solid #fff;
    list-style: none;
}

.c-side .accordion .menu-sp {
    position: relative;
    padding: 6% 0 6% 5%;
    background: #ffffff;
    color: #37474f;
    border-bottom: 0.5px solid #37474f;
    list-style: none;
	font-weight: 600;
}

.c-side .accordion .menu-sp a{
    color: #37474f!important;
	z-index: 9999!important;
}

.c-side .accordion .menu .icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #fff;
    content: "";
    transition: all 0.3s;
}

.c-side .accordion .menu .icon::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #fff;
    content: "";
}

.c-side .accordion .menu-sp .icon {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 2px;
    margin: auto;
    background: #37474f;
    content: "";
    transition: all 0.3s;
}

.c-side .accordion .menu-sp .icon::before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 2px;
    height: 10px;
    margin: auto;
    background: #37474f;
    content: "";
}

.c-side .accordion .is-active .icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.c-side .accordion .subMenu {
    display: none;
    padding: 3% 0 3% 5%;
    background: #fff;
}

.c-side .accordion .subMenu li {
    padding: 2% 0;
    color: #1eacdb;
}

.c-side .accordion .subMenu-sp {
    display: none;
    padding: 3% 0 3% 5%;
    background: #fff;
}

.c-side .accordion .subMenu-sp li {
    padding: 2% 0;
    color: #37474f;
	font-size: 13px;
}

.c-side .accordion .subMenu-sp li a{
    color: #37474f!important;
}

.c-side .is-active .icon {
    transform: rotate(45deg);
}

.c-side .under-directory-tub {
    width: 100%;
    margin: 0;
	padding: 0;
}

.c-side .under-directory-tub .menu-sub {
    position: relative;
    padding: 6% 0 6% 5%;
    background: #2088D3;
    color: #fff;
    border-bottom: 1px solid #fff;
    list-style: none;
}

.c-side .bottom-directory-tub{
    width: 100%;
    padding: 9% 0 4% 0;
	background-color: #F0F1F3;
}

.c-side .bottom-directory-tub li{
	margin-left: 7%;
	margin-bottom: 1.2rem;
	font-size: 14px;
	color: #032D60;
	font-weight: 500;
}

.c-side .bottom-directory-tub li::before{
	content: '>';
	margin-right: 0.5rem;
	font-weight: 800;
	color: #032D60;
}

ul.sp__menu__bottom{
	margin-top: 0;
	margin-left: 2%;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

ul.sp__menu__bottom li{
	font-size: 13px;
	margin-right: 5%;
	margin-bottom: 3%;
}

ul.sp__menu__bottom li a{
    color: #37474f!important;
	
}


/* 第一下層 main-directory */
.main-directory{
	margin-top: 3rem;
	margin-bottom: 8rem;
}

.main-directory-links{
    position: relative;
    display: inline-block;
}

.main-directory-links::before{
   content: '';
    width: 21px;
    height: 21px;
    position: absolute;
	top:17px;
	left: 4px;
	background-color: #153E7D;
}

.main-directory-links h2{
	padding-left: 35px;
	font-size: 18px;
	font-weight: 500;
	color: #666666;	
}

.main-directory-links h2::before{
   content: '';
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	left: 7px;
}

.product-directory{
    position: relative;
    display: inline-block;
}

.product-directory::before{
   content: '';
    width: 15px;
    height: 15px;
    position: absolute;
	top:33px;
	left: 4px;
	background-color: #153E7D;
}

.product-directory h3{
	padding-left: 35px;
	font-size: 24px;
	font-weight: 500;
	color: #666666;
	margin-bottom: 0;
}

.product-directory h3::before{
   content: '';
    width: 4px;
    height: 4px;
    margin-top: 7.5px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
	left: 7px;
}

.main-directory-space{
	margin-bottom: 2.2rem;
}

/* 第二下層 under-directory */
.under-directory{
	margin-top: 2rem;
	margin-bottom: 8rem;
}

.info-under-directory{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.under-directory h1,
.info-under-directory h1{
	margin-bottom: 2.5rem;
}

.under-directory hr,
.info-under-directory hr{
	border-width: 0.2px 0 0 0;
	border-color: #ccc;	
}

.under-directory p,
.info-under-directory p{
	text-align: justify;
}

img.product-icon{
	position: relative;
	top:8px;
	margin-right: 2%;
	width: 30px;
	height: 30px;
	display: inline-block;
	border: solid 0.2px #CECECE; 
	border-radius: 50%;
}

p.product-text{
	display: inline-block;
}

.product-list-whopper{
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 3rem;
}

.product-list-whopper h3{
	font-size: 30px;
	font-weight: 700;
	color: #444444;	
}

.product-list-whopper p{
	font-size: 16px;
	color: #666666;
}

.cases-text-whopper{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.cases-text-whopper p{
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	text-align: justify;
}

.company-message-name{
	text-align: end;
	margin-top: 2.5rem;
}

.company-message-name img{
	width: 30%;
}

.company-whopper{
	background-blend-mode:lighten;
	width: 100%;
    height: 300px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.company-whopper{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	position: relative; 
}

.company-whopper h1{
	position: relative;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	height: auto;
	font-size: 28px;
	font-weight: 800;
}

.company-whopper h1.gcom__pr img{
	width: 65%;
	height: auto;
}

.c_w_box{
	border: solid 0.3px #C7C7C7;
}

.c___w___links_icon{
	position: absolute;
	top: none;
	bottom: 0%;
	transform: none;
	right: 1%;
}

.c___w___links_icon img{
	height: 33px!important;
	width: auto;
}

/*　会社情報　*/
ol.details{
	padding-left: 0!important;
}

ol.details li{
  list-style-type: none;
  counter-increment: cnt;	
  text-indent:-2.5em;
  padding-left:2.5em;	
}

ol.details li:first-child{
	text-align: start!important;
	width: 100%!important;
	height: auto;
}

ol.details li::before{
  content: "（"counter(cnt)"） ";	
}

.u-company-list ul,
.u-company-address ul{
	border-bottom: none!important;	
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
	padding: 0!important;
	border: none;
}

.u-company-list ul li,
.u-company-address ul li{
	display: inline-block;
	width: 300px!important;
	margin: 0!important;
	padding: 0!important;
}

.u-company-list ul li:first-child{
	text-align: start!important;
	width: 150px!important;
	display: inline-block;
	margin: 0!important;
	padding: 0;
	padding-left: 3%;
}

.u-company-address ul li:first-child{
	text-align: start!important;
	width: 220px!important;
	display: inline-block;
	margin: 0!important;
	padding: 0;
	padding-left: 3%;
}

li.company-profile-gcom-recruit img{
	width: 75%;
	height: auto;
}

/* 中途採用比率 - 表 */
.company-profile--frame {
    font-family: sans-serif;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
	height: auto;
    margin: 0;
}

.c--p--f--whopper {
    width: 80%;
    max-width: 1000px;
	margin: 0;
	padding: 0;
	text-align: start;
}

.c--p--f--whopper table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    margin-bottom: 10px;
}

.c--p--f--whopper caption {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	text-align: start;
}

.c--p--f--whopper th,
.c--p--f--whopper td {
    border: 1px solid black;
    padding: 10px;
    text-align: center;
}

.c--p--f--whopper th {
    background-color: #8bc34a;
    color: white;
    font-weight: normal;
}

.row-header {
    background-color: white;
    color: black;
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
}
.year-header {
    background-color: #8bc34a;
    color: white;
    font-weight: bold;
}
.c--p--f--date {
    text-align: right;
    font-size: 0.9em;
	margin: 0;
	padding: 0;
}
/* ここまで中途採用比率 - 表 */

.g__company__name{
    font-size: 14px!important;
    margin-top: 0.5rem;
}

.g__company__icon{
    position: relative;
    padding: 0 0 0 27px;
    font-size: 14px!important;
    margin-top: 0.5rem;
}

.g__company__icon::before,
.g__company__icon::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #C7C7C7;	
}

.g__company__icon::before{
    top:1px;
    left:0;	
}

.g__company__icon::after{
    top: 6px;
    left: 5px;	
}

#office-list h4{
	font-size: 27px;
	font-weight: 400;
	color: #666666;
	position: relative;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
    border-bottom: 5px solid;
}

#office-list h4::before{
    content: '';
    position: absolute;
    bottom: -0.6rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 1px solid;
}

#office-list h5{
	font-size: 25px;
	font-weight: 500;
	color: #666666;
    border-left: 5px solid #259DF4;
	padding-left: 8px;
	margin: 2.3rem 0 1rem 1rem;
}

.office-list-whopper{
	border-left: 3px solid #C7C7C7;
	padding-left: 1.3rem;
}

.o__l__w__map span{
	color: #259df4;
}

.o__l__w__map::before{
	content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right:5px;	
	color: #259df4;
}

/*　グループ会社　*/
.hero-container {
    background-image: url('../img/bg-kagoshima.jpg');
    background-size: cover; 
    background-position: center;
    height: 75px;
    position: relative; 
    display: flex;
    align-items: center; 
    padding-left: 4%;
    margin-left: 1%;
}

.hero-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
}

.text-content {
    position: relative;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); 
}

.text-content h1 {
    font-size: 1.4rem;
    margin: 0;
    color: #FFFFFF;
}

.text-content p {
    font-size: 0.7rem; 
    margin: 0;
    color: #FFFFFF;
}

p.group-setsu{
	margin-left: 1rem;
}

/*　沿革 -history-　*/
.c3__hist__item{
	background-color: #F2F1F0;
	border: 1px solid #C7C7C7;
	text-align: center;
}

.c3__hist__item h4{
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	margin-right: 1.2rem;
}

.c3__hist__item h4::before{
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.0em;
  color: #000000;
  content:"\f054";/*アイコン種類*/
  padding-right: 1.2rem;
}

.hist__back__gray{
	background-color: #F2F1F0;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.hist__title{text-align: center;}

.hist__title h3{
	padding-top: 1.3rem;
	font-size: 28px;
	font-weight: 900;
}

ul.hist__process{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 0 5px;
	margin-bottom: 0;
    position: relative;
}

ul.hist__process>li{
	margin: 1% 1% 0 1%;
    list-style: none;
    text-align: center;
	width: 47%;
}

ul.hist__process::after{
    content: "";
    width: 1.5px;
    height: 100%;
    border-radius: 2px;
    background-color: #FF0000;
    position: absolute;
    right: 50%;
}

ul.hist__item__box__cont{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    background: #FFF;
	margin-bottom: 0;
}

ul.hist__item__box__cont li{
	text-align: start!important;
	width: 95%;
	margin: 3%;
}

.hist__item__box__cont__img-box {
	width: 48%;
}

ul.hist__item__box__cont li img{
	width: 100%;
}

ul.hist__item__box__cont h5{
	font-size: 16px;
	margin-top: 1%;
	padding-top: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #444444;
}

ul.hist__item__box__cont h5 span{
	font-size: 13px;
	padding-right: 0.2rem;
	color: #444444;
}

ul.hist__item__box__cont h6{
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.3rem;
	padding-top: 0;
	text-align: justify;
	padding-left:1em;
	position:relative;
	margin-right: 3.5%;
	color: #212121;
	margin-bottom: 0.2rem;
}

ul.hist__item__box__cont h6::before{
	content:"・";
	position:absolute;
	left:0;
	top:0;	
}

ul.hist__item__box__cont p{
	font-size: 12px;
}


.hist__b__r,
.hist__b__l{
    position: relative;	
}

.hist__b__r::after{
    content: "";
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    border-radius: 50%;
    position: absolute;
	right: -5.8%;
	top: 50%;
}

.hist__b__l::after{
    content: "";
    width: 13px;
    height: 13px;
    background-color: #FF0000;
    border-radius: 50%;
    position: absolute;
	left: -5.8%;
	top: 50%;
}

.hist__mt2-up{margin-top: -2rem!important;}
.hist__mt4-up{margin-top: -4rem!important;}
.hist__mt6-up{margin-top: -6rem!important;}
.hist__mt8-up{margin-top: -8rem!important;}

.hist__mt4{margin-top: 4rem!important;}
.hist__mt6{margin-top: 6rem!important;}
.hist__mt8{margin-top: 8rem!important;}


/*　クレド　*/
li.kured-box{
	background-image:url('../img/kured-back.png');
	width: 100%;
    height: 146px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
	background-attachment: inherit;
	margin-bottom: 0;
	text-align: center;
    position:relative;
}

li.kured-box h3{
  position:absolute;
  top:38%;
  left:50%;
  transform:translate(-50%,-50%);
  color: #477597;
}

ul.philosophy-item::after {
    content: " ";
    display: block;
    clear: both;
}

.phil__box__l{
	background-blend-mode:lighten;
	float: left;	
	width: 28%;
    height: 146px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.phil__box__l{
	background-attachment: inherit;
	margin-bottom: 0;
	text-align: center;
    position:relative;
}

.phil__box__l h3{
  width: 100%;
  position:absolute;
  top:38%;
  left:50%;
  transform:translate(-50%,-50%);
  color: #FFFFFF;
  text-shadow: 1px 2px 3px #808080;
}

.phil__box__r{
	width: 65%;
	float: right;
}

.phil__box__r p{
	font-size: 15px;
	margin-left: 0;
	color: #666666;
	display: block;
	text-align: justify;
}
	
.phil__box__r p span{
	font-size: 20px;
	margin-left: -13px;
	color: #259DF4;
	display: block;
}

ol.phil__number{
	padding-left: 0!important;
}

ol.phil__number li{
	display: flex;
    list-style-type: none;
    counter-increment: cnt;
	margin-bottom: 1rem;
}

ol.phil__number li::before{
    content: ""counter(cnt)"．";
	width: 2em;
	text-align: right;
	margin-right: 0.25em;
	flex-shrink: 0;
}

/*　サスティナブル　*/
.s__box__l{
	width: 30%;
	float: left;
}
.s__box__r{
	width: 65%;
	float: right;
}

.s__volo__box__r{
	width: 30%;
	float: right
}
.s__volo__box__l{
	width: 65%;
	float: left;
}

.s__sdgs__box__l{
	width: 35%;
	float: left;
	margin-left: 5%;
}

.s__sdgs__box__r{
	width: 55%;
	float: right;
}

.s__sdgs__box__r h6{
	font-size: 17px;
	font-weight: 600;
	color: #666666;
	margin: 0;
	padding: 0;
}

.s__sdgs__box__r .sdgs-green{
	color: #008574;
	font-weight: 600;
	margin-bottom: 0.3rem;
	display: block;
}

.s__sdgs__box__r .sdgs-mini{
	display: block;
	font-size: 12px;
	margin-top: 1rem;
}


/* ボランティア -記事 */
ul.volo-list{
  border-top: 1px solid #DDDDDD;
  /* margin-bottom: 6rem;; */
}

ul.volo-list > li {
  padding: 10px 0 38px 0;
  border-bottom: 1px solid #DDDDDD;
  display: block;	
}

ul.volo-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}

ul.volo-list a {
	display: inline-block;
}

ul.volo-list a:hover {
	opacity: 0.8 ;
	transition: 0.5s;
}

ul.volo-item::after {
    content: " ";
    display: block;
    clear: both;
}

ul.volo-item li.thumbnail {
	float: left;
	width: 40%;
	height: auto;
	margin-top: 1%;
    margin-right: 3%;
    line-height: 1;
	padding: 0;
    overflow:hidden!important;
}

ul.volo-item li.thumbnail img{
  width: 100%;
  height: auto;
  padding: 0;
	aspect-ratio: 5 / 3;
	/* object-fit: cover; */
}

ul.volo-item li.volo-text{
  float: right;
  width: 57%;
  margin-top: 10px;
  flex: 1 1 0;
  line-height: 1.687;
  display: inline-block;
}

ul.volo-item li.volo-text h3{
	display: inline-block;
	position: static;
	width: 100%;
	height: auto;
	font-size: 16px;
	font-weight: 800;
	text-align: start;
	line-height: 1.7em;
	color: #666666;
	padding: 0;
	margin: 0;
}

ul.volo-list .date {
    display: block;	
	font-size: 13px;
	font-weight: 800;
	color: #C7C7C7;
	margin-right: 0.5rem;	
}

ul.volo-cat-list{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;	
}

ul.volo-cat-list li{
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 0.6rem;
	margin-right: 1rem;
	background-color: #259DF4;
	border-radius: 2px;
	padding: 2px 10px;
}

/* SDGs */
h3.sdgs-title{
	padding-top: 3rem;
	font-size: 28px;
	color: #8B8B8B;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.bg_pattern {
  width: 100%;
  height: auto;
  background-color: #fff;
  z-index: -1;
}

.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px),
    repeating-linear-gradient(to right,
      transparent 25px,
      rgba(0, 0, 0, 0.04) 26px,  rgba(0, 0, 0, 0.04) 26px,
      transparent 27px,  transparent 51px, 
      rgba(0, 0, 0, 0.04) 52px,  rgba(0, 0, 0, 0.04) 52px,
      transparent 53px,  transparent 77px, 
      rgba(0, 0, 0, 0.04) 78px,  rgba(0, 0, 0, 0.04) 78px,
      transparent 79px,  transparent 103px, 
      rgba(0, 0, 0, 0.04) 104px,  rgba(0, 0, 0, 0.04) 104px,
      transparent 105px,  transparent 129px, 
      rgba(0, 0, 0, 0.04) 130px,  rgba(0, 0, 0, 0.04) 130px);
}

ul.sdgs-column3{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 !important;
}

ul.sdgs-column3 li{
	width: 30.5%;
	height: 304px;
	display: inline-block;
	margin: 1%;
	list-style: none;
	vertical-align: top;
	box-shadow: 2px 2px 4px #C7C7C7;
	background-color: #FFFFFF;
}

ul.sdgs-column3 h3{
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-left: 1rem;
	margin-right: 0.3rem;
}

.sdgs-icon_head{
	background-blend-mode:lighten;
	width: 100%;
    height: 150px;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
	margin: 0;
	padding: 0;	
}

.sdgs-icon_head{
	background-attachment: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

ul.sdgs-icon{
	margin-top: -70px;
	position: relative;
	z-index: 9999;
	margin-bottom: 0;
	padding-bottom: 0;
	right: 8px;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;	
}

ul.sdgs-icon li{
	width: 20%;
	height: auto;
	box-shadow: none;
	z-index: 9999;
	padding-bottom: 0;
	margin-bottom: 0;
}

.sdgs-point{
	position: relative;
	padding-bottom: 1rem;	
}

.sdgs-tex-box{
	position: absolute;
	margin-left: 1rem;
	bottom: 0;
}

.sdgs-tex-box p{
	font-size: 12px;
	color: #000000;
}

.record-whopper{
	display: block;
	position: static;
	margin: 0 0 3rem 0;
	padding: 0;
}

.record-whopper h6{
	margin-top: 0;
	margin-bottom: 0.5em;
	text-align: end;
	color: #E90003;
	font-size: 16px;
}

.record-whopper h5{
	display: inline-block;
	color: #FFFFFF;
	padding: 0.3rem 1rem;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0.5rem;
	background-color: #2088D3;
	border-radius: 2px;
	font-weight: normal;
}

.record-whopper h3{
	font-size: 32px;
	margin-top: 0.3rem;
	margin-bottom: 0;
}

.record-whopper h3 span{
	font-size: 16px;
	font-weight: normal;
}

.record-whopper p{}

/* 標準化について */
.flex-local{
    display: flex;
    align-items: stretch;
	gap: 1%;
	row-gap: 10px;
	flex-wrap: wrap;
}

.local_whopper,
.local_whopper_2d{
	border: solid 1px #E2E2E2;
	padding: 2px 18px 10px 18px;
	width: 28.3%;	
}

.local_whopper h3,
.local_whopper_2d h3{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5em;
	position: relative;
	margin-left: 55px;
    background-position: center;
	vertical-align: middle;
	text-align: justify;
}

.local_whopper h3{
	padding-top: 10px;
}

.local_whopper p{
	font-size: 14px;
	margin-top: 28px;
	line-height: 1.3rem;
}

.local_whopper_2d p{
	font-size: 14px;
	margin-top: 15px;
}

.local_whopper h3::before,
.local_whopper_2d h3::before{
    content: "";
	position: absolute;
	top: 0px;
	left: -45px;
    width: 42px;
    height: 42px;
    background-size: contain;
	margin-left: -10px;
}

.local_whopper h3.lw_cost::before{background-image: url('../img/local_whopper_cost.png');}
.local_whopper h3.lw_cloud::before{background-image: url('../img/local_whopper_cloud.png');}
.local_whopper h3.lw_time::before{background-image: url('../img/local_whopper_time.png');}
.local_whopper_2d h3.lw_cost::before{background-image: url('../img/local_whopper_cost.png');}
.local_whopper h3.lw_vender::before{background-image: url('../img/local_whopper_vender.png');}
.local_whopper h3.lw_schedule::before{background-image: url('../img/local_whopper_schedule.png');}
.local_whopper h3.lw_futan::before{background-image: url('../img/local_whopper_futan.png');}
.local_whopper_2d h3.lw_gaba::before{background-image: url('../img/local_whopper_gaba.png');}
.local_whopper h3.lw_business::before{background-image: url('../img/local_whopper_business.png');}
.local_whopper_2d h3.lw_down::before{background-image: url('../img/local_whopper_down.png');}
.local_whopper h3.lw_memo::before{background-image: url('../img/local_whopper_memo.png');}


.field_whopper{
	border: solid 1px #E2E2E2;
	padding: 2px 18px 10px 18px;
	width: 45%;		
}

.field_whopper h3{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 1.5em;
	position: relative;
	margin-left: 55px;
    background-position: center;
	vertical-align: middle;
	text-align: justify;
}

.field_whopper p{
	font-size: 14px;
	margin-top: 28px;
	line-height: 1.3rem;
}

.h4-local{
	font-size: 20px;
	color: #666666;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding-left: 12px;
	border-left: 4px solid #00BCD4;
}

.local__sub__whopper{
	text-align: center;
	width: 65%;
	height: auto;
	margin: auto;
}

.h3__local__goal{
	text-align: center;
	font-size: 23px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 0.12em;
}

.h3__local__goal span{
	font-size: 31px;
	color: #259DF4;
}

.flex-ib-local{
    display: flex;
    align-items: stretch;
}

.flex-ib-local h3{
    color: #666666;
    font-size: 18px;
    font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.5rem;
}

.flex-ib-local p{
	font-size: 13px;
	margin: 0;
	padding: 0;
	text-align: start;
}

span.local-span{
	font-size: 12px;
}

.icon-block_local{
	width: auto;
	height: 20px;
    background-color: #104b97;
    padding: 0 8px 2px 8px;
    display: inline-block;
    align-items: center;
    justify-content: center;
	vertical-align: middle;
}

.icon-play{
    color: #ffffff;
    font-size: 6px;
    display: inline-block;
	padding: 0;
	margin: -0.25rem 0 0 0;
	vertical-align: middle;
}

.local_whopper_1g{
	border: solid 1px #E2E2E2;
	padding: 2px 18px 10px 18px;
	width: 95.3%;
	text-align: center;
}

.local_whopper_1g h4{
	font-size: 28px;
	color: #259DF4;
	font-weight: 500;
	letter-spacing: 0.5rem;
	margin: 1.5rem auto 0.5rem auto;
	padding: 0 auto;
}

.local_whopper_1g h4 span{
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	letter-spacing: 0.5rem;
	margin: 1.5rem auto 0.5rem auto;
	padding: 0 auto;
}

.local_whopper_1g p{
	text-align: center;
	font-size: 18px;
	color: #666666;
}

.field_whopper_1g{
	border: solid 1px #E2E2E2;
	padding: 2px 18px 10px 18px;
	width: 95.3%;
	text-align: center;
}

.field_whopper_1g h4{
	font-size: 28px;
	color: #259DF4;
	font-weight: 500;
	letter-spacing: none;
	margin: 0.5rem auto 0.5rem auto;
	padding: 0 auto;
}

.field_whopper_1g h4 span{
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	letter-spacing: none;
	margin: 1.5rem auto 0.5rem auto;
	padding: 0 auto;
	margin-left: 0.5rem;
}

.field_whopper_1g p{
	text-align: center;
	font-size: 18px;
	color: #666666;
}


/* フィルタリング機能 */
.filter-wrapper .filter-button-container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  gap: 10px;
}

.filter-wrapper .filter-button {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
}

.filter-wrapper .filter-button {
  background-color: #407BFF;
  color: #fff;
  border-color: #407BFF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-wrapper .content-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 15px;
}

.filter-wrapper .item {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.5s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
  transform: scale(1);
}

/* お問い合わせ */
.info-bk-blue{
	background-color:#F0F7FD;
}

ul.info-whopper{
	padding-top: 50px;
}

ul.info-whopper li{
	padding-bottom: 1rem;
}

ul.info-whopper li p{
	font-size: 14px;
	color: #707070;
	text-align: start;
	margin-left: 1rem;
}

ul.info-whopper li p span.red{
	color: #FF0000;
	margin-right: 1rem;
}

.flex-info{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.input-box{
	width: 100%;
	/* background-color: #FFFFFF; */
}

.input-box p,
.input-box-content p{
	display: inline-block;
	font-size: 14px;
	margin-left: 1rem;
	color:#BCBCBC!important;
}

.input-box-content{
	width: 100%;
	/* background-color: #FFFFFF; */
	height: 150px;
	
}

p.info-coment{
	color: #707070;
	font-size: 14px;
	font-weight: 500;
	padding-bottom: 2rem;
}

.checkbox-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.checkbox-1-login {
    display: block;
	text-align: center;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}

.checkbox-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
	font-size: 14px;
}

.checkbox-1 label::before,
.checkbox-1 label:has(:checked)::after {
    content: '';
}

.checkbox-1 label::before {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background-color: #e6edf3;
}

.checkbox-1 label:has(:checked)::before {
    background-color: #2589d0;
}

.checkbox-1 label:has(:checked)::after {
    position: absolute;
    top: 6px;
    left: 6px;
    transform: rotate(45deg);
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.checkbox-1 input {
    display: none;
}

.info-button {
  display: inline-block;
  padding: 15px 63px;
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 15px auto;
}

.info-button-login {
  display: block;
  padding: 15px 20px;
  background-color: #a0a0a0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 15px auto;
  text-align: center;
  width: 200px;
}

.info-button-login a{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}


/* サイトマップ */
.sitemap-item-whopper {
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0;
}

.company-info-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
    color: #0A5FBE!important;
    font-size: 28px;
    font-weight: 400;
    transition: background-color 0.3s ease;
}

.siw__arrow {
    font-size: 1.5rem;
    color: #004aad;
    margin-left: 10px;
}

ul.u-siw{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1rem 0;
}

ul.u-siw li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    align-items: center;
    width: 20.5%;
    display: inline-block;
    margin: 0.5% 1%;
    vertical-align: top;	
}
	
ul.u-siw li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #8A8A8A;
    border-radius: 50%;
    margin-right: 5px;
}

ul.u-siw li a{
	font-size: 16px;
    text-decoration: none; 
    white-space: nowrap;
	color: #0A5FBE;
}

ul.u-siw li a::after{
   content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0066cc;
	transition: 0.3s ease;
}

ul.u-siw li a:hover::after{
    width: 100%;
}
	
ul.u-siw-under{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 1rem 0;
}

ul.u-siw-under li{
    list-style: none;
    padding-left: 20px;
    position: relative;
    align-items: center;
    width: 20.5%;
    display: inline-block;
    margin: 0.5% 1%;
    vertical-align: top;	
}
	
ul.u-siw-under li::before{
    content: '\203A';
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    margin-right: 5px;
    color: #8A8A8A;
}

ul.u-siw-under li a{
	font-size: 16px;
    text-decoration: none; 
    white-space: nowrap;
	color: #0A5FBE;
}

ul.u-siw-under li a::after{
   content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0066cc;
	transition: 0.3s ease;
}

ul.u-siw-under li a:hover::after{
    width: 100%;
}

.sitemap-sub-category {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
}

.sitemap-sub-category h5 {
  font-size: 16px;
  font-weight: 500;
  color: #565656;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 1rem 0 0.5rem 0.5rem;
  padding: 0;
}

.sitemap-sub-category h5::before {
  content: "▶";
  font-size: 10px;
  color: white;
  background-color: #153E7D;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

p.si-su-cat,
.sitemap-sub-category p {
	color: #000000;
	font-size: 15px;
	margin: 0 0 -1rem 0.5rem;
	padding: 0;
}

/* 一般事業主行動計画 */
.zisedai-frame{
	display: inline-block;
	border: 1px solid #DCDCDC ;
	padding: 15px 25px;
}

.zisedai_table_container {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.zisedai_wage_gap_table {
  width: 100%;
  max-width: 600px;
  border-collapse: collapse;
  border: 1px solid #000;
  color: #333;
  font-size: 16px;
  text-align: start;
  margin: 0;
}

.zisedai_table_caption {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
}

.zisedai_table_header_cell,
.zisedai_table_cell {
  border: 1px solid #000;
  padding: 12px 15px;
  line-height: 1.5;
}

.zisedai_table_header_cell {
  background-color: #f2f2f2;
  font-weight: 500;
}

.zisedai_table_header_cell_left {
  width: 30%;
}

.zisedai_table_header_cell_right {
  width: 70%;
}

.zisedai_table_cell_left {
  text-align: center;
  background-color: #ffffff;
}

.zisedai_table_cell_right {
  text-align: center;
  background-color: #ffffff;
}

ul.login-links{
	display: block;
	margin-top: 2%;
	margin-left: 31%;	
}

ul.login-links li{
	color:#434343;
	font-size: 15px;
	margin-bottom: 0.5rem;
}

/* お問い合わせ */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  width: 100%;
  height: 5%;
  border: none;
  box-sizing: border-box;
	text-align: start;
	padding: 1rem;
}

textarea[name="content"] {
	width: 100%;
  border: none;
  resize: none;
}


/* ニュース */
.label-area {
    display: flex;
    align-items: center;  /* 縦位置を揃える場合 */
}
.news-category-label {
    /* 必要に応じて */
    margin: 0.5rem;
}
.label-area .news-category-label:first-child {
    margin-left: 0.5;
}

/* ページネーション */
/* ページネーション全体の配置 */
.pagination,
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  flex-wrap: wrap;
	clear:both; 
	text-align:center; 
	margin:30px 0;
}

/* ページ番号ボタン */
.wp-pagenavi a, .wp-pagenavi span,
.wp-paginate a, .wp-paginate span {
  display: inline-block;
  min-width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.12em;
  font-size: 1.08em;
  font-weight: 600;
  background: #f5f9f9;
  color: #4ca3a1;
  border: 1px solid #e6f2f0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(140, 195, 192, 0.07);
  text-decoration: none;
  cursor: pointer;
}

/* 現在のページ・ホバー時 */
.wp-pagenavi .current,
.wp-pagenavi a:hover,
.wp-paginate .current,
.wp-paginate a:hover {
  background: #8dc3c0;
  color: #fff;
  border-color: #8dc3c0;
  box-shadow: 0 4px 16px rgba(140, 195, 192, 0.18);
  text-decoration: none;
}

/* 「前へ」「次へ」などのテキスト */
.wp-pagenavi .pages,
.wp-paginate .pages {
  display: none;
}

/* レスポンシブ調整 */
@media (max-width: 600px) {
  .pagination,
  .wp-pagenavi {
    gap: 0.15em;
    margin-top: 1.2rem;
  }
  .wp-pagenavi a, .wp-pagenavi span,
  .wp-paginate a, .wp-paginate span {
    min-width: 1.7em;
    height: 1.7em;
    line-height: 1.7em;
    font-size: 1em;
  }
}

/* 25-10/04以降の追記分 */
ul.health--m--w{
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

ul.health--m--w li{
	margin-right: 10px;
}

ul.health--m--w li:last-child{
	margin-right: 0;
}

ul.health--m--w li img{
	width: auto;
	height: 300px;
}

#n-philosophy-whopper{
	max-width: 600px;
	margin: 2rem auto;
}

#n-philosophy-whopper .rinen{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

#n-philosophy-whopper .principle-item {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	line-height: 1.4;
}

#n-philosophy-whopper .box {
	color: white;
	font-size: 20px;
	font-weight: bold;
	width: 140px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	flex-shrink: 0;
	position: relative;
	border-radius: 0;
}

#n-philosophy-whopper .box::after {
	content: '';
	position: absolute;
	right: -20px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 20px; /* 高さ60pxの半分が30px、幅20px */
	border-color: transparent transparent transparent; 
}

#n-philosophy-whopper .customer-focus {
	background-color: #f77f4c; /* 顧客本位（オレンジ系） */
}

#n-philosophy-whopper .customer-focus::after {
	border-left-color: #f77f4c;
}

#n-philosophy-whopper .unique-ability {
	background-color: #ec569e; /* 独自能力（ピンク系） */
}

#n-philosophy-whopper .unique-ability::after {
	border-left-color: #ec569e;
}

#n-philosophy-whopper .employee-value {
	background-color: #5591d8; /* 社員重視（青系） */
}

#n-philosophy-whopper .employee-value::after {
	border-left-color: #5591d8;
}

#n-philosophy-whopper .social-harmony {
	background-color: #49b38d; /* 社会との調和（緑系） */
}

#n-philosophy-whopper .social-harmony::after {
	border-left-color: #49b38d;
}

#n-philosophy-whopper .text {
	font-size: 18px;
	margin: 0; 
	font-weight: 500;
	margin-left: 50px; 
}

#n-philosophy-whopper .corporate-principles {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

/* 表 */
#attempt-list{}
#attempt-list table {
width: 100%;
border-collapse: collapse; /* 罫線を結合 */
table-layout: fixed; /* カラム幅を固定 */
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#attempt-list th,
#attempt-list td {
border: 1px solid #ddd;
padding: 8px;
text-align: center;
vertical-align: middle;
line-height: 1.4;
}

#attempt-list thead th {
background-color: #e9ecef; /* ヘッダーの背景色 */
font-weight: bold;
color: #333;
}

#attempt-list .category-cell {
font-weight: bold;
color: white;
width: 100px; /* 大分類セルの幅を固定 */
padding: 0; /* icon-placeholderで調整するためpaddingを0に */
}

#attempt-list thead tr:first-child th:nth-child(2) {
text-align: start!important;
padding-left: 5px;	
width: 250px;
}

#attempt-list span{
display: block;
font-size: 9px!important;
font-weight: 400;
}

#attempt-list .icon-placeholder {
height: 100%; /* セル全体に広がるように */
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 10px 5px;
gap: 5px; /* アイコンとテキストの間隔 */
	font-size: 15px;
}

#attempt-list .body-health {
background-color: #DDFFDD;
color: #333;
}

#attempt-list .mind-health {
background-color: #FADBDA;
color: #333;
}

#attempt-list .workplace-health {
background-color: #FFFCDB;
color: #333;
}

#attempt-list .outcome {
background-color: #DDEEFF;
color: #333;
}

#attempt-list .icon-placeholder::before {
content: ''; /* ダミーアイコン */
display: block;
width: 30px; /* 画像の幅 */
height: 30px; /* 画像の高さ */
margin-bottom: 5px;
background-size: contain; /* 画像を要素に合わせる */
background-repeat: no-repeat; /* 画像の繰り返しを防ぐ */
background-position: center; /* 画像を中央に配置 */
/* border-radius: 50%; <--- ダミーを削除したため不要、必要なら残す */
/* background-color: rgba(255, 255, 255, 0.5); <--- ダミーを削除したため不要 */
}

/* からだの健康 (icon-001.png) */
#attempt-list .body-health .icon-placeholder::before {
    background-image: url('../img/icon-001.png');
}

/* こころの健康 (icon-002.png) */
#attempt-list .mind-health .icon-placeholder::before {
    background-image: url('../img/icon-002.png');
}

/* 職場の健康 (icon-003.png) */
#attempt-list .workplace-health .icon-placeholder::before {
    background-image: url('../img/icon-003.png');
}

/* アウトカム (icon-004.png) */
#attempt-list .outcome .icon-placeholder::before {
    background-image: url('../img/icon-004.png');
}



/* ヘッダーのTOPICS・VISION */
.eibun{padding-top: 1px!important;}
.eibun-vision{padding-top: 2px!important;}

/* 社名の由来追記分 */


li.left-name{
	float: left;
	width: 20%;
	height: auto;
}

li.right-name{
	float: right;
	width: 70%;
	height: auto;
}

.gcom-brand-container {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #00bfff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 右側の曲線デザイン */
.gcom-curve-design {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 33.333333%;
}

.gcom-curve-design svg {
  height: 100%;
  width: 100%;
}

/* メインコンテンツ */
.gcom-main-content {
  position: relative;
  z-index: 10;
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.gcom-content-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

/* ロゴセクション */
.gcom-logo-section {
  flex-shrink: 0;
}

.gcom-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* テキストセクション */
.gcom-text-section {
  flex: 1;
}

/* タイトルグループ */
.gcom-title-group {
  margin-bottom: 4rem;
}

.gcom-title {
  color: #FFFFFF;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.15rem;
  margin-top: 0;
}

/* 説明文 */
.gcom-description {
  color: #FFFFFF;
}

.gcom-description-main {
  color: #FFFFFF!important;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.gcom-description-note {
  color: #FFFFFF!important;
  font-size: 1.25rem;
  line-height: 1.6;
}

/* レスポンシブデザイン */
@media (max-width: 1024px) {
  .gcom-content-wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .gcom-title {
    font-size: 3rem;
  }

  .gcom-description-main {
    font-size: 1.25rem;
  }

  .gcom-description-note {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .gcom-main-content {
    padding: 2rem 1rem;
  }

  .gcom-title {
    font-size: 2.25rem;
  }

  .gcom-description-main {
    font-size: 1.125rem;
  }

  .gcom-description-note {
    font-size: 0.875rem;
  }

  .gcom-curve-design {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .gcom-title {
    font-size: 1.875rem;
  }

  .gcom-description-main {
    font-size: 1rem;
  }

  .gcom-logo-image {
    width: 150px;
    height: auto;
  }
}

.vender-vision{
	width: 100%;
	overflow: hidden;
	background-size: cover;
    background-repeat: no-repeat;
    position: relative;
	background-attachment: inherit;
	background-position: top;
	padding: 2.2rem 1rem 1.5rem 1rem;
}

.vender-vision_whopper{
	margin-top: 0;
	margin-bottom: 0;
}

.vender-vision_whopper h1{
	font-size: 38px;
	color: #FFFFFF;
	margin: 0;
}

.vender-vision_whopper h3{
	font-size: 28px;
	color: #FFFFFF;
	margin: 0;
}

.vender-vision_whopper p{
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
}

h3.field_sub_title{
	font-size: 25px;
	color: #514CE4;
	margin-bottom: 0;
}

#vender-features {
    max-width: 900px; /* 全体の最大幅を設定 */
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f5f6fa; /* 背景の薄いグレーを再現 */
}

/* タイトルスタイル */
.feature-container h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
}

/* リスト全体 */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 個々の特長アイテム */
.feature-item {
    background-color: #ffffff; /* アイテムの背景色 */
    border-radius: 8px; /* 角丸 */
    margin-bottom: 20px;
    padding: 20px;
    /* 控えめな影を適用 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* アイコンとタイトルのヘッダー部分をFlexboxでレイアウト */
.feature-header {
    display: flex;
    align-items: flex-start; /* アイコンとテキストの垂直方向の開始位置を合わせる */
    margin-bottom: 15px;
}

/* アイコン部分のコンテナ */
.feature-icon {
    flex-shrink: 0; /* 縮小させない */
    width: 30px; /* アイコンエリアの幅 */
    height: 30px; /* アイコンエリアの高さ */
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; /* アイコンの数字の色 */
    border-radius: 50%; /* 正円にする */
    position: relative;
    /* アイコンの番号（1, 2, 3...）を数字で表示 */
    border: 2px solid; /* アイコンの外枠の線の代わり */
}

/* アイコンの装飾と色分け */
/* 実際の画像ではアイコンはSVGや画像ですが、ここでは色とフォントで表現 */
.feature-icon-industry {
    color: #4CAF50; /* 緑 */
    border-color: #4CAF50;
}
.feature-icon-attack {
    color: #2196F3; /* 青 */
    border-color: #2196F3;
}
.feature-icon-standard {
    color: #FFC107; /* 黄 */
    border-color: #FFC107;
}
.feature-icon-grow {
    color: #FF5722; /* オレンジ */
    border-color: #FF5722;
}
.feature-icon-knowledge {
    color: #9C27B0; /* 紫 */
    border-color: #9C27B0;
}

/* アイコンの数字をアイコンの色の文字色にする */
.feature-icon .icon-number {
    color: inherit; /* 親要素（.feature-icon）の文字色（上記の各色の値）を継承 */
}

/* タイトルテキスト */
.feature-title p {
    margin: 0;
    font-size: 18px;
    color: #333;
    line-height: 30px; /* アイコンの高さに合わせる */
}
.feature-title strong {
    font-weight: bold;
    border-bottom: 2px solid #ddd; /* 下線のような装飾 */
    padding-bottom: 2px;
}

/* 説明文（本文） */
.feature-body p {
    margin: 0;
    padding-left: 45px; /* アイコン分のスペースを開ける */
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* レスポンシブ対応: スマートフォンなど画面幅が狭い場合の調整 */
@media (max-width: 600px) {
    .feature-item {
        padding: 15px;
    }
    .feature-header {
        margin-bottom: 10px;
    }
    .feature-icon {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .feature-title p {
        font-size: 16px;
        line-height: 25px;
    }
    .feature-body p {
        padding-left: 35px;
        font-size: 13px;
    }
}

.vender__m__picture{
	text-align: center;
}

.vender__m__picture img{
	width: 65%;
	height: auto;
	margin: auto;
}

/* 20251023記入 */
#lgm {
    color: #fff; /* テキストの色を白に */
    text-align: center;
}

.lgm-bk-blue{
    background-color: #004d99;
    padding: 2.5rem 0;
	padding-bottom: 3rem;
}

/* 2. メニューコンテナ (Flexboxで横並びにする) */
.menu-container {
    display: flex;
    justify-content: center; /* 中央寄せ */
    gap: 15px; /* メニュー要素間の隙間 */
    max-width: 1200px; /* 最大幅を設定 */
    margin: 0 auto; /* 中央寄せ */
    padding: 0 10px; /* 左右のパディング */
	margin-bottom: 1.5rem;
}

.menu-container:last-child {
	margin-bottom: 0;
}

/* 3. メニュー要素 (個別のカード) */
.menu-item {
    display: flex;
    flex-direction: column; /* 縦に並べる */
    align-items: center; /* アイテムを中央寄せ */
	flex-basis: 30%;
	flex-grow: 1;
	max-width: 350px;
    min-height: 200px; /* 最低限の高さ */
    padding: 20px 10px;
    background-color: #0059b3;
    text-decoration: none; /* リンクの下線削除 */
    color: inherit; /* 親要素の白文字を継承 */
    position: relative; /* 矢印の位置調整のため */
    transition: background-color 0.3s;
}

/* ホバーエフェクト */
.menu-item:hover {
    background-color: #007acc; /* ホバー時に少し明るい青に */
}

/* 4. アイコンのスタイル */
.icon-wrapper {
	margin-top: 1rem;
    width: 100px; /* アイコンの領域 */
    height: 100px;
    margin-bottom: 10px;
}

.icon-wrapper img{
	widows: 100%;
	height: 100%;
	object-fit: contain;
}

.ja-text {
    font-size: 1.1em;
    font-weight: bold;
    margin: 5px 0 0; /* 上の余白を少し調整 */
}

.en-text {
    font-size: 0.8em;
    opacity: 0.7; /* 英語表記は少し薄く */
    margin: 0 0 10px; /* 下に余白 */
}

/* 6. 矢印 (→) のスタイル */
.arrow {
    position: absolute;
    bottom: 10px; /* 下端からの位置 */
    right: 15px; /* 右端からの位置 */
    font-size: 1.5em;
    line-height: 1; /* 行の高さを調整 */
}

/* レスポンシブ対応: 画面幅が狭い場合 */
@media (max-width: 900px) {
    .menu-container {
        flex-direction: column; /* 縦並びにする */
        align-items: center;
    }

    .menu-item {
        width: 90%; /* 幅を広げる */
        max-width: 400px;
        margin-bottom: 15px;
    }
}

.lgm-update{
	width: 90%;
	padding-left: 3.5%;
	padding-right: 3.5%;
	margin-top: 1.5rem;
}

/* h3（見出し）のスタイル調整 */
.lgm-bk-blue h3{
    text-align: left; /* ★startからleftに変更 (意図通りですが、より一般的) */
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom: 1px;
    border-bottom: solid 1px #FFFFFF;
    /* ★追加: h3の親要素の左端に揃えるための調整 */
    margin-left: 0;
    margin-right: auto;
}

/* 更新情報リストのスタイル調整 */
.update-list{
    padding-left: 0; 
    list-style: none; 
}

.update-list li{
    text-align: left;
}

ul.update-list li a{
    color: #FFFFFF; /* リンク色を白に（背景が青のため）*/
    text-decoration: none; /* 下線が不要な場合 */
    display: block; /* リンク領域を広げたい場合 */
    padding: 5px 0; /* 適度な上下の余白 */
}

.checkbox-1-stop {
	text-align: start;
    display: block;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;	
}

.h--m--top{
	margin-top: 1.2rem;
}

.h--m--left{
	float: left;
	width: 5%;
	margin-left: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.h--m--right{
	float: right;
	width: 92.5%;
	margin-right: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.h--m--left p,
.h--m--right p{
	line-height: 1.5;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.h--m--bottom--top{
	margin-top: 0.2rem;
}

.h--m--bottom--left{
	float: left;
	width: 10%;
	margin-left: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.h--m--bottom--right{
	float: right;
	width: 88%;
	margin-right: 1%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.h--m--bottom--left p,
.h--m--bottom--right p{
	line-height: 1.5;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.h--m--bottom-box{
	text-align: center;
	width: 70%;
	height: auto;
	margin: 0 0 0 auto; 
	padding: 0;
}

.h--m--bottom-box p{
	text-align: center!important;
	line-height: 1.5;
	font-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.indent-1{
	margin-left: 1rem;
	display: block;
}

.indent-15{
	margin-left: 1.5rem;
	display: block;
}

.indent-2{
	margin-left: 2rem;
	display: block;
}

.under-indent-1{
	margin-left: -1rem;
	display: inline-block;
}

.under-indent-15{
	margin-left: -1.5rem;
	display: inline-block;
}

.under-indent-2{
	margin-left: -2rem;
	display: inline-block;
}

