@charset "utf-8";
/* CSS Document */
@media all and (min-width: 960px) {
  .top #content {
    margin: 0 auto;
    padding: 0;
    max-width: none;
  }
  h2 {
    color: #1974b7;
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  h3 {
    color: #1974b7;
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  h4 {
    color: #1974b7;
    font-size: 1.1rem;
  }
  /*メインイメージ*/
  #main_visual {
    width: 100%;
    margin-top: 90px;
  }
  #main_visual .c-filterLayer__img {
    width: calc(100% - 110px);
    /* max-height: 800px;
    position: relative; */
    left: 80px;
  }
  #main_visual .p-mainVisual__img {
    object-position: top;
  }
  #main_visual .p-mainVisual__textLayer {
    left: 0;
    /* z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%; */
    -webkit-transform: translateX(0);
    transform: translateX(-0);
    padding: 0;
    max-width: none;
  }
  #main_visual .p-mainVisual__textLayer {
    width: 500px;
  }
  #main_visual .p-mainVisual__slideTitle, #main_visual .p-mainVisual__slideText {
    background: #fff;
    margin: 0;
    text-align: left;
    color: #137bc4;
    font-family: 'Noto Serif Japanese', Garamond , "游明朝" , "Times New Roman" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    text-shadow: none;
    width: 500px;
    padding: 40px;
  }
  #main_visual .p-mainVisual__slideTitle {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.9;
    text-align-last: justify;
    padding-bottom: 20px;
  }
  #main_visual .p-mainVisual__slideText {
    font-size: 1rem;
    font-weight: 500;
    padding-top: 0;
    line-height: 2.3;
    letter-spacing: 4px;
  }

  #content > section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

/*about*/
  #about {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #about p {
    font-size: 0.9rem;
    margin: 0 0 2em;
    line-height: 2;
  }

  #feature {
    padding-top: 0 !important;
    background: #ebf9ff;
	  background: -moz-linear-gradient(90deg, #ebf9ff 0%, #ebf9ff 90%, #fff 90%, #fff 100%);
	  background: -webkit-linear-gradient(90deg, #ebf9ff 0%, #ebf9ff 90%, #fff 90%, #fff 100%);
	  background: linear-gradient(90deg, #ebf9ff 0%, #ebf9ff 90%, #fff 90%, #fff 100%);
  }
  #feature .left {
    width: 32%;
  }
  #feature .right {
    width: 63%;
  }
  #feature h2 {
    position: relative;
    text-align: center;
    color: #000;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: bold;
    top: -18px;
    margin-bottom: 1.6em;
  }
  #feature h3 {
    font-size: 1.3rem;
    margin: 0.8em 0 0.6em;
  }
  #feature .right div {
    overflow: hidden;
  }
  #feature .right div:first-child {
    margin-bottom: 3em;
  }
  #feature .right div img {
    float: left;
    width: 300px;
  }
  #feature .right div section {
    float: right;
    width: calc(100% - 330px);
  }
  #feature .right div section h3 {
    margin: 2em 0 0.8em;
  }

  #service h2 {
    text-align: center;
    color: #000;
    font-size: 1.7rem;
  }
  #service h2 span {
    display: block;
    font-size: 0.9rem;
    color: #1974b7;
    font-weight: normal;
  }
  #service hgroup p {
    margin: 1.5rem 0;
  }
  #service .flex_cl > section {
    padding: 2%;
    margin-bottom: 3%;
    text-align: center;
    -webkit-box-shadow: 0px 7px 10px -10px rgb(180 227 255);
    box-shadow: 0px 7px 10px -10px rgb(180 227 255);
  }
  #service .flex_cl > section img {
    width: 60px;
  }
  #service .flex_cl > section h3 {
    margin: 0.8em 0;
    line-height: 1.5;
  }
  #service .flex_cl > section p {
    text-align: left;
  }

  #news {
    padding-top: 2em !important
  }
  #news #news_ttl {
    margin-left: 12%;
    width: 16em;
  }
  #news #news_cts {
    background: #ebf9ff;
    width: calc(88% - 16em);
    flex-wrap: nowrap;
    display: block;
    padding: 5%;
  }
  #news h2 {
    margin: 3rem 0 0;
    font-weight: normal;
  }
  #news h2 span {
    display: block;
    color: #020202;
    font-size: 1rem;
  }
  #news #news_cts .flex_cl {
    margin-bottom: 1.8em;
    padding-bottom: 1.8em;
    border-bottom: solid 1px #fff;
    text-align: left;
  }
  #news #news_cts .date {
    font-weight: normal;
    width: 7em;
    color: #757575;
    line-height: 1.6;
  }
  #news #news_cts .txt {
    width: calc(100% - 10em);
    line-height: 1.6;
  }
  #news #news_cts .txt a:hover {
    color:#1974b7;
  }

  #location hr {
    background: #ebf5f8;
    display: block;
    width: 80%;
    height: 350px;
    position: relative;
    left: 0;
    top: -280px;
    z-index: -1;
    border: none;
    margin-bottom: -230px;
  }
  #location hgroup h2 {
    margin-bottom: 1.5em;
  }
  #location hgroup p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 4rem;
  }
  #location .flex_cl img, #location .flex_cl iframe {
    width: 50%;
    min-height: 350px;
  }
  #location .flex_cl img {
    object-fit: cover;
  }
  .googlemaps iframe,
  .googlemaps object,
  .googlemaps embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all  0.7s ease;
  }
  .googlemaps iframe:hover,
  .googlemaps object:hover,
  .googlemaps embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  #location .access h3 {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1.2em;
  }
  #location dl {
    overflow: hidden;
  }
  #location dl dt, #location dl dd {
    float: left;
    margin-bottom: 0.7em;
  }
  #location dl dt {
    color: #999999;
    width: 7em;
    clear: both;
  }
  #location dl dd {
    width: calc(100% - 7em);
  }


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }

@media all and (min-width: 768px) and (max-width: 959px) {
  #main_visual {
    margin-top: 0;
  }
  .p-mainVisual__inner {
    height: calc(100vh - 50px);
  }
  #main_visual .c-filterLayer__img {
    width: calc(100% - 70px);
    left: 60px;
  }
  header #nav {
    padding: 0;
  }
  .top #content {
    padding: 0 3vw;
  }
  #feature .flex_cl {
    padding: 0 3vw;
  }
}

@media all and (max-width: 1140px) {

}
@media all and (max-width: 1020px) {
}
@media all and (min-width: 960px) and (max-width: 1250px) {
  #feature .flex_cl, #service .flex_cl {
    padding: 0 3vw;
  }
}
@media all and (min-width: 768px) and (max-width: 849px) {

}
@media all and (max-width: 767px) {
}
