@charset "utf-8";
/*====================================================================

	Contents CSS

====================================================================*/
/*-----------------------------
	Google font
------------------------------*/

body{

	font-size: 16px;
    line-height: 2.0em;
	color: #000000;
	
}




/*-----------------------------
	font Weight
------------------------------*/
.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;} /* Nomarl */
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}/* Bold */
.noto900 {font-weight:900;}

/*-----------------------------
	base 
------------------------------*/
html{
	overflow-y: scroll;
	margin-bottom:1px;
	height:100%;
}

.clear_fix:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

a {color:#000;
	text-decoration:none;
	}

img{vertical-align:bottom;}

a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}

.pc_br{
	display: none;
}


/*====================================================================
	header
====================================================================*/
#header{
    width: 100%;
    height: auto;
}

a{
 color: #000;	
}

#main{
	width: 100%;
	height: auto;
	background-color: #fff;
	
	
}
/*====================================================================
	footer
====================================================================*/
footer{
	width: 100%;
	height: auto;
	min-width: 1000px;
	margin-top: 120px;
    background-color:rgba(219,219,219,0.15);
}

.footer_content{
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
	padding-bottom: 60px;
    
}

.footer_content a{
	color: #000;
}

.common_company{
	width: 400px;
	padding: 40px 0 0 0 ;
	
}

.company_logo{
    width: 100%;
    height: auto;

}

.company_logo img{
	width: auto;
}


.company_name{
	font-weight: 900;
	font-size: 120%;
    padding-left: 20px;
}

.company_adress{
    padding-left: 20px;
}

.company_tell{
    padding-left: 20px;
}
 

.common_sitemap{
	width: 480px;
	height: auto;
	padding: 60px 20px 0 0;
}

.foot_icon{}

.foot_icon ul{
	width: 70%;
	height: auto;	
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-around;
}

.foot_icon img{
	width: 30px;
	height: auto;
}

.sitemaps{
	margin: 0 auto 0 auto;
	padding: 40px 0 20px  0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: left;
}

.sitemaps li{
    /* line-height: 2.5em; */
}


.lang_select_button a{
}

#copyright{
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 10px 0 10px 0;
    background-color: #212b60;
    color: #fff;
}

.coopyright-text{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: right;
}

/*====================================================================
	index video
====================================================================*/
/*#header{
		position: relative;
		height: 56.25vw;
}
#video-area{
		position: fixed;
		z-index: -1;
		top: 0;
		right:0;
		left:0;
		bottom:0;
		overflow: hidden;
}

#video {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 177.77777778vh;
		height: 56.25vw;
		min-height: 720px;
		min-width: 1280px;
}
.header_content{
	 position:absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		color:#fff;
		text-shadow: 0 0 15px #666;
	width: 100%;
	height: auto;
}

.main_wall{

}

.main_wall_cont{}

.main_logo{
	text-align: center;
		text-shadow: 0 0 15px #666;
}

.main_logo img{
	width: 30vw;
	height: auto;
}

.main_catch{
	width: 100%;
	text-align: center;
	font-size: 3vw;
	line-height: 1.5em;
		text-shadow: 0 0 15px #666;
}

*/


/*====================================================================
	loading logo
====================================================================*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#fff;
  text-align:center;
  color:#fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
    width: 40%;
    height: auto;
}

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*====================================================================
	index Slider
====================================================================*/
#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


#slider h1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

#slider h1 img{
    width: 80%;
    height: auto;
}

/*====================================================================
	nav content
====================================================================*/

.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

main {
	height: 100%;
	min-height: 100vh;
	padding: 0 50px;
	background-color: #eee;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

main.open {
	transform: translateX(-250px);
}

.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 100;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	transition: all .5s;
}

.menu-trigger.active span {
	background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 12px;
}

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

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

.menu-trigger2 {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 80px;
	right: 30px;
	z-index: 100;
}

.menu-trigger2 ul{}

.base_manu{
	margin-bottom: 60px;
}

.menu-trigger2 img{
	width: 36px;
	height: auto;
}

.menu-trigger.active .menu-trigger2	{
	display: none;
}

.menu-trigger.active .menu-trigger3	{
	display: none;
}

