<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

	
html{
  font-size: 62.5%;
  overflow-x: hidden;
}

body{
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

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

a{
  color: inherit;
  cursor: pointer;
  cursor: hand;
}

a:visited{
  color: inherit;
}

h2 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
  padding: 2rem 1rem;
  border-top: 3px dashed #000;
  border-bottom: 3px dashed #000;
  font-weight: bold;
}

h3 {
  font-size: 1.6rem;
  color: #364e96;/*文字色*/
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #364e96;/*上線*/
  border-bottom: solid 3px #364e96;/*下線*/
  text-align: center;
  margin: 20px 0;
}

h3 {
  position: relative;
  padding: 1.5rem 2rem;
  border: 3px solid #364e96;
  border-radius: 10px;
  background: #f9f9f9;
  line-height: 1.2;
}

h3:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #364e96 transparent transparent transparent;
}

h3:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
.text-pc{
  display: none;
}
.text-sp{
  line-height: 1.5;
}
/*-------------

   fadein

-------------*/


.fadeIn {
  transition: 0.5s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
/*-------------

   slidein

-------------*/

.slideIn {
  transform: translateX(180px);
  transition: 0.5s;
  opacity: 0;
}

.slideIn.animated {
  transform: translateX(0);
  opacity: 1;
}

/*-------------

   section

-------------*/

.section-body{
  padding: 20px 40px;
  background-color:#f9f9f9;
}
.section-body2{
  position: relative;
  padding: 50px 40px 100px;
  background-color: aliceblue;
}
/*-------------

     header

-------------*/
.logo{
  position: absolute;
  top: 20px;
  left: 20px;
  width: 25%;
}
.top-pc{
  display: none;
}

.top-img2{
  padding: 20px;
  background-color: #f9f9f9;
}

/*-------------

　 point

-------------*/

.img-space{
  padding-bottom: 40px;
  text-align: center;
  line-height: 1.7;
  color: #000;
}
.img-space:first-of-type{
  margin-top: 30px;
}
.img-space&gt;img{
  width: 130px;
}
.point-headline{
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0;
  color: #364e96;
}
.point-text{
  font-size: 1.4rem;
  text-align: left;
  padding: 0 20px;
  color: #364e96;
}
/*-------------

   utility

-------------*/

.merit&gt;img{
  margin-top: 30px;
  padding-bottom: 20px;
}
/*-------------

     work

-------------*/
.ranking{
  padding: 40px 50px 20px;
}
.work-title{
  font-size: 1.4rem;
  padding: 10px 0;
  line-height: 1.2;
}
.work-ex{
  font-size: 1.4rem;
  line-height: 1.4;
}
.work-img&gt;a&gt;img{
  border: 2px solid #000;
}
.campaign{
  padding-top: 5px;
}

/*-------------

　  web

-------------*/
.web-title{
  margin: 30px 0 10px;
  color: #364e96;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  border-left: 4px solid #364e96;
  font-weight: bold;
  line-height: 1.4;
}
.web-text{
  font-size: 1.4rem;
  padding-bottom: 30px;
  line-height: 1.5;
}

/*-------------

　 search

-------------*/
.search{
  position: relative;
  padding: 70px 0;
  margin: 0 10px;
}
.button{
  padding: 1rem 4rem;
  font-size: 1.6rem;
  border-radius: 40px;
  border-color: #00428e;
  color: #00428e;
  line-height: 1.5em;
  background-color: #fff;
  font-weight: bold;
  width: 100%;
  border-style: solid;
  outline: none;
}

.search-logo&gt;img{
  width: 100px;
}
.search-icon&gt;img{
  width: 12px;
}
.search&gt;img{
  position: absolute;
  width: 150px;
  right: -90px;
}

/*-------------

　 footer

-------------*/
.footer{
  z-index: 1;
  text-align: center;
  padding: 50px;
  background-color: #fff;
}
.footer&gt;a&gt;img{
  width: 150px;
}
.footer-text{
  font-size: 1.4rem;
  padding: 20px 0;
  line-height: 1.5;
  color: #00428e;
}

@media screen and (min-width: 768px) {
  h2{
    font-size: 3rem;
    width: 600px;
    margin: 0 auto;
  }
  h3{
    flex-grow: 1;
  }
  .text-pc{
    display: block;
  }
  .text-sp{
    display: none;
  }
  /*-------------

     utility

  -------------*/

  .flex{
    display: flex;
  }
  .wrap{
    flex-wrap: wrap;
  }
  .margin-top{
    margin-top: 50px;
  }
 
  /*-------------

    header

  -------------*/
  .logo&gt;a&gt;img{
    width: 120px;
  }
  .top-sp{
    display: none;
  }
  .top-pc{
    display: block;
    padding-top: 70px;
  }
  .top-img2{
    text-align: center;
    padding: 100px 0 0;
  }
  .top-img2&gt;img{
    width: 50%;
  }
  
  /*-------------

     section

  -------------*/
  .section-body{
    padding: 100px;
  }
  .section-body2{
    padding: 100px;
  }

  .ranking{
    padding: 100px;
  }
  
  /*-------------

     point

  -------------*/
  .point{
    padding: 90px 0 50px;
    justify-content: center;
  }
  .img-space{
    width: 30%;
    margin: 0;
  }
  .img-space:first-of-type{
    margin: 0;
  }
  /*-------------

     merit

  -------------*/
  .nisso{
    justify-content: center;
    padding-top: 90px;
  }
  
  .merit&gt;img{
    margin-top: 0;
    padding-bottom: 0;
    width: 400px;
    padding: 0 20px;
}
  .merit2&gt;img{
    width: 400px;
    padding: 0 20px;
  }
  
  /*-------------

     work

  -------------*/

  .work{
    width: 25%;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .web-title{
    margin: 90px 0 10px;
  }
  .web-pc{
    width: 50%;
    margin: 0 auto;
  }
  .web-img{
    margin: 0 auto;
    width: 300px;
  }
  
}
 
</pre></body></html>