@charset "utf-8";
/*全体の設定*/
/*
* {
	outline: 1px solid magenta;
}
*/
html {
    scroll-behavior: smooth;
}
#site-footer{
	display:none;
}
#site-header{
    display:none;
}
.event_none.event_stop{
	display:none;
}

/*共通ヘッダー*/
.header--md {
    display: block;
}
@media screen and (max-width: 1450px) {
    .header--md {
        display: none;
    }
}

header {
    background-color: #fff;
    color: #015e8e;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
}
header.sc20{
    opacity:0.8;
}

.header-inner {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.row {
    display: flex;
}
.header-logo {
    flex: 1;
    margin-left: 2rem;
}
.header-logo img{
    height:100px;
}
.header-logo.w_logo img{
    height:auto;
}
.header-logo .logo {
    display: block;
    width: 300px;
    height: auto;
}
.header-logo_recruit a{
    display:block;
    width:300px;
}
.header-logo a{
    display:block;
    width:300px;
}
.gnav-list {
    font-family: "Noto Sans", Sans-serif;
    font-weight: 700;
    color:#3d1900;
}
.gnav-list.a_new {
    font-family: "Noto Sans", Sans-serif;
    font-weight: 600;
    color:#5a5657;
}
.gnav-list.top {
    /*font-family:"Zen Old Mincho", Sans-serif;*/
    font-weight: 600;
    color:#5a5657;
}
#header-global-nav>ul>li {
    display: table-cell;
    height:100px;
}
#header-global-nav_sp>ul>li {
    display: table-cell;
}
.gnav-item {
    letter-spacing: .08em;
    padding: 2.3em 1.5em 1em;
    text-align: center;
}
#header-global-nav>ul>li>a {
    display: block;
}
.gnav-list a:hover{
    color:#333;
    /*text-shadow:
    0px 0px 1px #003a70;*/
    /*border-bottom: 1px solid;*/
}
.gnav-item .primary {
    font-size: 18px;
}
.gnav-item .sub_title {
    font-size: 10px;
}
.sub_title{
    display:none;
    font-size:10px;
}
.gnav-item .sub_title {
    display:none;
}
.gnav-item__sp .sub_title{
    display:block;
    padding:0.5em 0em 0em 0.5em;
}
.gnav-item__sp .sub_title.home_sub_title{
    color:#333;
}
.gnav-item__sp .sub_title.new_sub_title{
    color:#5a5656;
    font-family: "Zen Old Mincho", Sans-serif;
}
.sub_title.header_hover{
    display:block;
}
.global-nav__contact {
    cursor: pointer;
    font-family: "Noto Sans", Sans-serif;
    border: 1px solid #3d1900;
    background:#fff;
    color:#3d1900;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .08em;
    text-align: center;
    margin-left:0.5vw;
    margin-right:1vw;
    padding: 0.9em 1.6em 0.8em;
    height: 50px;
    width:170px;
    display:flex;
}
.global-nav__contact.top {
    /*font-family:"Zen Old Mincho", Sans-serif;*/
    border: 1px solid #5a5657;
    background:#fff;
    color:#5a5657;
}
.global-nav__contact img {
    width:27px;
    height:27px;
}
.global-nav__contact p {
    font-size:17px;
    padding:0em 0.6em;
}
.global-nav__contact a, .global-nav__contact:hover {
    background-color:#3d1900;
    color:#fff;
    border: 1px solid #3d1900;
    transition: all .2s ease-in;
}
.global-nav__contact.top:hover {
    background-color:#5a5657;
    color:#fff;
    border: 1px solid #5a5657;
    transition: all .2s ease-in;
}

.icon{
	width:30px;
	margin-bottom:10px;
}
/*spnav*/

.primary.sp_primary{
    color:#3d1900;
}
.primary.sp_primary.home_primary{
    color:#333;
}
.primary.sp_primary.new_primary{
    color:#5a5656;
    font-family: "Zen Old Mincho", Sans-serif;
}
.gnav-item__sp__recruit .primary.sp_primary{
    color:#1B5C77;
}
.gnav-item_last{
    margin-right:1.5em;
}
.contact_a{
    margin-left:1.5em;
}

.header--xs {
    display: none;
}
.header--xs {
    background-color: #fff;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100px;
    display: none;
    justify-content: center;
    align-items: center;
}
.header--xs.sc20{
    height:60px;
    opacity:0.7;
}
.header--xs.sc20.sc20_back{
    opacity:1;
}
.header--xs.header--xs__recruit{
    background:#F5EBDD;
    }
