@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
.small_small {
  font-size: 5px !important;
  vertical-align: top;
}

/*=============================
共通パーツ
=============================*/
body {
  font-family: serif;
  font-size: 16px;
  line-height: 1.6;
  color: #595757;
  letter-spacing: .2em;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

p {
  line-height: 1.8;
  font-size: 15px;
  color: #595757;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.section {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 40px;
  }
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.section-title {
  font-size: 40px;
  color: #152142;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 19px;
    text-align: center;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.topic {
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .topic {
    padding-bottom: 40px;
  }
}

.topic-title {
  font-size: 25px;
  font-weight: bold;
  color: #152142;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .topic-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.topic-lead {
  margin-top: 35px;
}

.ad_mb {
  margin-top: 20px;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
  .ad_mb {
    margin-top: 0px;
    margin-bottom: 10px !important;
  }
}

/*=============================
main
=============================*/
@media screen and (max-width: 767px) {
  .main {
    padding-top: 34px;
  }
}

/*=============================
intro
=============================*/
.intro {
  background-color: #fff;
}

.intro .intro-title {
  font-size: 25px;
  font-weight: bold;
  color: #152142;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .intro .intro-title {
    font-size: 19px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.intro .intro-lead {
  margin-bottom: 30px;
  letter-spacing: .2em;
}

.intro .intro-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper {
    display: block;
  }
}

.intro .intro-wrapper .box {
  width: 30%;
  background-color: #152142;
  color: #fff;
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .box {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.intro .intro-wrapper .box h1 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .box h1 {
    font-size: 15px;
  }
}

.intro .intro-wrapper .box p {
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .intro .intro-wrapper .box p {
    font-size: 12px;
  }
}

/*=============================
ad
=============================*/
.ad {
  background-color: #f8f5f2;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .ad {
    padding: 20px;
  }
}

.ad .section-subtitle {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #152142;
}

@media screen and (max-width: 767px) {
  .ad .section-subtitle {
    font-size: 17px;
    margin-bottom: 10px;
  }
}

/*=============================
network
=============================*/
.network {
  background-color: #f8f5f2;
}

.network .topic-lead {
  margin-top: 35px;
  margin-bottom: 30px;
}

.network .intro-wrapper-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-top {
    display: block;
    margin-bottom: 30px;
  }
}

.network .intro-wrapper-top .top-left {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-top .top-left {
    width: 100%;
    margin: 0 auto;
  }
}

.network .intro-wrapper-top .top-right {
  width: 40%;
}

.network .intro-wrapper-top .top-right img {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-top .top-right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-top .top-right {
    width: 70%;
    margin: 0 auto;
  }
}

.network .intro-wrapper-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom {
    display: block;
  }
}

.network .intro-wrapper-bottom .bottom-left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom .bottom-left {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.network .intro-wrapper-bottom .bottom-left h1 {
  font-size: 25px;
  font-weight: bold;
  color: #152142;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom .bottom-left h1 {
    font-size: 19px;
    margin-bottom: 20px;
  }
}

.network .intro-wrapper-bottom .bottom-left p {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom .bottom-left p {
    margin-bottom: 15px;
  }
}

.network .intro-wrapper-bottom .bottom-left img {
  width: 80%;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom .bottom-left img {
    width: 100%;
  }
}

.network .intro-wrapper-bottom .bottom-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .network .intro-wrapper-bottom .bottom-right {
    width: 100%;
  }
}

/*=============================
nomcom
=============================*/
.nomcom {
  background-color: #f8f5f2;
}

.nomcom .nomcom-wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper01 {
    display: block;
    margin-top: 20px;
  }
}

.nomcom .nomcom-wrapper01 .wrapper01-left {
  width: 50%;
}

.nomcom .nomcom-wrapper01 .wrapper01-left p {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper01 .wrapper01-left p {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper01 .wrapper01-left {
    width: 100%;
  }
}

.nomcom .nomcom-wrapper01 .wrapper01-right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper01 .wrapper01-right {
    width: 100%;
    margin-top: 15px;
  }
}

.nomcom .nomcom-wrapper02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper02 {
    display: block;
  }
}

.nomcom .nomcom-wrapper02 .wrapper02-left {
  width: 37%;
}

