@charset "UTF-8";

@media screen and (min-width: 769px){
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 3px;
	color: #272727;
}

.clear { clear:both; }  
.clear hr { display:none; } 

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* block 自体ではなく block 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した block をネストして使用することもできます。 */
}
img{max-width: 100%;
	height: auto;
		
}	
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: none;
	color: #272727;
}
a:visited {
	text-decoration: none;
	color: #272727;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	color: #F9DC0B;
}
/* ~~ この固定幅コンテナが他のすべての block を囲みます。~~ */
.container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ レイアウトに使用するカラムです。~~ 

1) 余白は、block エレメントの上部または下部にのみ配置されます。これらの block 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、block 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。block エレメント内のエレメントの余白を削除し、さらにその block エレメント内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の block エレメントを追加することもできます。

2) カラムはすべてフロートしているため、マージンは指定されていません。マージンを追加する必要がある場合は、フロート方向には指定しないでください (例えば、右フロートに設定した block の右マージン)。多くの場合、代わりに余白を使用できます。このルールに従わない場合は、block エレメントのルールに「display:inline」宣言を追加し、一部のバージョンの Internet Explorer でマージンが 2 倍になるバグを回避する必要があります。

3) クラスはドキュメント内で複数回使用できるので (またエレメントには複数のクラスを適用できます)、カラムには ID ではなくクラス名が割り当てられます。例えば、必要に応じて 2 つのサイドバー block をスタックできます。クラスを各ドキュメントで一度しか使用しないのであれば、ユーザーの好みに応じて、クラス名を ID に変更することができます。

4) ナビゲーションを右ではなく左に配置したい場合、これらのカラムを反対方向にフロートさせると (すべて右方向にする代わりに、すべて左方向に設定)、反転してレンダリングされます。HTML ソース内で block を移動する必要はありません。

*/

.content {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
	padding-bottom: 50px;
}

.workscontent {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	font-size: 12px;
	padding-top: 20px;
}

.works_article {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 765px;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
}

.workscontent .works_article .entry {
	padding-top: 20px;
}
.workscontent .works_article .entry p img {
	margin-top: 5px;
	margin-bottom: 5px;
}

.works_article .pic-list{
}

.works_article .pic-list p img{
	margin-bottom: 15px;
	vertical-align: bottom;
}

.works_article .pic-list #more-pic{
	display: none;
}

.works_info img{
	display: none;
}

.works_info p{
	display: none;
}

.works_sentence img{
	display: none;
}

.works_sentence ul {
	visibility: hidden;
	display: none;
	list-style-type: none;
}

.worksbox_left .works_pic p {
	display: none;
	visibility: hidden;
}

.worksbox_left .works_pic ul {
	visibility: hidden;
	display: none;
	list-style-type: none;
}

.workscontent h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
	line-height: 0%;
	padding-top: 20px;
}

.works_article h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	font-size: 24px;
	padding-top: 20px;
	text-align: center;
	line-height: 200%;
	text-indent: 0px;
}

.works_info {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 225px;
	font-size: 12px;
	padding-top: 38px;
	float: left;
}

.works_info h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	font-size: 20px;
	padding-top: 40px;
	text-align: left;
	line-height: 0%;
	text-indent: 0px;
}

.works_info ul {
	padding-top: 20px;
}

.works_info li {
	list-style-image: none;
	list-style-type: none;
	line-height: 250%;
}

.works_text .works_sentence {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	line-height: 175%;
	font-size: 13px;
	float: right;
	width: 515px;
	padding-left: 25px;
	padding-top: 41px;
	text-align: justify;
}

.profilecontent {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	padding-top: 20px;
	background-image: url(../pic/profile.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
}

.contactcontent {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	height: 100%;
	width: 100%;
	padding-top: 20px;
	font-size: 12px;
	padding-bottom: 40px;
}

.content h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
}

.contactcontent h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
}

.content .title {
	color: #272727;
	font-size: 13.5px;
	letter-spacing: 6px;
	margin-bottom: 15px;
}

.content .processtitle {
	color: #272727;
	font-size: 13.5px;
	letter-spacing: 6px;
	margin-bottom: 25px;
	text-align: center;
}

