@charset "UTF-8";
/* 共通 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, メイリオ, Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #353535;
}
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
  font-family:  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, メイリオ, Meiryo,'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}
p {
  word-break: break-all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.clearfix {zoom:1;}
.clearfix:after{
  content: ""; 
  display: block; 
  clear: both;
}
.center {
  text-align: center;
}
.primary {
  color: #007dc5;
}
/*
General
*/
h2 {
  font-size: 34px;
}
h3 {
  font-size: 27px;
}
h2.sec-title {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 4px;
}

h2.sec-title b {
  font-size: 49px;
  color: #1b9850;
  vertical-align: middle;
  text-shadow: 3px 3px 2px #d8eddf;
}
/*header*/
header {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dfe6e9;
}
.top-nav ul {
  font-size: 0;
  text-align: left;
}
.top-nav ul li {
  display: inline-block;
  vertical-align: middle;
}
.top-nav ul li a {
  font-size: 15px;
  padding: 0 20px;
  display: block;
  position: relative;
  border-left: 1px solid #e9e9e9;
}
.top-nav ul li a:hover {
  color: #1b9850;
}
.top-nav ul li:last-child a {
  border-left: 0;
}

/*スマホメニュー*/
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  height: 80px;
  width: 100%;
  transition: background-color 0.3s;
}
 
.cd-header.is-fixed {
  position: fixed;
  top: -80px;
  background-color: rgba(2, 23, 37, 0.96);
  transition: transform 0.3s;
}
 
.cd-header.is-visible {
  transform: translate3d(0, 100%, 0);
}

/*見出しルビー*/

rt {
    text-align: start;
    font-size: 120%;
    color: #1e5282;
    font-family: 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif !important;
}

/*グローバルナビ*/

.nav-wrap {
    width: 1281px !important;
    margin: 0 auto;
}

.contact-box {
    position: relative;
        margin-bottom: 48px;
}

/*Section 1*/

span.ruby {
    font-size: 48px;
    color: #1e5282;
    line-height: 36px;
}
.section-1 {
    background: url(../images/background/bg_sec02.png) top center no-repeat;
        background-size: contain;
}

span.inline {
    display: inline-block !important;
}

.section-1 img {
    display: block;
    margin: 0 auto;
}
h2.sec-title.sec-title2 {
    padding-top: 30px !important;
}

/*Section 2*/
.section-2 {
  padding: 55px 0;
      background: url(../images/background/bg_sec08.png) top center no-repeat;
  background-size: cover;
}
.section-2 .work_container{
  margin:0 auto;
  background: url("../images/background/bg_sec04.png") center no-repeat;
  margin-top: -55px;
}
.section-2 .work_item_container{
  margin:0 auto;
  padding-top: 50px;
}
.work_item {
    background: url(../images/background/bg_sec03.jpg) no-repeat;
    width: 434px;
    height: 70px;
    margin-right: 14px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding-top: 16px;
}
.work_item:nth-child(2n) {
    margin-right: 0;
}
.section-2 h2.sec-title {
    color: #225584;
}

/*Section 3*/
.section-3 {
  padding: 55px 0 45px;
      background: url(../images/background/bg.png) center;
}

.section-3 .imgwrap img.sp-img:nth-child(1) {
    margin-bottom: 20px;
}

/*Section 4*/
.section-4 {
  padding: 55px 0 40px;
  background: url(../images/background/bg_sec09.png) top center no-repeat;
}
.section-4 .item_container {
    width: 1022px;
    height: 314px;
    background: #fff;
    background-image: url(../images/background/bg_sec05.png),url(../images/background/bg_sec06.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
}
.section-4 .item_container p {
    padding: 0 60px;
}

.section-4 h2.sec-title {
    padding-top: 90px;
}


/*Section 5*/
.section-5 {
  padding: 60px 0 60px;
  background: #fff;
}

.section-5 .item .img {
    width: 52%;
    padding-top: 25px;
    float: left;
  }
  .section-5 .item .txt {
    width: 48%;
    float: left;
    
  }
  .section-5 .item:nth-child(odd) .txt {
    padding: 0 40px;
  }
  .section-5 .item:nth-child(even) .txt {
    padding: 0 0 0 60px;
  }
  .section-5 .item:nth-child(odd) .img {
    float: right;
  }
  .section-5 .item .txt > img {
    text-align: center;
    display: block;
  }


/*Section 6*/
.section-6 {
  padding: 55px 0 40px;
      background: url(../images/background/bg_sec10.png) top center no-repeat;
          background-size: cover;
}
.section-6 .item_container {
    width: 1022px;
    height: 216px;
    background: #fff;
    background-image: url(../images/background/bg_sec05.png),url(../images/background/bg_sec06.png);
    background-repeat: no-repeat;
    background-position: top left,bottom right;
}
.section-6 .item_container p {
    padding: 0 60px;
}

.section-6 h2.sec-title {
    padding: 80px;
}

/*Section 7*/
.section-7 {
  padding: 55px 0 40px;
      background: url(../images/background/bg.png) center;
}

.section-7 .item_container {
    border: 1px solid #1e5282;
    margin-bottom: 95px;
    background: #fff;
}

.section-7 h2.sec-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff83c;
    padding: 20px;
    border: 1px #fff solid;
    margin-bottom: 0;
}

