@charset "UTF-8";
.inner800 {
  color: #434343; }

.inner1200 {
  max-width: 1200px;
  margin: 0 auto; }

.inner1000 {
  max-width: 1000px;
  margin: 0 auto; }

.header {
  border-bottom: none; }

.top-ttl {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px 0; }
  @media screen and (max-width: 768px) {
    .top-ttl {
      font-size: 20px;
      margin: 0 0 20px 0; } }

.kv {
  background: url("/works/img/works_kv.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .kv {
      background-position: 60% 0; } }
  .kv .h1-ttl {
    color: #fff; }

.chief {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .chief {
      flex-direction: column;
      flex-direction: column-reverse;
      margin-bottom: 30px; } }
  .chief .ttl01 {
    font-size: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .chief .ttl01 {
        font-size: 25px;
        margin: 0 0 20px 0; } }
  @media screen and (max-width: 768px) {
    .chief img {
      width: 40%; } }
  .chief.inner800.mt80 {
    margin-top: 80px; }
    @media screen and (max-width: 768px) {
      .chief.inner800.mt80 {
        margin-top: 40px; } }

.ttl02 {
  font-size: 20px;
  width: 327px;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .ttl02 {
      font-size: 18px;
      margin-bottom: 30px; } }

.category {
  margin-top: 30px; }
  .category ul {
    list-style: none; }
    .category ul li {
      font-size: 16px;
      font-weight: bold;
      padding-bottom: 5px; }
      .category ul li::before {
        content: '●';
        color: #ffeb33;
        padding-right: 5px; }
        @media screen and (max-width: 768px) {
          .category ul li::before {
            font-size: 14px; } }

.works {
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .works {
      margin-bottom: 50px; } }
  .works p {
    margin-bottom: 20px; }

.price {
  /*.btn {
  	margin: 0 auto;
  	background: $gy;
  	width: max-content;
  	padding: 20px 80px;
  	border-radius: 5px;
  	@include break(500) {
  		width: 100%;
  		padding: 20px 30px;
  	}
  	a {
  		display: flex;
  		align-items: center;
  		justify-content: center;
  		font-size: 20px;
  		color: #fff;
  		@include break {
  			font-size: 16px;
  		}
  		.txt {
  			font-size: 20px;
  			@include break {
  				font-size: 16px;
  			}
  		}
  		.arrow {
  			padding-left: 10px;
  		}
  	}
  }*/ }
  .price p {
    margin-bottom: 30px; }
    .price p .line-yellow {
      background: linear-gradient(transparent 40%, #ffeb33 0%);
      width: max-content;
      margin-bottom: 30px; }
    .price p.txt_right {
      text-align: right;
      margin-bottom: 80px; }
      @media screen and (max-width: 768px) {
        .price p.txt_right {
          margin-bottom: 60px; } }
  .price .page-btn {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      .price .page-btn {
        margin-top: 30px; } }
    @media screen and (max-width: 768px) {
      .price .page-btn.plr20 {
        padding: 0 20px; } }
    .price .page-btn a {
      align-items: center;
      background-color: #0f795e;
      height: 60px;
      border-radius: 5px;
      color: #ffffff;
      padding: 16px 80px;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .price .page-btn a {
          padding: 16px 0;
          width: 100%;
          text-align: center;
          font-size: 16px; } }
      .price .page-btn a .small-arrow {
        font-size: 14px;
        vertical-align: 1px; }
        @media screen and (max-width: 768px) {
          .price .page-btn a .small-arrow {
            vertical-align: 0.1px; } }

#chief-notice01 {
  background: #fff;
  padding-bottom: 80px 0; }
  @media screen and (max-width: 768px) {
    #chief-notice01 {
      padding-bottom: 50px 0; } }
  #chief-notice01 .inner1000 {
    background: #f2f2f2; }
    @media screen and (max-width: 768px) {
      #chief-notice01 .inner1000 {
        margin: 0 5%; } }
    #chief-notice01 .inner1000 .box {
      max-width: 800px;
      margin: 40px auto;
      padding: 40px 0; }
      @media screen and (max-width: 768px) {
        #chief-notice01 .inner1000 .box {
          margin: 20px auto;
          padding: 30px 0; } }
      #chief-notice01 .inner1000 .box h3, #chief-notice01 .inner1000 .box h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #chief-notice01 .inner1000 .box h3, #chief-notice01 .inner1000 .box h4 {
            font-size: 18px; } }
        #chief-notice01 .inner1000 .box h3.line-yellow, #chief-notice01 .inner1000 .box h4.line-yellow {
          background: linear-gradient(transparent 40%, #ffeb33 0%);
          width: max-content;
          margin-bottom: 30px; }
      #chief-notice01 .inner1000 .box h4 {
        margin-top: 30px; }
      #chief-notice01 .inner1000 .box p {
        margin-top: 30px; }
  #chief-notice01 #bg-yellow {
    background-image: url("/works/img/consulting_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*.btn {
    	margin: 0 auto;
    	background: $gy;
    	width: max-content;
    	padding: 20px 80px;
    	border-radius: 5px;
    	@include break(500) {
    		width: 100%;
    		padding: 20px 30px;
    	}
    	a {
    		display: flex;
    		align-items: center;
    		justify-content: center;
    		font-size: 20px;
    		color: #fff;
    		@include break {
    			font-size: 16px;
    		}
    		.txt {
    			font-size: 20px;
    			@include break {
    				font-size: 16px;
    			}
    		}
    		.arrow {
    			padding-left: 10px;
    		}
    	}
    }*/ }
    #chief-notice01 #bg-yellow h3 {
      text-align: center;
      font-size: 36px;
      padding-bottom: 10px; }
      @media screen and (max-width: 768px) {
        #chief-notice01 #bg-yellow h3 {
          font-size: 30px; } }
    #chief-notice01 #bg-yellow h4 {
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        #chief-notice01 #bg-yellow h4 {
          padding-bottom: 10px; } }
    #chief-notice01 #bg-yellow ul {
      background: #fff;
      margin: 20px 0 30px;
      padding: 30px 50px; }
      @media screen and (max-width: 768px) {
        #chief-notice01 #bg-yellow ul {
          padding: 30px 30px 10px;
          text-align: center; } }
      #chief-notice01 #bg-yellow ul li {
        line-height: 32px; }
        @media screen and (max-width: 768px) {
          #chief-notice01 #bg-yellow ul li {
            padding-bottom: 20px; } }
    #chief-notice01 #bg-yellow .page-btn {
      display: flex;
      justify-content: center;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        #chief-notice01 #bg-yellow .page-btn {
          margin-top: 30px; } }
      @media screen and (max-width: 768px) {
        #chief-notice01 #bg-yellow .page-btn.plr20 {
          padding: 0 20px; } }
      #chief-notice01 #bg-yellow .page-btn a {
        align-items: center;
        background-color: #0f795e;
        height: 60px;
        border-radius: 5px;
        color: #ffffff;
        padding: 16px 80px;
        font-size: 20px; }
        @media screen and (max-width: 768px) {
          #chief-notice01 #bg-yellow .page-btn a {
            padding: 16px 0;
            width: 100%;
            text-align: center;
            font-size: 16px; } }
        #chief-notice01 #bg-yellow .page-btn a .small-arrow {
          font-size: 14px;
          vertical-align: 1px; }
          @media screen and (max-width: 768px) {
            #chief-notice01 #bg-yellow .page-btn a .small-arrow {
              vertical-align: 0.1px; } }
  @media screen and (max-width: 768px) {
    #chief-notice01 {
      padding: 30px 0 20px; } }

#chief-notice02 {
  padding: 40px 0; }
  #chief-notice02 .inner1000 {
    border-top: 1px solid #dbdbdb;
    padding-top: 100px; }
    @media screen and (max-width: 768px) {
      #chief-notice02 .inner1000 {
        padding-top: 50px; } }
  @media screen and (max-width: 768px) {
    #chief-notice02 {
      padding: 30px 0;
      padding-bottom: 0; } }