.content .name {
	color: #666464;
	font-size: 19px;
	letter-spacing: 4px;
}

.content p {
	color: #666464;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.content .sentence {
	color: #272727;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 20px;
}

.profilecontent h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
}

.profilecontent .title {
	color: #272727;
	font-size: 13.5px;
	letter-spacing: 6px;
	margin-bottom: 15px;
}
.profilecontent .processtitle {
	color: #272727;
	font-size: 13.5px;
	letter-spacing: 6px;
	margin-bottom: 25px;
	text-align: center;
}

.profilecontent .name {
	color: #272727;
	font-size: 19px;
	letter-spacing: 4px;
}

.profilecontent p {
	color: #272727;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 30px;
}

.profilecontent .sentence {
	color: #272727;
	font-size: 12px;
	letter-spacing: 3px;
	margin-bottom: 50px;
	text-align: center;
	line-height: 20px;
}

.content .contacttitle {
	color: #272727;
	font-size: 13.5px;
	letter-spacing: 6px;
	margin-bottom: 10px;
}

.workscontent .workscategory {
	padding-bottom: 30px;
}
.workscategory a:hover {
	font-weight:200;
	font-family: 'Noto Sans japanese';
	color: #272727;
}

.worksbox_left a:hover {
	font-weight:200;
	font-family: 'Noto Sans japanese';
	color: #272727;
}

.worksbox_left a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.workscontent .worksbox {
	padding-top: 40px;
}

.workscontent .worksbox .worksbox_left {
	float: left;
	width: 300px;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 65px;
}

.workscontent .worksbox .worksbox_middle {
	float: left;
	width: 285px;
	margin-right: 24px;
	margin-left: 24px;
}

.workscontent .worksbox .worksbox_right {
	float: right;
	width: 285px;
	margin-left: 48px;
}

.workscontent .worksbox .works_title {
	font-size: 16px;
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	letter-spacing: 3px;
	text-align: center;
	line-height: 100%;
}


input {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	font-size: 12px;
	letter-spacing: 2px;
}

/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */

#wrapper #top-head {
	display: none;
}

header {
    font-family: 'Noto Sans japanese';
    height: 133px;
    margin-left: 63px;
    margin-right: 63px;
	letter-spacing: 2px;
}

header nav {
    padding-top: 60px;
}

header h1 {
	float: left;
	width: 260px;
}

nav.global-navi ul {
    font-family: 'Noto Sans Japanese', sans-serif;
    list-style: none;
    font-size: 14px;
    text-align: center;
    width: 50%;
    display: table;
    table-layout: fixed;
    float: right;
}
 
nav.global-navi ul li {
    display: table-cell;
}
 
nav.global-navi ul li:last-child {
	border-right: none;
	text-align: right;
	width: 17%;
	text-indent: 1px;
}
 
nav.global-navi ul li a {
    text-decoration: none;
    display: block;
	color: #272727;
}
 
nav.global-navi ul li a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
    text-decoration: none;
    color: #F9DC0B;
}
/* ~~ フッター ~~ */
#wrapper .mobile {
	display: none;
}

footer {
    font-family: 'Noto Sans Japanese', sans-serif; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
    height: auto;
	text-align: center;

}

footer h3{
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	margin-bottom: 3px;
}

footer h4{
	font-size: 13px;
	font-weight: 300;
	color: #272727;
	margin-bottom: 10px;
}

footer p{
	font-size: 11.5px;
	font-weight: 300;
	color: #272727;
}

footer #footer_left {
	float: left;
}

footer #footer_right {
	float: right;
	text-align: right;
}

#footer_right .copyright {
	font-size: 10px;
	font-weight: 300;
}

footer a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
	olor: #F9DC0B;
}

/*HTML 5 サポート - 新しい HTML 5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer, aside, nav, article, figure {
	display: block;
}




	
#works_wrapper {
	height: auto;
	width: 1040px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
}


/* fade slider */

.cb-slideshow {
    display: none;
}

.slides {
    height: 620px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}
.slides ul {
    list-style:none;
    position:relative;
}

