@charset "UTF-8";

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
img {
  vertical-align: bottom;
}
a {
  color: inherit;
  text-decoration: none;
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
}
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  color: #000;
  background-color: #fff;
  line-height: 2;
  height: 100%;
  width: 100%;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/*
1: header部分の記述になります。 
*/
header {
  background-color: #314d90;
  position: fixed;
  z-index: 10;
  width: 100%;
}
#head {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
#head h1 {
  float: left;
  margin-top: 5px;
  position: relative;
  height: 25px;
  display: none;
}

#head h1 a {
  font-size: 25px;
  font-size: 1.0rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

#head img{
  margin-top: 5px;
  position: absolute;
  width:  150px;
  height: auto;
}

nav {
  float: right;
}

#head li{
  padding: 19px 0;
  display: inline-block;
  margin-left: 35px;
  color: #fff;
}
#head li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
/*
2: main visual部分の記述になります。
*/
#keyVisual {
  background-image: url(../images/top.jpg);
  background-size: 100% 100%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: table;
}

#keyVisual h2{
  font-size: 40px;
  font-size: 4.0rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#scroll {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  -webkit-transition: opacity .3s ease .2s;
  transition: opacity .3s ease .2s;
  text-align: center;
}
#title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
#icon {
  width: 25px;
  height: 30px;
  margin: 1px auto 0;
  border: 2px solid #fff;
  border-radius: 30%;
  display: block;
  position: relative;
}
#icon::before {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 8px;
  background: #fff;
  content: "";/*ここは空白のままでいいです*/
  display: block;
  -webkit-animation: linear sdb 1.25s infinite;
  animation: linear sdb 1.25s infinite;
}

@keyframes sdb {
  0% {
      opacity: 0;
      top: 3px;
  }
  10% {
      opacity: 1;
  }
  45% {
      opacity: 1;
  }
  80% {
      top: 18px;
      opacity: 0;
  }
  100% {
      top: 18px;
      opacity: 0;
  }
}

/*---------------------
各コンテンツ共通  タイトル部分
---------------------*/
h2 {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
  padding-top: 90px;
}
.subTitle{
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: -25px;
  text-align: center;
  padding-bottom: 120px;
}

/*-----------------------
Section : News
-------------------------*/
#news {
  background-color: #fff;
  padding-bottom: 120px;
  color: #314d90;

}
#news dl {
  width: 1000px;
  margin: 0 auto;
}
/* news_lists */
#news dl:last-of-type {
  border-bottom: dotted 1px #d5d5d5;
}
#news a {
  border-top: dotted 1px #d5d5d5;
  width: 100%;
  display: block;
  padding: 20px 0;
}
#news dt,
#news dd 
 {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
#news dt {
  font-size: 15px;
  font-size: 1.5rem;
  width: 14%;
}
#news span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #314d90;
  background-color:#ffff00;
  padding: 5px 12px;
}
#news dd {
  font-size: 16px;
  font-size: 1.6rem;
  margin-left: 20px;
}

/*------------------------
Section : Service
-------------------------*/
#service {
  padding-bottom: 120px;
  background: #fff;
  color: #314d90;
}

#service a img{
  width: 20%;
}

.column {
  width: 1000px;
  overflow: hidden;
  margin:0 auto;
}
.column:nth-of-type(odd) .text,
.column:nth-of-type(even) figure{
  float: left;
}
.column:nth-of-type(odd) figure,
.column:nth-of-type(even) .text {
  float: right;
}
.column:not(:first-of-type) {
  margin-top: 40px;
}
/* service_col_cont */
.text {
  width: 550px;
  height: 240px;
  display: table;
}
.inner {
  display: table-cell;
  vertical-align: middle;
}
.inner h4{
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.inner p{
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
}
/* service_col_img */
.column figure {
  width: 420px;
  margin: 0;
}
.column img {
  width: 100%;
}


/*------------------------
Section : flow
-------------------------*/
#flow {
  background-color: #fff;
  padding-bottom:120px;
  color: #314d90;
}
/* 
flow_lists 
*/
#flow ol{
  width: 1096px;
  margin:0 auto;
}
#flow ol li {
  display: inline-block;
  width: 33%;
  text-align:center;
  padding: 30px;
  vertical-align: middle;
}
#flow figure {
  margin: 0;
  width: 270px;
  position: relative;
}
#flow img {
  width: 100%;
}
#flow ol p{
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  margin-top: 8px;
}

#flow a {
  text-decoration: underline;
}

#flow a img{
  width: 40%;
}

#flow ol span{
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  margin-right: 4px;
}

/*------------------------
Section : faq
-------------------------*/
#faq {
  padding-bottom: 120px;
  background: #fff;
  color: #314d90;
}
#faq dl{
  width: 1000px;
  margin: 0 auto;
}
#faq dt:first-of-type {
  border-top: 1px solid #ddd;
}
#faq dt{
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 1px #e1e1e1;
  padding: 15px; 
  cursor: pointer;
  display: table;
  width: 100%;
}


#faq dl span{
  text-align:center;
  vertical-align: middle;
  font-weight: bold;
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #314d90;
  display: inline-block;
  margin-right: 10px;
}
/* faq_lists_txt */
#faq dd{
  font-size: 16px;
  font-size: 1.6rem;
  background: #eee;
  color: #000;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

/*------------------------
Section : works
-------------------------*/
#works{
  padding-bottom: 120px;
  background: #fff;
  color: #314d90;
}