@media screen and (max-width: 1450px) {
    .header--xs {
        display: flex;
    }
}
.header--xs__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}
.header--xs .logo-box .logo {
    display: block;
    width: 250px;
    height: auto;
}
/*
.header--xs .logo-box .logo img {
    height:64px;
}
*/
@media screen and (max-width: 500px) {
    .header--xs .logo-box .logo img {
        height:30px;
    }
    .header--xs .logo-box .logo {
        width: 220px;
    }
}
.header--xs .logo-box .logo a {
    height: 100%;
}
#nav_toggle {
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 1;
}
#nav_toggle .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 23px;
}
#nav_toggle .catch {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
#nav_toggle span {
    background: #968276;
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
}
#nav_toggle span:nth-child(1) {
    top: 0px;
    transition: all 0.5s;
}
#nav_toggle span:nth-child(2) {
    top: 8px;
}
#nav_toggle span:nth-child(3) {
    top: 16px;
    transition: all 0.5s;
}
#menu {
    /*background-image: linear-gradient(215deg, #FFF9F3 0%, #fff 100%);*/
    background:#fff;
    margin-top: 100px;
    position: fixed;
    top: 0;
    overflow: hidden;
    transition: left .5s, right .5s;
    height: 100%;
    width: 100%;
    z-index: 1;
}
#menu.sc20m{
    margin-top:60px;
}
#menu.recruit_menu{
    background:#F5EBDD;
}
#menu {
    left: 0%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s linear;
}
#menu nav {
    overflow: scroll;
    padding-bottom: 15vw;
    height: 100%;
    margin: 0;
}
#menu .gnav-list {
    display: block;
}
#menu .gnav-list {
    border-top: 1px solid #3d1900;
}
#menu.new_menu .gnav-list {
    border-top: 1px solid #5a5656;
}
#menu .gnav-item {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #3d1900;
    text-align: left;
    width: 100%;
}
#menu.new_menu .gnav-item {
    border-bottom: 1px solid #5a5656;
}
#menu .gnav-item.gnav-item__sp{
    padding: 1.2em 5em 1em;
    background:#f5f5f5;
}
#menu .gnav-item.gnav-item__sp:hover{
    background:#f8f8ff;
}
@media screen and (max-width: 500px) {
#menu .gnav-item.gnav-item__sp{
    padding: 1em 2em 1em;
}
}
#menu .gnav-item.gnav-item__sp__recruit {
    border-bottom: 1px solid #333;
}
#menu.opennav{
    pointer-events: auto;
    opacity: 1;
}
#nav_toggle.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#nav_toggle.open span:nth-child(2) {
    opacity:0;
}
#nav_toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}


/*business*/

.shadow {
  box-shadow: 0 0 30px gray;
}

/*form*/

