@charset "utf-8";
/* CSS Document */
@media all and (min-width: 960px) {
  .top #content {
    margin: 0 auto;
    padding: 0;
    max-width: none;
  }
  h2 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  h4 {
    font-size: 1.1rem;
  }
  hgroup {
    text-align: center;
    margin: 0 0 50px 0;
  }
  hgroup p {
    font-size: 1.3rem;
    font-family: 'Mulish' , 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    color: #2d9462;
  }
  /*メインイメージ*/
  #main_visual {
    padding-top: 90px;
  }
  #main_visual .p-mainVisual__inner {
  }
  /* #main_visual .p-mainVisual__inner::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../../../uploads/photo_yamane.png) no-repeat left bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  } */
  #main_visual .p-mainVisual__textLayer::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../../../../uploads/photo_yamane.png) no-repeat left bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  #main_visual .c-filterLayer__img {
    margin-top: 20px;
  }
  #main_visual .p-mainVisual__img {
  }
  #main_visual .p-mainVisual__textLayer {
  }
  #main_visual .p-mainVisual__textLayer {
    max-width: 1300px;
  }
  #main_visual .p-mainVisual__slideTitle, #main_visual .p-mainVisual__slideText {
  }
  #main_visual .p-mainVisual__slideTitle {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 8px;
    text-shadow: rgb(0 0 0 / 10%) 0px 0px 8px;
    -moz-text-shadow: rgb(0 0 0 / 10%) 0px 0px 8px;
    -webkit-text-shadow: rgb(0 0 0 / 10%) 0px 0px 8px;
  }
  #main_visual .p-mainVisual__slideText {
    font-size: 2.4rem;
    letter-spacing: 5px;
    line-height: 1.7;
  }
  #main_visual .p-mainVisual__slideText em {
    background: #fff;
    display: inline-block;
    font-style: normal;
    color: #2d9462;
    border: solid;
    line-height: 1.2;
    padding: 0 5px 3px;
  }
  #main_visual .c-filterLayer::before {
    background: url(../../../../uploads/dot_mv.png);
    background-size: 3px 3px;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 20px;
    opacity: .4;
  }
  #main_visual .c-mvBtn__btn {
    background: #e6be20;
    border-radius: 50px;
    font-size: 1.2rem;
    border: solid rgb(230 190 32 / 50%) 5px;
    background-clip: padding-box;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  #main_visual .c-mvBtn__btn:hover {
    background: #ffb100;
    border: solid rgb(230 190 32 / 50%) 5px;
    background-clip: padding-box;
    opacity: 1;
  }
  #main_visual #name {
    position: absolute;
    right: 5%;
    bottom: 15px;
    text-align: right;
    font-size: 0.85rem;
    line-height: 1.4;
    z-index: 10;
  }
  .l-mainContent__inner > section {
    padding: 5em 4vw;
  }

  #read {
    padding: 90px 0 60px;
  }

  .check {
    display: none;
  }
  .check-label {
    display: block;
    cursor: pointer;
    margin: auto;
  }
  .check-label span {
    background: none;
    padding: 0;
  }
  .check-content {
    height: 0;
    opacity: 0;
    transition: 1s;
    visibility: hidden;
  }
  .check-content h3 {
    text-align: center;
    color: #2d9462;
    font-size: 1.8rem;
    line-height: 1.3;
    padding: 40px 40px 30px;
  }
  .check-content p {
    padding: 0 40px 40px;
  }
  .check:checked + .check-label + .check-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    background: #f0f4f2;
    margin: 40px 0 0;
    border-radius: 20px;
  }

  #case-study .case {
    text-align: center;
    margin-bottom: 4em;
  }
  #case-study .case .voice {
    background: #00974f;
    border-radius: 20px;
    position: relative;
    padding: 0.7em 1.5em;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6em;
  }
  #case-study .case .voice p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
  }
  #case-study .case .voice:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 12%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00974f;
  }
  #case-study .case div {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
  }
  #case-study .case div h3 {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  #case-study .case div h3 em {
    color: #2d9462;
    font-size: 1.7rem;
    line-height: 1.5;
    display: inline-block;
    border: solid 4px;
    font-style: normal;
    padding: 2px 1em 3px;
    margin-bottom: 0.3em;
    background: none;
  }
  #case-study .case div h3 span {
    display: block;
  }
  #case-study .case div ul {
    text-align: left;
    display: inline-block;
    margin-bottom: 1.5em;
    background: #f0f4f2;
    padding: 20px 25px 10px;
    border-radius: 20px;
  }
  #case-study .case div ul li {
    background: url(../../../../uploads/icon_check.png) no-repeat top 5px left;
    background-size: 23px 22px;
    padding: 2px 0 2px 28px;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-size: 1.1rem;
  }
  #case-study .case div ul li em {
    font-style: normal;
    font-weight: bold;
    color: #00974f;
    background: none;
  }
  #case-study .case div ul + p {
    text-align: left;
    margin: 0 1em;
    font-size: 1rem;
  }
  #case-study .case div ul + p em {
    font-style: normal;
    font-weight: bold;
  }

  #service .read {
    text-align: center;
    margin-bottom: 3em;
  }
  #service .read p {
    display: inline-block;
    text-align: left;
    font-size: 1rem;
  }
  #service .read p em {
    background: #2d9462;
    color: #fff;
    font-weight: bold;
  }
  #service #reason > section {
    margin-top: 6em;
  }
  #service #reason > section:nth-child(2) {
    padding-top: 150px;
    background: url(../../../../uploads/dot_line.gif) no-repeat center top;
    background-size: 141px 100px;
  }
  #service #reason > section:nth-child(3) {
    padding-top: 150px;
    background: url(../../../../uploads/dot_line02.gif) no-repeat center top;
    background-size: 141px 100px;
  }
  #service #reason .wf {
    font-size: 0.8rem;
  }
  #service #reason .f_acc {
    font-family: 'Allison', cursive;
    color: #eecf55;
    transform: rotate( -12deg );
    display: inline-block;
    font-size: 4rem;
    margin: -30px 0 0 -30px;
  }
  #service #reason h3 {
    font-size: 1.5rem;
    margin: -15px 0 1em;
  }
  #service #reason p em {
    font-weight: bold;
  }

  #price .menu > section {
    background: #fff;
    padding: 4%;
    width: 47%;
    position: relative;
    margin-bottom: 4%;
    text-align: center;
  }
  #price .menu > section:last-child, #price .menu > section:nth-last-child(2) {
   margin-bottom: 0;
  }
  #price .menu > section::before, #price .menu > section::after {
   content: "";
   height: 8px;
   width: 8px;
   display: block;
   background: #e0e0e0;
   -webkit-border-radius: 50px;
   -moz-border-radius: 50px;
   position: absolute;
   left: 15px;
   top: 15px;
  }
  #price .menu > section::after {
   left: auto;
   right: 15px;
  }
  #price .menu > section h3 {
   text-align: center;
   font-size: 1.7rem;
  }
  #price .menu > section h3::after {
    content: "";
    height: 2px;
    width: 50px;
    display: block;
    background: #080808;
    margin: 1em auto 0;
  }
  #price .menu > section p {
    text-align: left;
  }
  #price .menu > section .price {
   font-size: 1.3rem;
   text-align: center;
  }
  #price .menu > section .price em {
   font-size: 3rem;
   color: #2d9462;
   position: relative;
   top: 2px;
   background: none;
   margin: 0 3px 0 0;
   font-weight: bold;
  }
  #price .note {
    margin-top: 1em;
    text-align: center;
  }
  #price .note p {
    color: #696969;
    font-size: 0.8rem;
    line-height: 1.5;
    display: inline-block;
    text-align: left !important;
  }
  #price .note p::before {
    content: "※";
  }
  #price #advisor {
    text-align: center;
    margin-top: 100px;
  }
  #price #advisor div {
    background: #fff;
    border-radius: 20px;
    padding: 20px 30px;
    display: inline-block;
    position: relative;
  }
  #price #advisor div img {
    width: 100px;
    position: absolute;
    left: 0;
    top: -75px;
  }
  #price #advisor div p {
    line-height: 1.6;
    font-size: 1rem;
  }
  #price #advisor div p em {
    font-weight: bold;
  }
  #price #advisor div p strong {
    color: #e03030;
    font-size: 140%;
    margin: 0 0.1em;
  }

  #genre {
    text-align: center;
  }
  #genre hgroup + div {
    text-align: center;
    margin-bottom: 3em;
  }
  #genre hgroup + div p {
    text-align: left;
    display: inline-block;
  }
  #genre #consul {
    background: #00974f;
    color: #fff;
    text-align: center;
    border-radius: 60px;
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 20px 40px;
    margin-bottom: 0;
  }
  #genre #consul::before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 24px;
    background: url(../../../../uploads/frame.gif) no-repeat center bottom;
    background-size: 80px 24px;
  }
  #genre .flex_cl h3 {
    color: #2d9462;
    border: solid 1px;
    font-size: 1rem;
    text-align: center;
    padding: 3px 0;
    margin: 3em 0 1em;
    font-weight: normal;
  }
  #genre .flex_cl > section {
    margin-bottom: 3%;
  }
  #genre ul li {
    margin-bottom: 1em;
    position: relative;
    line-height: 1.3;
    padding: 0 0 0 1em;
    text-align: left;
  }
  #genre ul li::before {
    content: "●";
    color: #cbc5ab;
    font-size: 60%;
    position: absolute;
    top: 4px;
    left: 0;
  }

  .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%);
  }
  #office dl {
    overflow: hidden;
  }
  #office dl dt, #office dl dd {
    float: left;
    margin-bottom: 0.9em;
  }
  #office dl dt {
    color: #2d9462;
    font-weight: bold;
    width: 9em;
    clear: both;
  }
  #office dl dd {
    width: calc(100% - 9em);
  }
  #office a {
    text-decoration: underline;
  }
  #office a:hover {
    text-decoration: none;
  }
  #office iframe {
    width: 100%;
    min-height: 400px;
    margin-top: 4em;
  }
  #office #ai_con {
    text-align: center;
    margin-top: 60px;
  }
  #office #ai_con div {
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    max-width: 900px;
    padding: 40px;
  }
  #office #ai_con div h3 {
    margin: 0.5em 0 1.5em;
  }
  #office #ai_con div section section:nth-child(1) {
    width: 35%;
    display: flex;
    align-items: center;
  }
  #office #ai_con div section section:nth-child(2) {
    width: 61%;
  }
  #office #ai_con div section img {
    width: 216px;
    display: block;
    margin: auto;
  }
  #office #ai_con div p {
    text-align: left;
  }


  /* 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) {
}

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

}
@media all and (max-width: 1020px) {
}
@media all and (min-width: 960px) and (max-width: 1250px) {
}
@media all and (min-width: 768px) and (max-width: 849px) {

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