@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
    }

html {
    box-sizing: border-box;
    width: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
    font-family: "Marcellus", "Zen Kaku Gothic New", sans-serif ;
    overflow-x: clip;
    background: #fcfbf6;
    width: 100%;
    min-width: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

.header-logo{
    text-align: left;
    width: 150px;
    padding-top: 20px;
    padding-left: 20px;
}


@media screen and (max-width: 767px) {
.header-logo{
    text-align: left;
    max-width: 100px !important;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 100px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
.header-logo{
    text-align: left;
    max-width: 110px;
    padding-top: 10px;
    padding-left: 10px;
}
}

@media  (min-width: 1025px) {
.mainvisual {
    background-image: url('../img/mainvisual.jpg');
    width: 100%;
    height: 670px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 120px calc(50% - 50vw);
    width: 100vw;
    vertical-align: top;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
.mainvisual  {
    background-image: url('../img/mainvisual.jpg');
    max-width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 80px calc(50% - 50vw);
    width: 100vw;
    vertical-align: top;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
}
}

@media screen and (max-width: 767px) {
.mainvisual  {
    background-image: url('../img/mainvisual.jpg');
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 80px calc(50% - 50vw);
    width: 100vw;
    vertical-align: top;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
}
}

@media screen and (min-width: 1025px) {
h1 {
    font-size: 80px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 170px;
    padding-top: 80px;
    line-height: 1;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px){
h1 {
    font-size: 60px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 70px;
    padding-top: 70px;
    line-height: 1;
}
}

@media screen and (max-width: 767px) {
h1 {
    font-size: 40px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 40px;
    padding-top: 60px;
    line-height: 1;
}
}

@media screen and (min-width: 1025px) {
.title {
    font-size: 60px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 170px;
    padding-top: 50px;
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
.title {
    font-size: 40px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 70px;
    padding-top: 30px;
    line-height: 1;
}
}

@media screen and (max-width: 767px) {
.title {
    font-size: 36px;
    letter-spacing: 0.25em;
    font-weight: lighter;
    padding-left: 40px;
    padding-top: 30px;
    line-height: 1;
}
}

@media screen and (min-width: 1025px) {
.circle-container {
  position: relative;
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  .circle-container {
  position: relative;
}
}

@media (max-width: 767px) {
.circle-container {
  position: relative;
}
}

@media screen and (min-width: 1025px) {
@keyframes rotate-01 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  @keyframes rotate-01 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
}


@media (max-width: 767px) {
  @keyframes rotate-01 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
}

@media screen and (min-width: 1025px) {
.rotate-01 {
    position: absolute;
    text-align: center;
    width: 280px;
    height: 280px;
    animation: rotate-01 20s infinite linear;
    top: 40px;
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  .rotate-01 {
    position: absolute;
    text-align: center;
    width: 280px;
    height: 280px;
    animation: rotate-01 20s infinite linear;
    top: 40px;
}
}

@media  (max-width: 767px) {
  .rotate-01 {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 150px;
    animation: rotate-01 20s infinite linear;
    top: 40px;
  }
}

@media screen and (min-width: 1025px) {
.circle-box {
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto;
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  .circle-box {
    width: 280px;
    height: 280px;
    position: relative;
    margin: 0 auto;
}
}

@media  (max-width: 767px) {
  .circle-box {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
}
}

@media screen and (min-width: 1025px) {
.main-explain {
    font-size: 15px;
    letter-spacing: 0.2em;
    font-weight: lighter;
    padding-left: 170px;
    padding-top: 50px;
    line-height: 2;
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
.main-explain {
    font-size: 13px;
    letter-spacing: 0.1em;
    font-weight: lighter;
    padding-left: 70px;
    padding-top: 30px;
    line-height: 1.5;
}
}

@media screen and (max-width: 767px) {
.main-explain {
    font-size: 11px;
    letter-spacing: 0.1em;
    font-weight: lighter;
    padding-left: 40px;
    padding-top: 30px;
    line-height: 1.5;
}
}

@media  (min-width: 1025px) {
.scrolldown {
    position: absolute;
    text-align: center;
    width: 80px;
    left: 50%;
    top: 59%;
   transform: translate(-50%,-50%);
}
}

@media screen and (min-width: 768px)and (max-width: 1024px) {
  .scrolldown {
    position: absolute;
    text-align: center;
    width: 80px;
    left: 50%;
    top: 59%;
   transform: translate(-50%,-50%);
}
}

@media screen and (max-width: 767px) {
.scrolldown {
    position: absolute;
    text-align: center;
    width: 50px;
    left: 50%;
    top: 80%;
   transform: translate(-50%,-50%);
}
}
@media  (min-width: 1025px) {
.news-container {
    max-width: 1100px;
    height: 450px;
    background-color: #e9e9e9;
    margin: 80px auto;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.news-container {
    width: 90%;
    height: 460px !important;
    background-color: #e9e9e9;
    margin: 80px auto 40px auto;
    align-items: center;
}
}

@media  (max-width: 767px) {
.news-container {
    width: 90%;
    height: 600px !important;
    background-color: #e9e9e9;
    margin: 80px auto 40px auto;
}
}


@media (min-width: 1025px) {
.news-block {
    display: flex;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .news-block {
    flex-direction:column ;
}
}

@media  (max-width: 767px) {
.news-block {
    flex-direction:column ;
}
}

@media  (min-width: 1025px) {
.news-box {
    width: 400px;
    margin-top: 50px;
    height: 350px;
}
}

@media  (min-width: 768px)  and (max-width: 1024px){
.news-box {
    width: 100px;
    margin: 0 auto;
    height: 100px;
}
}

@media  (max-width: 767px) {
.news-box {
    width: 100%;
    margin-top: 0px;
    height: 80px;
}
}


@media (min-width: 1025px) {
.news-contents-box {
    width: 600px;
    margin-top: 50px;
    height: 350px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.news-contents-box  {
    width: 80%;
    margin: 40px auto 20px auto;
    height: 200px;
}
}

@media (max-width: 767px) {
.news-contents-box  {
    width: 95%;
    margin: 40px auto 20px auto;
    height: 300px;
}
}

@media (min-width: 1025px) {
.news {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-left: 120px;
    padding-top: 50px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
.news {
    font-size: 40px;
    font-weight: lighter;
    text-align: center !important;
    letter-spacing: 0.1em;
    padding-left: 0px;
    padding-top: 80px;
}
}

@media  (max-width: 767px) {
.news {
    font-size: 40px;
    font-weight: lighter;
    text-align: center;
    letter-spacing: 0.1em;
    padding-left: 0px;
    padding-top: 80px;
    padding-bottom: 30px;
}
}

.viewall-button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 150px;
    height: 40px;
    background: #000000;
    margin: 30px auto;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
}


@media (min-width: 768px)and (max-width: 1024px) {
  .viewall-button a {
    position: static;
    overflow: hidden;
    text-decoration: none;
    display: block;
    width: 150px !important;
    height: 40px;
    background: #000000;
    margin: 220px auto !important;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
}
}

@media (max-width: 767px) {
.viewall-button a {
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 150px;
    height: 40px;
    background: #000000;
    margin: 330px auto;
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
}
}

.viewall-button a span {
    position: relative;
    z-index: 3;
    color: #FFEEDF;
}


.viewall-button a:hover span{
    color:#000000;
}


.bgleft-03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}


.bgleft-03:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


.category {
    display: flex;
    padding-left: 420px;
}


.category-botton-01 {
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
}


.category-botton-02 {
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 30px;
    max-width: 80px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
}


@media (min-width: 1025px) {
.news-item {
   list-style: none;
   font-size: 13px;
   letter-spacing: 0.2em;
   font-family: Zen Kaku Gothic New;
   text-decoration: none;
   color: #000000;
   margin: 0 auto;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.news-item {
   width: 90%;
   list-style: none !important;
   font-size: 13px;
   letter-spacing: 0.2em;
   font-family: Zen Kaku Gothic New;
   text-decoration: none;
   color: #000000;
   margin-top: 10px;
}
}

@media screen and (max-width: 767px) {
.news-item {
  width: 90%;
   list-style: none;
   font-size: 13px;
   letter-spacing: 0.2em;
   font-family: Zen Kaku Gothic New;
   text-decoration: none;
   color: #000000;
   margin-top: 10px;
}
}

@media (min-width: 1025px) {
.news-date {
    font-size: 13px;
    list-style: none;
    letter-spacing: 0.2em;
    font-family: Marcellus;
    color: black;
    padding-bottom: 10px;
    padding-top: 30px;
}
}

@media screen and (max-width: 767px) {
  .news-date {
    font-size: 13px;
    list-style: none;
    letter-spacing: 0.2em;
    font-family: Marcellus;
    color: black;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-left: 20px;
}
}


.news-title {
    font-size: 15px;
    list-style: none;
    letter-spacing: 0.2em;
    font-family: Zen Kaku Gothic New;
    color: black;
    padding-bottom: 20px;
    border-bottom: solid 0.8px #898989;
}

@media screen and (max-width: 767px) {
  .news-title {
    font-size: 15px;
    list-style: none;
    letter-spacing: 0.2em;
    font-family: Zen Kaku Gothic New;
    color: black;
    padding-bottom: 20px;
    border-bottom: solid 0.8px #898989;
    margin-left: 20px;
}
}

.news-link {
    text-decoration: none;
    list-style: none;
}


.news-contents {
    height: 150px;
}



@media (min-width: 1025px) {
.service {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 50px;
}
}

@media  (min-width: 768px) and (max-width: 1024px){
.service {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
}
}

@media (max-width: 767px) {
.service {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 20px;
  }
}

@media (min-width: 1025px) {
.service-text  {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding-top: 40px;
    line-height: 2;
    text-align: center;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.service-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    padding-bottom: 40px;
}
}

    @media  (max-width: 767px) {
.service-text {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
}
}


@media (max-width: 767px) {
  .br-pc {
    display: none;
  }
}

@media  (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

@media  (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media (min-width: 1025px) {
.service-contents01-container {
    width: 1100px;
    height: 380px;
    display: flex;
    margin: 80px 0 0 150px;
    flex-direction: row;
    justify-content: flex-end;
}
}

@media (min-width: 768px)  and (max-width: 1024px){
  .service-contents01-container {
    width: 100%;
    height: 550px;
    flex-direction: column;
    margin: 50px 0 20px 0px;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .service-contents01-container {
    width: 100%;
    height: 500px;
    flex-direction: column;
    margin: 50px 0 0 0;
    justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
.service-image01-pc {
    width: 400px;
    box-shadow: 23px -23px #fec7a5;
    margin-top: 30px;
    margin-right: 30px;
    display: block;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .service-image01-pc {
    display: none;
  }
}

@media  (max-width: 767px) {
  .service-image01-pc {
    display: none;
  }
}

@media (min-width: 1025px) {
.service-image01-sp {
    display: none;
  }
}

@media (min-width: 768px)and (max-width: 1024px)  {
  .service-image01-sp {
    display: block;
    width: 350px;
    box-shadow: 23px -23px #fec7a5;
    margin-top: 60px;
    margin-left: 28%;
  }
}

@media (max-width: 767px) {
  .service-image01-sp {
    display: block;
    width: 300px;
    box-shadow: 23px -23px #fec7a5;
    margin-top: 100px;
    margin-left: 8%;
  }
}

@media (min-width: 1025px) {
.service-image01 {
    width: 400px;
    box-shadow: 23px -23px #fec7a5;
    margin-top: 30px;
    margin-right: 30px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .service-image01 {
    width: 300px;
    box-shadow: 23px -23px #fec7a5;
    margin: 0 0 200px 0;
  }
}

@media (max-width: 767px) {
  .service-image01 {
    width: 300px;
    box-shadow: 23px -23px #fec7a5;
    margin: 0 0 200px 0;
  }
}

@media  (min-width: 1025px) {
.service-image02 {
    width: 400px;
    box-shadow: -23px -23px #fec7a5;
    margin-top: 30px;
}
}

@media  (min-width: 768px)and (max-width: 1024px) {
  .service-image02 {
    display: block;
    width: 350px;
    box-shadow: 23px -23px #fec7a5;
    margin-top: 50px;
    margin-left: 28%;
  }
}

@media  (max-width: 767px) {
  .service-image02 {
    width: 300px;
    box-shadow: 23px -23px #fec7a5;
    margin-left: 8%;
    margin-top: 30px;
  }
}

@media  (min-width: 1025px) {
.service-contents-box  {
    width: 550px;
    height: 200px;
    display: flex;
    margin: 50px 0 0 80px;
    display: flex;
    flex-wrap: wrap;
}
}

@media (min-width: 768px)and (max-width: 1024px){
  .service-contents-box {
    margin: 20px 0 0 0;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .service-contents-box {
    margin: 20px 0 0 0;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
.service-contents-box02  {
    width: 550px;
    height: 200px;
    margin: 50px 0 0 50px;
    display: flex;
    flex-wrap: wrap;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .service-contents-box02 {
    width: 100%;
    margin: 20px 0 20px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

@media  (max-width: 767px) {
  .service-contents-box02 {
    width: 100%;
    margin: 20px 0 20px 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
.service-number01 {
    width: 100px;
    height: 80px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .service-number01{
    width: 100%;
    height: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .service-number01{
    width: 100%;
    height: 50px;
    text-align: center;
  }
}

@media (min-width: 1025px) {
.service-number01-pc {
    width: 100px;
    height: 80px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .service-number01-pc{
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 200px;
  }
}

@media  (max-width: 767px) {
  .service-number01-pc{
    width: 100%;
    height: 80px;
    text-align: center;
    margin-top: 200px;
  }
}

@media  (min-width: 1025px) {
.service-number {
    font-size: 60px;
    font-weight: lighter;
    padding-top: 0;     
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .service-number {
    font-size: 40px;
    font-weight: lighter;
    padding-top: 0;   
  }
}

@media  (max-width: 767px) {
  .service-number {
    font-size: 40px;
    font-weight: lighter;
    padding-top: 0;   
  }
}

@media (min-width: 1025px) {
.servicetitle-01 {
    width: 450px;
    height: 80px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .servicetitle-01 { 
    width: 100%;
    height: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .servicetitle-01 { 
    font-weight: bold;
    width: 100%;
    height: 50px;
    text-align: center;
  }
}

@media  (min-width: 1025px) {
.service01-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.3em;
    padding-top: 10px;
}
}

@media  (min-width: 768px)and (max-width: 1024px) {
  .service01-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.25em;
    padding-top: 10px;
  }
}

@media  (max-width: 767px) {
  .service01-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.25em;
    padding-top: 10px;
  }
}

@media  (min-width: 1025px) {
.serviceexplain-01 {
    width: 550px;
    height: 200px;
    margin-top: 20px;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .serviceexplain-01 {
    width: 100%;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .serviceexplain-01 {
    width: 100%;
    height: 150px;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
  }
}

@media  (min-width: 1025px) {
.service-explain {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14.5px;
    letter-spacing: 0.2em;
    line-height: 30px;
    padding-left: 10px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .service-explain {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14.5px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .service-explain {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 25px;
    padding-left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
.service02-title {
    font-size: 18px;
    letter-spacing: 0.3em;
    font-weight: 700;
    padding-top: 25px;
    padding-left: 15px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
  .service02-title {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 0px;
  }
}

@media(max-width: 767px) {
  .service02-title {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding-top: 15px;
    padding-left: 0px;
  }
}

.viewmore-button-02 a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 280px;
    height: 60px;
    background: #000000;
    margin: 100px auto;
    font-weight: lighter;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
}


.viewmore-button-02 a span {
    position: relative;
    z-index: 3;
    color:#fff;
}


.viewmore-button-02 a:hover span{
    color:#000000;
}


.bgleft-02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}


.bgleft-02:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}


@media (min-width: 1025px) {
.works-container {
    width: 100%;
    height: 1700px;
    background-color: #000000;
}
}

@media (min-width: 768px)and (max-width: 1024px){
  .works-container {
    width: 100%;
    height: 2700px;
    background-color: #000000;
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .works-container {
    width: 100%;
    height: 2100px;
    background-color: #000000;
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
.works {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 100px;
    text-align: center;
    color: #ffffff;
}
}

@media  (min-width: 768px)and (max-width: 1024px){
.works {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 100px;
    text-align: center;
    color: #ffffff;
}
}

@media  (max-width: 767px) {
  .works {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 50px;
    padding-bottom: 25px;
    text-align: center;
    color: #ffffff;
  }
}

@media  (min-width: 1025px) {
.works-wrapper {
    display: flex;
    width: 85%;
    justify-content: center;
    margin: 50px auto;
    flex-wrap: wrap;
 }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .works-wrapper {
    flex-direction: column;
    width: 100%;
    justify-content: normal;
    margin: 0px auto;
    flex-wrap: nowrap;
  }
}

@media  (max-width: 767px) {
  .works-wrapper {
    flex-direction: column;
    width: 100%;
    justify-content: normal;
    margin: 0px auto;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1025px) {
.worksimage-box {
    width: 40%;
    height: 560px;
    background-color: #ffffff;
    margin: 30px 30px 30px 30px;
    box-shadow: 0 10px 25px 0 rgba(183, 182, 181, 0.5);
}
}

@media  (min-width: 768px) and (max-width: 1024px){
  .worksimage-box{
    width: 60%;
    height: 550px;
    background-color: #ffffff;
    margin: 30px auto;
    box-shadow: 0 10px 25px 0 rgba(183, 182, 181, 0.5);
  }
}

@media  (max-width: 767px) {
  .worksimage-box{
    width: 90%;
    height: 440px;
    background-color: #ffffff;
    margin: 10px auto;
    box-shadow: 0 10px 25px 0 rgba(183, 182, 181, 0.5);
  }
}

@media  (min-width: 1025px) {
.works-link img {
    width: 100%;
    height: 350px;
}
}

@media  (min-width: 768px) and (max-width: 1024px){
.works-link img {
    width: 100%;
    height: 350px;
}
}

@media (max-width: 767px) {
  .works-link img{
    width: 100%;
    height: 250px;
  }
}

.works-category-botton-01 {
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    color: #ffffff;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin: 30px auto 10px 40px;
}

.works-title-01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: 0.2em;
    font-weight: 550;
    margin: 15px auto auto 45px ;
}
.viewdetail-box {
    margin-top: 30px;
    height: 70px;
}

@media  (max-width: 767px) {
  .viewdetail-box {
    margin-top: 10px;
    margin-left: 70px;
    height: 60px;
  }
}

@media  (min-width: 768px) and (max-width: 1024px){
  .viewdetail-box {
    margin-top: 10px;
    margin-left: 0px;
    height: 60px;
  }
}

@media (min-width: 1025px) {
  .viewdetail-box {
    margin-top: 10px;
    margin-left: 0px;
    height: 60px;
  }
}

@media (min-width: 1025px) {
.viewdetail-text {
   font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-bottom: 20px;
    color: #000000;
}
}

@media  (min-width: 768px) and (max-width: 1024px){
  .viewdetail-text {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-bottom: 40px;
    color: #000000;
  }
}

@media  (max-width: 767px) {
  .viewdetail-text {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-bottom: 40px;
    color: #000000;
  }
}

@media (min-width: 1025px) {
.viewdetail-text::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 30px;
    background: url('../img/yajirushi.svg') no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 300px;
    margin-bottom: 20px;
    transform: translateY(40px);
  }
}

@media  (min-width: 768px) and (max-width: 1024px){
  .viewdetail-text::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 30px;
    background: url('../img/yajirushi.svg') no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 270px;
    margin-bottom: 20px;
    transform: translateY(40px);
  }
}


@media  (max-width: 767px) {
  .viewdetail-text::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 30px;
    background: url('../img/yajirushi.svg') no-repeat;
    background-size: contain;
    margin-right: 10px;
    margin-left: 100px;
    margin-bottom: 20px;
    transform: translateY(40px);
  }
}

.viewmore-button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 280px;
    height: 60px;
    background: #ffffff;
    margin: 60px auto;
    font-weight: lighter;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #ffffff;
    letter-spacing: 0.1em;
}

@media  (max-width: 767px) {
  .viewmore-button a  {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 280px;
    height: 60px;
    background: #ffffff;
    margin: 20px auto;
    font-weight: lighter;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #ffffff;
    letter-spacing: 0.1em;
  }
}

.viewmore-button a span {
    position: relative;
    z-index: 3;
    color:#000000;
}

.viewmore-button a:hover span{
    color:#fff;
}

.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  ;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.profile {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 100px;
    text-align: center;
}

@media  (max-width: 767px) {
  .profile {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 40px;
    text-align: center;
  }
}

@media  (max-width: 767px) {
  .profile-image-box {
    text-align: center;
    margin-top: 30px;
    margin-right: 4%;
  }
}

@media (min-width: 768px)and (max-width: 1024px)  {
  .profile-image-box {
    text-align: center;
    margin-top: 10px;
    margin-right: 4%;
  }
}

@media (min-width: 1025px) {
.profile-image {
    width: 400px;
    box-shadow: 23px -23px #ffedde;
    margin-top: 30px;
}
}

@media (min-width: 768px)and (max-width: 1024px)  {
  .profile-image {
    width: 400px;
    height: auto;
    box-shadow: 23px -23px #ffedde;
    margin: 40px auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .profile-image {
    width: 300px;
    height: auto;
    box-shadow: 23px -23px #ffedde;
    margin: 30px auto;
    text-align: center;
  }
}

@media (min-width: 1025px) {
.profile-title {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding-top: 20px;
}
}

@media (min-width: 768px)and (max-width: 1024px)  {
  .profile-title {
    font-size: 22px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .profile-title {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1025px) {
.profile-text-01 {
    font-family: Zen Kaku Gothic New;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-top: 30px;
}
}

@media (max-width: 767px) {
   .profile-text-01 {
    font-family: Zen Kaku Gothic New;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-top: 10px;
  }
}

@media (min-width: 768px)and (max-width: 1024px)  {
   .profile-text-01 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    padding-top: 10px;
  }
}

@media (min-width: 1025px) {
.profile-text-02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-top: 10px;
    line-height: 1.8em;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .profile-text-02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-top: 10px;
    line-height: 2em;
}
}

@media(max-width: 767px) {
  .profile-text-02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-top: 10px;
    line-height: 2em;
}
}

@media (min-width: 1025px) {
.profile-text-03 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    padding-top: 40px;
    line-height: 1.8em;
}
}

@media(max-width: 767px) {
   .profile-text-03 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding-top: 50px;
    line-height: 1.8em;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
   .profile-text-03 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    letter-spacing: 0.2em;
    padding-top: 50px;
    line-height: 1.8em;
  }
}

@media (min-width: 1025px) {
.profile-wrapper {
    margin:0 auto;
    width: 900px;
    height: 350px;
    display: flex;
    margin-top: 80px;
    justify-content: flex-start;
}
}

@media (max-width: 767px) {
  .profile-wrapper {
    margin:0 auto;
    width: 100%;
    height: 600px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 30px;
    justify-content: normal;
    flex-direction: column-reverse
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .profile-wrapper {
    margin:0 auto;
    width: 100%;
    height: 800px;
    flex-direction: column;
    justify-content: normal;
    flex-direction: column-reverse
  }
}

@media (min-width: 1025px) {
.profile-text-box {
    width: 600px;
}
}

@media (max-width: 480px) {
  .profile-text-box {
    margin: 0 auto;
    width: 90%;
    text-align: center;
  }
}

@media (min-width: 768px)and (max-width: 1024px){
  .profile-text-box {
    margin: 50px auto;
    width: 90%;
    text-align: center;
  }
}

@media (min-width: 1025px) {
.contact-container {
    position: relative;
}
}

@keyframes rotate-02 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  @keyframes rotate-02 {
  from {
    transform: translateX(50%) rotate(0deg);
  }
  to {
    transform: translateX(50%) rotate(360deg);
  }
}
}

.rotate-02 {
    position: absolute;
    width: 200px;
    animation: rotate-02 20s infinite linear;
    top: 40px;
}

@media  (max-width: 767px) {
  .rotate-02 {
    position: absolute;
    width: 200px;
    animation: rotate-02 20s infinite linear;
    top: 40px;
    right: 50%;
  }
}

.circle-box-02 {
    position: relative;
    width: 200px;
    height: 200px;
    margin:0 auto;
}

.mail {
    position: absolute;
    text-align: center;
    width: 30px;
    left: 50%;
    top: 70%;
    transform: translate(-50%,-50%);
}

.contact-box {
    background-image: url('../img/contact.png');
    background-repeat: no-repeat;
    margin:0px auto 150px;
    text-align: center;
    max-width: 90%;
    height: 350px;
    background-size: cover;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
}

@media (max-width: 767px) {
  .contact-box {
    background-image: url('../img/contact.png');
    background-repeat: no-repeat;
    margin:0px auto 50px;
    text-align: center;
    width: 90%;
    height: 360px;
    background-size: cover;
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
  }
}
    
.contact {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 70px;
}

.contact-text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-top: 18px;
}

.contact-button a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 380px;
    height: 60px;
    background: #000000;
    margin: 50px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
}

@media  (max-width: 767px) {
  .contact-button a  {
    position: relative;
    padding-top: 20px;
    overflow: hidden;
    text-decoration: none;
    display: block;
    max-width: 300px;
    height: 70px;
    background: #000000;
    margin: 50px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 25px;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray
  }
}

.contact-button a span {
    position: relative;
    z-index: 3;
    color:#fff;
}

.contact-button a:hover span{
    color:#000000;
}

.bgleft-02:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

.bgleft-02:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.footer-container {
    width: 100%;
    height: 300px;
    background-color: black;
    align-items: center;
}

@media (max-width: 767px) {
  .footer-container {
    width: 100%;
    height: 250px;
    background-color: black;
    align-items: center;
 }
}

.footermenu {
    width: 800px;
    margin: 0px auto;
    padding-top: 50px;
}

@media  (max-width: 767px) {
  .footermenu  {
    width: 90%;
    height: 100px;
    margin: 0px auto;
    padding-top: 20px;
   }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .footermenu  {
    width: 90%;
    height: 100px;
    margin: 0px auto;
    padding-top: 20px;
   }
}

.footermenu-list {
  display: flex;  
  justify-content: space-around;
  list-style: none;
}

@media (max-width: 767px) {
  .footermenu-list  {
   width: 70%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   list-style: none;
   margin: 0 auto;
   column-gap: 40px;
   row-gap: 10px;
   }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .footermenu-list  {
   width: 70%;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   list-style: none;
   margin: 0 auto;
   column-gap: 40px;
   row-gap: 10px;
   }
}

.mainMenu_link_02 {
    text-decoration: none;
    color: white;
}

    
@media  (max-width: 767px) {
  .mainMenu_link_02  {
   text-align: center;
   text-decoration: none;
   color: white;

  }
}

.name {
    font-size: 30px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 80px;
    padding-bottom: 30px;
    text-align: center;
    color: white;
}

@media (max-width: 767px) {
  .name  {
    font-size: 25px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: white;
  }
}

/*　news 下層ページ　*/
.news-kasoupage {
    height: 1800px;
}

.article {
    height: 1400px;
}

@media (max-width: 767px) {
  .article   {
    height: 700px;
  }
}

.article-01 {
    height: 1100px;
}

@media (min-width: 1025px) {
.article-date {
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 50px;
    padding-left: 0px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-date {
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 50px;
    padding-left: 40px;
}
}

@media  (max-width: 767px) {
  .article-date {
    font-size: 15px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
.article-category a {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0px;
    margin-top: 20px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-category a {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 40px;
    margin-top: 20px;
}
}

@media  (max-width: 767px) {
  .article-category a {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 20px;
  }
}

@media (min-width: 1025px) {
.article-title {
    font-size: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px;
    padding-left: 0px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-title {
    font-size: 25px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px;
    padding-left: 40px;
}
}

@media  (max-width: 767px) {
  .article-title  {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 550;
    margin: 0px auto ;
    color: black;
    width: 90%;
    padding-top: 10px;
    padding-left: 0px;
    line-height: 30px;
  }
}

@media (min-width: 1025px) {
.article-content {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 100px;
}
}


@media screen and (max-width: 767px) {
  .article-content {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-content {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
 }
}

@media (min-width: 1025px) {
.news-midashi {
    background-image: url('../img/kasou_midashi.png');
    background-repeat: no-repeat;
    margin:200px auto 50px auto !important;
    text-align: center;
    width: 80%;
    height: 250px;
    background-size: cover;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
   .news-midashi  {
    background-image: url('../img/kasou_midashi.png');
    background-repeat: no-repeat;
    margin:150px auto 50px auto !important;
    text-align: center;
    width: 90%;
    height: 200px;
    background-size: cover;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
  }
}


@media screen and (max-width: 767px) {
  .news-midashi  {
    background-image: url('../img/kasou_midashi.png');
    background-repeat: no-repeat;
    margin:130px auto 30px auto !important;
    text-align: center;
    width: 90%;
    height: 200px;
    background-size: cover;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
  }
}

@media (min-width: 1025px) {
.news-02 {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 80px;
    text-align: center;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .news-02 {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 70px;
    text-align: center;
}
}

@media screen and (max-width: 767px) {
  .news-02 {
    font-size: 50px;
    font-weight: lighter;
    letter-spacing: 0.1em;
    padding-top: 70px;
    text-align: center;
  }
}

.page404-heading {
    font-size: 30px;
    letter-spacing: 0.1em;
    padding-top: 120px;
    padding-bottom: 30px;
    text-align: center;
}

.page404-message {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 80px;
    text-align: center;
    line-height: 30px;
    padding-bottom: 100px;
}

@media (min-width: 1025px) {
.news-container-02 {
    width: 800px;
    height: 1500px;
    margin: 80px 50px 50px 300px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
.news-container-02  {
    width: 80%;
    height: 1650px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .news-container-02  {
    width: 90%;
    height: 1650px;
    margin: 50px auto;
  }
}

.pagination {
    font-size: 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 80px;
    text-align: center;
}

/* ページネーションの汎用スタイル */
.screen-reader-text{
  display: none;
}

/* リンクの枠 */
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}

 /* 数字のリンク */
.pagination .nav-links .page-numbers {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #aaa;
  padding: 0.5em 1em;
  border-radius: 6px;
  color: #333;
  transition: background-color 0.3s, color .3s;
}

/* 現在のページ */
.pagination .nav-links .current {
  background-color: #333;
  color: #fff;
}

/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
  background-color: #333;
  color: #fff;
}


.article-category-02 a {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
}

.works-midashi {
    background-image: url('../img/kasou_midashi.png');
    background-repeat: no-repeat;
    margin:80px auto;
    text-align: center;
    width: 1100px;
    height: 250px;
    background-size: cover;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    align-items: center;
}

@media (min-width: 1025px) {
.works-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin: 0px auto auto 30px ;
    color: black;
    text-decoration: none;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .works-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin: 0px auto auto 30px ;
    color: black;
    text-decoration: none;
}
}

@media screen and (max-width: 767px) {
.works-title {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    margin: 0px auto auto 20px ;
    color: black;
    text-decoration: none;
}
}

@media (min-width: 1025px) {
.article-category-03 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-category-03 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
  .article-category-03 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}


@media (min-width: 1025px) {
.article-category-04 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0px;
    margin-top: 20px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-category-04 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 40px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .article-category-04 {
    color: white;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 130px;
    height: 8px;
    padding: 10px 20px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}


@media (min-width: 1025px) {
.article-category-05  {
    color: white;
    font-family: Marcellus;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 105px;
    height: 7px;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: 10px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-category-05 {
    color: white;
    font-family: Marcellus;
    background: #000000;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 105px;
    height: 7px;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}
}

@media screen and (max-width: 767px) {
  .article-category-05 {
    color: white;
    font-family: Marcellus;
    background: #000000 ;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 105px;
    height: 7px;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
    font-weight: lighter;
    letter-spacing: 0.1em;
    font-size: 13px;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 10px;
}
}

@media (min-width: 1025px) {
.works-title-02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 550;
    margin: 20px auto auto 0px ;
    color: black;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .works-title-02 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 550;
    margin: 20px auto 20px auto ;
    color: black;
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .works-title-02  {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: 550;
    margin: 10px auto ;
    color: black;
    width: 90%;
  }
}

@media (min-width: 1025px) {
.single-works {
  width: 75%;
  margin: 0 auto;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
.single-works {
  width: 90%;
  margin: 0 auto;
}
}

@media screen and (max-width: 767px) {
.single-works {
  width: 90%;
  margin: 0 auto;
}
}

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

@media (min-width: 1025px) {
.article-content-02 {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 40px;
    padding-left: 0px;
    padding-bottom: 100px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .article-content-02 {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .article-content-02 {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 100px;
    width: 90%;
    margin: 0 auto;
  }
}

/*　contactform　*/
@media (min-width: 1025px) {
.contact-form {
    width: 80%;
    margin: 0 auto auto 200px;
  }
}

@media screen and (max-width: 767px) {
  .contact-form {
    margin: 0  ;
    width: 100%;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .contact-form {
    margin: 0 0 auto auto ;
    width: 90%;
    
  }
}

@media (min-width: 1025px) {
.sentence  {
    font-size: 17px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    margin-top: 120px;
    margin-bottom: 70px;
    text-align: center;
    line-height: 1.8;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .sentence {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .sentence {
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    margin-top: 70px;
    text-align: center;
    line-height: 1.8;
  }
}

/************************************
** Contact form 7 CSSカスタマイズ
************************************/
/* 入力欄全体の設定 */

@media (min-width: 1025px) {
input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea {
    display: block;
    width: 80%;
    height: 45px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 18px;
    font-family: Zen Kaku Gothic New;
    letter-spacing: 0.1em;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
  input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea   {
    display: block;
    width: 80%;
    height: 45px;
    margin: 0 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
  }
}

@media screen and (max-width: 767px) {
  input[type="text"],input[type="password"],input[type="datetime"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],
  input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],select,textarea   {
    display: block;
    width: 95%;
    height: 45px;
    margin: 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: #F6F8F8;
    color: #5c6b80;
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
  }
}
/* テキストエリアの設定 */

@media (min-width: 1025px) {
table.CF7_table textarea {
    resize: vertical;
    width: 80%;
    min-height: 300px;
    line-height: 1.5em;
    overflow: auto;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    padding-top: 10px;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  table.CF7_table textarea  {
    resize: vertical;
    width: 80%;
    min-height: 250px;
    line-height: 1.5em;
    overflow: auto;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
  }
}


@media screen and (max-width: 767px) {
  table.CF7_table textarea  {
    resize: vertical;
    width: 95%;
    min-height: 250px;
    line-height: 1.5em;
    overflow: auto;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
  }
}


/* 入力欄とテキストエリア共通 */
.CF7_table input, .CF7_table select, .CF7_table textarea {
	border: 1px solid #d8d8d8;
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding-left: 10px;
}
/* table */

@media (min-width: 1025px) {
table.CF7_table {
    width: 90%;
	margin: 20px auto;
	border: none !important
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  table.CF7_table  {
    width: 100%;
	  margin: 0  auto ;
	  border: none !important
  }
}

@media screen and (max-width: 767px) {
  table.CF7_table  {
    width: 100%;
	  margin: 0  auto;
	  border: none !important
  }
}
table.CF7_table tr {
	border-top: 1px solid #e5e5e5;
}

@media (min-width: 1025px) {
table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
  text-align: left;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.08em;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  table.CF7_table th {
  width: 40%;
  background-color: #F6F8F8;
  text-align: left;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.08em;
}
}

@media screen and (max-width: 767px) {
  table.CF7_table th {
  width: 30%;
  background-color: #F6F8F8;
  text-align: left;
  font-size: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.08em;
}
}

/* 背景を削除 */
table.CF7_table tr,
table.CF7_table th,
table.CF7_table td {
  background: none !important;
	border: none !important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table {
	display: table;
}
.CF7_table ::placeholder {
	color: #797979;
}

.radio{
    font-size: 17px;
    font-family: Zen Kaku Gothic New;
    letter-spacing: 0.1em;
}


/*「必須」文字*/
.CF7_req{
	font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
	padding: 4px 7px;
	background: black;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
	padding: 4px 7px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

small{
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  small  {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.15em;
  }
}


.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
}

/* エラーメッセージのスタイル (Contact Form 7の場合) */
.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
color: #cc0000;
font-weight: bold;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: lighter;
  letter-spacing: 0.1em;
}

.cf7-accept-check{
font-size: 15px;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: lighter;
letter-spacing: 0.1em;
}

/* レスポンシブ */
@media screen and (max-width: 767px){
	table.CF7_table{
	    width: 90%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
        display: block;
        width: 100% !important;
        line-height: 2.5em;
	}
	.CF7_table th{
	    background-color: #F6F8F8;
	}
}


/* 送信ボタン */
.cf7__button {
  padding-left: 72px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

input[type="submit"] {
  width: 200px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity 0.6s;
}

input[type="submit"]:hover {
  opacity: 0.6;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0;
  }

  .cf7__list dd {
    width: 100%;
  }

  .cf7__list dd:nth-of-type(n + 2) {
    margin-top: 0;
  }

  .cf7__list dd .wpcf7-checkbox,
  .cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }


/* 送信ボタン */
  input[type="submit"] {
    width: 100px;
    height: 56px;
  }
}

/* ラッパーにアニメーションをつける */

@media (min-width: 1025px) {
.original-button-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  height: 60px;
  background: #000000;
  margin: 50px auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  line-height: 60px;
  border: 0.5px solid #000000;
  letter-spacing: 0.1em;
  box-shadow: 2px 2px 4px gray;
  cursor: pointer;
  transition: ease 0.2s;
}
}

@media (min-width: 768px)and (max-width: 1024px) {
  .original-button-wrapper  {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 60px;
    background: #000000;
    margin: 40px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 50px;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray;
    cursor: pointer;
    transition: ease 0.2s;
  }
}



@media screen and (max-width: 767px) {
  .original-button-wrapper  {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    height: 60px;
    background: #000000;
    margin: 40px auto;
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    line-height: 50px;
    border: 0.5px solid #000000;
    letter-spacing: 0.1em;
    box-shadow: 2px 2px 4px gray;
    cursor: pointer;
    transition: ease 0.2s;
  }
}


/* 白いスライド */
.original-button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #ffffff;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1);
}

.original-button-wrapper:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

/* submitボタン自体は透明＆テキストだけ前面に */
.original-button {
  position: relative;
  z-index: 1;
  background: transparent !important;
  color: #fff !important;
  border: none !important;
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-family: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .original-button  {
    position: relative;
    z-index: 1;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    font-family: bold;
    letter-spacing: 0.1em;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px !important;
  }
}

.original-button-wrapper:hover .original-button {
  color: #000000 !important;
}
/* ************************************
  ************************************ */

/* ハンバーガーメニュー */
/* https://blog.to-ko-s.com/css-hamburger-menu/#i-5 */

@media (min-width: 1025px) {
.c-header {
  align-items: center;
  background-color: #eeedec; /* カスタマイズしてください */
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 1rem 2rem; /* カスタマイズしてください */
  width: 100%;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 120px;
}
}

@media screen and (max-width: 767px) {
  .c-header  {
    align-items: center;
    background-color: #eeedec; /* カスタマイズしてください */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem; /* カスタマイズしてください */
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 80px;
  }
}

@media (min-width: 768px)and (max-width: 1024px) {
  .c-header  {
    align-items: center;
    background-color: #eeedec; /* カスタマイズしてください */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem; /* カスタマイズしてください */
    width: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100px;
  }
}

.c-header__logo {
  color: #000; /* カスタマイズしてください */
  min-width: 80px; /* カスタマイズしてください */
  text-decoration: none;
}

.c-header__list {
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 0;
}

.c-header__list-item {
  list-style: none;
  text-decoration: none;
}

@media (min-width: 1025px) {
.c-header__list-link {
  color: #000000; /* カスタマイズしてください */
  display: block;
  margin-right: 40px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 20px 0px; /* カスタマイズしてください */
}
}


@media (min-width: 768px)and (max-width: 1024px) {
  .c-header__list-link {
  color: #000000; /* カスタマイズしてください */
  display: block;
  margin-right: 40px; /* カスタマイズしてください */
  text-decoration: none;
  padding: 20px 0px; /* カスタマイズしてください */
}
}

@media screen and (max-width: 767px) {
  .c-header__list-link  {
    color: #000000; /* カスタマイズしてください */
    display: block;
    margin-right: 40px; /* カスタマイズしてください */
    text-decoration: none;
    padding: 20px 0px; /* カスタマイズしてください */
  }
}

.c-header__list-link:hover {
  filter: opacity(0.6); /* カスタマイズしてください */
}

.c-hamburger-menu {
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-hamburger-menu__list {
   display: flex;
    flex-direction: column;
    left: 0;
    padding: 4rem; /* カスタマイズしてください */
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; /* カスタマイズしてください */
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}

.c-hamburger-menu__input {
  display: none;
}

.c-hamburger-menu__bg {
  background-color:  #eeedec; /* カスタマイズしてください */
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}

.c-hamburger-menu__button {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; /* カスタマイズしてください */
    height: 32px; /* カスタマイズしてください */
    justify-content: center;
    width: 32px; /* カスタマイズしてください */
  }
}

.c-hamburger-menu__button-mark {
  background-color: #000; /* カスタマイズしてください */
  display: block;
  height: 1px; /* カスタマイズしてください */
  transition: 0.3s; /* カスタマイズしてください */
  width: 20px; /* カスタマイズしてください */
}

@media screen and (max-width: 767px) {
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked
    ~ .c-hamburger-menu__button
    .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); /* カスタマイズしてください */
    transform-origin: 0%; /* カスタマイズしてください */
  }
}