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

body {
    margin: 0;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 1rem;
}

header { max-width: 1000px; width: 100%; margin: 0 auto; }

.head {
  /*display: flex;
  justify-content: space-between;*/
  max-width: 1000px;
  width: 100%;
  margin: 20px auto;
}
.navToggle, nav {
    display: none;
}
.logo {
  width: 303px;
  text-align: left;
  float: left;
  padding-bottom: 20px;
}
.pc-logo { }
.mobile-logo { display: none; }

.lang {
  width: 400px;
  font-size: 20px;
  color:#2a6daf;
  text-align: center;
  float: right;
  padding: 5px 1px;
}
.lang a {
  text-decoration: none;
  color: #ff0033;
}
.navigation {
  clear: both;
  width: 100%;
  background: #efefef;
  padding: 0;
  margin: 0;
}
.nav_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.nav_btn {
  width: 100%;
}
.nav_btn_link {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #999;
  font-size: 1rem;
}
.nav_btn_link a {
  text-decoration: none;
  color: #000;
}

.pankuzu {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 7px 0;
  font-size: .8rem;
}
.pankuzu a {
  text-decoration: none;
  color: #000;
  font-size: .8rem;
}
.obi {
  max-width: 1000px;
  widht: 100%;
  margin: 25px auto 30px;
  text-align: left;
}
.obi img {
  max-width: 580px;
  width: 100%;
  height: auto;
}

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: .9rem;
}

.contact_btn {
  position: fixed;
  top: 21%;
  right: 0;
  width: 45px;
  height: 140px;
  background: #ff0033;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .1em;
  line-height: 1.2em;
  opacity: 0.8;
  /* フレックスコンテナであることを指定 */
  display: flex;
  /* テキストを縦書きに指定 */
  writing-mode: vertical-rl;
  /* 左右中央揃え */
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 16px 0;
  z-index: 2000;
  flex-wrap: wrap;
}


.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  &::after,
  &::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    vertical-align: middle;
  }
}
// 上矢印
.arrow_down::before,
.arrow_up::before {
  top: auto;
  left: auto;
  bottom: 8px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}


/* ========================================================
ページトップに戻るボタン
=========================================================*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #fff;
	border: 2px solid #222;
	border-radius: 5px;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 7px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


footer {
  width: 100%;
  background: #efefef;
  padding: 30px 0;
}
.footer {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 0 2%;
  display: flex;
  justify-content: space-between;
}
.footer_box {
  line-height:1.5em;
  padding: 0;
  margin: 0;
}
.footer_bottom {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.footer_bottom div{
  width: 50%;
}
.footer_box:nth-child(1) {
  width: 50%;
}
.footer_box:nth-child(2) {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer_box p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  padding: 0;
  margin: 0;
}
.footer_box span {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 0;
  text-align: center;
}
.footer_box a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.footer_work {
  display: inline-block;
  width: 50%;
  padding-right: 40px;
  vertical-align: top;
  margin-bottom: 5px;
}
.footer_work2, .footer_work4 {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin-bottom: 5px;
}
.footer_work3 {
  display: inline-block;
  width: 50%;
  padding-right: 40px;
  vertical-align: top;
  margin-bottom: 0;
}
.address {
  margin: 5px;
  font-size: 1rem;
}
.copyright {
  font-size: .8rem;
  text-align: center;
  margin: 5px auto;
}
.icp {
  font-size: .8rem;
  text-align: center;
  margin: 5px auto;
}
.right {
  text-align: right;
}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }


@media screen and (max-width : 1280px ){
  header {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
  }
  .head {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2% auto;
}
.pankuzu {
  width: 100%;
  margin: 0 auto;
  padding: 7px 0 7px;
  font-size: .8rem;
}
.obi {
  max-width: 1000px;
  widht: 100%;
  margin: 25px auto 30px;
  text-align: left;
}
.obi img {
  max-width: 580px;
  width: 100%;
}
.footer_box:nth-child(1) {
  width: 50%;
}
.footer_box:nth-child(2) {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.footer_box:nth-child(2) div {
  display: inline-block;
}
.footer_work, .footer_work2, .footer_work3, .footer_work4 {
  width: 90%;
}
}

@media screen and (max-width : 998px ){
  header {
    max-width: 998px;
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
  }
  .head {
  max-width: 998px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2% auto;
}
  .logo {
  width: 303px;
  text-align: left;
}
  .mobile-logo { display: none; }

.navigation {
  width: 100%;
  background: #efefef;
  padding: 0;
  margin: 0;
}
.nav_area {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  text-align:right;
}
.nav_btn {
  width: 100%;
}
.nav_btn_link {
  display: inline-block;
  text-align: center;
  padding: 0 40px;
  border-right: 1px solid #999;
}

nav { display: none; }

.pankuzu {
  width: 96%;
  margin: 0 auto;
  padding: 7px 2% 7px;
  font-size: .8rem;
}
.contents {
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
  font-size: .9rem;
}
.obi {
  max-width: 998px;
  widht: 96%;
  margin: 25px auto 30px;
  padding: 0 2%;
  text-align: left;
}
.obi img {
  max-width: 580px;
  width: 100%;
}

.footer_box span {
  text-decoration: none;
  padding-bottom: 0;
}
.footer_work3 {
  display: inline-block;
  width: 50%;
  padding-right: 40px;
  vertical-align: top;
  margin-bottom: 20px;
}
.footer_work4 {
  margin-bottom: 0;
}
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
}



@media screen and (max-width: 768px){
body {
    max-width: 768px;
	width: 100%;
    margin: 0 auto;
	padding: 0;
}
  header {
    max-width: 768px;
	width: 96%;
	margin: 2% auto;
	padding: 0;
  }
  .head {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
  .logo {
  max-width: 303px;
  width: 50%;
  text-align: left;
}
  .pc-logo { display: none; }
  .mobile-logo {
		display: block;
		width: 100%;
		height: auto;
	}
  .lang { display:none; }
  .navigation {
        display: none;
}
nav { display: block; }

/* ハンバーガーメニュー */
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #efefef;
    color: #000;
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 82%;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

