@charset utf-8;
#observation {
  color: #999;
  font-familiy: serif;
  font-size: 400%;
  position: fixed;
  top: 30px;
  z-index: 10000;
}
/* 
#intro
 */
#intro {
  margin-bottom: 55px;
}
#intro .message {
  position: relative;
}
#intro .message .main {
  max-width: 1080px;
  height: 420px;
  background-color: #19448d;
  margin: 0px auto;
  padding-top: 135px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #intro .message .main {
    max-width: 100%;
  }
}
#intro .message .main h1 {
  margin-bottom: 30px;
  padding: 0px 15px;
}
#intro .message .main p span {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (max-width: 544px) {
  #intro .message .main {
    height: auto;
  }
}
#intro .message h3 {
  max-width: 90%;
  height: 100px;
  margin: 0 auto;
  padding: 36px 0px 0px 0px;
  text-align: right;
}
#intro .message h3 span.circle {
  color: #324d50;
}
#intro .message h3 div {
  top: 7px;
  right: 100px;
}
#intro .message img {
  position: absolute;
  bottom: -5px;
  left: 100px;
}
#intro .concept {
  height: auto;
  position: relative;
  background: #19448d;
  overflow: hidden;
}
#intro .concept > .inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 60px 114px 100px;
}
@media screen and (max-width: 960px) {
  #intro .concept > .inner_box {
    padding-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  #intro .concept ul {
    margin: 40px auto;
  }
}
#intro .concept ul li {
  display: inline-block;
  width: 120px;
  position: relative;
  font-size: 14px;
  text-align: center;
}
#intro .concept ul li div {
  top: -35px;
  left: 17px;
  border-color: rgba(39, 143, 192, 0.6);
}
#intro .concept .main {
  width: calc(100% - 360px - 100px - 100px);
}
@media screen and (max-width: 960px) {
  #intro .concept .main {
    width: 100%;
  }
}
#intro .concept .main h3 br {
  display: none;
}
#intro .concept .main p {
  position: relative;
  z-index: 10;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: -0.05em;
  text-shadow: 2px 2px 1px #19448d, 2px -2px 1px #19448d, -2px 2px 1px #19448d, -2px -2px 1px #19448d;
}
#intro .concept img {
  position: absolute;
  bottom: -70px;
  left: 0px;
}
/**** 1000px ****/
@media screen and (max-width: 1000px) {
  #intro .main {
    padding-bottom: 54px;
  }
}
/**** 768px ****/
@media screen and (max-width: 768px) {
  #intro .message h3 {
    height: 120px;
    padding-top: 47px;
    text-align: center;
  }
  #intro .message img {
    display: none;
  }
  #intro .message .circle_parent div {
    display: none;
  }
  #intro .message .circle {
    background: url(../img/circle.png) center no-repeat;
    padding: 40px 0;
  }
  #intro .concept .main {
    margin-right: 0px !important;
  }
}
/**** 544px ****/
@media screen and (max-width: 544px) {
  #intro .message .main {
    min-height: initial;
    height: auto !important;
    background-position: 50% 30%!important;
    padding-top: 45px!important;
    padding-bottom: 36px;
  }
  #intro .message .main h1 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #intro .message .main p {
    padding: 0px 15px;
    text-align: left;
  }
  #intro .message .main p br {
    display: none;
  }
  #intro .concept * {
    float: none!important;
  }
  #intro .concept > .inner_box {
    padding: 30px;
  }
  #intro .concept ul {
    display: block;
    margin: 40px 0px;
    text-align: center;
  }
  #intro .concept ul li:last-child {
    margin-top: 15px;
  }
  #intro .concept .main {
    width: auto !important;
    margin-left: 0px !important;
  }
  #intro .concept .main h3 br {
    display: block!important;
  }
}
@media screen and (max-width: 400px) {
  section#intro div.concept li:nth-child(1) {
    margin-right: 30px;
  }
  section#intro div.concept li:nth-child(2) {
    margin-left: 30px;
  }
}
/* 
#achievement
 */
