@charset "UTF-8";

.justify {
	text-align: justify;
}

.MainTitle {
	background-color: #fff;
	text-align: center;
	padding: 40px 0;
}
.MainTitle p {
	font-weight: bold!important;
	line-height: 1.4;
}
.MainTitle h2 {
	font-size: 4.4rem;
	margin-bottom: 0;
	font-weight: bold!important;
}

h4 {
	font-size: 2.4rem;
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 16px;
}

/*==============================

　#CorpInfo　企業情報

================================*/

#CorpInfo .Greeting {
	padding: 30px 0;
	background-color: #f9e1ce;
}


@media screen and (max-width: 1000px) {
	#CorpInfo .Greeting {
		padding: 30px .6em;
	}
	#CorpInfo .Greeting .flexstart {
		display: block;
	}
}

#CorpInfo .Greeting .GreetingBox {
	display: flex;
	flex-direction: column;
}
#CorpInfo .Greeting .GreetingText {
	color: #b53e6d;
	font-size: 2.6rem;
	line-height: 1.8;
	white-space: nowrap;
	margin-bottom: 30px;
}
#CorpInfo .Greeting .Sine {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: auto;
}
#CorpInfo .Greeting .Photo {
	width: 230px;
	margin: 0 0 0 10vw;
}
@media screen and (max-width: 1000px) {
	#CorpInfo .Greeting .Sine {
		text-align: center;
		margin-bottom: 10px;
	}
	#CorpInfo .Greeting .Photo {
		margin: auto;
	}
	#CorpInfo .Prof {
		padding-bottom: 0;
	}
	#CorpInfo .Prof .flex {
		display: block;	
	}
	#CorpInfo .Prof .flex .HalfBox33,
	#CorpInfo .Prof .flex .HalfBox62 {
		width: 100%;
	}
}
#CorpInfo h3 {
	color: var(--main-color);
	border-bottom: 3px solid var(--main-color);
	padding-bottom: .8rem;
	font-weight: bold!important;
	text-align: center;
	white-space: nowrap;
}
#CorpInfo .policy .Title {
	background: var(--main-color);
	padding: 12px 10px 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2.6rem;
	margin-bottom: 30px;
}
#CorpInfo .policy .Title span {
	font-size: 2.2rem;
	display: inline-block;
}
#CorpInfo .policy ul {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
#CorpInfo .policy ul li {
	font-size: 2.2rem;
	width: 15.2em;
	list-style-type: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}
#CorpInfo .feel {
	background-color: #d3dce0;
}
#CorpInfo .feel .Title {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#CorpInfo .feel ul li {
	font-size: 2.2rem;
	margin-bottom: .5em;
	padding-bottom: .5em;
	padding-left: calc((100% - 22em) / 2);
	border-bottom: 1px solid #999;
}
@media screen and (max-width: 640px) {
	#CorpInfo .feel ul li {
		font-size: 2rem;
	}
}
#CorpInfo .symbol .symbolBox {
	/*width: 100%;*/
	box-shadow: 0px 0px 15px -7px #777777;
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	justify-content: space-between;
	text-align: justify;
	margin-top: 3em;
	margin-bottom: 3em;
}
@media screen and (max-width: 1000px) {
	#CorpInfo .symbol .symbolBox {
		margin-left: .6em;
		margin-right: .6em;
		padding: 30px;
	}
}
#CorpInfo .symbol .symbolBox dl dt {
	color: var(--main-color);
	font-size: 1.9rem;
	margin-bottom: .4em;
	font-weight: bold;
}
#CorpInfo .shopmap {
	background: #dfded8;
}

@media screen and (max-width: 1000px) {
	#CorpInfo .shopmap .content_wrapper {
		padding-left: .6em;
		padding-right: .6em;
	}
}
#CorpInfo .shopmap h3 {
	color: var(--main-color);
	font-size: 2.6rem;
	border: none;
	text-align: left;
	margin-bottom: 1px;
}
#CorpInfo .shopmap p {
	color: var(--main-color);
}
#CorpInfo .shopmap .mapBox {
	width: 100%;
	box-shadow: 0px 0px 15px -7px #777777;
	border-radius: 16px;
	padding: 22px 30px;
	margin-top: 2em;
	margin-bottom: 3em;
	background-color: #fff;
}


/*==============================

　#Commitment　コモディイイダのこだわり

================================*/