nav.globalMenuSp ul {
    background: #efefef;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding-left: 5%;
    width: 95%;
    border-bottom: 1px solid #aaa;
}
nav.globalMenuSp ul li ul {
    margin-top: 0px;
}
nav.globalMenuSp ul li ul li {
    list-style: none;
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li ul li:last-child {
    padding-bottom: 3px;
}

    nav.globalMenuSp li.nav-tit {
    font-size: 14px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
	line-height: 1em;
    margin: 10px 0 5px;
}
nav.globalMenuSp ul li a {
    display: block;
    padding: 3px 0px;
    color: #000;
    text-decoration: none;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 15px;
    top: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    background: #666666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 10px;
}

.navToggle span:nth-child(1) {
    top: 13px;
}

.navToggle span:nth-child(2) {
    top: 23px;
}

.navToggle span:nth-child(3) {
    top: 33px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 23px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 23px;
	left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}



//アコーディオンメニューの中身
.nav-content{
  position: absolute;
  width: 100%;
  top: -735px;
  z-index: 2;
  ul li{
    font-family: 'Codystar', cursive;
    font-size:22rem;
    a{
      text-align: center;
      display: block;
      padding: 20px 0px;
      color: #000;
    }
  }
  transition: 1.5s top;
}

//アコーディオンメニューの背景
#js-cover{
  background:#efefef;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  opacity: 1;
  z-index: 1;
}

//アコーディオンメニューの動き
.is-open{
  .nav-content{
    top: 65px;
  }
}

//ハンバーガーアイコン
.menu-button{　
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 14px;
  top: 15px;
  i{
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
    &:before,
    &:after{
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 3px;
      background: #fff;
      position: absolute;
      transform: rotate(0deg);
      transition: all 0.3s !important;
    }
    &:before{
      transform:translateY(8px);
    }
    &:after{
      transform:translateY(-8px);
    }
  }
}

//ハンバーガーアイコンのアニメーション
.is-open {
  .menu-button {
    i{
      background: #000;
      &:after{
        transform:translateY(0px) rotate(-45deg);
      }
      &:before{
        transform:translateY(0px) rotate(45deg);
      }
    }
  }
}





.nav-content {
  position: absolute;
  width: 85%;
  top: -835px;
  z-index: 2;
  background: #fff;
  -webkit-transition: 1.5s top;
          transition: 1.5s top;
}
.nav-content ul {
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEE;
}
.nav-content ul:last-child {
    border: none;
    padding-bottom: 0;
}
.nav-content ul li {
    list-style: none;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
    padding: 0;
}
.nav-content li.nav-tit {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}
.nav-content ul li a {
    display: block;
    padding: 5px 0px;
    color: #000;
    text-decoration: none;
}
.nav-content ul li input {
	border: 2px solid #999;
    width: 70%;
	height: 30px;
}
#sbtn {
	width:44px;
	height:37px;
	border-radius:2px;
	background:#14345b;
	color:#fff;
	font-size:12px;
	border:none;
}

.is-open .nav-content {
    top: 0px;
}

#js-cover {
    background: #000;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    opacity: 0;
    z-index: 1;
}

.menu-button {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 15px;
  top: 35px;
}
.menu-button i {
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: background 0.5s;
            transition: background 0.5s;
    position: relative;
    left: 5px;
    top: 14px;
}
.menu-button i:before,
.menu-button i:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.3s !important;
            transition: all 0.3s !important;
}
.menu-button i:before {
    -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
            transform: translateY(8px);
}
.menu-button i:after {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px);
}

.is-open .menu-button i {
  background: #000;
}
.is-open .menu-button i:after {
    -webkit-transform: translateY(0px) rotate(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
}
.is-open .menu-button i:before {
    -webkit-transform: translateY(0px) rotate(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg);
}


.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #efefef;
  font-size: 1.1rem;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #efefef;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content div {
  padding: 5px 0;
}

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 5px auto;
}

.pankuzu {
  width: 98%;
  margin: 0 auto;
  padding: 7px 0 7px 2%;
  font-size: .8rem;
}

.contents {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: .9rem;
}
.obi {
  widht: 100%;
  margin: 25px auto 30px;
  text-align: left;
}

footer {
  max-width: 768px;
  width: 100%;
  background: #efefef;
  margin: 0 auto;
  padding: 10px 0;
}
.footer {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer_box {
  width: 90%;
  font-size: 1rem;
  line-height: 2em;
  padding: 4% 5%;
  margin: 0 auto;
}
.footer_box:nth-child(1) {
  width: 90%;
  border-right: none;
  border-bottom: 1px solid #222;
}
.footer_box:nth-child(2) {
  width: 90%;
  border-right: none;
  display: flex;
  flex-direction: column;
}
.footer_box:nth-child(2) div {
  display: inline-block;
}
.footer_box p {
  font-weight: bold;
  margin-bottom: 3px;
  padding: 0;
  margin: 0;
}
.footer_box a {
  font-size: 16px;
}
.footer_box span {
  font-size: 16px;
  text-decoration: none;
  padding-bottom: 0;
}
.footer_work, .footer_work2, .footer_work3, .footer_work4 {
  width: 90%;
}
.address {
  font-size: 12px;
  font-size: 1rem;
  margin: 5px;
}
}