.form__row {
    margin-bottom: 67px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 767px) {
    .form__row {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
label[for] {
    padding-left: 2.3em;
}
@media screen and (max-width: 767px) {
    label[for] {
        padding-left: 1.5em;
    }
}
label[for] {
    cursor: pointer;
}
.form__label {
    color: #333;
    width: 250px;
    margin: 0;
    padding-top: 15px;
    margin-right: 10px;
    font-size: 18px;
    font-family:"Noto Sans", Sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .form__label {
    font-size: 16px;
}
}
@media screen and (max-width: 767px) {
    .form__label {
        width: 100%;
        margin-bottom: 10px;
    }
}
.form__must {
    font-size: 14px;
    font-weight: bold;
    color: #82a677;
    line-height: 1;
    position: relative;
    top: -12px;
    left: 5px;
}
@media screen and (max-width: 767px) {
    .form__must {
        font-size: 12px;
        top: -9px;
    }
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1.5px solid #333;
    background:#fff;
    margin-left: 0px;
    border-radius: 3px;
    font-family:"Noto Sans", Sans-serif;
    font-size: 18px;
    padding:10px;
}
.form__content {
    width: 778px;
    padding-right: 2.3em;
}
@media screen and (max-width: 767px) {
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    font-size: 16px;
	}
    .form__content {
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
    }
}
.form__selectbox {
    width: 100%;
    /*height: 57px;*/
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}
@media screen and (max-width: 767px) {
    .form__selectbox {
        width: 100%;
    }
}
.form__button {
    text-align: center;
}
.form__button input[type=submit]:hover, .form__button input[type=submit]:focus {
    background-color: #82a677;
    border: 1px solid #333;
    color: #fff;
}
.form__button input[type=submit] {
    width: 200px;
    margin-top: 15px;
    max-width: 100%;
    height: 60px;
    font-family:"Noto Sans", Sans-serif;
    background-color: #fff;
    /*border-radius: 30px;*/
    border: 1px solid #82a677;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #82a677;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.wpcf7-spinner {
    background-color: #82a677;
    position: absolute;
}
.wpcf7-spinner::before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.wrapper {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}
.target {
  display: block;
  width: 100%;
  height: auto;
}


/*form*/
.wpcf7-list-item-label{
    line-height:1.5em;
    }
.form__acceptance{
    margin-top:-0.2em;
}

/*news*/

.whatsnew h1{
    display:none;
}
.whatsnew hr{
    display:none;
}
div.whatsnew a:hover{
    background:#fff;
    cursor: pointer;
}
div.whatsnew dt {
    color:#333;
    font-size:20px;
}
div.whatsnew dd {
    color:#333;
    font-size:20px;
}
div.whatsnew dl {
    border-bottom: 1px solid #a9a9a9;
    padding-bottom:0.5em;
    color:#333;
    margin-top:1vw;
}

/* スライドする要素 */
.content {
  margin-right:25px;
  max-width:100%;
}
.content:nth-child(1) {
  width:512px;
}
.content:nth-child(2) {
  width:400px;
}
.content:nth-child(3) {
  width:250px;
}
.content:nth-child(4) {
  width:512px;
}
.content:nth-child(5) {
  width:250px;
}
.content:nth-child(6) {
  width:400px;
}

@media screen and (max-width: 767px) {
.content {
  margin-right:15px;
  max-width:100%;
}
.content:nth-child(1) {
  width:256px;
}
.content:nth-child(2) {
  width:200px;
}
.content:nth-child(3) {
  width:125px;
}
.content:nth-child(4) {
  width:256px;
}
.content:nth-child(5) {
  width:125px;
}
.content:nth-child(6) {
  width:200px;
}
}
/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 40s infinite linear 1s both;
  animation: loop-slide 40s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.kasen div{
    position: relative;
}
.kasen.is-active div:before{
	content: '';
	position: absolute;
	display: inline-block;
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	border-bottom: solid 2px #3D1900;
	animation: border_anim2 3s linear forwards;
}

@keyframes border_anim2 {
	0%{
		width: 0%;
	}
	100%{
		width: 60%;
	}
}

@media screen and (max-width: 767px) {
@keyframes border_anim2 {
	0%{
		width: 0%;
	}
	100%{
		width: 90%;
	}
}
}

/*トップお知らせセクション1*/
.information {
  /*margin-top: 3.85417vw;*/
}
.information__meta {
  margin-bottom:3vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.information__lists, .news__list{
  margin: 2vw 0 -20px;
  padding: 0;
  list-style: none;
}
.news__list{
    min-height:110px;
    max-height:450px;
}
@media screen and (max-width: 500px){
.news__list{
    max-height:310px;
}
}
.information__item , .news__list-item{
  font-size: 16px;
  font-family: "Zen Old Mincho", Sans-serif;
}
.news__link {
    display: flex;
    position: relative;
}
.information__link, .news__link {
  padding:1.3em;
  padding-left: 4em;
  border-bottom:1px solid #333;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}
@media screen and (max-width: 767px){
.information__link, .news__link {
  padding-left: 1.3em;
}
.news__body{
    margin-bottom:30px;
}
}
.news__time{
    letter-spacing:0.2em;
}

.information__link:hover, .information__link:focus ,.news__link:hover{
  background: #f0f0f0;
}
.information__tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.information__button {
  margin: 2.1875vw auto 0;
}
.information .tabs__item {
  font-size: 0.83333vw;
}
.information .tabs__item:not(:first-child) {
  margin-left: 1.23em;
}
.information .tabs__item:not(:first-child) .tabs__link::before {
  content: '';
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  background-repeat: no-repeat;
  background-size: contain;
}
.information .tabs__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.3em 0.8em;
  font-family: "Zen Old Mincho", Sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  border-radius: 0.26042vw;
  background: #fff;
  border:2px solid #000;
  cursor: pointer;
  -webkit-transition: background-color .25s;
  transition: background-color .25s;
}
.information .tabs__link--important:hover, .information .tabs__link--important:focus {
  background-color: #feb9d9;
}
.information .tabs__link--important::before {
  background-image: url(../image/star.png);
}
.information .tabs__link--news:hover, .information .tabs__link--news:focus {
  background-color: #74d5b1;
}
.information .tabs__link--news::before {
  background-image: url(../image/comment.png);
}
.information .tabs__link--event:hover, .information .tabs__link--event:focus {
  background-color: #74d5b1;
}
.information .tabs__link--active:hover, .information .tabs__link--event:focus {
  background-color: #74d5b1;
}
.information .tabs__link--event::before {
  background-image: url(../image/pencil.png);
}
.information .tabs__link--teams:hover, .information .tabs__link--teams:focus {
  background-color: #e4c1f9;
}
.information .tabs__link--teams::before {
  background-image: url(../image/users.png);
}
.information .post-link, .infomation .news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.information .post-link:hover , .infomation .news__link:hover{
  background: #74d5b1;
}
.information .post-link__date, .infomation .news__time {
  font-family: "Zen Old Mincho", Sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 0.83333vw;
}
.information .post-link__icon {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.news__categories{
    display:flex;
    margin-top: -44px;
}
.categories__list:hover{
    background:#f0f0f0;
    cursor:pointer;
}
.button__active{
    background:#ECEDF1;
}
.categories__list .categories__button{
  font-family: "Noto Sans", Sans-serif;
  position: relative;
  display:flex;
  border: 1px solid;
  padding: 0.5em 1.5em;
}
.categories__list .categories__button.categories__button__new{
  font-family: "Zen Old Mincho", Sans-serif;
}
.categories__list{
    margin-right:18px;
    border-radius: 5px;
}
@media screen and (max-width: 1000px){
.news__categories{
    justify-content: start; 
    margin-top: 20px;
    margin-bottom: 30px;
}
.categories__list{
  margin-left:0px;
  margin-right:5px;
}
}
.cat-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  top:2px;
  background-repeat: no-repeat;
  background-size: contain;
}
.categories__list .cat-icon::before {
    margin-right:4px;
}
@media screen and (max-width: 500px){
.information__meta .top-blog__header h2{
    width:240px;
}
.news__categories,.news__list-item{
    font-size:12px;
}
.cat-icon::before{
    width: 15px;
    height: 15px;
}
.categories__list .categories__button{
    padding: 0.7em 0.5em;
}
}
@media screen and (max-width: 320px){
.news__categories,.news__list-item{
    font-size:10px;
}
}
.cat-icon--news::before {
  background-image: url(../image/comment2.png);
}
.cat-icon--event::before {
  background-image: url(../image/home.png);
}
.cat-icon--blog::before {
    background-image: url(../image/pen.png);
}
.news__post-title {
    width: 730px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 1200px){
.news__post-title {
    width: 590px; /* 省略せずに表示するサイズを指定 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media screen and (max-width: 1250px){
.news__read-more {
    display:none;
}
}
.information .post-link__text, .infomation .news__post-title  {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
   -ms-flex: 1;
  flex: 1;
  margin-left: 1.5em;
  font-weight: 500;
  font-style: normal;
  font-size: 0.83333vw;
  letter-spacing: 0.2em;
}
.information .post-link__more , .infomation .news__read-more{
  font-weight: 700;
  font-style: normal;
  font-size: 0.625vw;
  letter-spacing: 0.2em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.information .post-link__more::after , .infomation .news__read-more::after {
  content: '';
  width: 0.75em;
  height: 0.75em;
  margin-left: 1.2em;
  background-image: url(../image/play.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


@keyframes spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
  }
.spin-fade-loader {
  position: absolute;
  top: 66%;
  left: 49%;
}
@media screen and (max-width: 1000px){
.spin-fade-loader {
  top: 70%;
}
}
@media screen and (max-width: 767px){
.spin-fade-loader {
  top: 71%;
  left: 48%;
}
}
@media screen and (max-width: 500px){
.spin-fade-loader {
  top: 63%;
  left: 47%;
}
}
.spin-fade-loader.hide {
  display: none;
}
.spin-fade-loader > div {
  background-color: #000;
  width: 15px;
  height: 15px;
  /*border-radius: 100%;*/
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
}
.spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: spin-fade-loader 1s -0.96s infinite linear;
}
.spin-fade-loader > div:nth-child(2) {
  top: 17.04545px;
  left: 17.04545px;
  animation: spin-fade-loader 1s -0.84s infinite linear;
}
.spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: spin-fade-loader 1s -0.72s infinite linear;
}
.spin-fade-loader > div:nth-child(4) {
  top: -17.04545px;
  left: 17.04545px;
  animation: spin-fade-loader 1s -0.6s infinite linear;
}
.spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: spin-fade-loader 1s -0.48s infinite linear;
}
.spin-fade-loader > div:nth-child(6) {
  top: -17.04545px;
  left: -17.04545px;
  animation: spin-fade-loader 1s -0.36s infinite linear;
}
.spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: spin-fade-loader 1s -0.24s infinite linear;
}
.spin-fade-loader > div:nth-child(8) {
  top: 17.04545px;
  left: -17.04545px;
  animation: spin-fade-loader 1s -0.12s infinite linear;
}