.section-7 .item_title_container {
    background: #1e5282;
}

.section-7 .item_title_con {
    padding: 5px;
}

.section-7 .point-item {
    width: 270px;
    height: 141px;
    float: left;
    margin-right: 20px;
    background-image: url(../images/background/bg_sec07.png);
}

.section-7 .point-item p {
    text-align: center;
    padding-top: 50px;
    font-size: 20px;
}

.section-7 .point-item-container.clearfix {
    width: 852px;
    margin: 0 auto;
}

.section-7 .point-item:nth-child(3) {
    margin: 0;
}
.point-item02 {
    width: 852px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #1e5282;
    background:#fff;
}
.point-item02 p {
    font-size: 24px;
    text-align: center;
    padding: 12px 0;
}

.point-container {
    background: #fffeef;
    width: 911px;
    margin: 48px auto;
}
.point-con {
    padding: 20px;
}
p.item-txt {
    width: 850px;
    margin: 48px auto;
}
.section-7 img {
    margin-right: 25px;
}

.section-7 a {
    position: absolute;
    bottom: 38px;
    right: 180px;
}


.footer {
    color: #ffffff;
    font-size: 11px;
    background: #1e5282;
}
.footer .logo {
  float: left;
}
.footer .copyright {
  text-align: center;
  padding: 10px 0;
}
  .top-banner {
    text-align: center;
    background: url("../images/background/bg_top_banner.jpg") top center no-repeat;
  }


  /*PC*/

@media screen and (min-width: 641px) {
  .pc-none {
    display: none!important;
  }
  .container {
    width: 1024px;
    margin: 0 auto;
  }
  #wrap {
    min-width: 1312px;
  }
  a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }

span.blue-big {
    font-size: 48px;
    color: #1e5282;
}


  .section-1 h2.sec-title {
    padding-top: 113px;
}


/*sec2*/

.work_item{
  float: left;
}
.section-2 .work_item_container{
  width:882px;
}
.section-2 .work_container{
  width: 1024px;
}
.section-2 .work_container{
  height: 248px;
}

.section-5 .item .txt > img {
    margin: 120px 0 45px 140px;
  }

  .section-2 {
    padding: 55px 0;
    background: url(../images/background/bg_sec08.png) top center no-repeat;
    background-size: cover;
    height: 648px;
}

.section-2 .container {
    margin: 80px auto;
}
.section-2 h2.sec-title {
    color: #225584;
    margin-bottom: 0px;
    padding: 50px 0;
    margin-bottom: -72px;
}


.section-4 .container {
    margin-top: 110px;
}
.section-4 {
    padding: 55px 0 40px;
    background: url(../images/background/bg_sec09.png) top center no-repeat;
    background-size: cover;
    height: 645px;
}

.section-5 .container {
    width: 1267px;
}

.section-6 .item_container {
    margin-top: 120px;
}
.section-6{
  height: 540px;
}

