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


/*共通部部分----------------*/

*{
  margin:0;
  padding: 0;
}

html{
	font-size: 100%;
}

body{
  width: 100vw;
  margin: 0;
  padding: 0;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  font-optical-sizing: auto;
  font-size: 62.5%;/*--1rem=10pxになるよう調整*/
  font-weight: 1.7;
  font-style: normal;
}

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

a:link {
color:#fff;
}

a:visited {
color: #C9C8C8;
}

a:hover {
color: #dddd64;
}

a:active {
color: #fff;
}

img{
	max-width: 100%;
}

.wrapper{
	display: flex;
    flex-direction: column;
	clear: both;
	max-width: 940px;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0;
}

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

/*--TOPへ戻るボタン実装---------------*/

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #036EB8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #036EB8;
    border-right: 3px solid #036EB8;
    transform: translateY(20%) rotate(-45deg);
}

/*header----------------*/

.page-header{
	display: flex;
	justify-content: space-between;
	background-color: #036EB8;
	max-width:100%;
	text-align: center;
}

h1 {
	margin-top: 0;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
}

.sps{
	height: 50px;
    line-height: 50px;
	padding: 0 0 0 30px ;
}

.contact a{
	text-decoration: none;
}

.contact{
	margin-top: 0;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 0.3rem;
	text-align: right;
	height: 50px;
    line-height: 50px;
	padding: 0 40px 0 0 ;
}


/*top-content----------------*/

.home-content{
	text-align: left;
	margin-top: 0　auto;
	padding: 35px 0;
	background-image:url("image/image4.jpg");
    background-size: 100%;
}

.top-content{
	text-align: center;
	margin: auto;
}


.title-img{
	padding-left: 40px;
}

.rinen-img{
	width: 940px;
}

/*会社概要------------------*/

.main-img{
	margin-bottom: 40px;
}

.subtitle{
	margin-top: 20px;
	margin-left: 20px;
}

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

.kaisyagaiyou a:link {
color:#000;
}

.kaisyagaiyou a:visited {
color: #000;
}

.kaisyagaiyou a:hover {
color: #000;
}

.kaisyagaiyou a:active {
color: #000;
}


.kaisyagaiyou{
	width: auto;
	text-align: left;
	margin-top: 0　auto;
	padding: 35px 0;
	background-image:url("image/image5.jpg");
	background-size: auto 110%; 
	color: #000;
}


.kaisyagaiyou-img{
	width: 940px;
}


.overview-page-txt{
	margin-top: -180px;
	margin-left: 80px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-weight: 600;
	font-size: 1rem;
	padding: 5px  0px  5px  20px;
	letter-spacing: 2.5px;
	line-height: 200%;
}

/*会社概要下部部分--------------------*/

.end-content{
	text-align: center;
}

.end-content img{
	width: 80%;
}

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

.end-comment a:link {
color:#000;
}

.end-comment a:visited {
color: #000;
}

.end-comment a:hover {
color: #dddd64;
}

.end-comment a:active {
color: #000;
}

.end-comment{
	margin-top: 40px;
	margin-left: 80px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-size: 1rem;
	font-weight: 600;
	padding: 5px  0px  5px  20px;
	letter-spacing: 2.5px;
	line-height: 200%;
}

.c-name{
	font-size: 1.4rem;
	font-weight: 700;
}

/*フッター部分--------------------*/

footer{
    bottom: 0; 
	left: 0;
	width: 100%;
	background-color: #036EB8;
	text-align:right;
}

.copylight{
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #fff;
	font-weight: 600;
	font-size: 0.9rem;
	padding: 10px  10px  10px  0;
	letter-spacing: 2.5px;
}

/*--タブレット記述-------------------*/

@media(max-width:425px){

	
	/*header----------------*/
.page-header{
	display: flex;
	justify-content: space-between;
    align-items: center;
	background-color: #036EB8;
	max-width:100%;
	text-align: center;
}

	
h1{
	margin-top: 0;
	margin-left: 10px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 0;
}
	
.sps{
	padding: 0 0 0 14px ;
}
	
.contact{
	margin-top: 0;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #ffffff;
	font-weight: 600;
	font-size: 0.9rem;
	letter-spacing: 0;
	text-align: right;
	height: 0;
    line-height: 0;
	padding: 0 20px 0 0 ;
}
	/*top-content----------------*/

.home-content{
	text-align: left;
	margin-top: 0　auto;
	padding: 35px 0 ;
	background-image:url("image/image4.jpg");
    background-size: 100%;
}

.title-img{
	padding-left: 20px;
	}
	
.c-logo{
	width: 40%;
	}

     /*会社概要------------------*/


.main-img{
	margin-bottom: 0;
}

.subtitle{
	margin-top: 0;
}

.kaisyagaiyou{
	text-align: left;
	margin-top: 0　auto;
	padding: 10px 0;
	background-image:url("image/image5.jpg");
	background-size: auto 110%; 
}


.kaisyagaiyou-img{
	width: 940px;
}


.overview-page-txt{
	margin-top: -80px;
	margin-left: 5px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 5px  0px  5px  40px;
	letter-spacing: 2.5px;
	line-height: 200%;
}

/*会社概要下部部分--------------------*/

.end-content{
	text-align: center;
}

.end-content img{
	width: 80%;
}

.end-comment{
	margin-top: 40px;
	margin-left: 5px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 5px  0px  5px  40px;
	letter-spacing: 0;
	line-height: 200%;
}

.c-name{
	font-size: 0.9rem;
	font-weight: 700;
}

	/*フッター部分--------------------*/

footer{
    bottom: 0; 
	left: 0;
	width: 100%;
	background-color: #036EB8;
	text-align:right;
}

.copylight{
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #fff;
	font-weight: 400;
	font-size: 0.5rem;
	padding: 10px  10px  10px  0;
	letter-spacing: 2.5px;
}
	
	
	
   @media(max-width:350px){
		
h1{
	margin-top: 0;
	margin-left: 0;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
	color: #ffffff;
	font-size: 0.8rem;
	letter-spacing: 0;
}

.contact{
	font-size: 0.8rem;
		}		

.overview-page-txt{
	margin-top: -70px;
	margin-left: 5px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-size: 0.5rem;
	font-weight: 600;
	padding: 5px  0px  5px  40px;
	letter-spacing: 2.5px;
	line-height: 200%;
}
	   
.end-comment{
	margin-top: 40px;
	margin-left: 5px;
	text-align: left;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #000;
	font-weight: 600;
	font-size: 0.5rem;
	padding: 5px  0px  5px  30px;
	letter-spacing: 0;
	line-height: 200%;
}
		
	}