.link-home,
.link-about {
  display: block;
  position: absolute;
}
.link-home {
  width: 17.44792vw;
  height: 3.64583vw;
  left: 5.57292vw;
  top: 2.60417vw;
}
.link-about {
  width: 6.35417vw;
  height: 1.5625vw;
  top: 5.625vw;
  left: 39.21875vw;
}

.new-topics__items {
    display: flex;
    align-items: center;
    padding: 0,.78vw 0vw;
}
time.new-post__date{
    font-weight:bold;
}
.new-post__title>a {
    font-weight:500;
}
.new-post__title>a:hover{
    color:white;
}
time.new-post__date,
.new-post__title{
    font-size: 0.83vw;
    letter-spacing: 0.2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.post-categories>li>a {
    margin: 0 1.46vw;
    padding: 8px 0;
    width: 150px;
}
.new-post__meta{
    padding-left:3em;
    display:flex;
}
.new-post__body{
    overflow: hidden;
    width: 100%;
}
.elementor-tabs-wrapper{
    margin-bottom:-5vw;
}
.news-topics-wrap{
    width:60.5vw;
    margin-left:auto;
    margin-right:auto;
}
.news-topics-wrap2{
    width:60.5vw;
    margin-left:auto;
    margin-right:auto;
    margin-top:3vw;
}
.news_header{
    margin-bottom:3.5vw;
}

.news_header span{
	font-size:0.73vw;
	font-weight:bold;
	letter-spacing:0.05em;
	font-family: "din-2014", sans-serif;
}
.news_header_nav{
    display:flex;
}
.new-topics__items{
    width:100%;
    font-size:0.83vw;
    height:3.5vw;
    background:#f0f0f0;
    color:#000;
    margin-bottom:1.2em;
    border-radius: 0.7vw 0.7vw 0.7vw 0.7vw;
    position:relative;
    font-family: kozuka-gothic-pr6n, sans-serif;
}
.new-topics__items:hover{
    background:#74d5b1;
    color:white;
}
.new-topics__items2{
    width:100%;
    height:10vw;
    background:#f0f0f0;
    margin-bottom:2em;
    border-radius: 0.7vw 0.7vw 0.7vw 0.7vw;
}
.new-read_more{
    font-size:0.63vw;
    font-weight:bold;
    position:absolute;
    right:2vw;
    font-family: "din-2014", sans-serif;
}
.news_content{
    font-size:0.83vw;
    margin-left:2vw;
}
.nav_main_icon{
    width:1.5em;
    height:1.5em;
    margin:0 1.5em;
}
.elementor-tabs-wrapper{
    margin-right:19.5vw;
}
#elementor-tab-title-6141,#elementor-tab-title-6142,#elementor-tab-title-6143{
    color:black;
    border:2px solid black;
    margin-left:1em;
    border-radius: 0.3vw 0.3vw 0.3vw 0.3vw;
    padding:0.58vw 1.33vw;
    z-index:508;
    font-size:0.83vw;
    font-family: kozuka-gothic-pr6n, sans-serif;
    position:relative;
}
#elementor-tab-title-6141:hover,#elementor-tab-title-6142:hover,#elementor-tab-title-6143:hover{
    background:#74d5b1;
}
.osirase_icon,.kensyu_icon{
    width:0.83vw;
    height:0.83vw;
}
.news-topics__item2__wrap{
    display:flex;
    padding-top:0.5vw;
}
.news_content{
    padding-left:0.8vw;
    padding-top:0.5vw;
}
.news__post-cate{
	display:flex;
	justify-content: space-evenly;
	width:80px;
	padding: 0px 10px;
}