#achievement .slide {
  position: relative;
  z-index: 100;
}
#achievement .slide h2 {
  width: 1080px;
  position: absolute;
  top: -52px;
  left: 0;
  z-index: -10;
  background: url(../img/ttl_bg01.png) no-repeat;
  padding: 10px 0px 20px 60px;
}
@media screen and (max-width: 1080px) {
  #achievement .slide h2 {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  #achievement .slide h2 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    text-align: center;
  }
}
#achievement .slide h2 span {
  display: block;
}
#achievement .slide .main {
  background-color: #808080;
  border-radius: 2px;
  padding: 20px 60px;
}
@media screen and (max-width: 544px) {
  #achievement .slide .main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#achievement .slide .main h4 {
  margin-bottom: 0;
}
@media screen and (max-width: 544px) {
  #achievement .slide .main h4 {
    display: inline;
  }
}
#achievement .slide .main p {
  margin-bottom: 20px;
}
@media screen and (max-width: 544px) {
  #achievement .slide .main p {
    display: inline;
    margin-bottom: 0px;
  }
}
#achievement .slide .main .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 30px;
}
@media screen and (max-width: 544px) {
  #achievement .slide .main .swiper-container {
    padding-top: 20px;
  }
}
#achievement .slide .main .swiper-slide {
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  /* Center slide text vertically */
  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;
}
#achievement .slide .main .swiper-slide img {
  max-width: 100%;
}
#achievement .slide .main .swiper-container-horizontal > .swiper-pagination-bullets,
#achievement .slide .main .swiper-pagination-custom,
#achievement .slide .main .swiper-pagination-fraction {
  bottom: 0px;
  z-index: 110;
}
#achievement .others {
  background: #faf9f4;
  padding: 20px 0;
}
@media screen and (max-width: 840px) {
  #achievement .others {
    padding-left: 20px;
  }
}
#achievement .others h5 {
  max-width: 960px;
  margin: 0 auto;
  color: #324d50;
}
#achievement .others ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
  max-width: 960px;
  margin: 0 auto;
}
#achievement .others ul li {
  margin: 0px;
  padding: 5px 10px;
  color: #324d50;
  background: #fff;
  border: dotted #324d50 1px;
}
#achievement .others ul li:last-child {
  border: none;
  background: none;
}
/* 
#design
#onlyone
#homepage 
#blog
#cms
#seo
 */
#design,
#onlyone,
#homepage,
#blog,
#cms,
#seo {
  padding: 80px 0px;
  color: #324d50;
}
@media screen and (max-width: 768px) {
  #design,
  #onlyone,
  #homepage,
  #blog,
  #cms,
  #seo {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 544px) {
  #design,
  #onlyone,
  #homepage,
  #blog,
  #cms,
  #seo {
    padding: 30px 0px;
  }
}
#design > .inner960,
#onlyone > .inner960,
#homepage > .inner960,
#blog > .inner960,
#cms > .inner960,
#seo > .inner960 {
  padding: 0px;
}
#design h2,
#onlyone h2,
#homepage h2,
#blog h2,
#cms h2,
#seo h2 {
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #design h2,
  #onlyone h2,
  #homepage h2,
  #blog h2,
  #cms h2,
  #seo h2 {
    margin-bottom: 0.75em;
    font-size: 24px;
  }
}
#design h3,
#onlyone h3,
#homepage h3,
#blog h3,
#cms h3,
#seo h3 {
  margin-bottom: 0.5em;
  font-size: 27px;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  #design h3,
  #onlyone h3,
  #homepage h3,
  #blog h3,
  #cms h3,
  #seo h3 {
    font-size: 21px;
  }
}
#design h4,
#onlyone h4,
#homepage h4,
#blog h4,
#cms h4,
#seo h4 {
  margin-bottom: 1em;
  font-size: 21px;
}
@media screen and (max-width: 544px) {
  #design h4,
  #onlyone h4,
  #homepage h4,
  #blog h4,
  #cms h4,
  #seo h4 {
    font-size: 18px;
  }
}
#design h4 + h3,
#onlyone h4 + h3,
#homepage h4 + h3,
#blog h4 + h3,
#cms h4 + h3,
#seo h4 + h3 {
  position: relative;
  margin-bottom: 0.5em;
  -webkit-transform: translateY(-0.5em);
      -ms-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
#design p,
#onlyone p,
#homepage p,
#blog p,
#cms p,
#seo p {
  margin-bottom: 1em;
}
@media screen and (max-width: 544px) {
  #design p,
  #onlyone p,
  #homepage p,
  #blog p,
  #cms p,
  #seo p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#design p + h3,
#onlyone p + h3,
#homepage p + h3,
#blog p + h3,
#cms p + h3,
#seo p + h3,
#design p + h4,
#onlyone p + h4,
#homepage p + h4,
#blog p + h4,
#cms p + h4,
#seo p + h4 {
  padding-top: 1em;
}
#design dl.reference,
#onlyone dl.reference,
#homepage dl.reference,
#blog dl.reference,
#cms dl.reference,
#seo dl.reference {
  background-color: #faf9fa;
  margin: 2em 0px;
  padding: 45px;
  font-size: 16px;
}
#design dl.reference:before,
#onlyone dl.reference:before,
#homepage dl.reference:before,
#blog dl.reference:before,
#cms dl.reference:before,
#seo dl.reference:before {
  content: "【参考】";
  display: block;
  margin-bottom: 1em;
  color: #666;
}
#design dl.reference:last-child,
#onlyone dl.reference:last-child,
#homepage dl.reference:last-child,
#blog dl.reference:last-child,
#cms dl.reference:last-child,
#seo dl.reference:last-child {
  margin: 4em 0px 0px;
}
@media screen and (max-width: 544px) {
  #design dl.reference,
  #onlyone dl.reference,
  #homepage dl.reference,
  #blog dl.reference,
  #cms dl.reference,
  #seo dl.reference {
    padding: 15px;
  }
}
#design dl.reference dt,
#onlyone dl.reference dt,
#homepage dl.reference dt,
#blog dl.reference dt,
#cms dl.reference dt,
#seo dl.reference dt {
  color: #666;
}
#design dl.reference dd + dt,
#onlyone dl.reference dd + dt,
#homepage dl.reference dd + dt,
#blog dl.reference dd + dt,
#cms dl.reference dd + dt,
#seo dl.reference dd + dt {
  margin-top: 1em;
}
/* 
#notification
 */