#Commitment section h3.Green {
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	color: #369597;
}
/*#Commitment h4 {
	font-size: 2.4rem;
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 16px;
}*/
#Commitment .stepBox {
	display: flex;
	justify-content: space-between;
}
#Commitment .stepBox .step {
	width: 31%;
	box-shadow: 0px 0px 15px -7px #777777;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
}
#Commitment .stepBox .step dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#Commitment .stepBox .step dl div {
	text-align: center;
	background-color: #369597;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	border-radius: 20px 20px 0 0;
}
#Commitment .stepBox .step dl dt {
	padding: 10px 16px;
	font-size: 1.36rem;
	line-height: 1.7;
}
#Commitment .stepBox .step dl dd {
	margin-top: auto;
	padding: 0px 16px 14px;
}
#Commitment .stepBox .step dl dd img {
	border-radius: 10px;
}

#Commitment .fishmeat {
	display: flex;
	justify-content: space-between;
	text-align: justify;
}
#Commitment .fishmeat img {
	border-radius: 18px;
}
.GreenTitle {
	background-color: #228da8;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	font-size: 1.9rem;
	margin-bottom: 10px;
}
.RedTitle {
	background-color: #9f202c;
	color: #fff;
	font-weight: bold;
	padding: 4px 12px;
	font-size: 1.9rem;
	margin-bottom: 10px;
}
#Commitment figure img {
	border-radius: 18px;
}
.RedText {
	color: #902714;
}
@media screen and (max-width: 640px) {
	#Commitment .stepBox{
		display: block;
		padding: 1em 0.6em;
	}
	#Commitment .stepBox .step{
		width: 100%;
		margin-bottom: 20px;
	}
	#Commitment .fishmeat{
		display: block;
	}
	#Commitment .kodawari figure{
		width: 48%;
		margin-bottom: 10px;
	}
	.res_box{
		width: 100%;
		margin-bottom: 10px;
	}
}

/*==============================

　#Social　社会貢献活動

================================*/

#Social section h3.Yellow {
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	color: #c78e30;
}
/*#Social h4 {
	font-size: 2.4rem;
	text-align: center;
	border-bottom: 1px solid #333;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 16px;
}*/
#Social #tokushi .attempt {
	display: flex;
	justify-content: space-between;
	text-align: justify;
}
#Social #tokushi .attempt img {
    border-radius: 18px;
}
#Social #tokushi .Mission {
	background-color: #dacfaf;
	border-radius: 10px;
	padding: 24px 28px;
}
#Social #tokushi .Mission dl.calculation dt {
	background-color: #fff;
	padding: 16px 24px;
	font-weight: bold;
	color: #b25115;
	text-align: center;
	font-size: 1.7rem;
}
#Social #tokushi .Mission dl.calculation dt span {
	font-size: 2.8rem;
}
#Social #tokushi .Mission dl.calculation dd {
	padding: 16px 0;
	color: #b25115;
}
#Social #tokushi .structure {
	background-color: #dacfaf;
	border-radius: 20px;
	padding: 24px 28px;
}

#Social #NetSuper .attempt {
    display: flex;
    justify-content: space-between;
    text-align: justify;
}
#Social #NetSuper .attempt img {
    border-radius: 18px;
}

#Social #NetSuper .Features {
	box-shadow: 0px 0px 15px -7px #777777;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
	padding: 24px 28px;
	align-items: center;
}
#Social #NetSuper .Features dl dt {
	color: #902714;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}

#Social #sdgs {
	padding: 3em 0 0;
}
#Social #sdgs ul.IconList {
	display: flex;
	justify-content: space-between;
}
#Social #sdgs ul.IconList li {
	width: 13%;
}