.menu-trigger3 {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 60px;
	right: 25px;
	z-index: 100;
}

.menu-trigger3 img{
    width: 36px;
    height:36px;
}

.cp_ipselect {
	overflow: hidden;
	height: auto;
	margin: 2em auto;
	text-align: center;
	font-size: 140%;
	line-height: 36px;
}

.cp_ipselect select {
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 5px solid #fff;
}

.cp_ipselect select::-ms-expand {
	display: none;
}




nav {
	width: 350px;
	height: 100%;
	padding-top: 80px;
	background-color: rgb(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(350px);
	transition: all .5s;
}

nav.open {
	transform: translateZ(0);
}

nav li {
	color: #fff;
	text-align: left;
	padding: 10px 0 0 30px;
}

nav li a{
	color: #fff;
}

.icons_menu{
	width: 80%;
	height: auto;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-around;
}

.icons_menu img{
	width: 36px;
	height: auto;
}

.icons_menu2{
	width: 70%;
	height: auto;
	margin: 0 auto 30px auto;
	display: flex;
	justify-content: space-around;
	text-align: center;
}

.icons_menu2 img{
	width: 36px;
	height: auto;
}

/*====================================================================
	index main
====================================================================*/
.index_main{
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}

/*====================================================================
	index キャッチコピー
====================================================================*/
.index_catch{
    padding: 80px 0 80px 0;
    text-align: center;
}

.index_catch h2{
    /* font-size: 1.5vw; */
    /* line-height: 2.5em; */
    font-size: 16px;
    line-height: 2;
}

/*====================================================================
	index insta wall
====================================================================*/
.inst-wall{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
}

/*.insta_cont {*/
/*    display: grid;*/
/*    gap: 0;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;*/
/*    grid-template-rows: 200px 200px 200px 200px 200px 200px 200px 200px 200px;*/
/*}*/

.item {
 overflow:hidden;
}

.item img{
    width: 100%;
    height: 100%;
 transition:0.5s all;
}

.btn01{
    width: 100%;
    height: 100%;
}

a.btn01 img:hover{
  transform:scale(1.3,1.3);
  transition:1s all;
}

.btn02 {
    position: relative;
    display: inline-block;
    width:100%;
    height: 100%;
    text-align: center;
    outline: none;
}

.btn02 span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 0.5s;
}

.rotatefront span:nth-child(1) {
    background: #000;
    color: #000;
    transform: rotateX(0deg);
    transform-origin: 0 100%  -50%;
}

.rotatefront:hover span:nth-child(1) {
    transform: rotateX(-90deg);
}

.rotatefront span:nth-child(2) {
    background: #000;
    color: #fff;
    transform: rotateX(90deg);
    transform-origin: 0 100%  -50%;
}

/*hoverをした後の形状*/
.rotatefront:hover span:nth-child(2) {
    transform: rotateX(0deg);/* X軸に0度回転 */
}



/*.box-big1 {*/
/*    grid-column: 1 / 3;*/
/*    grid-row: 1 / 3;*/
/*    background: #fc2;*/
/*    border-color: #fa0;*/
/*}*/

/*.box-big2 {*/
/*        grid-column: 2 / 4;*/
/*        grid-row: 3 / 5;*/
/*}*/

/*.box-big3 {*/
/*    grid-column: 4 / 6;*/
/*    grid-row: 3 / 5;*/
/*}*/

/*.box-big4 {*/
/*    grid-column: 4 / 6;*/
/*    grid-row: 6 / 8;*/
/*}*/

/*.box-big5 {*/
/*    grid-column: 2 / 4;*/
/*    grid-row: 8 / 10;*/
/*}*/

/*====================================================================
	index topics
====================================================================*/

.topics{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 80px 0 0 0 ;
}