/*お知らせセクションレスポンシブ*/
@media screen and (max-width: 1400px){
    .elementor-tabs-wrapper{
    margin-bottom:-6.5vw;
    }
}
@media screen and (max-width: 1100px){
   .osirase_icon,.kensyu_icon{
      width:11px;
       height:11px;
    }
    .nav_main_icon{
    width:11px;
    height:11px;
}

#elementor-tab-title-6141, #elementor-tab-title-6142, #elementor-tab-title-6143 {
        padding: 6.4px 14.6px;
}
}
@media screen and (max-width: 1000px){
    .new-read_more{
            display:none;
    }
    .elementor-tabs-wrapper{
    margin-bottom:-7vw;
    margin-right:17vw;
    }
    .new-topics__items{
        height:4vw;
    }
    .all_news_go a{
        width: 124px;
        border-radius: 15px 15px 15px 15px ;
        line-height:3.5em;
    }
    }
}
@media screen and (max-width: 768px){
    .new-read_more{
            display:inline-block;
    }
    .news_header{
        margin-bottom:8vw;
    }
    .elementor-tabs-wrapper{
        margin-bottom:-14.5vw;
        margin-right:10vw;
    }
    .news-topics-wrap{
    width:80vw;
    margin-left:auto;
    margin-right:auto;
    }
    .new-topics__items{
        height:5.5vw;
    }
    .all_news_go a{
        width:12.42vw;
        border-radius: 2vw 2vw 2vw 2vw;
        line-height:3.5em;
    }
    #elementor-tab-title-6141, #elementor-tab-title-6142, #elementor-tab-title-6143 {
        border-radius: 4.5px 4.5px 4.5px 4.5px;
    }
}
@media screen and (max-width: 680px){
    .new-read_more{
            display:none;
    }
    .news_header{
        margin-bottom:10vw;
    }
    .elementor-tabs-wrapper{
        margin-bottom:-17.5vw;
    }
    .all_news_go a{
        width:14.42vw;
        border-radius: 3vw 3vw 3vw 3vw;
        line-height:4em;
    }

.carousel .swiper-button-prev::after {
  content: url(../image/prev-2.png);
  margin-top: -7px;
}
.carousel .swiper-button-next::after {
  content: url(../image/next-2.png);
  margin-top: -7px;
}
}
@media screen and (max-width: 560px){
    .elementor-tabs-wrapper{
        margin-right:5vw;
        margin-bottom:-18.5vw;
    }
    .news-topics-wrap{
        width:90vw;
    }
    .new-topics__items{
        height:7vw;
        margin-bottom:2em;
    }
    .all_news_go a{
        width:18vw;
        border-radius: 4vw 4vw 4vw 4vw;
        line-height:5em;
    }

}
@media screen and (max-width: 480px){
 .elementor-tabs-wrapper{
        margin-right:25vw;
        margin-bottom:-100px;
    }
    .news_header {
    margin-bottom: 55px;
}
.carousel .swiper-button-prev::after {
  content: url(../image/prev-2.png);
  margin-right: 0px;
}
.carousel .swiper-button-next::after {
  content: url(../image/next-2.png);
  margin-left: 0px;
}
}
@media screen and (max-width: 400px){
    .news-topics-wrap {
        margin-top: -10vw;
    }

    .news_header{
        margin-bottom:60px;
    }
    .elementor-tabs-wrapper{
        margin-right: 40px;
    margin-bottom: -60px;
    }
    #elementor-tab-title-6141, #elementor-tab-title-6142, #elementor-tab-title-6143 {
    padding: 3.4px 4.6px;
}
    .new-topics__items{
        height:11vw;
        margin-bottom:2.5em;
    }
        .all_news_go a{
        width:25vw;
        border-radius: 3vw 3vw 3vw 3vw;
        line-height:6em;
    }
}
@media screen and (max-width: 320px){
    .elementor-tabs-wrapper{
        margin-right:20vw;
    }
    .footer_button a {
    margin-top: -14.3vw;
}
}

/*トップ各セクション*/