#Social #sdgs #sdgs_area {
	background: #f9e0d2;
	padding: 40px 0;
}
#Social #sdgs #sdgs_area .attemptBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#Social #sdgs .attempt {
	width: 31%;
	box-shadow: 0px 0px 15px -7px #777777;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 30px;
}
#Social #sdgs .attempt dl {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#Social #sdgs .attempt dl > div {
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	background-color: #d08e22;
	text-align: center;
    border-radius: 20px 20px 0 0;
}
#Social #sdgs .attempt dl dt {
	padding: 6px 20px 0;
	margin-bottom: 10px;
}
#Social #sdgs .attempt dl dt p.Title {
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
#Social #sdgs .attempt dl dt p.Body {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
}
#Social #sdgs .attempt dl dd {
	margin-top: auto;
	padding: 5px 20px 20px;
}
#Social #sdgs .attempt dl dd ul {
	display: flex;
	flex-wrap: nowrap;
}
#Social #sdgs .attempt dl dd ul li {
	width: 24%;
	margin-right: 2%;
}
#Social #sdgs .attempt dl dd ul li:last-of-type {
	margin-right: 0;
}
@media screen and (max-width: 640px) {
	#Social #tokushi .attempt{
		display: block;
	}
	#Social #tokushi .tokushi_img{
		margin-bottom: 20px!important;
	}
	#Social #NetSuper .attempt,
	#Social #NetSuper .Features{
		display: block;
	}
	#Social #sdgs .attempt{
		width: 100%;
	}
	#Social #sdgs #sdgs_area{
		padding: 1em 0.6em;
	}
	#Social #NetSuper .Features{
		margin: 1em 0.6em;
	}
}
/*==============================

　#Support　社員サポート

================================*/
#Support section h3.Green {
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	color: #008e3a;
}
#Support #gaiyou .jidai{
    box-shadow: 0px 0px 15px -7px #777777;
    border-radius: 20px;
    background-color: #fff;
	padding: 30px;
	width: 99%;
    margin: auto;
}
#Support #gaiyou .jidai dt{
	font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 2px;
    background-color: #008e3a;
	margin-bottom: 20px;
	text-align: center;
}
#Support #gaiyou .introduce .fishmeat{
	display: flex;
    justify-content: space-between;
    text-align: justify;
}
#Support #gaiyou .introduce .YellowTitle{
	background-color: #be9430;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
#Support #gaiyou .introduce .GreenTitle{
	background-color: #008e3a;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
#Support #gaiyou .introduce .BlueTitle{
	background-color: #228da8;
    color: #fff;
    font-weight: bold;
    padding: 4px 12px;
    font-size: 1.9rem;
    margin-bottom: 10px;
}
#Support #gaiyou .kensyuu{
	box-shadow: 0px 0px 15px -7px #777777;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px;
    width: 99%;
    margin: auto;
}
#Support #gaiyou .kensyuu .green{
	color: #008e3a;
}
.kadomaru img{
	border-radius: 20px;
}
@media screen and (max-width: 640px){
	#Support #gaiyou .introduce .fishmeat{
		display: block;
	}
}
/*==============================

　#Welfare　福利厚生

================================*/
#Welfare h3.Blue,
#Welfare .blue{
	color: #41528f;
}
#Welfare .gold{
	background-color: #91885b;
	color: #fff;
	padding: 5px;
}
#Welfare .sonota{
	box-shadow: #ccc 0px 0px 6px 0px;
	padding: 20px;
	border-radius: 20px;
	margin: .3%;
}
#Welfare .sonota .bluettl{
	background-color: #3f549c;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width: 640px){
	#Welfare .room_img{
		display: flex;
		width: 100%;
		justify-content: space-between;
	}
	#Welfare .room_img .kadomaru{
		width: 49%;
	}
}
/*==============================

　#Required　求める人物像

================================*/
#Required h3.Pink{
	font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    color: #ca5282;
}
#Required .pinkbox{
	background-color: #ca5282;
    color: #fff;
    padding: 5px;
}
#Required #gaiyou .line li{
	font-size: 2rem;
    border-bottom: 1px solid #000;
	padding-left: calc((100% - 27em) / 2);
	margin-bottom: 0.5em;
    padding-bottom: 0.5em;
	list-style: inside disc;
}
#Required #gaiyou .jinbutsu{
	border-bottom: solid 1px #000;
	padding: 20px;
}
#Required #gaiyou .jinbutsu dt{
	color: #ca5282;
}
#Required #gaiyou .pinkttl{
	color: #ca5282;
}

@media screen and (max-width: 640px) {
	#Required #gaiyou .jinbutsu_box,
	#Required #gaiyou .jinbutsu_read{
		display: block;
	}
	#Required #gaiyou .pinkttl{
		text-align: center;
	}
	#Required #gaiyou .line li{
		text-indent: -1.3em;
		padding-left: 1.3em;
	}
}
/*==============================

　#Faq　よくある質問

================================*/
#Faq #gaiyou dl{
	margin-bottom: 70px;
}
#Faq #gaiyou dt{
	border-left: solid 5px #3d4e8c;
	padding-left: 0.5em;
    margin-bottom: 0.5em;
	color: #3d4e8c;
	font-weight: bold;
	font-size: 2.1rem;
}
#Faq #gaiyou dd{
	border-top: solid 1px #000;
	padding-top: 20px;
}