/*SP*/
  
}
@media screen and (max-width: 640px) {
  .contact-button,
  .sp-none {
    display: none!important;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

/*ruby*/

span.ruby {
    font-size: 37px;
    color: #1e5282;
    line-height: 16px;
        display: block;
}

span.blue-big {
    font-size: 30px;
    color: #1e5282;
}

  .section-1 {
    padding: 40px 0 0 0;
  }
  .section-1 .img {
    float: none;
    width: 50%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  .section-1 .txt {
    float: none;
    width: 100%;
    padding: 0 8px;
  }
  .section-1 .txt li {
    padding: 15px 0 15px 45px;
    background-position: 0 center;
    font-size: 18px;
  }
  h2.sec-title {
    letter-spacing: 0;
    font-size: 24px;
  }
  h2.sec-title b {
    font-size: 30px;
  }
  .section-1 h3.bt {
    font-size: 24px;
  }
  .section-1 h3.bt b {
    font-size: 30px;
  }

  /*section2*/

.section-2 .work_container {
    width: 100%;
    background-size: cover;
    padding-bottom: 20px;
}
.section-2 .work_item_container {
    width: 90%;
    margin: 0 auto;
}

.work_item {
    width: 100%;
    height: 70px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 16px;
}

.section-2 .work_container {
    margin: 0 auto;
    background: #fff;
    margin-top: -55px;
}

.section-2 {
    padding: 55px 0;
    background: url(../images/background/bg_sec08.png) top center no-repeat;
    background-size: cover;
    height: 640px;
}

.section-2 .container {
    margin-top: 60px;
}


/*section-3*/
 
  .section-3 {
    padding: 40px 0 10px;
  }
  .section-3 table {
    font-size: 15px;
  }
  .section-3 table tr th {
    font-size: 16px;
  }
  .section-3 table tr th:last-child {
    width: 22%;
  }
  .section-3 table tr td, .section-3 table tr th {
    padding: 5px;
  }
  .section-3 .list-box .item:nth-child(odd) .img {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .section-3 .list-box .item:nth-child(even) .img {
    float: none;
    margin: 0 0 15px;
    text-align: center;
  }
  .section-3 .list-box h3 {
    font-size: 22px;
  }
  .section-3 .list-box .item:first-child .txt{
    float: none;
    width: 100%;
  }

/*section-4*/

  .section-4 {
    padding: 40px 0 20px;
  }
  .section-4 h2.sec-title {
    padding-top: 30px;
    margin-bottom: 0px;
}

.section-4 .item_container p {
    padding: 20px 20px;
}

.section-4 .item_container {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.section-4 {
    padding: 55px 0 40px;
    background: url(../images/background/bg_sec09.png) top center no-repeat;
    background-size: cover;
    height: 500px;
}

/*section-5*/ 

  .section-5 {
    padding: 40px 0;
  }

.section-5 .item .txt > img {
    text-align: center;
    display: block;
    width: 75px;
    margin: 0 auto 20px auto;
}

  .section-5 .item:nth-child(even) .img,
  .section-5 .item .img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .section-5 .item .txt {
    width: 100%;
    margin-top: 15px;
        padding: 5px !important;
  }
 .section-5 .item .txt h3 {
    font-size: 18px;
    text-align: center;
}
  .section-5 dt{
  float: none;
  clear: both;
  }
  .section-5 dd{
  margin-left: 16px;
  }

  .section-5 .item:nth-child(1) {
    margin-bottom: 50px;
}


/*section-6*/

  .section-6 {
    padding: 40px 0 20px;
  }
  .section-6 h2.sec-title {
    padding: 20px 0;
    margin-bottom: 0px;
}

.section-6 .item_container {
    width: 100%;
    height: auto;
    padding: 20px 0 40px 0;
}

.section-6 {
        background: url(../images/background/bg_sec10.png) top center no-repeat;
    background-size: cover;
        height: 400px;
}

.section-6 .container {
    margin-top: 70px;
}


/*section7*/

p.item-txt {
    width: auto;
    margin: 18px auto;
    padding: 20px;
}

.point-container {
    background: #fffeef;
    width: 90%;
    margin: 20px auto;
}

.point-con {
    padding: 20px;
}
.section-7 .point-item-container.clearfix {
    width: 270px;
    margin: 0 auto;
}
.point-item02 {
    width: 270px;
    margin: 22px auto;
    padding: 10px;
    border: 1px solid #1e5282;
    background: #fff;
}
.point-item02 p {
    font-size: 21px;
    text-align: center;
    padding: 12px 0;
}
.section-7 .item_container{
  margin-bottom: 0;
}
  
  .footer_m {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
  }
  .footer_m .link {
    position: absolute;
    width: 85%;
    padding: 0 5px 2px;
    bottom: 0;
    left: 0;
  }
  .footer_m .link a:first-child {
    width: 36%;
    float: left;
  }
  .footer_m .link a:last-child {
    width: 57%;
    float: right;
  }
  .footer .copyright,
  .footer .logo {
    float: none;
    text-align: center;
  }
  #wrap {
    padding-bottom:80px;
  }
  /*contact*/
  .contact-sp {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0;
}
.contact-sp .contact #callus-mail-sp .callphone-number {
    float: left;
    width: 50%;
    padding-right: 5px;
}

.contact-sp .contact #callus-mail-sp .smail {
    float: left;
    width: 50%;
    padding-left: 5px;
}
.contact-sp .contact #callus-mail-sp {
    display: block;
    width: 96%;
    margin: 0 auto;
}
.contact-sp .contact #callus-mail-sp img {
    width: 100%;
}
.contact-bg {
    padding: 15px 0;
    background-image: url(../images/background/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


}


@media screen and (max-width: 480px) {
  
}
@media screen and (max-width: 400px) {
 
}
@media screen and (max-width: 320px) {
 
}