.nomcom .nomcom-wrapper02 .wrapper02-left img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper02 .wrapper02-left img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper02 .wrapper02-left {
    width: 70%;
    margin: 0 auto;
  }
}

.nomcom .nomcom-wrapper02 .wrapper02-right {
  width: 37%;
}

.nomcom .nomcom-wrapper02 .wrapper02-right img {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper02 .wrapper02-right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper02 .wrapper02-right {
    width: 70%;
    margin: 0 auto;
    margin-top: 15px;
  }
}

.nomcom .topic-title {
  text-align: center;
  margin-top: 50px;
  color: #af1e24;
}

@media screen and (max-width: 767px) {
  .nomcom .topic-title {
    text-align: left;
    margin-top: 20px;
  }
}

.nomcom .nomcom-wrapper03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper03 {
    display: block;
  }
}

.nomcom .nomcom-wrapper03 .wrapper03-left {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper03 .wrapper03-left {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.nomcom .nomcom-wrapper03 .wrapper03-center {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper03 .wrapper03-center {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.nomcom .nomcom-wrapper03 .wrapper03-right {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper03 .wrapper03-right {
    width: 70%;
    margin: 0 auto;
  }
}

.nomcom .nomcom-wrapper04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper04 {
    display: block;
  }
}

.nomcom .nomcom-wrapper04 .wrapper04-left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper04 .wrapper04-left {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

.nomcom .nomcom-wrapper04 .wrapper04-right {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper04 .wrapper04-right {
    width: 100%;
    margin: 0 auto;
  }
}

.nomcom .small {
  font-size: 8px;
  line-height: 1.5em;
  margin-top: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .nomcom .small {
    font-size: 5px;
    line-height: 2.2em;
  }
}

.nomcom .nomcom-wrapper05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper05 {
    display: block;
    margin-top: 20px;
  }
}

.nomcom .nomcom-wrapper05 .wrapper05-left {
  width: 35%;
}

.nomcom .nomcom-wrapper05 .wrapper05-left p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper05 .wrapper05-left {
    width: 100%;
    margin: 0 auto;
  }
}

.nomcom .nomcom-wrapper05 .wrapper05-left .box {
  font-weight: bold;
  border: 2px solid #af1e24;
  margin-top: 25px;
  padding: 20px;
  font-family: "gothic";
  color: #333;
}

.nomcom .nomcom-wrapper05 .wrapper05-right {
  width: 60%;
}

.nomcom .nomcom-wrapper05 .wrapper05-right img {
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper05 .wrapper05-right img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nomcom .nomcom-wrapper05 .wrapper05-right {
    width: 100%;
    margin: 20px auto 0;
  }
}

/*=============================
camera
=============================*/
.camera .camera-img {
  margin-top: 30px;
}

.camera .inner .topic-lead {
  margin-bottom: 30px;
}

/*=============================
center
=============================*/
.center {
  background-color: #00194b;
  color: #fff;
  padding: 50px 0px;
}

.center h1 {
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .center h1 {
    font-size: 18px;
    text-align: left;
  }
}

.center .center-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .center .center-wrapper {
    display: block;
  }
}

.center .center-wrapper p {
  width: 50%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .center .center-wrapper p {
    width: 100%;
    margin-bottom: 20px;
  }
}

.center .center-wrapper img {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .center .center-wrapper img {
    width: 100%;
  }
}

/*=============================
case
=============================*/
.case {
  background-color: #fff;
  text-align: center;
  color: #152142;
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  .case {
    padding: 35px 0px 20px;
  }
}

.case h1 {
  font-size: 25px;
}

.case p {
  font-size: 20px;
  color: #152142;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .case p {
    margin-bottom: 20px;
  }
}

.case img {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .case img {
    margin-bottom: 20px;
  }
}

/*=============================
contact
=============================*/
.contact {
  text-align: center;
  background-color: #fff;
  padding-top: 0px;
}

.contact h1 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .contact h1 {
    font-size: 25px;
  }
}

.contact .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .contact .btn-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}

.contact .btn-wrapper a {
  width: 48%;
}

.contact .btn-wrapper img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact .btn-wrapper img {
    width: 100%;
    margin-bottom: 25px;
  }
}

.access h1 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .access h1 {
    font-size: 25px;
  }
}

.access img {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .access img {
    width: 60%;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer img {
    width: 85%;
  }
}
/*# sourceMappingURL=styles.css.map */