.topics_ttl{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topics_ttl h3{
	font-family: 'Poppins', sans-serif;
	font-variant: 700;
    font-size: 180%;
    line-height: 1.8em;
    font-weight: bold;
    padding: 0 0 40px 0;
    color: #212b60;
    /* text-decoration: underline; */
    /* text-decoration-color: #E0E0E0; */
}

.topics_Contents ul{
	width: 100%;
	height: auto;
    display: flex;
    justify-content: space-around;
}

.topics_Contents li{
    width: 240px;
    height: auto;
    border-top: 5px solid #0E008F;
    border-style: inset;
}

.topics_Contents li p:nth-child(1){
    text-align: center;
}

.topics_Contents li p:nth-child(2){
    text-align: left;
    padding: 0 5px 10px 5px;
}

.topics_Contents li p:nth-child(3){
    text-align: left;
    padding: 0 5px 10px 5px;
}

.topics_Contents li p:nth-child(4){
    text-align: center;
    padding: 0 5px 10px 5px;
}

.topics_Contents li p:last-child{
	display: none;
}

.topics li img{
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}



/*====================================================================
	under Contents
====================================================================*/
#under_header{
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
    padding: 10px 0 10px 0;
}

#under_header h1{
}

#under_header h1 img{
    height: 80px;
}

#main_photo{
    display: none;
    width: 100%;
    height: auto;
}

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

.bread_break{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    font-size: 80%;
}

.bread_break ul{
    display: flex;
    justify-content: flex-end;
    color: #C6C6C6;
}

.bread_break li:nth-child(odd){
    
}


.bread_break li:nth-child(even){
    padding: 0 20px 0 20px;
}

.bread_break a{
    color: #C6C6C6;
}

.under_ttl{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom:40px;
}
.under_ttl h2{
	font-family: 'Poppins', sans-serif;
	font-variant: 700;
    font-size: 140%;
    line-height: 1.8em;
    color: #00008a;
    font-weight: bold;
    /* text-decoration: underline; */
    /* text-decoration-color: #E0E0E0; */
}

.last_up_date{
    text-align: right;
    margin-bottom: 10px;
}

.last_up_date2{
    width: 980px;
    height: auto;
    text-align: right;
    margin: 0 auto 10px auto;
}

/*====================================================================
	Recruit
====================================================================*/
.recruit_slide{
    width: 800px;
    height: 450px;
    margin: 0 auto 80px auto;
    background-color: aliceblue;
}
.recruit_caution{
    width: 1000px;
    height: auto;
    margin: 0 auto 80px auto;
    text-align: center;
}

.recruit_caution h3{
    font-size: 140%;
    line-height: 1.8em;
    font-weight: bold;
}


/*====================================================================
	 production flow
====================================================================*/

.production_flow_catch{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.production_flow_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: left;
}


.flow_slide{
    width: 800px;
    height: 450px;
    margin: 0 auto 80px auto;
    background-color: aliceblue;
    overflow: hidden;
}

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

.flow_caution{
    width: 980px;
    margin: 0 auto 0 auto;
    padding-bottom: 40px;
}

.flow_caution_text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flow_caution_text img{
    width: auto;
    height: 4em;
    margin-right: 30px;
}