.home__section1{
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight:bold;
	position:relative;
}
.news__read-more-icon{
	width:8px;
	height:8px;
	position: absolute;
    right: 32px;
    top: 29px;
}
.news__link:hover .news__read-more-icon path {
  fill: #fff;
}
@media screen and (max-width: 1250px){
.news__read-more-icon {
    display: none;
}
}
.information__meta .top-blog__header h2{
	margin-bottom:0em;
	width:293px;
}
@media screen and (max-width: 1250px){
.information__meta .top-blog__header h2{
	width:225px;
}
}
@media screen and (max-width: 767px){
.information__meta .top-blog__header h2{
	width:255px;
}
}
.home-section__readmore a{
	width:225px;
}


/* news */
.page-head {
  height: 424px;
  padding-top: 93px;
}
@media (max-width: 1024px) {
  .page-head {
    height: 41.40625vw;
    min-height: 250px;
  }
}
.page-head__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 94px;
  position: relative;
}
@media (max-width: 1024px) {
  .page-head__inner {
    padding: 10% 10px;
  }
}
.page-head__title {
  max-width: 960px;
  margin: 0 auto;
  font-family: "din-2014", sans-serif !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075em;
  color: #FFF;
  position: relative;
}
@media (max-width: 768px) {
  .page-head__title {
    font-size: 28px;
  }
}
.page-head__background {
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  border-bottom: 580px solid transparent;
  border-left: 930px solid #6FD9B7;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .page-head__background {
    left: calc(50% - 850px);
  }
}