#notification {
  background-color: #19448d;
  margin-bottom: 50px;
  padding: 80px 0px 50px;
}
#notification .concept {
  max-width: 960px;
  margin: 0 auto 30px;
}
#notification .concept h4,
#notification .concept h3 {
  text-shadow: 0px 0px 10px #333;
}
#notification .concept h4 {
  font-size: 21px;
}
#notification .concept h3 {
  margin-bottom: 2em;
  font-size: 27px;
}
#notification .concept:nth-of-type(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 63px 10px;
  margin: 58px 0px 103px;
}
#notification .concept:nth-of-type(1) ul li {
  position: relative;
  z-index: 1;
}
#notification .concept:nth-of-type(1) ul li div {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -43px;
  z-index: -1;
}
#notification .possibility {
  position: relative;
  background-color: #19448d;
  padding: 20px 0;
}
#notification .possibility ul li {
  margin: 5px 0;
}
#notification .possibility img {
  position: absolute;
  bottom: 0;
  left: 0;
}
/**** 960px ****/
@media screen and (max-width: 768px) {
  #notification .possibility ul:last-of-type {
    padding: 0 20px;
  }
}
/**** 768px ****/
@media screen and (max-width: 768px) {
  #notification {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  #notification .concept {
    margin: 0 20px 30px 20px;
  }
  #notification .possibility ul:first-of-type {
    top: 50px;
    left: 10px;
    right: 0;
  }
  #notification .possibility ul:first-of-type li {
    margin-top: 0!important;
    display: inline-block;
    float: none;
  }
}
/**** 544px ****/
@media screen and (max-width: 544px) {
  #notification {
    background-position: right top;
  }
  #notification br.disappear {
    display: block;
  }
  #notification .possibility {
    padding-top: 10px;
  }
  #notification .possibility ul:first-of-type li {
    margin: 0 2px;
  }
  #notification .possibility ul:first-of-type li:last-child {
    margin-top: 35px!important;
  }
  #notification .possibility ul:first-of-type br.disappear {
    display: block;
  }
  #notification .possibility ul:last-of-type {
    padding: 0px;
  }
}
/* 
#suggestion
 */
#suggestion .feature {
  max-width: 960px;
  margin: 0 auto;
}
#suggestion .feature dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  background: #faf9f4;
}
@media screen and (max-width: 544px) {
  #suggestion .feature dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px 30px;
  }
}
#suggestion .feature dl dt {
  width: 195px;
  background: url(../img/list_bg01.png) no-repeat;
  padding: 42px 20px 0 25px;
}
#suggestion .feature dl dt img {
  display: inline;
  width: 150px;
  height: 100px;
}
#suggestion .feature dl dd {
  width: calc(100% - 195px);
  padding: 45px 30px 45px 15px;
  color: #615047;
  vertical-align: middle;
}
@media screen and (max-width: 544px) {
  #suggestion .feature dl dd {
    width: 100%;
    padding-top: 15px;
  }
}
#suggestion .feature dl dd h5 {
  font-size: 24px;
}
@media screen and (max-width: 544px) {
  #suggestion .feature dl dd p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
#suggestion .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px 60px;
  color: #324d50;
}
#suggestion .company .price {
  width: calc(100% - 240px - 60px);
}
@media screen and (max-width: 768px) {
  #suggestion .company .price {
    width: 100%;
  }
}
#suggestion .company .price h2 {
  line-height: 1.4em;
}
#suggestion .company .price p {
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #suggestion .company hr.disappear {
    display: block;
    margin: 30px 0px;
  }
}
#suggestion .company .principle {
  width: 240px;
}
@media screen and (max-width: 768px) {
  #suggestion .company .principle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 30px;
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  #suggestion .company .principle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#suggestion .company .principle img {
  display: table;
  margin: 0px auto 15px;
}
@media screen and (max-width: 768px) {
  #suggestion .company .principle img {
    width: 150px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
#suggestion .company .principle p {
  font-size: 15px;
  line-height: 1.4em;
  text-align: left;
}
/**** 544px ****/
@media screen and (max-width: 544px) {
  #suggestion .feature dl dt {
    width: 36.76%;
    background-size: 100%;
    padding: 20px 0 0 20px;
  }
  #suggestion .feature dl dt img {
    width: 100%;
  }
}
.modaal-content-container p {
  margin-bottom: 2em!important;
}
