@charset "UTF-8";
@import url("grid.css");
/*カラー
-------------------------------------*/
/*基本の設定
----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 3;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 500;
  color: #555555;
  background-color: #FEFDFD;
}

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

a img {
  border: none;
}

a:visited {
  border: none;
  color: #555555;
}

a:link {
  border: none;
  color: #555555;
}

a:active {
  border: none;
  color: #555555;
}

a:hover {
  opacity: 80%;
}

a img:hover {
  opacity: 0.8;
}

li {
  list-style-type: none;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  /*高さ自動*/
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section {
  padding: 5rem 5rem;
}

.center {
  text-align: center;
}

/*ヘッダー
-------------------------------------*/
header {
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}

.head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 0 0 0;
}

.logo {
  width: 240px;
  height: auto;
  margin-right: auto;
}

.head h1 {
  padding: 1rem 0;
}

.telbox {
  margin-left: 2rem;
  font-size: 2rem;
  padding: 1rem 0 0 0;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin-bottom: 0;
}

nav li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 0;
  color: #555555;
  margin: 0 1rem 0 1rem;
}

nav li a {
  text-decoration: none;
  text-align: center;
  color: #555555;
}

nav a:hover {
  color: #555555;
}

nav a {
  padding: 2rem 1rem;
  display: block;
}

.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.fixed .g-nav-menu li {
  line-height: 40px;
}

@media screen and (min-width: 769px) {
  /* PC時はMENUボタンを非表示 */
  #open, #close {
    display: none !important;
  }
  #navi {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
  }
  .logo {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
  .telbox {
    margin-left: 0;
    text-align: center;
  }
  .head #open, #close {
    position: absolute;
    top: 20px;
    right: 12px;
  }
  nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  nav li {
    padding-top: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    width: 100%;
  }
  .g-nav-menu {
    width: 100%;
  }
  /* スマホ時はMENUボタンを表示 */
  #open, #close {
    display: block;
    width: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
  }
  /* スマホ時はメニューを非表示 */
  #navi {
    display: none;
  }
}

/*メイン画像
-------------------------------------*/
.mainimg img {
  width: 100vw;
}

#mainvisual-cover {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 720px;
  background-repeat: no-repeat;
}

#mainvisual {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  height: auto;
  max-height: 720px;
  overflow: hidden;
}

.mainvisual-inner {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0;
  padding: 0;
}

#animation_container,
#canvas,
#dom_overlay_container {
  max-width: 1280px;
  height: auto;
  max-height: 720px;
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  /* ( 315 ÷ 560 ) × 100 = 56.25 */
}

.animation_box {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/*
#mainvisual-inner .img {
	display: none;
	float: left;
}



#animation_container {
			position: absolute;
			margin: auto;
			left: 0;
			right: 0;
			top: 0;
      bottom: 0;
      background-color:rgba(255, 255, 255, 1.00);
    }

    #canvas{
      position: absolute;
      display: block;
      background-color:rgba(255, 255, 255, 1.00);
    }

    #dom_overlay_container{
      pointer-events:none;
      overflow:hidden;
      width:1280px;
      height:720px;
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;



    }

/*メインコンテンツ
-------------------------------------*/
main {
  margin: 0 0 5rem 0;
}

.box {
  width: 100%;
}

#section1 {
  background-color: #FEFDFD;
}

#section2 {
  background-color: #F7EDEA;
}

#section3 {
  background-color: #FEFDFD;
}

.message {
  text-align: left;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
}

.message_top {
  margin-bottom: 60px;
  font-size: 4rem;
}

.message_img {
  padding: 20px 60px 0 60px;
}

.midashi_a {
  font-size: 1.8rem;
}

.midashi_b {
  font-weight: bold;
}

.midashi_c {
  font-size: 1.6rem;
  font-weight: bold;
}

.title1 {
  width: 198px;
  display: block;
  margin: 0 auto 50px auto;
}

.title2 {
  width: 153px;
  display: block;
  margin: 0 auto 50px auto;
}

.title3 {
  width: 179px;
  display: block;
  margin: 0 auto 50px auto;
}

@media screen and (max-width: 768px) {
  section {
    padding: 2rem 2rem;
  }
  .message {
    text-align: left;
    margin: 0 auto;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .message_img {
    padding: 30px;
  }
  .message_top {
    margin-bottom: 50px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 375px) {
  section {
    padding: 1.5rem 1.5rem;
  }
  .message_img {
    padding: 10px;
  }
  .message_top {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  .title1 {
    width: 19rem;
  }
  .title2 {
    width: 15rem;
  }
  .title3 {
    width: 15rem;
  }
}

/*会社概要
-------------------------------------*/
.outline {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
  }
  .tbl-r02 th {
    padding: 10px;
  }
  .outline {
    width: 100%;
  }
}

/*メールフォーム
-------------------------------------*/
.form_box {
  width: 70%;
}

.btn-gradation {
  display: inline-block;
  width: 180px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 6px;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, right top, left top, from(#F7C9DD), to(#EA6385));
  background-image: linear-gradient(-90deg, #F7C9DD, #EA6385);
  -webkit-transition: .5s;
  transition: .5s;
  background-size: 200%;
}

.btn-gradation:hover {
  background-position: right center;
}

.full-width {
  width: 100%;
}

form#mail_form dl dt {
  width: 100%;
}

form#mail_form dl dd {
  width: 100%;
}

.false-message {
  display: none;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load-circle 1.0s linear infinite;
  animation: load-circle 1.0s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

@-webkit-keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .form_box {
    width: 100%;
  }
  .btn-gradation {
    display: inline-block;
    margin: 0 auto 0 auto;
    width: 100%;
    text-align: center;
  }
}

/*フッター
-------------------------------------*/
footer {
  font-size: 0.9rem;
  background-color: #F7EDEA;
  padding: 5rem 0;
  color: #555555;
}

.footer_logo {
  width: 180px;
  height: auto;
  margin: 0 auto;
}

/*コピーライト
-------------------------------------*/
.copyright {
  text-align: center;
  padding: 1rem 0;
}

.copyright a {
  text-decoration: none;
  display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
}

#pagetop a {
  display: block;
  width: 80px;
  padding: 10px 5px;
  text-align: center;
}

#pagetop a:hover {
  opacity: 0.6;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
  margin: 0 0 1em 0;
  padding: 0;
}

.breadcrumb li {
  list-style-type: none;
}

.breadcrumb li a {
  display: inline-block;
  color: #959fa5;
}

/*thanksページ
-------------------------------------*/
.thanks {
  margin: 10rem 0 10rem 0;
}
/*# sourceMappingURL=style.css.map */