/* keyframes #anim_slides */
@-webkit-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}
@-moz-keyframes anim_slides {
    0% {
        opacity:0;
    }
    6% {
        opacity:1;
    }
    24% {
        opacity:1;
    }
    30% {
        opacity:0;
    }
    100% {
        opacity:0;
    }
}

.slides ul li {
    opacity:0;
    position:absolute;
    top:0;

    /* css3 animation */
    -webkit-animation-name: anim_slides;
    -webkit-animation-duration: 30.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_slides;
    -moz-animation-duration: 30.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}

/* css3 delays */
.slides ul  li:nth-child(2), .slides ul  li:nth-child(2) div {
    -webkit-animation-delay: 5.0s;
    -moz-animation-delay: 5.0s;
}
.slides ul  li:nth-child(3), .slides ul  li:nth-child(3) div {
    -webkit-animation-delay: 10.0s;
    -moz-animation-delay: 10.0s;
}
.slides ul  li:nth-child(4), .slides ul  li:nth-child(4) div {
    -webkit-animation-delay: 15.0s;
    -moz-animation-delay: 15.0s;
}
.slides ul  li:nth-child(5), .slides ul  li:nth-child(5) div {
    -webkit-animation-delay: 20.0s;
    -moz-animation-delay: 20.0s;
}
.slides ul  li:nth-child(6), .slides ul  li:nth-child(6) div {
    -webkit-animation-delay: 25.0s;
    -moz-animation-delay: 25.0s;
}


.slides ul li img {
    display:block;
}

/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:100%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}

.slides ul li div {
    background-color:#000000;
    border-radius:10px 10px 10px 10px;
    box-shadow:0 0 5px #FFFFFF inset;
    color:#FFFFFF;
    font-size:26px;
    left:10%;
    margin:0 auto;
    padding:20px;
    position:absolute;
    top:50%;
    width:200px;

    /* css3 animation */
    -webkit-animation-name: anim_titles;
    -webkit-animation-duration: 30.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: anim_titles;
    -moz-animation-duration: 30.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
}
#works_wrapper header {
	padding-right: 20px;
	padding-left: 20px;
}
#works_wrapper footer {
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
}


/* ~~ フォーム ~~ */



#formWrap {
	width:1000px;
	padding-top: 20px;
	color:#272727;
	line-height:120%;
	font-size:12px;
}

#formWrap h3 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	font-size: 13px;
	letter-spacing: 3px;
}
#formWrap table.formTable{
	width:650px;
	border-collapse:collapse;
}
#formWrap table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding-top:15px;
	padding-bottom:15px;
}
#formWrap table.formTable th{
	width:25%;
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	text-align:left;
}

#formWrap p.error_messe{
	margin:5px 0;
	color:red;
}
#formWrap h1 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
	padding-bottom: 40px;
}
#formWrap h2 {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #666464;
	font-size: 23px;
	letter-spacing: 3px;
	padding-bottom: 20px;
}

#formWrap p {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	font-size: 12px;
	letter-spacing: 3px;
}
#formWrap input {
	font-weight:100;
	font-family: 'Noto Sans japanese';
	color: #272727;
	font-size: 12px;
	letter-spacing: 2px;
}

#wrapper .contactcontent #formWrap form #mobile {
	height: 100px;
	width: 400px; 
}


#wrapper .profilecontent p img {
	display: none;
}


#wrapper .contactcontent #formWrap #contactform {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
/* keyframes #new37design */
	
#wrapper {
    height: auto;
    margin-top: 47px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 28px;
    max-width: 100%;
}
	
.top_pic	 {
    max-width: 100%;
	}
#concept{
    padding-top: 98px;
    margin-right: 130px;
    margin-left: 130px;
    margin-bottom: 108px;
    font-weight: 600;
    line-height: 35px;
	letter-spacing: 4px;
	
}
.concept_left{
	margin-top: 12px;
    float: left;
    width: 45%;
    height: auto;
}

.concept_right{
    float: right;
    width: 50%;
    height: auto;
}
.concept_rightbtm{
    float: right;
    width: 40%;
    height: auto;
	margin-top: 268px;
}
.h2_sentence{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 0.2em;
	font-weight: 600;
	padding-top: 8px;
}
.h3_ssentence{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: 600;
	display: inline;
}
.concept_sentenceleft{
    text-align: justify;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.1em;
	margin-right: 150px;
	padding-top: 10px;
}
	