.content img { width: 100%; }

#content {
  width: 78%;
  height: 370px;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}
#slide{
  width: 4000px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1000px;
}
#slide li{
  float: left;
  width: 1000px;
}
#slide figure{
  margin:0;
}
#slide img{
  width: 100%;
}
#works .move{
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  content: '';/*ここは空白のままでいいです*/
  width: 48px;
  height: 48px;
  border-top: 2px solid #000;
  margin: auto;
  cursor: pointer;
  z-index: 10;
}
#works .prev {
  left: 30px;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#works .next {
  right: 30px;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------
Section : contact
-------------------------*/
#contact{
  padding-bottom: 120px;
  background: #fff;
  color: #314d90;
}

.access iframe { width: 100%; }

.access {
  text-align: center;
}

#contact iframe{
  width: 80%;
  height: 370px;
  margin:0 auto;
  }

.contact {
  text-align: center;
  width: 80%;
  overflow: hidden;
  margin:0 auto;
}

#contact text{
  float: left;
}

#contact a{
  font-size: 2.6rem;
  font-weight: bold;
}

#contact table {
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-weight: bold;
  width: 100%;
}

#contact span{
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  margin-top: 8px;
  font-weight: bold;
}


#contact th{
white-space: nowrap;
  border-width: 1px 0px; /* 上下だけ引く */
  border-color: #314d90;   /* 線色：緑 */
  border-style: solid;   /* 線種：実線 */
  padding: 0.5em;        /* セル内側の余白 */
  text-align: center;
}

#contact  img{
  width: 200px;
}

#contact td{
  border-width: 1px 0px; /* 上下だけ引く */
  border-color: #314d90;   /* 線色：緑 */
  border-style: solid;   /* 線種：実線 */
  padding: 0.5em;        /* セル内側の余白 */
}

#contact tr{
  background: #eee;
  }

#contact tr:nth-child(odd){
  background: #fff;
}

.twitter-timeline{
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}

/*------------------------
Section : footer
-------------------------*/
footer{
  width: 100%;
  height: 50px;
  text-align: center;
  padding-top: 20px;
  background: #314d90;
  color: #fff;
}
small{
  font-size: 12px;
  font-size: 1.2rem;
}


/*================================
media query 
max-767px
=================================*/
@media(max-width: 767px){
/*header*/
  header{
    padding:18px 0;
  }
  #head{
    width: 100%;
  }
  #head h1{
    float: none;
    padding:5px 0 0 13px;
    display: block;
  }
  #head h1 a {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #head img{
     display: none;
  }

  #head nav{
    float: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
    z-index: 99;
  }
  #head nav.show{
    display: block;
    transition: all 0.3s  ease-in-out; 
  }
  #head ul{
    margin-top: 30%;
  }
  #head li{
    display: block;
    margin-left: 0;
    text-align: center;
    padding: 10px 0;
  }
  #head li a{
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
  }
  /*  ハンバーガーメニュー*/
  #humbager {
    display: block;
    width: 30px;
    height: 18px;
    position: fixed;
    right: 15px;
    top: 21px;
    z-index: 100;
  }
  #humbager span { 
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    transition: all .3s ease-in-out;
  }
  #humbager span:nth-of-type(2) {
    margin: 6px 0;
  }
  /*JQuery 追加*/
  #humbager.show span{
    background-color: #fff;
    margin-top: 8px;
  }
  /*JQuery 追加*/
  #humbager.show span:nth-of-type(2){
    display: none;
  }
  /*JQuery 追加*/
  #humbager.show span:nth-of-type(1){
    transform: rotate(45deg);
    position: absolute;
  }
  /*JQuery 追加*/
  #humbager.show span:nth-of-type(3){
    transform: rotate(-45deg);
  }

  /*KeyVisual*/
  #keyVisual h2{
    font-size: 26px;
    font-size: 2.6rem;
  }

  /*共通タイトル部分*/
  h2 {
    font-size: 27px;
    font-size: 2.7rem;
    padding-top: 55px;
  }
  .subTitle{
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 45px;
    margin-top: 4px;
  }

  /*news*/
  #news{
    width: 100%;
    padding: 0 15px 55px;
  }
  #news dl{
    width: 95%;
    margin:0 auto;
  }
  #news dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    margin: 0 4px 0;
  }
  #news dd{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin:10px 4px 0 ;
  }
  
  /*service*/
  #service .column{
    width: 100%;
    padding: 0 15px 20px 15px; 
  }
  #service figure{
    float: none;
    width: 100%;
  }
  .text{
    width: 100%;
    padding:0 5px 0; 
  }
  .inner h4{
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 20px;
  }
  .inner p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  /*flow*/
  #flow {
    width: 100%;
    padding: 0 15px 55px 15px;
  }
  #flow ul li{
    width: 50%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #flow ol{
    width: 100%;
  }
  #flow figure{
    width: 200px;
    margin:0 auto; 
  }
  #flow ol li{
    display: block;
    width: 100%;
  }
  #flow ol li:not(:first-of-type) figure::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    width: 69px;
    height: 34px;
    background: url(../images/arrow_b.png) no-repeat;
    background-size: 69px 34px;
    margin: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  /*faq*/
  #faq{
    padding-bottom: 0; 
  }
  #faq dl{
    width: 100%;
  }
  #faq dt{
    padding: 15px 55px 15px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.0rem;
  }
  #faq dl span{
    display: inline-block;
    float: left;
  }
  #faq dd{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

}