@charset "utf-8";
/* CSS Document */
*{
    box-sizing: border-box;
}
html{
	overflow-y : scroll;
  overflow-x: hidden;!important;
}
body {
	background: #ffffff;
	font-size-adjust: 100%;
	position: relative;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif;
    line-height: 1.7;
}
a {
	color: #000000;
	text-decoration: none;
}
.sp {
	display: none;
}

/*------------------
  ヘッダー
-------------------*/
.out_header .pc {
    background-color: rgba(0,0,0,0.05);
    position: fixed;
    z-index: 10;
    width: 100%;
        top: 0;
}
.out_header .pc .inner {
    width: 1080px;
    margin: 0 auto;
}
.out_header .pc h1 img {
	margin: 10px 0 0 10px;
}
.out_header .pc ul {
    display: flex;
    margin: 1rem 0 0.8em;
    align-items: flex-end;
    justify-content: flex-end;
}
.out_header .pc ul li {
	margin-left: 2rem;
	text-align: center;
}
.out_header .pc ul li a {
	display: inline-block;
	padding: 5px 10px;
  color: #fff;
font-weight: bolder;
}
.out_header .pc ul li a:hover {
	opacity: 0.8;
}

/*------------------
  ページタイトル
-------------------*/
.page_title {
    min-height: 220px;
	　margin: 0 auto;
    background-image: url(../img/common/footer_back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*------------------
  h2
-------------------*/
.main_contents h2,
footer h2,
#works .page_title h1 {
    text-align: left;
    font-weight: bold;
    font-size: 400%;
    margin-bottom: -18px;
    font-family: futura-pt, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #3b529c;
}
.main_contents .title_jp,
footer .title_jp,
#works .page_title .title_jp {
    font-weight: normal;
    font-size: 140%;
    text-align: left;
    color: #808080;
    display: block;
    margin-bottom: 30px;
    margin-left: 0.3rem;
}
footer h2,
footer .title_jp,
#works .page_title .title_jp {
    color: #fff;
}
/*——　文字の右にライン　——*/
.main_contents h2,
footer h2 {
display: flex;
align-items: center;
}
.main_contents h2:after,
footer h2:after {
border-top: 1px solid #ccc;
content: "";
flex-grow: 1;
}
.main_contents h2:after,
footer h2:after {
margin-left: 4rem;
}

/*------------------
  メイン
-------------------*/
.main_contents .inner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 1rem 80px;
    padding-bottom: 6rem;
    text-align: center;
}
.main_contents .read {
    margin-bottom: 60px;
    text-align: left;
}
/*------------------
  ボタン
-------------------*/
.button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #3b529c;
  font-size: 1.3rem;
  font-weight: 700;
  background-color: #f2f2f2;
  transition: 0.3s;
  margin-top: 3rem;
  letter-spacing: 2px;
}

.button a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #3b529c;
  transition: 0.2s;
}

.button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #3b529c;
  border-right: 3px solid #3b529c;
  transform: rotate(45deg);
  margin-left: 20px;
}
.button a:hover::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.button a:hover::before {
  top: 0;
  left: 0;
}

.button a:hover {
  text-decoration: none;
  background-color: #3b529c;
  color: #fff;
}
/*------------------
 ボタン矢印
-------------------*/
.arrow{
  position: relative;
}
.arrow:before,
.arrow:after{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 60px;
  height: 2px;
  background: #fff;
}
.arrow:before{
  width: 40px;
  transform: translate(30px, 0px);
}
.arrow:after{
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
/*------------------
 トップへ戻るボタン
-------------------*/
/* トップへ戻るボタン */
.page_top_btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 0.2em 0.6em;
  text-align: center;
  background: #000;
  color: #fff;
  transition: 0.3s0;
  border: 1px solid #fff;
}

/* マウスオーバー時 */
.page_top_btn:hover {
  opacity: 0.8;
}
.page_top_btn span {
  position: relative;
  padding-left: 25px;
  display: block;
}
.page_top_btn span:before { /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 8px;
  width: 13px;    /* くの字を山なりに見た時、左側の長さ */
  height: 13px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #fff;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #fff;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(-45deg);    /* くの字の向き */
}
html{
  scroll-behavior: smooth;
}
/*------------------
  フッター
-------------------*/
footer {
   background-image: url(../img/common/footer_back.jpg);
   background-repeat: no-repeat;
   background-position: bottom center;
   background-size: cover;
}
footer .inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 0;
  min-height: 308px;
}
footer .inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .inner .left_box {
  color: #fff;
}
footer .inner .left_box a {
    color: bisque;
    margin-top: 1rem;
    display: block;
}
footer .inner .left_box img {
    max-width: 25px;
    height: auto;
    margin-right: 1rem;
}
footer .inner .rigft_box img {
  width: 100%;
  hyphens: auto;
}
footer .copy_right {
	color: #fff;
	text-align: center;
	font-size: 0.6rem;
	padding: 1rem 0;
}

#toggle {
		display: none;
	}


/*スマホ対応*/  
@media screen and (max-width:501px) {
.pc {
	display: none;
}
.sp {
	display: block;
}

/*------------------
  ハンバーガーメニュー
-------------------*/
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  z-index: 100;
}
#menu-trigger {
  position: absolute;
  width: 32px;
  height: 32px;
  top:14px;
  right:14px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(2) {
  top: 10px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(3) {
  top: 20px;
  text-shadow: black 0 0 5px;
}
#menu-trigger::after {
  position: absolute;
  top:30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
}
#menu-trigger.active::after {
  content: 'CLOSE';
	top:30px;
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.sp nav {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
	background-color: #004097;
	z-index: 50;
}
.sp nav ul {
    padding: 1rem 0;
}
.sp nav li {
    padding: 1rem 0;
}
.sp nav li a {
	color: #fff;
}
/*------------------
  ページタイトル
-------------------*/
.page_title {
    position: relative;
    min-height: 120px;
    width: 100%;
}
.page_title h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    position: static;
    text-shadow: black 0 0 5px;
  }
/*------------------
  メイン設定
-------------------*/
.main_contents .inner {
    padding: 40px 1rem 40px;
      overflow-x: hidden;!important;
}
/*------------------
　ボタン
-------------------*/	
.button a {
    padding: 0.6rem 0;
    max-width: 300px;
    margin: 2rem auto 0;
}
/*------------------
  フッター
-------------------*/   
footer .inner {
    padding: 1rem 1.5rem;
    min-height: auto;
}
footer .inner .left_box {
    margin-bottom: 3rem;
}
footer ul a {
    font-size: 14px;
}	
}