.category-list {
  list-style-type: none;
  max-width: 100%;
  margin: 37px auto 68px;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  font-size:14px;
}
.category-list.works-list {
  list-style-type: none;
  max-width: 100%;
  margin: 0px 0px 50px 9vw;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  font-size:14px;
}
@media (max-width: 1024px) {
  .category-list {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
@media (max-width: 768px) {
  .category-list {
    margin-bottom: 50px;
  }
  .category-list.works-list {
    margin: 0px 0px 50px 3vw;
  }
}
.category-list__item {
  margin: 0.5em 1.3em 0.5em 0;
}
.category-list__link {
  display: flex;
  align-items: center;
  padding: 0.6em 1.5em;
  border: 1px solid currentColor;
  transition: background-color 0.25s;
  font-family: "Noto Sans", Sans-serif;
}
.category-list__link.works-list__link {
  border: 1px solid #3D1900;
  color:#3D1900;
}
.category-list__link:hover {
  color: #000;
  background-color: #ECEDF1;
}
.category-list__link--current {
  background-color: #ECEDF1;
}
.category-list__link--news::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  background-image: url(../image/comment2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.category-list__link--event::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  background-image: url(../image/home.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.category-list__link--blog::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.4em;
  background-image: url(../image/pen.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/*お知らせ・イベント*/

.article-wrap {
  width: 1480px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px 0px;
}
@media (max-width: 1024px) {
  .article-wrap {
    padding: 0 6vw 6vw;
  }
}

.article-item {
  margin-bottom: 38px;
}
.article-item:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .article-item {
    margin-bottom: 35px;
  }
}
.article-item__link {
  display: block;
  padding: 2em 2em;
  border-radius: 3px;
  background-color: #F5F5F5;
  color: #333;
  transition: background-color 0.5s;
}
.article-item__link:hover {
  background-color: #ECEDF1;
  color: #333;
}
.article-item__link:hover .article-item__left > img {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .article-item__link {
    padding: 6vw;
    font-size: 20px;
  }
}
.article-item__inner {
  display: flex;
}
@media (max-width: 768px) {
  .article-item__inner {
    flex-direction: column;
  }
}
.article-item__left {
  width: 250px;
  height: 153px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .article-item__left {
    width: 100%;
    height: auto;
    aspect-ratio: 245/153;
    margin-right: 0;
  }
}
.article-item__left > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.article-item__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s, transform-scale 0.2s;
}
.article-item__right {
  width: calc(100% - 250px);
  padding-left: 1.5em;
}
@media (max-width: 768px) {
  .article-item__right {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .article-item__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.article-item__date {
  margin-bottom: 8px;
  font-family: "Noto Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.article-item__date.article-item__date__new {
  font-family:"Zen Old Mincho", Sans-serif;
}
@media (max-width: 768px) {
  .article-item__date {
    margin: 0 1em 0 0;
    font-size: 14px;
    line-height: 1.2;
  }
}
.article-item__categories {
  margin-top: 0.9em;
}
@media (max-width: 768px) {
  .article-item__categories {
    margin-top: 0;
  }
}
.article-item__title {
  margin: 0.6em 0 0;
  font-family: "Noto Sans", Sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.225em;
  line-height: 1.3125;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-item__title.article-item__title__new{
  font-family:"Zen Old Mincho", Sans-serif;
}
@media (max-width: 768px) {
  .article-item__title {
    width: 100%;
    margin: 0.5em 0 0;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }
}
.article-item__body {
  margin-top: 0.5em;
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.article-item__body__new{
  font-family:"Zen Old Mincho", Sans-serif;
}
@media (max-width: 768px) {
  .article-item__body {
    margin-top: 1em;
    font-size: 14px;
  }
}

.post-categories {
  list-style: none;
  padding-inline-start: 0;
  display: none;
  flex-wrap: wrap;
}
.post-categories__item {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0.1em 0.9em 0.1em 0;
}
.post-categories__item--news {
  background-image: url(../image/comment2.png);
}
.post-categories__item--event {
  background-image: url(../image/home.png);
}
.post-categories__item--blog {
  background-image: url(../image/pen.png);
}
@media (max-width: 768px) {
  .post-categories__item {
    margin: 0 0.6em 0 0;
  }
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  aspect-ratio: 1/1;
  padding: 0.75em;
  vertical-align: middle;
  position: relative;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: 50% 50%/contain no-repeat;
  background-image: url(../image/prev_icon.svg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
}
.wp-pagenavi .previouspostslink {
  margin-right: 2.57em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
  left: calc(50% - 7px);
}
@media (max-width: 480px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 1em;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 2.57em;
}
@media (max-width: 480px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 1em;
  }
}

/***********************************************
  Single Post
************************************************/
/* ↓ Elementor Custom ↓ */
.post-info .elementor-post-info li .elementor-post-info__item--type-date {
  font-family: "Noto Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000;
}
@media (max-width: 768px) {
  .post-info .elementor-post-info li .elementor-post-info__item--type-date {
    font-size: 12px;
  }
}
.post-info .elementor-post-info li a {
  display: inline-block;
  padding: 0.2em 1.2em;
  border-radius: 999px;
  border: 1px solid transparent;
  background-color: #FF9A03;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Sans", Sans-serif;
  letter-spacing: 0.075em;
  transition: all 0.25s;
}
@media (max-width: 768px) {
  .post-info .elementor-post-info li a {
    font-size: 12px;
  }
}
.post-info .elementor-post-info li a:hover {
  border-color: #6FD9B7;
  background-color: #6FD9B7;
}
.post-info .elementor-post-info li a:not(:last-child) {
  margin-right: 1em;
}

.post-title .elementor-heading-title {
  font-family: "Noto Sans", Sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.23em;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 768px) {
  .post-title .elementor-heading-title {
    font-size: 20px;
  }
}

.post-eye-catch img {
  width: 662px;
  max-width: 100%;
  height: 414px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .post-eye-catch img {
    width: 100%;
    height: auto;
    aspect-ratio: 662/414;
  }
}

.post-content-text * {
  font-family: "Noto Sans", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.667;
  color: #000;
}
.post-content-text h2 {
  font-size: 30px;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 6px solid #6FD9B7;
}
@media (max-width: 768px) {
  .post-content-text h2 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1em;
    border-bottom: 3px solid #6FD9B7;
  }
}
.post-content-text h3 {
  font-size: 26px;
  margin: 2.1em 0 1.1em;
  padding-bottom: 0.33em;
  border-bottom: 2px solid;
}
@media (max-width: 768px) {
  .post-content-text h3 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1em;
  }
}
.post-content-text h4 {
  font-size: 24px;
  margin: 2.35em 0 0.8em;
}
@media (max-width: 768px) {
  .post-content-text h4 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.post-content-text h5 {
  font-size: 22px;
  margin: 2.2em 0 0.8em;
}
@media (max-width: 768px) {
  .post-content-text h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.post-content-text h6 {
  font-size: 20px;
  margin: 2em 0 0;
}
@media (max-width: 768px) {
  .post-content-text h6 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.post-content-text p {
  margin-bottom: 2em;
  line-height: 2;
}
@media (max-width: 768px) {
  .post-content-text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.post-content-text a {
  color: #6FD9B7;
}
.post-content-text a:hover, .post-content-text a:focus {
  text-decoration: underline;
}

.backtolist .elementor-button-link {
  border: 2px solid transparent;
  background-color: #FF9A03;
  font-family: "Noto Sans", Sans-serif;
}
.backtolist .elementor-button-link:hover {
  background-color: #FFF;
  border-color: currentColor;
  color: #FF9A03;
}
.backtolist .elementor-button-link:hover .elementor-button-icon svg path {
  fill: #FF9A03;
}
.backtolist .elementor-button-icon svg {
  width: 0.5em;
  height: 1em;
}
.backtolist .elementor-button-icon svg path {
  transition: fill 0.3s;
  fill: #FFF;
}
.backtolist .elementor-align-icon-right {
  margin-left: 1em;
}
.ha-archive-title{
    visibility:collapse;
}
.ha-archive-title span{
    visibility:visible;
    margin-left:-5.5em;
}
#respond{
    display:none;
}
.page-header{
    display:none;
}
.fixed-div {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_sf {
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    z-index:1;
    display:none;
}
.fixed-div_sf_t{
 visibility:hidden;
}
.fixed-div_active{
    display:flex;
}
@media (max-width: 767px) {
  .fixed-div_sf_t{
    visibility:visible
}
}

/*お知らせ・イベント*/

.article-item__wrap{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content:space-around;
}
.article-wrap2 {
  max-width: 100%;
  margin: 0 auto;
    padding: 0 6vw;
}
.article-item2 {
  margin-right:10px;
  margin-left:10px;
  margin-bottom: 40px;
  width:350px;
}
.article-item2:last-of-type {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .article-item2 {
    margin-bottom: 35px;
  }
}
.article-item__link2 {
  display: block;
  padding: 2em 2em;
  border-radius: 5px;
  background-color: #F5F5F5;
  color: #333;
  transition: background-color 0.25s;
}
.article-item__link2:hover {
  background-color: #ECEDF1;
  color: #333;
}
.article-item__link2:hover .article-item__left2 > img {
  transform: scale(1.05);
}
.article-item__link2 {
    padding: 2vw;
    font-size: 20px;
}
@media (max-width: 1024px) {
  .article-item__link2 {
    padding: 15px;
    font-size: 20px;
    }
}
.article-item__inner2 {
  display: flex;
  flex-direction: column;
}
.article-item__left2 {
  width: 250px;
  height: 153px;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.article-item__left2 {
    width: 100%;
    height: auto;
    aspect-ratio: 245/153;
    margin-right: 0;
}
.article-item__left2 > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.article-item__left2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s, transform-scale 0.2s;
}

.article-item__right2 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
}

.article-item__head2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.article-item__date2 {
  margin-bottom: 8px;
  font-family: "Noto Sans", Sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.article-item__date2 {
    margin: 0 1em 0 0;
    font-size: 14px;
    line-height: 1.2;
}
.article-item__categories2 {
  margin-top: 0.9em;
}
.article-item__categories2 {
    margin-top: 0;
}
.article-item__title2 {
  margin: 0.6em 0 0;
  font-family: "Noto Sans", Sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.225em;
  line-height: 1.3125;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article-item__title2 {
    width: 100%;
    margin: 0.5em 0 0;
    font-size: 16px;
    line-height: 1.5;
    white-space: normal;
}
.article-item__body2 {
  margin-top: 0.5em;
  font-family: "Noto Sans", Sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.7;
}
.article-item__body2 {
    margin-top: 1em;
    font-size: 14px;
}

.post-categories2 {
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
}
.post-categories__item2 {
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0.1em 0.9em 0.1em 0;
}

.post-categories__item2--blog {
  background-image: url(../image/pen.png);
}
.post-categories__item2 {
    margin: 0 0.6em 0 0;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  margin: 5px 8px;
  padding-top: 1px;
  color: #000;
  font-family: "Noto Sans", Sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.wp-pagenavi .current {
  background: #69330094;
  color: #FFF;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  aspect-ratio: 1/1;
  padding: 0.75em;
  vertical-align: middle;
  position: relative;
}
.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: "";
  display: block;
  width: 9px;
  height: 11px;
  background: 50% 50%/contain no-repeat;
  background-image: url(../image/prev_icon.svg);
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
}
.wp-pagenavi .previouspostslink {
  margin-right: 2.57em;
}
.wp-pagenavi .previouspostslink::before {
  transform: scale(-1, 1);
  left: calc(50% - 7px);
}
@media (max-width: 480px) {
  .wp-pagenavi .previouspostslink {
    margin-right: 1em;
  }
}
.wp-pagenavi .nextpostslink {
  margin-left: 2.57em;
}
@media (max-width: 480px) {
  .wp-pagenavi .nextpostslink {
    margin-left: 1em;
  }
}


/*sf_foot*/
.sp_foot_nav--wrap{
    width:100%;
    display:flex;
    justify-content:center;
}
.sp_foot_nav--left{
    width:50%;
    text-align:center;
    padding:0.7em 0em 0.7em 0em;
    background:#693300;
    border-color:#693300;
    color:#fff;
}
.sp_foot_nav--left:hover{
    background:#f5f5f5;
    color:#693300;
}
.sp_foot_nav--right{
    width:50%;
    text-align:center;
    padding:0.7em 0em 0.7em 0em;
    background:#82a677;
    border-color:#82a677;
    color:#fff;
}
.sp_foot_nav--right:hover{
    background:#f5f5f5;
    color:#82a677;
}
.sp_foot_nav--left .sp_foot_icon{
    margin-bottom:4px;
    margin-right:3px;
}
.sp_foot_nav--right .sp_foot_icon{
    margin-bottom:4px;
    margin-right:3px;
}


/*size*/
.wide{
    display:block;
}
.pc{
	display:block;
}
.pc_f{
    display:flex;
}
.sf{
  	display:none;
  }
.sf_f{
    display:none;
}
.tb{
    display:none;
}
.tb_none{
    display:block;
}
@media screen and (max-width: 1024px) {
  .tb_none{
    display:none;
}
  .tb{
      display:block;
  }
}
@media screen and (max-width: 1366px) {
  .wide{
    display:none;
}
}
@media screen and (max-width: 767px) {
  .pc{
	display:none;
}
  .pc_reform.fixed-div_active{
      display:none;
  }
  .pc_f{
      display:none;
  }
  .sf{
  	display:block;
  }
  .sf_f{
  	display:flex;
  }
}
.none_view{
    display:none;
}

.new_footer__hover a:hover{
    font-weight:700;
}


/*投稿ページ*/

@media screen and (max-width: 767px) {
  .wp-block-columns.wp-block-columns-is-layout-flex{
	margin-top:-50px;
	margin-bottom:-25px;
}
}

.keikou p {
    background: linear-gradient(transparent 75%, #e5b65bd6 25%);
}
.keikou h2 {
    background: linear-gradient(transparent 65%, #ffcc6e 35%);
    padding-bottom:0.3em;
    margin:0px 20px 0px 20px;
}