body{
    color: #333333;
    background-color: #f4f4f4;
    width: 100%;
    position: relative;
}

header{
    width: 100%;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.contents{
    overflow: hidden;
    background-color: #f4f4f4;
}

link{
    text-decoration: none;
}

.logoBg{
    background: linear-gradient(to right, #5de0e6, #004aad);
}

.logo{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    width: fit-content;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}

.menu{
    align-items: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}

.menuCt{
    width: fit-content;
    text-align: center;
}

.menuLink{
    text-decoration: none;
    color: #333333;
    display: block;
    cursor: pointer;
    padding-bottom: 7px;
    position: relative;
}

.menuLink::before{
    background:linear-gradient(to right, #5de0e6, #004aad);
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.3s;
}

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

.mainColumn{
    width: 100%;
    box-sizing: border-box;
}

.topHeading{
    cursor: pointer;
}

.topHeadingImg{
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
}

.infomation{
    display: flex;
    justify-content: space-between;
}

.infomationL{
    width: fit-content;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.newIcon{
    padding: 0 8px;
    font-weight: bold;
    font-size: 13px;
    background-color: #ff3131;
    display: block;
    width: 50px;
    height: 20px;
    color: #ffffff;
    text-align: center;
}

.categoryname{
    display: block;
    width: fit-content;
    align-items: center;
}

.topdate{
    display: flex;
    align-items: center;
    line-height: 100%;
    column-gap: 3px;
}

.topdate::before{
    font-family:bootstrap-icons;
    content: "\F291";
}

.title{
    display: block;
    width: 100%;
    font-weight: bold;
}

.topHeadingBtn{
    margin:  0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #474747;
    color: #fdfefe;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    border-radius: 40px;
    border: 2px solid #474747;
    box-sizing: border-box;
    margin-bottom: 5px;
    text-decoration: none;
}

.topHeadingBtn p{
    display: flex;
    column-gap: 3px;
    align-items: center;
    height: 100%;
}

.topHeadingBtn p::after{
    font-family:bootstrap-icons;
    content: "\F138";
}

.topHeadingBtn:hover{
    background-color: #fdfefe;
    color: #474747;;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.Heading{
    font-weight: bold;
}

.headingName{
    font-weight: bold;
    padding: 8px 0px;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    margin-bottom: 24px;
}

.categoryname{
    width: 100%;
    justify-content: space-between;
    column-gap: 5px;
    display: flex;
}

.allView{
    text-decoration: none;
    color: #333;
    margin: 24px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #6a6a6a;
    box-sizing: border-box
}

.allView:hover{
    background-color: #474747;
    color: #ffffff;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.allView p::after{
    font-family:bootstrap-icons;
    content: "\F138";
}

.post {
    list-style: none;
    cursor: pointer;
    text-decoration: none;
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.post:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
}

.post a{
    text-decoration: none;
}

.postImg{
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
}

.postDate::before{
    font-family:bootstrap-icons;
    content: "\F291";
}

.rightTitle{
    font-size: 13px;
    font-weight: bold;
    padding: 10px 4px;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
}

.categoryList ul,.archivelist ul{
    margin: 10px 0 20px 0;
    padding: 0 10px;
}

.categoryList li ,.archivelist summary,.archivelist details li{
    font-size: 15px;
    padding: 15px 20px;
    list-style: none;
    border-bottom: 1px solid #d9d9d9;
}

.categoryList a,.archivelist a{
    cursor: pointer;
}

.archivelist summary{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.archivelist summary::after{
    font-family:bootstrap-icons;
    content: "\F282";
    font-size: 15px;
    transition: transform .3s;
}

.archivelist details[open] summary::after{
    transform: rotate(180deg);   
}

.archivelist ul details ul{
    margin: 0;
    padding: 0;
    padding-left: 50px;
}

.profile{
    background-color: #fff;
    border: 3px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    margin-bottom: 20px;
}

.profile img{
    width: 100%;
    border-radius: 50%;
    max-width: 150px;
    aspect-ratio: 1;
    object-fit: cover;
    margin: 10px auto;
    display: block;
}

.pofileName{
    font-weight: bold;
    font-size:20px;
    text-align: center;
}

.pofileText{
    padding: 10px 5px;
    text-align: left;
    font-size: 0.8125em;
}

footer{
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    background-color: #ffffff;
    overflow: hidden;
}

.footer-inner{
    background-color: #474747;
    color: #ffffff;
    overflow: hidden;
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    background-color: #ffffff;
    overflow: hidden;
}

.footerMenu{
    display: flex;
    width: fit-content;
    color: #333333;
}

.footerMenu a{
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.copyRight{
    text-align: center;
    color: #333333;
}

.postBg{
    background-color: #ffffff;
    overflow: hidden;
}

.postHeading{
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    padding: 8px 0;
    margin:0 8px;
}

.pankuzu{
  font-size: 15px;
  display: flex;
  column-gap: 10px;
  color: #333;
}

.pankuzu a{
    color: #333;
}

.postTitle{
    font-weight: bold;
}

.postHeadingInf{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.postHeadingInf a{
    text-decoration: none;
    color: #333;
}

.postBackBtn{
    text-decoration: none;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background-color: #474747;
    color: #fdfefe;
    font-weight: bold;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #474747;
    box-sizing: border-box
}

.postBackBtn p{
    font-size: 20px;
}

.postBackBtn:hover{
    background-color: #fdfefe;
    color: #474747;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.exPost{
    display: block;
    border-top: 3px solid #d9d9d9;
    padding: 5px 0;
    margin:0 5px;
}

.exPostT{
    padding: 20px 0;
    font-weight: bold;
    font-size: 25px;
}

.fullSizeBg{
    overflow: hidden;
    width: 100%;
    background-color: #ffffff;
}

.formHeading{
    text-align: center;
    font-weight: bold;
    padding: 20px 0;
}

.formtitle{
    padding-top: 30px;
}

.fullSizeBg form,.text2{
    font-size: 18px;
}

.text::after{
    content: ' ';
}

.text2{
    text-align: center;
   padding-top: 40px; 
}

.fullSizeBg form{
    max-width: 600px;
    padding-bottom: 65px;
    margin: 0 auto;
}

.fullSizeBg form label{
    padding-top: 30px;
}

.required::after{
    content: '＊';
    color: #ff3131;
    font-weight: bold;
}

.textArea{
    font-size: 20px;
    margin-top: 8px;
    padding: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.textArea input{
    padding: 16px;
    font-size: 20px;
}

.textArea p{
    padding-bottom: 10px;
}

.fullSizeBg textarea{
    margin-top: 16px;
    resize: none;
    padding: 6px 12px;
}

.wpcf7-list-item {
    text-align: center;
    margin: 8px 0 0 0 !important;
}

.consentBtn{
    margin: 0;
}

.consent span{
    padding-left: 5px;
}

input[type="submit"] {
    cursor: pointer;
    border-radius: 50px;
    border: none;
    width: 100%;
    height: 40px;
    display: block;
    margin-top: 45px;
    color: #f5f8fa;
    font-size: 14px;
    background-color: #5da4f3;
}

input[type="submit"] :hover{ 
	opacity:0.5;
	transition:0.3s;
}

.wpcf7-spinner{
    display: none;
}

.fullSizeBg table{
    box-sizing: border-box;
    border-top: 1px solid #545454;
    margin: 25px auto;
    padding: 25px 0;
    width: 100%;
}

.fullSizeBg tr{
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #545454;
}

.fullSizeBg td{
    vertical-align: middle;
}

.tableTitle{
    margin: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.a{
    padding: 20px 10px;
}

.list,.categoryC{
    padding: 16px;
    display: flex;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 16px;
}

.postcontent{
    color: #333;
}

.postC{
   font-size: 12px; 
}

.postName{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
}

.postDate{
    font-size: 12px;
    justify-content: right;
    display: flex;
    column-gap: 3px;
}

.listC,.archivelist ul details ul li{
    text-decoration: none;
    color: #333;
    transition-property: opacity;
    transition-duration: 0.5s;
}

.listC li:hover,.listC:hover,.archivelist ul details ul li a:hover {
  opacity: 0.7; 
}

.topHeading,.archivelist ul details ul li a{
    text-decoration: none;
    color: #333;
}

/*ページャーCSS*/
.wp-pagenavi {
  margin: 40px auto;
  text-align: center;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border: solid 1px #333;
  border-radius: 21px;
  margin: auto 6px;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.wp-pagenavi .page:hover {
  background: #D4F1F8;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #333;
  border: solid 1px #333;
  border-radius: 21px;
  margin: auto 6px;
  text-decoration: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 42px;
  margin: auto 8px;
  transition: 0.3s ease-out;
  text-decoration: none;
  font-size: 20px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #D4F1F8;
}

.topHeadingF h2{
    font-weight: bold;
}

/*カルーセルのドットデザイン*/
.dots-wrap {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.dots-wrap li {
    width: 95px;
    height: 8px;
    margin: 0 16px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    list-style: none;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #5DE0E6;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.post a{
    display: flex;
    flex-flow: column;
    height: 100%;
}

.postcontent{
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 8px;
    justify-content: space-between;
}

@media (min-width: 600px) {
  .post{
    flex: 0 0 calc((100% - 32px) / 3);
  }
}

@media (max-width: 899px) {
  .post_2column{
    flex: 0 0 calc((100% - 16px) / 2);
  }
}

@media (max-width: 599px) {
  .post{
    flex: 0 0 100%;
  }

  .post a{
    flex-flow: row;
    justify-content: space-between;
  }

  .postImg{
    object-fit: contain;
    width: 40%;
  }

  .postcontent{
    height: auto;
  }

  .postC,.postDate{
    font-size: 10px;
  }

  .postName{
    font-size: 14px;
  }
}

@media screen and (min-width: 821px){
    header{
        position: absolute;
    }

    .sp_display{
        display:none;
    }

    .menu{
        background-color: #ffffff;
        width: 100%;
        column-gap: 9.29%;
        height: 100%;
    }

    .menuBg{
        background-color: #fff;
        height: 70px;
    }
    
    .menuLink{
        width: 100px;
    }

    .mainColumn{
        max-width: 1248px;
        margin: 188px auto 48px auto;
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
    }

    .mainColumnL{
        max-width: 860px;
        width: 71.67%;
    }
    
    .mainColumnR{
        max-width: 300px;
        width: 25%;
    }

    .topHeading{
        display: flex;
        justify-content: space-between;
        column-gap: 16px;
        background-color: #ffffff;
        padding: 16px;
        border: 4px solid;
        border-image: linear-gradient(to right, #5de0e6, #004aad) 1;
    }

    .topHeadingImg{
        object-fit: cover;
        align-self: center;
        width: 45%;
        height: 100%;
    }

    .categoryname{
        font-size: 14px;
        display: block;
        width: fit-content;
        align-items: center;
    }
    
    .title{
        font-size: clamp(20px, 1.79vw, 25px);
        padding: 0.8em 0;
    }

    .text{
        font-size: clamp(14px,1.14vw,16px);
        line-height: 1.5;
    }

    .topHeadingBtn{
        margin-top: 32px;
        width: 400px;
        height: 60px;
        font-size: 25px;
    }

    .Heading{
        font-size: 25px;
    }

    .postLine{
        margin-top: 32px;
    }

    .postTitle{
        font-size: 30px;
        padding: 20px 30px;
    }

    .postHeadingInf{
        font-size: 15px;
    }

    .fullSizeBg{
        margin: 180px auto 40px auto;
        padding: 0 10px;
        max-width: 1136px;
    }

    .textArea input{
        width: 400px;
        height: 36px;
    }
    
    .fullSizeBg textarea{
        width: 400px;
        height: 250px;
    }

    .fullSizeBg table{
        max-width: 820px;
    }
    
    .fullSizeBg td{
        font-size: 14px;
        padding: 14px;
    }
    
    .tableTitle{
        width: 100px;
    }

    .footerMenu{
        column-gap: 20px;
        margin: 20px auto;
    }
    
    .copyRight{
        font-size: 12px;
        padding-bottom: 10px;
    }

    .logoBg{
        height: 70px;
    }
    
    .logo{
        margin:0 auto;
        font-size: 35px;
        line-height: 70px;
    }

    .container_test div{
        width: 100px;
    }

    .headingName{
        font-size: 20px;
    }

    .formHeading{
        font-size: 30px;
    }

    .topHeadingF h2{
        font-size: 30px;
        padding-bottom: 16px;
    }

    .dots-wrap {
        margin-top: 16px;
    }
}

@media screen and (max-width: 820px){
    .pc_display{
        display: none;
    }

    header{
        position: fixed;
        z-index: 2;
        top:0;
    }

    .logoBg{
        position: relative;
        z-index: 2;
    }

    /*ハンバーガーメニュー*/
    /*アイコン*/
    #hamburger {
        position: absolute;
        top: 10px;
        right:16px;
        cursor: pointer;
        width: 30px;
        height: 30px;
        z-index: 3;
    }

    #hamburger span {
        display: block;
        transition: all .4s;
        height: 3px;
        background-color: #fff;
        width:100%;
        margin: 5px 0;
        z-index: 3;
    }

    #hamburger.open span:nth-of-type(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    #hamburger.open span:nth-of-type(2) {
        opacity: 0;
    }

    #hamburger.open span:nth-of-type(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    #hamburger-menu{
        height: 100vh;
        top: -100%;
        width: 100%;
        position: fixed;
        background-color: rgba(74, 74, 74, .8);
        z-index: 0;
        transition: top 0.3s ease;
    }

    .menu{
        margin: 0 auto;
        flex-flow: column;
        justify-content: center;
        row-gap: 20px;
        height: 100%;
    }

    #hamburger-menu.open{
        top:0;
    }

    .menuLink{
        font-size: 20px;
        color: #fff;
    }

    .mainColumn{
        margin: 0 auto 40px auto;
        display: block;
        padding: 0 16px;
    }

    footer{
        display: block;
    }

    .mainColumnR{
        max-width: 500px;
        margin: 40px auto;
    }

    .topHeadingF{
        margin-top: 74px;
    }

    .topHeadingText{
        padding: 16px;
        background-color: #fff;
    }

    .topHeadingImg{
        max-height: 320px;
        display: block;
        object-fit: contain;
    }

    .infomation{
        padding-top: 8px;
        margin: 0 auto;
        font-size: 12px;
        max-width: 700px;
    }

    .title{
        font-size: 16px;
        padding: 0.625em 0;
    }

    .text{
        display: none;
    }

    .topHeadingBtn{
        margin-top: 32px;
        width: 100%;
        max-width: 500px;
        height: 40px;
        font-size: 16px;
    }

    .Heading{
        margin-top: 20px;
        font-size: 20px;
    }

    .postLine{
        margin-top: 32px;
    }

    button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        padding: 0;
    }

    .postTitle{
        font-size: 20px;
        padding: 10px 15px;
    }

    .postHeadingInf{
        font-size: 14px;
    }

    .fullSizeBg{
        margin: 20px auto;
        padding: 0 5px;
        max-width: 780px;
        box-sizing: border-box;
    }

    .textArea input{
        width: 300px;
    }
    
    .fullSizeBg textarea{
        height: 250px;
    }

    .fullSizeBg table{
        max-width: 400px;
    }
    
    .fullSizeBg td{
        font-size: 12px;
        padding: 12px;
    }
    
    .tableTitle{
        width: 75px;
    }

    .footerMenu{
        column-gap: 15px;
        margin: 15px auto;
        font-size: 15px;
    }
    
    .copyRight{
        font-size: 10px;
        padding-bottom: 5px;
    }

    .logoBg{
        height: 50px;
    }
    
    .logo{
        margin-left: 16px;
        font-size: 22px;
        line-height: 50px;
    }

    .container_test div {
        width: 50px;
    }

    .table{
        overflow: auto;
    }
    .table table{
        min-width: 640px;
    }

    .topHeadingF h2{
        font-size: 20px;
        padding-bottom: 8px;
    }

    .headingName{
        font-size: 18px;
    }

    .formHeading{
        font-size: 20px;
    }

    .slick-track{
        background-color: #fff;
    }

    .postBg{
        margin-top: 40px;
    }

    .allView{
        width: 80%;
        max-width: 450px;
        margin: 32px auto;
    }

    .pofileText{
        text-align: center;
    }
}