.concept_sentenceright{
    text-align: justify;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	letter-spacing: 0.1em;
	padding-top: 7px;

}
	
#concept ul {
	display: flex;
	display: -webkit-flex;
	list-style: none;
}
 
#concept li {
	box-sizing: border-box;
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
}
 
#concept li div:first-child {
	
	
}
 
#concept li div:last-child {
	padding-top: 10px;	
}
	
#service{
    padding-top: 82px;
    margin-right: 130px;
    margin-left: 130px;
    margin-bottom: 108px;
    font-weight: 600;
    line-height: 35px;
	letter-spacing: 4px;
	
}
.h2_service{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
}
.h3_service{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 22px;
	line-height: 70px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
}

#service_box {
	margin-top: 50px;
	margin-left: 2px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.h3_servicecontent {
	text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 33px;
	line-height: 0px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
	vertical-align: 3px;
	
}
.service_sentence{
    text-align: justify;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	margin-top: 25px;
	letter-spacing: 0.1em;
}
#about{
    padding-top: 82px;
    margin-right: 130px;
    margin-left: 130px;
    margin-bottom: 108px;
    font-weight: 600;
    line-height: 35px;
	letter-spacing: 4px;	
}
.h2_about{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
}
.h3_about{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 22px;
	line-height: 70px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
}
.about_left{
	margin-top: 30px;
    float: left;
    height: auto;
	width: 45%;
}
.about_right{
	margin-top: 30px;
    float: right;
    width: 45%;
    height: auto;
}
.about_sentence li{
    text-align: justify;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	list-style-image: none;
	list-style-type: none;
}
.about_sentence {
    margin-top: 25px;
}
.h4_about {
	font-size: 32px;
	text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
	vertical-align: -1px;
}
.h5_about{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 19px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
	
}
#award{
    margin-top: 82px;
    margin-right: 130px;
    margin-left: 130px;
    margin-bottom: 108px;
    font-weight: 600;
    line-height: 35px;
	letter-spacing: 4px;	
}
.h2_award{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
}
.h3_award{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 22px;
	line-height: 70px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
}

.award_sentence li{
    text-align: justify;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	list-style-image: none;
	list-style-type: none;
}
.award_sentence {
    margin-top: 25px;
}
.h4_award {
	font-size: 32px;
	text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
	vertical-align: -1px;
}
.h5_award{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 19px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
}
.award_sentence{
    text-align: right;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 0px;
	letter-spacing: 0.1em;
}

#contact{
    padding-top: 82px;
    margin-right: 130px;
    margin-left: 130px;
    margin-bottom: 108px;
    font-weight: 600;
    line-height: 35px;
	letter-spacing: 4px;	
}
.h2_contact{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 38px;
	line-height: 70px;
	letter-spacing: 0.2em;
	font-weight: 600;
	display: inline;
}
.h3_contact{
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 22px;
	line-height: 70px;
	letter-spacing: 0.15em;
	font-weight: 600;	
	display: inline;
}
.contact_sentence {
	margin-top: 25px;
	margin-bottom: 50px;
}

.service_sentence_right {
	margin-top: 20px;
	float: right;
	width: 35%;
	height: auto;
    display: table;      /* 外枠を拡張します */
  text-align: center; /*【基本】インライン要素の中央寄せ */
}
.service_sentence_right_child {
	display: table-cell;
  height: 300px;
  vertical-align: middle;
}
	
.service_sentence_right2 {
	margin-top: 30px;
	float: right;
	width: 35%;
	height: auto;
    display: table;      /* 外枠を拡張します */
  text-align: center; /*【基本】インライン要素の中央寄せ */
}
.service_sentence_right2_child {
	display: table-cell;
  height: 450px;
  vertical-align: middle;
}
.service_sentence_right_child img{
	width: 340px;
}
.service_sentence_right2_child img{
	width: 340px;
}

	


.googlemap {
	.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

.service_left {
	float: left;
	width: 60%;
}

}