.flow_text{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.flow_text ul:nth-child(1){
    padding-right: 15px;
}

.flow_text ul:nth-child(2){
    padding-left: 15px;
}

.flow_text li{
    padding-bottom: 80px;
    background-image: url(../img/common/lines_00.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.flow_text li:last-child{
	background: none;
}

.flow_text li h4{
    font-size: 120%;
    line-height: 1.8em;
    height: auto;
    margin-bottom: 20px;
    text-indent: -1.5em;
    overflow: hidden;
}

.flow_text h4 img{
	height: 1.8em;
	width: auto;
}

.flow_text li p{
    padding-left: 1em;
}

.modalContents h5{
	font-weight: bold;
}

/*====================================================================
	 modal view
====================================================================*/

.modalArea {
  visibility: hidden; 
  opacity : 0;
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
text-align: left;
}

.modalArea2 {
  visibility: hidden; 
  opacity : 0;
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
text-align: left;
}

.modalArea3 {
  visibility: hidden; 
  opacity : 0;
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
text-align: left;
}

.modalArea4 {
  visibility: hidden; 
  opacity : 0;
  position: fixed;
  z-index: 100; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
text-align: left;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 60%;
    min-width: 450px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show {
  visibility: visible;
  opacity : 1;
}

.modal_img {
    text-align: right;
    height: 50px;
}

.modal_img  img {
    width: auto;
    height: 50px
}


.modal_img button {
  cursor: pointer;
}

#openModal {
}


/*====================================================================
	 slide view
====================================================================*/
.all_slide{
    width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

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

.swiper{

}

.swiper .swiper-slide {
    width:  100%;
    height: auto;
    margin: 0 auto 0 auto;
}


.swiper .swiper-slide .swiper-slide-content {
	position: absolute;
    width: 100%;
    text-align: center;
	bottom: 0%;
    left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 2s ease 0s;
    background-color: rgba(255,255,255,0.80);
}


/*====================================================================
	 SDGs
====================================================================*/
.sdgs_catch{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.sdgs_catch h3{
    font-size: 140%;
    text-align: center;
}

.sdgs_text01{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    font-size:90%;
    line-height: 1.8em;
}

.sdgs_text02{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    font-size: 120%;
    line-height: 1.8em;
}
.sdgs_cont01{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.sdgs_cont01 h4{
    font-size: 130%;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.sdgs_cont01_01{
    display: flex;
    padding:0 0 20px 10px;
    flex-flow: row-reverse;
}

.sdgs_cont01_01 li:nth-child(2){
    width: 70%;
}


.sdgs_cont01_01 li:nth-child(1){
    width: 30%;
    text-align:center; 
}

.sdgs_cont01_01 li:nth-child(1) img{
    width: 90%;
    height: auto;
    padding-left: 30px;
}

.sdgs_cont01_02{
    display: flex;
}

.sdgs_cont01_02 li:nth-child(2){
    width: 60%;
}

.sdgs_cont01_02 li:nth-child(1){
    width: 40%;
}

.sdgs_cont01_02 li:nth-child(1) img{
    width: 100%;
    height: auto;
    padding-right: 30px;
}

.sdgs_cont02{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.sdgs_cont02 h4{
    font-size: 130%;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.sdgs_cont02_text{
    padding: 0 10px 60px 10px;
}

.sdgs_cont02_video{
    width: 880px;
    height: auto;
    margin: 0 auto 0 auto;
    border: 1px solid #B6B6B6;
    border-style: inset;
}

.sdgs_cont02_video video{
    width: 100%;
    height: auto;
}

.sdgs_cont03{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.sdgs_cont03 h4{
    font-size: 130%;
    line-height: 1.8em;
    padding-bottom: 10px;
}

.sdgs_cont03_cont{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
}

.sdgs_cont03_cont h5{
    font-size: 120%;
    padding-bottom: 10px;
}




.sdgs_cont03_cont li:nth-child(2){
    display: flex;
}

.sdgs_cont03_cont li:nth-child(4){
    display: flex;
    flex-direction: row-reverse;
}

.sdgs_cont03_cont li:nth-child(6){
    display: flex;
}

.sdgs_cont03_cont li:nth-last-child(1){
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 0 0 80px 0;
}


.sdgs_cont03_c01{
    width: 75%;
    padding-bottom: 40px;
    
}

.sdgs_cont03_c02{
    width: 25%;
    padding-bottom: 40px;    
}

.sdgs_cont03_c02 img{
    width: 100%;
    height: auto;
    padding-left: 30px;
}



.sdgs_cont03_c03{
    width: 75%;
    padding-bottom: 40px;    
}

.sdgs_cont03_c04{
    width: 25%;
    padding-bottom: 40px;    
}

.sdgs_cont03_c04 img{
    width: 100%;
    height: auto;
    padding-right: 30px;
}

.sdgs_cont03_link{
    padding: 60px;
    text-align: center;

}

.sdgs_cont03_link a{
    color: #42BEF6;
    font-weight: 600;
}



.sdgs_cont05{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.sdgs_cont05 h4{
    font-size: 130%;
    line-height: 1.8em;
    padding-bottom: 10px;
}


.sdgs_cont05_01{
    padding:0 0 20px 10px;;
}

.sdgs_cont05_01 li:nth-child(1){
    width: 100%;
    margin-bottom: 40px;
}

.sdgs_cont05_01 li:nth-child(2){
    width: 70%;
    margin: 0 auto 0 auto;


}

.sdgs_cont05_01 li:nth-child(2) img{
    width: 100%;
    height: auto;
    padding-left: 30px;
}

/*====================================================================
	 about
====================================================================*/
.about_catch{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 80px 0;
}

.about_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: left;
}


.about_data{
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.about_data dl{
    display: flex;
    flex-wrap: wrap;    
    border-collapse: separate;
    border-spacing: 0px 15px;
}

.about_data dt{
    width: 30%;
    height: auto;
    text-align: center;
    padding: 10px;
    background: #295890;
    vertical-align: middle;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 5px solid #fff;    
}

.about_data dd{
    width: 70%;
    height: auto;
    padding: 10px;
    background: rgba(236,236,236,0.5);
    padding-left: 20px;
    border-bottom: 5px solid #fff;
}

.about_data dd img{
    width: 80%;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: center;
}

.about p{
}

/*====================================================================
	 privacy policy
====================================================================*/
.privacy_catch{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
    
}

.privacy_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: left;
}


.privacy_text{
    width: 940px;
    height: auto;
    margin: 0 auto 0 auto;
}

.privacy_text dl{}

.privacy_text dt{
    padding-bottom: 10px;
}

.privacy_text dd{
    padding:0 1em 20px 1em;
    
}

/*====================================================================
	 contact
====================================================================*/

.contact_catch{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
    text-align: left;
}

.contact_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: left;
}


.contact_contents{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 60px;
}

.contact_contents h3{
    font-size: 130%;
    line-height: 1.8em;
    padding-bottom: 10px;
}


.contact_tell{
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

.contact_tell_c{
    padding-bottom: 60px;    
}

.contact_tell_c ul{
    padding-left: 2em;
}

.contact_mail{
   width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
}

.contact_mail_txt{
    padding-left: 2em;
    
}

/*====================================================================
	 exanple
====================================================================*/
.example_catch{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.example_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: left;
}

.example_text{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    line-height: 1.8em;
}

.example_text ul{
    
}

.example_text li a{
    display: flex;
}

.example_text li{
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed rgba(193,193,193,1.00);
}

.example_text li:nth-last-child(1){
    padding: 20px 0 20px 0;
    border-bottom: none;
}

.example_text_img{
    width: 300px;
    height: 300px;
    text-align: center;
}

.example_text_img img{
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    
}


.example_text_cont{
    width: 640px;
    padding-left: 40px;
}

.example_text_cont h4{
    width: 640px;
    font-weight: 600;
}

.example_text_t{
    width: 640px;
    height: 220px;

}

.example_text_link{
text-align: right;
}


.examples_cont{
    
}


.examples_ttl{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.examples_ttl h3{
    font-size: 180%;
    line-height: 1.8em;
    text-align: left;
}

.examples_cont{
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;

}



/*====================================================================
	 topicses
====================================================================*/
.topicses_catch{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.topicses_catch h3{
    font-size: 140%;
    line-height: 1.8em;
    text-align: center;
}

.topicses_text{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    line-height: 1.8em;
}

.topicses_text ul{
    
}

.topicses_text li a{
    display: flex;
}

.topicses_text li{
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed rgba(193,193,193,1.00);
}

.topicses_text li:nth-last-child(1){
    padding: 20px 0 20px 0;
    border-bottom: none;
}

.topicses_text_img{
    width: 300px;
    height: 300px;
    text-align: center;
}

.topicses_text_img img{
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    
}

.topicses_text_cont{
    width: 640px;
    padding-left: 40px;
}

.topicses_text_cont h4{
    width: 640px;
    font-weight: 600;
}

.topicses_text_t{
    width: 640px;
    height: 220px;

}

.topicses_text_link{
text-align: right;
}



.info_ttl{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.info_ttl h3{
    font-size: 180%;
    line-height: 1.8em;
    text-align: left;
}

.info_cont{
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}


/*====================================================================
	 pagenation
====================================================================*/
.page_nation{
    width: 600px;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.page_nation ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.page_nation li{}

/*====================================================================
	 topicses
====================================================================*/
.hds_catch{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.hds_catch h3{
    font-size: 140%;
    line-height: 1.8em;
}

.hds_text{
    width: 980px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
    line-height: 1.8em;
}

.hds_text ul{
    
}

.hds_text li a{
    display: flex;
}

.hds_text li{
    padding: 20px 0 20px 0;
    border-bottom: 1px dashed rgba(193,193,193,1.00);
}

.hds_text li:nth-last-child(1){
    padding: 20px 0 20px 0;
    border-bottom: none;
}

.hds_text_img{
    width: 300px;
    height: 300px;
    text-align: center;
}

.hds_text_img img{
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 300px;
    
}

.hds_text_cont{
    width: 640px;
    padding-left: 40px;
}

.hds_text_cont h4{
    width: 640px;
    font-weight: 600;
}

.hds_text_t{
    width: 640px;
    height: 220px;

}

.hds_text_link{
text-align: right;
}



.hds_ttl{
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}

.hds_ttl h3{
    font-size: 180%;
    line-height: 1.8em;
    text-align: left;
}

.hds_cont{
    width: 900px;
    height: auto;
    margin: 0 auto 0 auto;
    padding-bottom: 80px;
}


/*====================================================================
	 追記
====================================================================*/

.flow_img_btn{
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
}

.flow_img_btn ul{
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.flow_under{
	
}


.flow_Contents_wp h2{
	width: 100%;
	height: auto;
	font-size: 120%;
	display: block;
	margin-bottom: 40px;
	text-decoration: underline;
}

.flow_Contents_wp .text_fc{
	padding-left: 30px;
}

.flow_Contents_wp table{
	margin-bottom: 50px;
}

.img_lines{padding:0 0 50px 0;}

.flow_img_wp{
	width: 300px;
	height: auto;
}

.flow_coms_Text{
	width: 90%;
	height: auto;
	padding: 20px;
	background-color: #f6f6f6;
	margin:0 auto 50px auto;
}


.fashion_report{
	width: 900px;
	margin: 0 auto 0 auto;
}

.fashion_report_flex-a{
	width: 900px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fashion_report_img{
	width: 400px;
	height: auto;
	padding: 0 0 100px 0;
}

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

.fashion_report_b{
	width: 500px;
	height: auto;
}

.fashion_report_b h2{
	font-size: 140%;
	padding: 0 0 40px 40px;
}

.fashion_report_b dl{
	width: 460px;
	height: auto;
	padding: 0 0 0 40px;
	display: flex;
	flex-wrap: wrap;
}

.fashion_report_b dt{
	width: 30%;
	height: auto;
}

.fashion_report_b dd{
	width: 70%;
	height: auto;
}

.fashion_report_flex-b{
	width: 900px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-flow: row-reverse;
	
}

.fashion_report_c{
	width: 400px;
	height: auto;
	padding: 0 0 100px 0;
}

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

.fashion_report_d{
	width: 500px;
	height: auto;
}

.fashion_report_d h3{
	font-size: 120%;
	padding: 0 0 10px 0;
	text-decoration: underline;
}


.fashion_report_d dl{
	width: 460px;
	height: auto;
	padding: 0 40px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.fashion_report_d dt{
	width: 30%;
	height: auto;
}

.fashion_report_d dd{
	width: 70%;
	height: auto;
}

.post-excerpt{
	fon-size:90%;
}

.example_text_img{
	width: 300px;
	height: auto;
}

.info_cont pre a{
	text-decoration: underline;
	font-variant: 900;
}

.info_cont{
	width: 1000px;
}




.index_catch_en{
	width: 980x;
    padding: 80px 0 80px 0;
    text-align: center;
    margin: 0 auto 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/*====================================================================
	 追記 2022.06.01
====================================================================*/
.sample_categorys{}

.sample_categorys ul{
	width: 900px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-around;
}

.sample_categorys li img{
	width: 280px;
	height: auto;
}

/*
.page_nation{
	width: 450px;
	height: auto;
}
.page_nation ul{
}
.page_nation ul li{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #2b278b;
	text-align: center;
}
.page_nation ul li:nth-child(1){
	width: auto;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
}
.page_nation ul li:last-child{
	width: auto;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
}

.page_nation ul li a{
	color: #fff
}
.page_nation ul li a:visited{
	color: #fff
}
.page_nation ul li:nth-child(1) a{
	color: #000
}
}
.page_nation ul li:last-child a{
	color: #000
}

*/