@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* wp-block-library-inline-cssの打ち消しで追記 260319 */
html figure {
    margin: 0;
}

html img {
  max-width: 100%;
  height: auto;
}
html .fm-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .fm-sans {
  font-family: 'Noto Sans Japanese', sans-serif;
}
html .fm-sans-16 {
  font-family: 'Noto Sans Japanese', sans-serif;
}
@media only screen and (min-width: 1024px) {
  html .fm-sans-16 {
    font-size: 16px;
    font-size: 1rem;
  }
}
html .spOnly {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  html .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  html .spOnly {
    display: none !important;
  }
}
html .pcOnly {
  display: block !important;
}
@media only screen and (max-width: 768px) {
  html .pcOnly {
    display: none !important;
  }
}

html .flexbox {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
html .each_news figure {
  border: 1px solid #ccc;
}
html .each_news span, html .each_news h1 {
  display: block;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}
html .each_news span.type, html .each_news h1.type {
  font-size: 12px;
  font-size: 0.75rem;
  background: #E6E6E6;
  display: table;
  padding: 2px 6px;
  margin: 10px 0px 10px 0px;
}
@media only screen and (max-width: 768px) {
  html .each_news span.type, html .each_news h1.type {
    margin: 5px 0px 5px 0px;
  }
}
html .each_news h1 {
  margin: .3em 0 .3em 0;
  line-height: 1.5;
}

#navigation {
  width: 100%;
  height: 64px;
  background-color: #FFF;
  position: fixed;
  z-index: 1000;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
}
#navigation h1 {
  padding-left: 8px;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (min-width: 1024px) {
  #navigation {
		top: 30px;
	}
  #navigation h1 {
    padding-left: 20px;
  }
}
#navigation .button_area {
  width: 64px;
  height: 64px;
}
#navigation li.backnav {
  background-color: #00244F;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#navigation li.backnav:hover {
  opacity: .8;
  background-color: #00244F;
}
#navigation li.backnav a {
  display: block;
  padding: 16px 0 16px 50px;
  background-image: none;
  color: #FFF;
  position: relative;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
@media only screen and (max-width: 340px) {
  #navigation .button_area {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  #navigation li.backnav a {
    padding: 16px 48px;
  }
}
#navigation li.backnav a:hover {
  background-color: #00244F;
}
#navigation li.backnav a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  border-top: 4px solid transparent;
  border-right: 5px solid #FFF;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}
@media only screen and (min-width: 1024px) {
  #navigation li.backnav a::before {
    left: 20px;
  }
}
#navigation p.min-list {
  width: 100%;
  text-align: center;
  font-weight: lighter;
  padding: 8px 20px 16px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  #navigation p.min-list {
    padding: 0;
  }
}
#navigation p.min-list a {
  display: inline-block;
  padding: 4px 0;
}
@media only screen and (min-width: 1024px) {
  #navigation p.min-list a {
    margin: 0;
    padding: 0;
  }
}
#navigation .inner {
  height: auto;
  padding-bottom: 64px;
}
@media only screen and (min-width: 1024px) {
  #navigation .inner {
    width: 100%;
    min-height: 860px;
    overflow-y: scroll;
    /* padding-bottom: 60px; */
    padding-bottom: 94px;
    background-color: #FFF;
  }
}
#navigation .inner .search {
  background-image: url(../images/svg/seach.svg);
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}
#navigation .inner .search input {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 30px 25px;
}
#navigation .inner .search input:focus {
  outline: none;
}
#navigation ul.drawer-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#navigation ul.drawer-menu .active {
  background-color: #8c8c8c;
  color: #FFF;
}
#navigation ul.drawer-menu > a {
  display: block;
  margin: auto;
}
#navigation ul.drawer-menu li {
  width: 100%;
}
#navigation ul.drawer-menu li.harf, #navigation ul.drawer-menu li.harf-b {
  width: 50%;
  border-bottom: 1px solid #ccc;
}
#navigation ul.drawer-menu li.harf a, #navigation ul.drawer-menu li.harf-b a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px 25px;
}
#navigation ul.drawer-menu li.harf-b {
  border-right: 1px solid #ccc;
}
#navigation ul.drawer-menu li a {
  font-size: 16px;
  font-size: 1rem;
}
#navigation .drawer-dropdown {
  position: relative;
}
#navigation .drawer-dropdown.open > a {
  background-color: #8c8c8c;
  color: #FFF;
}
#navigation ul.drawer-dropdown-menu {
  padding-left: 20px;
  background-color: #fcfcfc;
}
#navigation ul.drawer-dropdown-menu li:first-child a {
  border-top: none;
}
#navigation ul.drawer-dropdown-menu li a {
  border-top: 1px solid #ccc;
  padding: 25px;
}
/* 追記20230403 */
#navigation ul.drawer-dropdown-menu li.lineheight a {
line-height: 1.4;
}
@media only screen and (min-width: 1024px) {
  #navigation ul.drawer-dropdown-menu li.lineheight a {
    line-height: 1.2;
    }
}
/* 追記20230403 ここまで */
#navigation .linebannar {
  width: 94%;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1024px) {
  #navigation .linebannar {
    margin: 0 auto;
  }
}

.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 1024px) {
  .drawer--right .drawer-nav {
    -webkit-transition: right 1s;
    transition: right 1s;
  }
}

.drawer-nav {
  position: fixed;
  z-index: 10;
  top: 64px;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  max-width: 375px;
  color: #222;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .drawer-nav {
    width: 540px;
    max-width: none;
    border-left: 2px solid #000;
    background-color: #fafafa;
    top: 94px;
  }
}
.drawer-nav .harf, .drawer-nav .harf-b {
  width: 50%;
  border-bottom: 1px solid #ccc;
}
.drawer-nav .harf a, .drawer-nav .harf-b a {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px 25px;
  background-image: url(../images/svg/access-b.svg);
  background-position: right 25px top 50%;
  background-repeat: no-repeat;
}
.drawer-nav .harf a:hover, .drawer-nav .harf-b a:hover {
  background-image: url(../images/svg/access-w.svg);
}
.drawer-nav .harf-b {
  border-right: 1px solid #ccc;
}
.drawer-nav .harf-b a {
  background-image: url(../images/svg/arrow_b.svg);
  background-position: right 25px top 50%;
  background-repeat: no-repeat;
}
.drawer-nav .harf-b a:hover {
  background-image: url(../images/svg/arrow_w.svg);
}
.drawer-nav .left-box {
  border-right: 2px solid #ccc;
  position: relative;
  width: 270px;
}
.drawer-nav .left-box > ul {
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.drawer-nav .left-box > ul li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.drawer-nav .left-box > ul li.harf, .drawer-nav .left-box > ul li.harf-b {
  width: 50%;
}
.drawer-nav .left-box > ul li.harf a, .drawer-nav .left-box > ul li.harf-b a {
  border-top: none;
  background-image: url(../images/svg/arrow_b.svg);
  background-position: 106px 50%;
  background-repeat: no-repeat;
}
.drawer-nav .left-box > ul li.harf a:hover, .drawer-nav .left-box > ul li.harf-b a:hover {
  background-image: url(../images/svg/arrow_w.svg);
}
.drawer-nav .left-box > ul li.harf a {
  background-image: url(../images/svg/access-b.svg);
  background-position: 102px 50%;
}
.drawer-nav .left-box > ul li.harf a:hover {
  background-image: url(../images/svg/access-w.svg);
}
.drawer-nav .left-box > ul li:hover > a {
  background-color: #ccc;
  color: #FFF;
  background-image: url(../images/svg/arrow_w.svg);
}
.drawer-nav .left-box > ul li:hover > .sub-box {
  display: block;
}
.drawer-nav .left-box > ul a {
  font-weight: lighter;
  display: block;
  padding: 20px;
  background-image: url(../images/svg/arrow_b.svg);
  background-position: 240px 50%;
  background-repeat: no-repeat;
}
.drawer-nav .left-box .dum {
  padding: 20px;
}
.drawer-nav .left-box .dum a img {
  transition: .4s;
}
.drawer-nav .left-box .dum a img:hover {
  transition: .4s;
  opacity: .8;
}
.drawer-nav .left-box .dum p {
  margin-top: 10px;
  text-align: center;
}
.drawer-nav .left-box .dum a {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 10px;
}
.drawer-nav .left-box .dum a.type_box {
  font-size: 14px;
  font-size: 0.875rem;
}
.drawer-nav .left-box .sub-box {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: absolute;
  left: 100%;
  top: 0;
}
.drawer-nav .left-box .sub-box > li > a {
  padding: 20px 0;
  font-weight: normal;
}
.drawer-nav .left-box .sub-box > li > a:hover {
  background-color: #FFF;
  opacity: .7;
  color: #000;
}
.drawer-nav .imgbox {
  width: 100%;
  padding: 20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ul.pickup li {
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  ul.pickup li {
    margin: 100px 0 0;
    -webkit-align-items: center;
    align-items: center;
  }
}
ul.pickup li:first-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  ul.pickup li:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
ul.pickup li figure {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  ul.pickup li figure {
    width: calc(60% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  ul.pickup li > div {
    width: calc(40% - 40px);
  }
}
@media only screen and (min-width: 1024px) {
  ul.pickup li > div .h-title-03 {
    margin: 0 0 20px;
  }
}

ul.two-pickup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  ul.two-pickup li {
    width: calc(100% / 2 - 16px);
  }
}
@media only screen and (min-width: 1024px) {
  ul.two-pickup li:nth-child(2n) {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  ul.two-pickup li:nth-last-child(-n+2) {
    margin: 0;
  }
}

ul.three-pickup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  ul.three-pickup li {
    width: calc(100% / 3 - 16px);
    margin: 0;
  }
}

ul.one-point {
  max-width: 800px;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  ul.one-point li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
ul.one-point li figure {
  width: 100%;
  max-width: 800px;
}
@media only screen and (min-width: 1024px) {
  ul.one-point li figure figcaption {
    width: 60%;
    margin: auto;
  }
}

@media only screen and (min-width: 1024px) {
  ul.two-point {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  ul.two-point li {
    width: calc(100% / 2 - 16px);
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  ul.three-point {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  ul.three-point li {
    width: calc(100% / 3 - 16px);
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  ul.profile-min li {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  ul.profile-min li figure figcaption {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
  }
}

.sp-class li {
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  .sp-class li {
    width: calc(50% - 15px);
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .sp-class li:nth-child(n+3) {
    margin: 60px 0 0;
  }
}
.sp-class li figure figcaption .s-add {
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  margin: 16px auto 8px;
}
.sp-class li figure figcaption .h-title-03 {
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
}

.prf {
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .prf {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.prf figure {
  padding: 0 15%;
}
@media only screen and (min-width: 1024px) {
  .prf figure {
    width: calc(40% - 30px);
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .prf > div {
    width: 60%;
  }
}
.prf > div .h-title-03 {
  margin: 30px auto 20px;
}
@media only screen and (min-width: 1024px) {
  .prf > div .h-title-03 {
    margin: 0 0 20px;
  }
}

.w-toggle-more {
  margin: 30px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.w-toggle-more li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 20px 0 0;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more li {
    width: 49%;
    margin: 20px 2% 0 0;
  }
}
.w-toggle-more li:first-child {
  margin-top: 0;
}
.w-toggle-more li:nth-child(2n) {
  margin: 20px 0 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more li:nth-child(-n+2) {
    margin-top: 0;
  }
}
.w-toggle-more li figure {
  width: 25%;
}
.w-toggle-more li .prof {
  width: 65%;
  padding: 0 0 0 20px;
}
.w-toggle-more li .prof .s-add {
  margin: 0 0 4px;
}
.w-toggle-more li .prof .h-title-03 {
  margin: 0;
}
.w-toggle-more li .sub {
  width: 97%;
  margin: 1.5% auto;
  padding: 16px;
  background-color: #FFF;
}
.w-toggle-more li .sub .h-title-05 {
  margin: 0 0 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.w-toggle-more li .sub .h-title-05-sub {
  font-size: 12px;
  font-size: 0.75rem;
}
.w-toggle-more li .sub .h-title-05-sub::before {
  top: 10px;
}
.w-toggle-more li .b-toggle-more {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #F4F4F4;
  cursor: pointer;
}
.w-toggle-more li .b-toggle-more p {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.w-toggle-more li .b-toggle-more.active {
  /*p {
  	padding: 0 0 0 35px;
  	position: relative;
  	&::before {
  		content: "";
  		z-index: 1;
  		position: absolute;
  		background-image: url(../images/svg/close.svg);
  		background-position: center;
  		background-size: cover;
  		width: 20px;
  		height: 20px;
  		top: 0;
  		left: 0;
  	}
  }*/
}
.w-toggle-more li .c-toggle-more {
  padding: 16px;
}

ul.pro-parttime {
  margin: 30px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.pro-parttime li {
  width: 48%;
  margin: 20px 0 0;
  padding: 8px 16px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1024px) {
  ul.pro-parttime li {
    width: 23%;
    margin: 20px calc(8% / 3) 0 0;
  }
}
ul.pro-parttime li:nth-child(2n) {
  margin: 20px 0 0 4%;
}
@media only screen and (min-width: 1024px) {
  ul.pro-parttime li:nth-child(2n) {
    margin: 20px calc(8% / 3) 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  ul.pro-parttime li:nth-child(4n) {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  ul.pro-parttime li:nth-child(-n+4) {
    margin-top: 0;
  }
}
ul.pro-parttime li .s-add {
  margin: 0 0 6px;
  font-size: 12px;
  font-size: 0.75rem;
}
ul.pro-parttime li .h-title-03 {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

ul.message li {
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  ul.message li figure {
    width: calc(60% - 25px);
  }
}
ul.message li > div {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  ul.message li > div {
    width: calc(40% - 25px);
  }
}
@media only screen and (min-width: 1024px) {
  ul.message li > div .h-title-03 {
    margin: 0 auto 10px;
  }
}

.box {
  margin: 0 0 14px;
  padding: 20px 14px;
  background-color: #E6E6E6;
}
.box:nth-child(2) {
  margin: 0 0 30px;
}

.commu .each_news > div {
  padding: 0 0 20px 0;
}

@media only screen and (min-width: 1024px) {
  #general .greeting li {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
#general .greeting li figure {
  margin: 0 0 16px;
}
@media only screen and (min-width: 1024px) {
  #general .greeting li figure {
    margin: 0 0 10px;
    padding: 1% 0 0;
  }
}
#general .h-title-03 {
  margin: 0 auto 10px;
}
#general .h-title-03 span {
  margin: 8px 0 0;
  font-size: 16px;
  font-size: 1rem;
  color: #333;
}
#general .h-title-04 {
  margin: 20px 0 0;
}
#general ol {
  margin: 20px auto 40px;
  counter-reset: my-counter;
}
#general ol.m_number {
  counter-reset: item 5;
}
#general ol.m_number_6 {
  counter-reset: item 6;
}
#general ol li {
  margin: 8px 0 0 1.5em;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
#general ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  color: #333;
  display: block;
  float: left;
  font-weight: normal;
  margin-left: -22px;
  text-align: center;
  height: 22px;
  width: 13px;
}

#facilities main section:nth-child(n+2) {
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  #facilities main section:nth-child(n+2) {
    margin: 100px auto 0;
  }
}
#facilities main section.bottom {
  margin-bottom: -80px;
}
@media only screen and (min-width: 1024px) {
  #facilities main section.bottom {
    margin-bottom: -100px;
  }
}
#facilities div.column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#facilities div.column.type-2 > .cell {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-2 > .cell {
    width: calc(50% - 15px);
  }
}
#facilities div.column.type-2 > .cell:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-2 > .cell:nth-child(2) {
    margin-top: 0;
  }
}
#facilities div.column.type-3 > .cell {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-3 > .cell {
    width: calc(100% / 3 - 20px);
  }
}
#facilities div.column.type-3 > .cell:nth-child(n+2) {
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-3 > .cell:nth-child(n+2) {
    margin-top: 0;
  }
}
#facilities div.column.type-3_1-2 > .cell {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-3_1-2 > .cell {
    width: calc(100% / 3 - 20px);
  }
}
#facilities div.column.type-3_1-2 > .super-cell {
  width: calc(50% - 10px);
  margin-top: 40px;
}
@media only screen and (min-width: 1024px) {
  #facilities div.column.type-3_1-2 > .super-cell {
    width: calc(100% / 3 - 20px);
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #career .w-toggle-ac .c-toggle-ac ol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#career .w-toggle-ac .c-toggle-ac ol li {
  margin: 16px 0 0;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1024px) {
  #career .w-toggle-ac .c-toggle-ac ol li {
    width: 50%;
  }
}
#career .w-toggle-ac .c-toggle-ac ol li:first-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  #career .w-toggle-ac .c-toggle-ac ol li:nth-child(-n+2) {
    margin: 0;
  }
}
#career .w-toggle-ac .c-toggle-ac ol li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: lighter;
}

/* ゼミナール */
.fac-sub.sec {
  margin: 50px 0 0;
}
@media only screen and (min-width: 1024px) {
  .fac-sub.sec {
    margin: 30px 0 0;
  }
}
.fac-sub.thr {
  margin: 0 0 50px;
}
@media only screen and (min-width: 1024px) {
  .fac-sub.thr {
    margin: 0 0 60px;
  }
}
.fac-sub .h-title-03 {
  line-height: 1.8;
}
.fac-sub > p {
  font-size: 16px;
  font-size: 1rem;
}
.fac-sub .skill {
  margin: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  .fac-sub .skill {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.fac-sub .skill span {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  .fac-sub .skill span {
    margin: 0 14px 0 0;
    padding: 0 14px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .fac-sub .skill span::after {
    content: "";
    width: 7px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url(../images/svg/arrow_b.svg);
    background-repeat: no-repeat;
  }
}
.fac-sub .skill div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #000;
  text-align: center;
  margin: 10px 0 0;
  padding: 16px 0;
}
@media only screen and (min-width: 1024px) {
  .fac-sub .skill div {
    width: 320px;
    height: 60px;
    margin: 0;
    padding: 0;
  }
}
.fac-sub .skill div p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
}
@media only screen and (min-width: 1024px) {
  .fac-sub .skill div:nth-of-type(n+2) {
    margin: 0 0 0 20px;
  }
}

div.wrap-4-2 {
  margin: 50px auto 0;
}
@media only screen and (min-width: 1024px) {
  div.wrap-4-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 1024px) {
  div.wrap-4-2 .flex-4 {
    width: calc(100% / 6 * 4 - 25px);
  }
}
@media only screen and (min-width: 1024px) {
  div.wrap-4-2 .flex-2 {
    width: calc(100% / 6 * 2 - 25px);
  }
}

div.wrap-1-3 {
  margin: 50px auto 0;
}
@media only screen and (min-width: 1024px) {
  div.wrap-1-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 30px auto 0;
  }
}
@media only screen and (min-width: 1024px) {
  div.wrap-1-3 .flex-1 {
    width: calc(100% / 4 * 1 - 25px);
  }
}
@media only screen and (min-width: 1024px) {
  div.wrap-1-3 .flex-3 {
    width: calc(100% / 4 * 3 - 25px);
  }
}

.w-toggle-more-sp.pro-comment li {
  width: 100%;
}
.w-toggle-more-sp.pro-comment li:nth-child(n+2) {
  margin: 20px 0 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.pro-comment li:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
.w-toggle-more-sp.semi-thema {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.semi-thema {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.w-toggle-more-sp.semi-thema li {
  width: 100%;
  margin: 20px auto 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.semi-thema li {
    width: 31%;
    margin: 0 3.5% 0 0;
  }
}
.w-toggle-more-sp.semi-thema li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.semi-thema li:nth-child(n+4) {
    margin-top: 80px;
  }
}
.w-toggle-more-sp.semi-thema li:nth-child(3n) {
  margin-right: 0;
}
.w-toggle-more-sp li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F4F4F4;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp li {
    background-color: #FFF;
    border-bottom: none;
  }
}
.w-toggle-more-sp li figure {
  width: 30%;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp li figure {
    width: calc(50% - 10px);
  }
}
.w-toggle-more-sp li .prof {
  width: 70%;
  padding: 0 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp li .prof {
    width: calc(50% - 10px);
  }
}
.w-toggle-more-sp li .prof .s-add {
  margin: 0 0 4px;
}
.w-toggle-more-sp li .prof .h-title-03 {
  margin: 0;
}
.w-toggle-more-sp li .sub {
  width: 97%;
  margin: 1.5% auto;
  padding: 16px;
  background-color: #FFF;
}
.w-toggle-more-sp li .sub .h-title-05 {
  margin: 0 0 4px;
  font-size: 14px;
  font-size: 0.875rem;
}
.w-toggle-more-sp li .sub .h-title-05-sub {
  font-size: 12px;
  font-size: 0.75rem;
}
.w-toggle-more-sp li .sub .h-title-05-sub::before {
  top: 10px;
}
.w-toggle-more-sp li .b-toggle-more-sp {
  width: 100%;
  padding: 16px 0;
  text-align: center;
  background-color: #F4F4F4;
  cursor: pointer;
}
.w-toggle-more-sp li .b-toggle-more-sp p {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}
.w-toggle-more-sp li .b-toggle-more-sp.active {
  /*p {
  	padding: 0 0 0 35px;
  	position: relative;
  	&::before {
  		content: "";
  		z-index: 1;
  		position: absolute;
  		background-image: url(../images/svg/close.svg);
  		background-position: center;
  		background-size: cover;
  		width: 20px;
  		height: 20px;
  		top: 0;
  		left: 0;
  	}
  }*/
}
.w-toggle-more-sp li .c-toggle-more-sp {
  padding: 16px;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp li .c-toggle-more-sp {
    padding: 14px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.w-toggle-more-sp.schedule > li {
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 20px 0;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li {
    width: 30%;
    margin: 0 5% 0 0;
    padding: 0;
  }
}
.w-toggle-more-sp.schedule > li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li:nth-child(n+4) {
    margin-top: 80px;
  }
}
.w-toggle-more-sp.schedule > li:nth-child(3n) {
  margin-right: 0;
}
.w-toggle-more-sp.schedule > li h3 {
  width: 47px;
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li h3 {
    width: 50px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.w-toggle-more-sp.schedule > li figure {
  width: calc(100% - 47px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li figure {
    display: block;
    width: calc(100% - 50px);
  }
}
.w-toggle-more-sp.schedule > li figure img {
  width: calc(50% - 2px);
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li figure img {
    width: 100%;
    height: auto;
  }
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp {
  width: 100%;
  padding: 0;
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-01 {
  margin: 24px 0;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-01 {
    margin: 30px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-01 > li {
  width: 100%;
  border-bottom: none;
}
@media only screen and (min-width: 1024px) {
  .w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-01 > li {
    width: calc(50% - 8px);
  }
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-01 > li p {
  text-indent: -1em;
  padding-left: 1em;
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp > p {
  border-bottom: 1px solid #C1C1C1;
  margin: 0 auto 14px;
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp > p span {
  display: inline-block;
  padding: 5px 8px;
  color: #FFF;
  background-color: #707070;
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-02 > li {
  border-bottom: none;
}
.w-toggle-more-sp.schedule > li .c-toggle-more-sp .c-ul-02 > li p {
  text-indent: -1em;
  padding-left: 1em;
}

section.sub-head {
  width: calc(100% - 60px);
  margin: 60px auto 0;
}
@media only screen and (min-width: 1024px) {
  section.sub-head {
    margin: 80px auto 0;
  }
}
section.sub-head .h-title-01 {
  margin: 0 0 20px;
}
section.sub-head p {
  font-size: 16px;
  font-size: 1rem;
}
section.sub-head.sem-sub {
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
@media only screen and (min-width: 1024px) {
  section.sub-head.sem-sub {
    margin: -60px auto 0;
  }
}
section.sub-head.sem-sub .h-title-01 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  section.sub-head.sem-sub .h-title-01 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 1024px) {
  .pickup-semi li {
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li:nth-child(2n) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.pickup-semi li:nth-child(n+2) {
  margin: 40px 0 0;
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li:nth-child(n+2) {
    margin: 100px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li > figure {
    width: calc(60% - 25px);
  }
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li > div {
    width: calc(40% - 25px);
  }
}
.pickup-semi li > div .h-title-03 {
  margin: 10px auto;
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li > div .h-title-03 {
    margin: 0 auto 16px;
  }
}
.pickup-semi li > div span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.55;
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li > div span {
    margin: 0 auto 30px;
  }
}
.pickup-semi li > div p {
  margin: 20px auto 0;
}
@media only screen and (min-width: 1024px) {
  .pickup-semi li > div p {
    margin: 30px auto 0;
  }
}

.tra-calendar {
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 50px auto 0;
  }
}
.tra-calendar li {
  margin: 20px 0 0;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li {
    display: -webkit-block;
    display: block;
    width: calc(50% - 24px);
    margin: 50px 0 0;
    padding: 0;
  }
}
.tra-calendar li:first-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li:nth-child(n+3) {
    margin: 50px 0 0;
  }
}
.tra-calendar li .h-title-03 {
  width: 100%;
  position: relative;
  padding: 0 0 0 50px;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li .h-title-03 {
    margin: 0;
    line-height: 40px;
  }
}
.tra-calendar li .h-title-03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li .h-title-03::before {
    background-size: 40px;
    background-repeat: no-repeat;
  }
}
.tra-calendar li .h-title-03.icon-a::before {
  background-image: url(../images/svg/icon-a.svg);
}
.tra-calendar li .h-title-03.icon-b::before {
  background-image: url(../images/svg/icon-b.svg);
}
.tra-calendar li .h-title-03.icon-c::before {
  background-image: url(../images/svg/icon-c.svg);
}
.tra-calendar li .h-title-03.icon-d::before {
  background-image: url(../images/svg/icon-d.svg);
}
.tra-calendar li .h-title-03.icon-e::before {
  background-image: url(../images/svg/icon-e.svg);
}
.tra-calendar li .h-title-03.icon-f::before {
  background-image: url(../images/svg/icon-f.svg);
}
.tra-calendar li .h-title-03.icon-g::before {
  background-image: url(../images/svg/icon-g.svg);
}
.tra-calendar li .c-toggle-more-sp {
  padding: 20px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar li .c-toggle-more-sp {
    padding: 10px 0 0 50px;
  }
}
.tra-calendar > div {
  margin: 40px 0 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    width: calc(50% - 24px);
    margin: 50px 0 0;
    padding: 0 0 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .tra-calendar > div figure {
    width: 55%;
  }
}
@media only screen and (min-width: 1024px) {
  .tra-calendar > div > div {
    width: calc(45% - 20px);
  }
}
@media only screen and (min-width: 1024px) {
  .tra-calendar > div > div .h-title-03 {
    margin: 0;
    line-height: 40px;
  }
}
.tra-calendar > div > div > p {
  padding: 10px 0 0 0;
}

.history-wrap li {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 24px;
  font-weight: lighter;
}
.history-wrap li span {
  margin-right: 0.5em;
  width: 140px;
}
.history-wrap li:first-child {
  margin-top: 0;
}

.tra-calendar-g {
  margin: 40px auto 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
  }
}
.tra-calendar-g li {
  margin: 20px 0 0;
  padding: 20px 20px 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li {
    display: -webkit-block;
    display: block;
    width: calc(50% - 24px);
    margin: 50px 0 0;
    padding: 0;
    background-color: #FAFAFA;
  }
}
.tra-calendar-g li:first-child {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li:nth-child(2) {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li:nth-child(n+3) {
    margin: 50px 0 0;
  }
}
.tra-calendar-g li .h-title-03 {
  width: 100%;
  position: relative;
  padding: 0 0 0 50px;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li .h-title-03 {
    margin: 0;
    line-height: 40px;
  }
}
.tra-calendar-g li .h-title-03::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li .h-title-03::before {
    background-size: 40px;
    background-repeat: no-repeat;
  }
}
.tra-calendar-g li .h-title-03.icon-a::before {
  background-image: url(../images/svg/icon-a.svg);
}
.tra-calendar-g li .h-title-03.icon-b::before {
  background-image: url(../images/svg/icon-b.svg);
}
.tra-calendar-g li .h-title-03.icon-c::before {
  background-image: url(../images/svg/icon-c.svg);
}
.tra-calendar-g li .h-title-03.icon-d::before {
  background-image: url(../images/svg/icon-d.svg);
}
.tra-calendar-g li .h-title-03.icon-e::before {
  background-image: url(../images/svg/icon-e.svg);
}
.tra-calendar-g li .h-title-03.icon-f::before {
  background-image: url(../images/svg/icon-f.svg);
}
.tra-calendar-g li .h-title-03.icon-g::before {
  position: 100;
  background-image: url(../images/svg/icon-g.svg);
}
.tra-calendar-g li .c-toggle-more-sp {
  padding: 20px 0 10px;
}
@media only screen and (min-width: 1024px) {
  .tra-calendar-g li .c-toggle-more-sp {
    padding: 10px 0 0 50px;
  }
}

.soc-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.soc-comment figure {
  width: 124px;
}
@media only screen and (min-width: 1024px) {
  .soc-comment figure {
    width: 170px;
  }
}
.soc-comment .prof {
  width: auto;
  padding: 0 0 0 20px;
}
.soc-comment .prof p {
  margin: 0 auto 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.soc-comment .prof span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
}
.soc-comment .prof span > span {
  display: block;
  padding-left: 4em;
}
@media only screen and (min-width: 1024px) {
  .soc-comment .prof span > span {
    display: inline;
    padding-left: .5em;
  }
}
.soc-comment > p {
  margin: 14px 0 0;
}
@media only screen and (min-width: 1024px) {
  .soc-comment > p {
    margin: 18px 0 0;
  }
}

.soc-circle {
  margin: 30px auto 0;
}
@media only screen and (min-width: 1024px) {
  .soc-circle {
    margin: 40px auto 0;
  }
}
.soc-circle li {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .soc-circle li {
    width: calc(50% - 25px);
  }
}
.soc-circle li:nth-child(n+2) {
  margin: 50px 0 0;
}
@media only screen and (min-width: 1024px) {
  .soc-circle li:nth-child(n+2) {
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .soc-circle li:nth-child(n+3) {
    margin: 80px 0 0;
  }
}
.soc-circle li .soc-comment {
  margin: 30px 0 0;
}
@media only screen and (min-width: 1024px) {
  .soc-circle li .soc-comment {
    margin: 40px 0 0;
  }
}
.soc-circle li .h-title-05 {
  margin: 20px 0 14px;
}
@media only screen and (min-width: 1024px) {
  .soc-circle li .h-title-05 {
    margin: 20px 0 10px;
  }
}
.soc-circle li p.p-com {
  text-indent: -1em;
  padding-left: 1em;
}

.aff {
  margin: 50px 0 0;
  border: 1px solid #C1C1C1;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .aff {
    margin: 40px 0 0;
  }
}

.toutansai {
  margin: 50px 0 0;
  border: 1px solid #C1C1C1;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .toutansai {
    margin: 40px 0 0;
    padding: 40px;
    display: -webkit-flex;
    display: flex;
  }
}
.toutansai .flex-2 {
  margin: 0 0 30px;
}
.toutansai .flex-2 .h-title-03 {
  font-size: 28px;
  font-size: 1.75rem;
  margin: 0 0 24px;
}
@media only screen and (min-width: 1024px) {
  .toutansai .flex-2 .h-title-03 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.toutansai .flex-2 .h-title-03 span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
}
.toutansai .flex-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.toutansai .flex-4 figure {
  width: calc(50% - 3px);
}
@media only screen and (min-width: 1024px) {
  .toutansai .flex-4 figure {
    width: calc(50% - 4px);
  }
}
.toutansai .flex-4 figure:nth-child(n+3) {
  margin: 6px 0 0;
}
@media only screen and (min-width: 1024px) {
  .toutansai .flex-4 figure:nth-child(n+3) {
    margin: 8px 0 0;
  }
}

#gallery ul.tab {
  width: calc(100% - 16px);
  margin: 60px auto 30px;
  padding: 0 20px 0 50px;
}
@media only screen and (min-width: 1024px) {
  #gallery ul.tab {
    padding: 0;
    max-width: 1200px;
    margin: 140px auto 30px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
#gallery ul.tab li {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #6C6C6C;
  padding: 0 0 4px;
  border-bottom: 2px solid #FFF;
  margin: 0 0 16px;
}
@media only screen and (min-width: 1024px) {
  #gallery ul.tab li {
    margin: 0;
    cursor: pointer;
  }
}
#gallery ul.tab li:first-child {
  margin-left: -30px;
}
@media only screen and (min-width: 1024px) {
  #gallery ul.tab li:first-child {
    margin: 0;
  }
}
#gallery ul.tab li:nth-child(n+2) {
  margin-left: 30px;
}
@media only screen and (min-width: 1024px) {
  #gallery ul.tab li:nth-child(n+2) {
    margin: 0;
  }
}
#gallery ul.tab li.select {
  color: #000;
  border-bottom: 2px solid #000;
}
#gallery .hide {
  display: none;
}
#gallery .grid .item {
  margin-bottom: 50px;
}
#gallery .grid .item.x1 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #gallery .grid .item.x1 {
    width: 366px;
  }
}
#gallery .grid .item.x2 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #gallery .grid .item.x2 {
    width: 783px;
  }
}
#gallery .grid .item figure img {
  width: 100%;
  height: auto;
}
#gallery .grid .item figure h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 5px 0 3px;
}

.soc-massage figure figcaption {
  margin: 14px 0 0;
}
.soc-massage figure figcaption .h-title-03 {
  margin: 0 auto 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
.soc-massage figure figcaption span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.55;
}

@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cushion ul.li-relay-01 li {
  margin: 0 0 24px 0;
  padding: 0 0 8px 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #cushion ul.li-relay-01 li {
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 0 0 40px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cushion ul.li-relay-01 li {
    width: calc(100% / 2);
    padding: 0 10px;
    margin: 0 0 40px 0;
  }
}
#cushion ul.li-relay-01 li figure {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#cushion ul.li-relay-01 li figure:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
#cushion ul.li-relay-01 li figure figcaption {
  margin: 8px 0;
  position: relative;
  padding: 0 0 0 20px;
}
#cushion ul.li-relay-01 li figure figcaption::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-02 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cushion ul.li-relay-02 li {
  margin: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  #cushion ul.li-relay-02 li {
    width: calc(100% / 3);
    padding: 0 10px;
    margin: 40px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cushion ul.li-relay-02 li {
    width: calc(100% / 2);
    padding: 0 10px;
    margin: 40px 0 0;
  }
}
#cushion ul.li-relay-02 li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#cushion ul.li-relay-02 li a:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
#cushion ul.li-relay-02 li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}
#cushion ul.li-relay-02.tokus {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#cushion ul.li-relay-02.tokus li {
  width: 48%;
  margin: 24px 0 0;
}
@media only screen and (min-width: 1024px) {
  #cushion ul.li-relay-02.tokus li {
    width: calc(100% / 3);
    padding: 0 16px;
    margin: 24px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #cushion ul.li-relay-02.tokus li {
    width: calc(100% / 2);
  }
}
#cushion ul.li-relay-02.tokus li:first-child {
  margin: 24px 2% 0 0;
}
@media only screen and (min-width: 1024px) {
  #cushion ul.li-relay-02.tokus li:first-child {
    margin: 24px 0 0;
  }
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-03 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cushion ul.li-relay-03 li {
  margin: 24px 0 0;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-03 li {
    width: calc(100% / 2);
    padding: 0 24px;
    margin: 40px 0 0;
  }
}
#cushion ul.li-relay-03 li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#cushion ul.li-relay-03 li a:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
#cushion ul.li-relay-03 li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-04 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cushion ul.li-relay-04 li {
  margin: 0 0 24px 0;
  padding: 0 0 8px 0;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-04 li {
    width: calc(100% / 2);
    padding: 0 24px;
    margin: 0 0 40px 0;
  }
}
#cushion ul.li-relay-04 li figure {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#cushion ul.li-relay-04 li figure:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
#cushion ul.li-relay-04 li figure figcaption {
  margin: 8px 0;
  position: relative;
  padding: 0 0 0 20px;
}
#cushion ul.li-relay-04 li figure figcaption::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#cushion ul.li-relay-list > li {
  margin: 0 0 32px 0;
  padding: 0 0 8px 0;
  width: 100%;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-list > li {
    width: calc(100% / 2);
    padding: 0 24px;
    margin: 0 0 48px 0;
  }
}
#cushion ul.li-relay-list > li figure figcaption {
  margin: 8px 0;
  position: relative;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-list > li > ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
#cushion ul.li-relay-list > li > ul li {
  margin: 8px 0 0;
}
@media only screen and (min-width: 641px) {
  #cushion ul.li-relay-list > li > ul li {
    margin: 16px 0 0;
    width: 48%;
  }
}
#cushion ul.li-relay-list > li > ul li a {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0 8px 20px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  font-weight: lighter;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
#cushion ul.li-relay-list > li > ul li a:hover {
  -webkit-opacity: .8;
  opacity: .8;
}
#cushion ul.li-relay-list > li > ul li a::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}

@media only screen and (min-width: 1024px) {
  ul.page-list {
    display: -webkit-flex;
    display: flex;
    -wevkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
ul.page-list li {
  margin: 16px 0;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #E6E6E6;
}
@media only screen and (max-width: 768px) {
  ul.page-list li {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  ul.page-list li {
    width: calc(50% - 20px);
  }
}
ul.page-list li a {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px;
  position: relative;
}
ul.page-list li a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 2px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #000;
}

/*-----------------------------
form
------------------------------*/
/*フォーム関連*/
input, textarea, select {
  font-size: 16px;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input, textarea, select {
  width: 100%;
}

/*ラジオボタン*/
input[type="radio"] {
  position: relative;
  -webkit-appearance: button;
  appearance: button;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  content: "";
  background-color: #FFFFFF;
  border: 1px solid #999999;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  -webkit-box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 4px 4px 10px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked:after {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: #074398;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
/* 追記 241101 */
input[type="radio"] {
        appearance: none;
        box-shadow: none;
    }

input[type="radio"]:checked:after {
        background: black;
}

input[type="checkbox"] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e2e2e2));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}
input[type="checkbox"]:checked {
  /*Other Browser*/
  background: #074398;
  /*For Old WebKit*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #074398), color-stop(1, #074398));
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #074398 0%, #074398 100%);
  border: 1px solid #074398;
}
input[type="checkbox"]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}
input[type="checkbox"]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}
input::-ms-clear, input::-ms-reveal {
  visibility: hidden;
}
input[type="text"], input[type="tel"], input[type="email"] {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* テキスト、テキストエリア共通 */
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

input[type="text"]:focus, textarea:focus {
  box-shadow: 0 0 7px #074398;
  border: 1px solid #074398;
}

/* テキスト */
input[type="text"], input[type="tel"], input[type="email"] {
  height: 36px;
  font-size: 14px;
  text-indent: 0.7em;
}
input[type="text"].minimum, input[type="tel"].minimum, input[type="email"].minimum {
  width: 15%;
  min-width: 130px;
}
input[type="text"].short, input[type="tel"].short, input[type="email"].short {
  width: 30%;
  min-width: 240px;
}
input[type="text"].long, input[type="tel"].long, input[type="email"].long {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  input[type="text"], input[type="tel"], input[type="email"] {
    width: 100%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].minimum, input[type="tel"].minimum, input[type="email"].minimum {
    width: 22%;
    min-width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].short, input[type="tel"].short, input[type="email"].short {
    width: 48%;
    min-width: 145px;
  }
}
@media only screen and (max-width: 768px) {
  input[type="text"].long, input[type="tel"].long, input[type="email"].long {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  input[type="tel"] {
    width: 100% !important;
  }
}
/* テキストエリア */
textarea {
  width: 100%;
  font-size: 14px;
  text-indent: 0.7em;
  padding: 8px 5px;
}

@media only screen and (max-width: 768px) {
  textarea {
    font-size: 12px;
    text-indent: 0;
  }
}
/* ラジオボタン */
label {
  padding: 3px 20px 3px 3px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  label {
    font-size: 12px;
  }
}
/*セレクト*/
select {
  width: 100%;
  height: 36px;
  text-indent: 0.7em;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  background-size: 20px, 100%;
  font-size: 14px;
}
select.minimum {
  width: 15%;
  min-width: 130px;
  margin: 0 3px;
}
select.short {
  width: 30%;
  min-width: 240px;
}
select.long {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  select {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  select.minimum {
    width: 22%;
    min-width: 50px;
  }
}
@media only screen and (max-width: 768px) {
  select.short {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  select.long {
    width: 100%;
  }
}
/*placeholderフォーカス時に消す*/
input:focus::-webkit-input-placeholder, input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent;
}
input[type="button"], input[type="submit"] {
  background-color: #000;
  color: white;
}
input[type="reset"] {
  background-color: #aaa;
  color: #000;
}

/*確認ボタン*/
.wpcf7c-btn-confirm, .wpcf7-submit {
  display: block;
  color: #000;
  border: 1px solid #074398;
  line-height: 1;
  padding: 12px 0 12px 10px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .wpcf7c-btn-confirm, .wpcf7-submit {
    font-size: 1rem;
  }
}
.wpcf7c-btn-confirm::after, .wpcf7-submit::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  /* background: url(../images/common/iconArrow01@2x.png) no-repeat center left; */
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .wpcf7c-btn-confirm::after, .wpcf7-submit::after {
    /* background: url(../images/common/iconArrow01@2x.png) no-repeat center left; */
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    right: 8px;
  }
}
.wpcf7c-btn-back, .wpcf7-previous {
  display: block;
  color: #dadada;
  line-height: 1;
  padding: 12px 0 12px 10px;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
}
.wpcf7c-btn-back::after {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  /* background: url(../images/common/iconArrow01@2x.png) no-repeat center left; */
  background-size: 16px auto;
  width: 16px;
  height: 16px;
  right: 10px;
}

@media only screen and (max-width: 768px) {
  .wpcf7c-btn-back {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .wpcf7c-btn-back::after {
    /* background: url(../images/common/iconArrow01@2x.png) no-repeat center left; */
    background-size: 14px auto;
    width: 14px;
    height: 14px;
    right: 8px;
  }
}
.searchBoxWrap input[type="text"] {
  width: 80%;
}
.searchBoxWrap input[type="submit"] {
  font-size: 13px;
  padding: 5px;
  border-radius: 5px;
}

/*フォームページデザイン*/
.pgForm {
  /* テキスト */
}
.pgForm .formText {
  margin: 20px 0;
}
.pgForm .formText.info {
  display: block;
}
.pgForm .formText.confirm {
  display: none;
}
.pgForm .cmnMainCont.form {
  max-width: 700px;
  margin: 0 auto;
  float: none;
  width: 90%;
}
.pgForm h3 {
  margin: 20px 0;
}
.pgForm .formItem {
  margin: 0 0 32px;
}
.pgForm .formItem dt {
  color: #000;
  font-size: 0.9rem;
  margin: 0 0 5px;
}
.pgForm .formItem dt .require {
  color: #fff;
  background: #ff3c46;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 0 0 8px;
  border-radius: 3px;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
.pgForm .formItem dd {
  margin: 0;
  font-size: 14px;
}
.pgForm .formItem .two input:first-child {
  margin: 0 5px 0 0;
}
.pgForm .formTelInfo {
  text-align: center;
  background: #f1f0f0;
  padding: 20px;
  margin: 0 0 30px;
}
.pgForm .formTelInfo span {
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
.pgForm .formPrivacyInfo {
  width: 60%;
  max-width: 480px;
  margin: 60px auto 0px;
  width: 60%;
  font-size: 14px;
  line-height: 1.6;
}
.pgForm .formPrivacyInfo .require {
  color: #fff;
  background: #ff3c46;
  padding: 2px 4px;
  display: inline-block;
  margin: 0 0 0 8px;
  border-radius: 3px;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
}
.pgForm .formBtnWrap input[type="submit"], .pgForm .formBtnWrap input[type="button"] {
  max-width: 300px;
  margin: 0 auto 20px;
  display: block;
}
.pgForm .formBtnWrap .wpcf7c-btn-back {
  background: #dadada;
}
.pgForm .radioWrap .dan .wpcf7-list-item, .pgForm .checkboxWrap.dan .wpcf7-list-item {
  display: block;
}
.pgForm .checkboxWrap.dan.row3 .wpcf7-list-item {
  display: inline-block;
  width: 33.3%;
  margin: 10px 0px 0px 0px !important;
}
.pgForm .accept label {
  display: block;
  margin: 10px 0 0;
  padding: 3px;
}
.pgForm .formBtnWrap {
  margin: 0 0 100px;
}
.pgForm .music_course span.wpcf7-list-item,
.pgForm .ocday span.wpcf7-list-item,
.pgForm .art_course span.wpcf7-list-item,
.pgForm .department span.wpcf7-list-item,
.pgForm .student-year span.wpcf7-list-item,
.pgForm .dayselect span.wpcf7-list-item,
.pgForm .relation span.wpcf7-list-item,
.pgForm .programselect span.wpcf7-list-item,
.pgForm .class-select span.wpcf7-list-item,
.pgForm .lesson-number span.wpcf7-list-item,
.pgForm .teacher-info2 span.wpcf7-list-item,
.pgForm .social_course span.wpcf7-list-item,
.pgForm .nursing_course span.wpcf7-list-item {
  display: block;
  margin: 10px 0 !important;
}
.pgForm .formAttention {
  font-size: 13px;
  padding: 32px;
  text-align: center;
  border: solid 1px #e6e6e6;
  background: #f5f5f5;
  margin: 0px auto 32px;
  width: 80%;
}
.pgForm .mailAttention {
  font-size: 12px;
  line-height: 1.6;
  padding: 10px 0;
}
.pgForm span.wpcf7-list-item-label::before,
.pgForm span.wpcf7-list-item-label::after {
  content: " ";
}

@media only screen and (max-width: 768px) {
  .pgForm .formItem dd {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .pgForm .formPrivacyInfo {
    margin: 30px auto 0px;
    width: 100%;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .pgForm .radioWrap.dan .wpcf7-list-item, .pgForm .checkboxWrap.dan .wpcf7-list-item {
    display: block;
    padding: 8px 0;
    margin: 0;
  }
  .pgForm .radioWrap.dan.row3 .wpcf7-list-item, .pgForm .checkboxWrap.dan.row3 .wpcf7-list-item {
    display: block;
    padding: 8px 0;
    margin: 0;
  }
}
/*contact formのスタイルを変更*/

span.wpcf7-list-item {
  margin: 0 !important;
}
span.ajax-loader {
  display: none !important;
}
span.wpcf7-not-valid-tip, span.wpcf7-custom-item-error {
  color: #ff3c46 !important;
  font-size: 0.75rem !important;
  display: block !important;
  padding: 8px 0 !important;
}

.wpcf7-list-item-label {
  padding: 0px 10px 10px 0px;
}

/*エラー画面*/
.screen-reader-response {
  padding: 12px 18px 18px;
  font-size: 0.8rem;
  line-height: 2.4;
  margin: 20px 0;
  color: #ff3c46;
}
.screen-reader-response ul {
  background: #fff5f0;
  padding: 20px;
  margin: 0 0 30px;
}
.screen-reader-response ul li {
  line-height: 1.8;
}
.screen-reader-response ul li::before {
  content: "・";
  display: inline-block;
}
.screen-reader-response ul li a {
  color: #ff3c46;
}

/*確認画面*/
body.confirm .pgForm {
  /* テキスト、テキストエリア共通 */
}
body.confirm .pgForm .formText.info {
  display: none;
}
body.confirm .pgForm .formText.confirm {
  display: block;
}
body.confirm .pgForm .require {
  display: none;
}
body.confirm .pgForm input[type="text"], body.confirm .pgForm input[type="tel"], body.confirm .pgForm input[type="email"] {
  outline: none;
  border: none;
  background: #fff;
  text-indent: 0;
}
body.confirm .pgForm textarea, body.confirm .pgForm select {
  outline: none;
  border: none;
  background: #fff;
  text-indent: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  min-height: 36px;
}
body.confirm .pgForm textarea {
  padding: 8px 0;
}
body.confirm .pgForm input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
body.confirm .pgForm .formTable {
  width: 80%;
  margin: 80px auto 0;
}
body.confirm .pgForm .form-control {
  border: none;
  background: #fff;
  font-size: 14px;
  padding: 0;
  height: auto;
}
body.confirm .pgForm span.wpcf7-list-item {
  display: none;
}
body.confirm .pgForm span.wpcf7-list-item.checked {
  display: block;
  background: none;
  color: #14112d;
  font-weight: normal;
  border: none;
  padding: 0;
  margin: 0;
}
body.confirm .pgForm span.wpcf7-list-item.checked label {
  padding: 0;
  font-size: 14px;
}
body.confirm .pgForm input[type="radio"], body.confirm .pgForm input[type="checkbox"] {
  display: none;
}
body.confirm .pgForm .upload input[type="text"], body.confirm .pgForm .upload label {
  display: none;
}
body.confirm .pgForm .your-email_confirm, body.confirm .pgForm .mailAttention {
  display: none;
}
body.confirm .pgForm .table > tbody > tr > td, body.confirm .pgForm .table > tbody > tr > th {
  padding: 10px 0;
}
body.confirm .pgForm .table > tfoot > tr > td, body.confirm .pgForm .table > tfoot > tr > th {
  padding: 10px 0;
}
body.confirm .pgForm .table > thead > tr > td, body.confirm .pgForm .table > thead > tr > th {
  padding: 10px 0;
}
body.confirm .pgForm span.wpcf7-list-item {
  display: none;
}
body.confirm .pgForm span.wpcf7-list-item.checked {
  display: block;
  background: #fff;
  color: #4c4c4c;
  font-weight: normal;
}
body.confirm .radioWrap .wpcf7-list-item, body.confirm .radioWrap.dan .wpcf7-list-item {
  display: none;
}
body.confirm .radioWrap .wpcf7-list-item.checked, body.confirm .radioWrap.dan .wpcf7-list-item.checked {
  display: block;
}
body.confirm .checkboxWrap .wpcf7-list-item, body.confirm .checkboxWrap.dan .wpcf7-list-item {
  display: none;
}
body.confirm .checkboxWrap .wpcf7-list-item.checked, body.confirm .checkboxWrap.dan .wpcf7-list-item.checked {
  display: block;
}
body.confirm .checkboxWrap .wpcf7-list-item, body.confirm .checkboxWrap.dan.row3 .wpcf7-list-item {
  display: none;
}
body.confirm .checkboxWrap .wpcf7-list-item.checked, body.confirm .checkboxWrap.dan.row3 .wpcf7-list-item.checked {
  display: block;
}
body.confirm input[type="text"], body.confirm input[type="tel"], body.confirm input[type="email"] {
  text-indent: 0em;
}
body.confirm select {
  text-indent: 0em;
}
body.confirm input[type="text"].minimum, body.confirm input[type="tel"].minimum, body.confirm input[type="email"].minimum {
  width: auto;
  min-width: 0;
}
body.confirm select.minimum {
  width: auto;
  min-width: 0;
}
body.confirm input[type="text"].short, body.confirm input[type="tel"].short, body.confirm input[type="email"].short {
  width: auto;
  min-width: 0;
}
body.confirm select.short {
  width: auto;
  min-width: 0;
}
body.confirm input[type="text"].long, body.confirm input[type="tel"].long, body.confirm input[type="email"].long {
  width: auto;
  min-width: 0;
}
body.confirm select.long {
  width: auto;
  min-width: 0;
}
body.confirm input:-webkit-input-placeholder, body.confirm input:-moz-placeholder {
  color: transparent;
}
body.confirm .formItem dt {
  border-bottom: solid 1px #dadada;
  padding: 10px 8px;
  background: #f5f5f5;
}
body.confirm .formItem dd {
  padding: 0 10px;
}
body.confirm .formPrivacyInfo {
  display: none;
}
body.confirm .formBtnWrap {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  body.confirm .pgForm .formTable {
    width: 100%;
    margin: 35px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  body.confirm .pgForm .table > tbody > tr > td, body.confirm .pgForm .table > tbody > tr > th {
    padding: 5px 0;
  }
  body.confirm .pgForm .table > tfoot > tr > td, body.confirm .pgForm .table > tfoot > tr > th {
    padding: 5px 0;
  }
  body.confirm .pgForm .table > thead > tr > td, body.confirm .pgForm .table > thead > tr > th {
    padding: 5px 0;
  }
}
/*　invalid時はconfirmスタイルをつけない　*/
body.confirm .pgForm form.invalid input[type="text"], body.confirm .pgForm form.invalid input[type="tel"], body.confirm .pgForm form.invalid input[type="email"] {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body.confirm .pgForm form.invalid select {
  width: 100%;
  height: 36px;
  text-indent: 0.7em;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #eee;
  background-size: 20px, 100%;
  font-size: 14px;
}
body.confirm .pgForm form.invalid textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
  text-indent: 0.7em;
  padding: 8px 5px;
}
body.confirm .pgForm form.invalid .formItem dt {
  border-bottom: none;
  padding: 10px 8px;
  background: transparent;
}

div.wpcf7 .screen-reader-response {
  position: static !important;
  overflow: auto !important;
  clip: auto !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/*-----------------------------
information
------------------------------*/
@media only screen and (max-width: 768px) {
  #index .each_news li {
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .each_news {
    margin: 30px auto 0;
  }
}
.each_news h1 {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .each_news h1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.each_news li {
  width: calc(30% - 10px);
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .each_news li {
    width: calc(50% - 10px);
    margin: 0 0 2em 0;
  }
}
.each_news li a {
  display: block;
}
.each_news li span {
  display: block;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  margin: .3em 0 0 0;
}
.each_news li span.eventday {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  .each_news li span.eventday {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.each_news li span.updateday {
  text-align: right;
}
.each_news li span.type {
  background: #E6E6E6;
  display: table;
  padding: 2px 6px;
  margin: 10px 0px 10px 0px;
}
@media only screen and (max-width: 768px) {
  .each_news li span.type {
    margin: 5px 0px 5px 0px;
  }
}
.each_news li span.category {
  display: none;
  font-weight: lighter;
}
.each_news .trim {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .each_news .trim {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .each_news .trim {
    width: 100%;
  }
}
.each_news .trim img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  .each_news .trim img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

#news .each_news span.category {
  display: block;
}

@media only screen and (max-width: 768px) {
  body#index main #faculty > div .each_news.top {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  body#index main #faculty > div .each_news.top h1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body#index main #faculty > div .each_news.top li {
  width: calc(50% - 10px);
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  body#index main #faculty > div .each_news.top li {
    margin: 0 0 2em 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
  }
}
body#index main #faculty > div .each_news.top li a {
  display: block;
}
body#index main #faculty > div .each_news.top li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: .3em 0 0 0;
}
body#index main #faculty > div .each_news.top li span.eventday {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  body#index main #faculty > div .each_news.top li span.eventday {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body#index main #faculty > div .each_news.top li span.updateday {
  text-align: right;
}
body#index main #faculty > div .each_news.top li span.type, body#index main #faculty > div .each_news.top li span.category {
  display: none;
}
body#index main #faculty > div .each_news.top figure.trim {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body#index main #faculty > div .each_news.top figure.trim {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body#index main #faculty > div .each_news.top figure.trim {
    width: 100%;
  }
}
body#index main #faculty > div .each_news.top .trim img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  body#index main #faculty > div .each_news.top .trim img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

/*サムネイルつき3件表示*/
@media only screen and (max-width: 768px) {
  body#index main #faculty .each_news.update {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  body#index main #faculty .each_news.update h1 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body#index main #faculty .each_news.update li {
  border-bottom: none;
  width: calc(33% - 10px);
}
@media only screen and (max-width: 768px) {
  body#index main #faculty .each_news.update li {
    width: calc(50% - 10px);
  }
}
body#index main #faculty .each_news.update li a {
  display: block;
}
body#index main #faculty .each_news.update li span {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
body#index main #faculty .each_news.update li span.eventday {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (max-width: 768px) {
  body#index main #faculty .each_news.update li span.eventday {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body#index main #faculty .each_news.update li span.updateday {
  text-align: right;
}
body#index main #faculty .each_news.update li span.type, body#index main #faculty .each_news.update li span.category {
  display: none;
}
body#index main #faculty .each_news.update figure.trim {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body#index main #faculty .each_news.update figure.trim {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body#index main #faculty .each_news.update figure.trim {
    width: 100%;
  }
}
body#index main #faculty .each_news.update .trim img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  body#index main #faculty .each_news.update .trim img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 768px) {
  .each_news.update li:nth-child(3) {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #news .each_news.topText {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  #news .each_news.topText h1 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#news .each_news.topText li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #news .each_news.topText li {
    width: calc(48% - 10px);
    border-bottom: none;
    margin: 0 0 2em 0;
  }
}
#news .each_news.topText li a {
  display: block;
}
#news .each_news.topText li span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 auto 8px;
}
#news .each_news.topText li span.eventday {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  #news .each_news.topText li span.eventday {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
#news .each_news.topText li span.updateday {
  text-align: left;
}
#news .each_news.topText li span.type, #news .each_news.topText li span.category {
  display: none;
}
#news .each_news.topText figure.trim {
  position: relative;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #news .each_news.topText figure.trim {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #news .each_news.topText figure.trim {
    width: 100%;
  }
}
#news .each_news.topText .trim img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports (object-fit: cover) {
  #news .each_news.topText .trim img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (min-width: 1024px) {
  #news .each_news.topText.department li {
    width: calc(30% - 10px);
  }
}

.cat-menu {
  text-align: center;
  padding: 0px 0 40px;
}
@media only screen and (max-width: 768px) {
  .cat-menu {
    padding: 0px 0 0px;
  }
}

.cat-item {
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .cat-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 10px 15px;
  }
}
.cat-item a.active {
  border-bottom: 2px solid #000;
  display: inline-block;
  color: #000;
}

.icon_pdf {
  width: 16px;
  height: auto;
}

/*single*/
#news_single span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: .3em 0 .3em 0;
}
#news_single span.eventday {
  font-size: 14px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  #news_single span.eventday {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#news_single span.updateday {
  text-align: left;
  display: block;
}
#news_single span.type {
  background: #E6E6E6;
  padding: 2px 6px;
  margin: 0px 4px 0px 4px;
}
#news_single h1 {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  #news_single h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
#news_single .editorColumn p {
  padding: 10px 0;
}
#news_single a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
}
#news_single #main_contents img,
#news_single .editorColumn img {
  padding: 30px 0px;
}
#news_single #main_contents a,
#news_single .editorColumn a {
  -webkit-transition: all .3s;
  transition: all .3s;
}
#news_single #main_contents a:hover,
#news_single .editorColumn a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*paging*/
.pager {
  clear: both;
  padding: 20px0;
  position: relative;
  line-height: 14px;
  text-align: center;
  margin: 60px 0 0 0;
}
.pager .pagination-box {
  display: inline-block;
}
.pager span, .pager a {
  display: inline-block;
  margin: 2px 8px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  font-size: 1rem;
}
.pager a.next {
  border: none;
}
.pager span.current {
  border-bottom: 2px solid #000;
}
.pager .current {
  padding: 10px;
}

#page_navi {
  padding: 40px 0 0px;
  margin-top: 40px;
}
#page_navi p {
  display: inline-block;
  width: 49%;
}
#page_navi p.prev {
  text-align: left;
}
#page_navi p.next {
  text-align: right;
}
#page_navi a {
  border-bottom: 1px solid #333;
  text-decoration: none;
  margin: 10px 0 0;
  padding: 0 4px 8px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#page_navi a:hover {
  color: #888;
  border-bottom: 1px solid #888;
}

#ganbare h4.h-title-05 {
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  #ganbare .inner-70-30.pt_middle {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 768px) {
  #ganbare .ga_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}

#people .people-kiji {
  margin: 40px auto 0;
}
#people .people-kiji li {
  border-bottom: 1px solid #ccc;
  padding: 16px 0;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji li {
    padding: 8px 0;
  }
}
#people .people-kiji li:last-child {
  border-bottom: none;
}
#people .people-kiji li a:hover h4 {
  text-decoration: underline;
}
#people .people-kiji figure > div {
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji figure > div {
    width: 90px;
    height: 90px;
  }
}
#people .people-kiji figure > div::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#people .people-kiji figure > div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#people .people-kiji figure figcaption {
  margin-left: 88px;
  height: auto;
  min-height: 70px;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji figure figcaption {
    height: 90px;
    display: flex;
    align-items: center;
    margin-left: 120px;
  }
}
#people .people-kiji figure figcaption div {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji figure figcaption div {
    width: 80px;
    text-align: center;
  }
}
#people .people-kiji figure figcaption div span {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  background: #E6E6E6;
  padding: 1px 8px;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji figure figcaption div span {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 1px 4px;
  }
}
#people .people-kiji figure figcaption h4 {
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  #people .people-kiji figure figcaption h4 {
    margin-top: 0;
    padding-left: 30px;
    width: calc(100% - 80px);
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#corporation .side-min.editorColumn a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#corporation .side-min.editorColumn a:hover {
  text-decoration: none;
  opacity: .8;
}

#single_people span {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: .3em 0 .3em 0;
}
#single_people span.genre {
  margin: 10px 6px 0;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  background: #E6E6E6;
  padding: 2px 6px;
}
@media only screen and (min-width: 1024px) {
  #single_people span.genre {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
#single_people .people_title {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 1.5em 0;
}
@media only screen and (min-width: 1024px) {
  #single_people .people_title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#single_people .editorColumn {
  margin: 40px auto;
}
@media only screen and (min-width: 1024px) {
  #single_people .editorColumn {
    display: flex;
  }
}
#single_people .editorColumn figure {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single_people .editorColumn figure {
    width: 240px;
    padding-top: 10px;
  }
}
#single_people .editorColumn figure img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #single_people .editorColumn .honbun {
    width: calc(100% - 240px);
    padding-left: 64px;
  }
}
#single_people .editorColumn p {
  padding: 10px 0;
}
#single_people .editorColumn a {
  text-decoration: underline;
}
#single_people .editorColumn a:hover {
  text-decoration: none;
  opacity: .8;
}

.footerBanner {
  padding: 50px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .footerBanner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: calc(100% - 40px);
    max-width: 1040px;
    margin: auto;
  }
}
.footerBanner .footerBannerImg {
  width: 100%;
  margin: 0 0 20px;
  max-width: 240px;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .footerBanner .footerBannerImg {
    width: 25%;
    height: auto;
    max-width: none;
    margin: 0 0 2.6% 0;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1024px) {
  .each_news li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 35%;
  }
}

#information span.information_day {
  float: right;
  padding-top: 6px;
}

#information span.event {
  float: right;
  padding-top: 6px;
  border-bottom: 1px solid #e9550561;
}

/*class_info search*/
.classinfo_searchform {
  width: 70%;
  max-width: 580px;
  padding: 60px 0 0;
  margin: 0 auto;
}
.classinfo_searchform label {
  font-size: 12px;
  padding: 0;
  margin: 12px 0 0 0;
  display: block;
}

.submit_btn {
  padding: 8px 5px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  max-width: 320px;
  margin: 12px auto 0;
  display: block;
}

#classInfoSearchInput {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .classinfo_searchform {
    width: auto;
    max-width: 92%;
    padding: 60px 0 0;
    margin: 0 auto;
  }

  .submit_btn {
    width: 100%;
    display: block;
    margin: 10px 0 0;
    max-width: none;
  }

  #classInfoSearchInput {
    width: 100%;
    display: block;
  }
  #classInfoSearchInput::placeholder {
    font-size: 14px;
  }
}
/*fotter span 追加 181212 nagamori*/
.footer_art_region {
  display: block;
  font-size: 12px;
  padding: 0px 0px 10px 0px;
}
@media only screen and (max-width: 640px) {
  .footer_art_region {
    width: 100%;
    padding: 0px 0px 10px 0px;
  }
}
.footer_art_region.botttom {
  padding: 14px 0px 10px 0px;
}
@media only screen and (max-width: 640px) {
  .footer_art_region.botttom {
    padding: 12px 0px 10px 0px;
  }
}

/*art span 追加 181212 nagamori*/
.art_department_top_region {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 0px 8px 0px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

/*190207 nagamori*/
#overlay {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: .35s;
  overflow: hidden;
}
#overlay.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 12px 0px;
  background-color: #fff;
  transition: .35s;
}
#overlay #form {
  margin-left: 2%;
  width: 82%;
  float: left;
}

#overlay_bt_serach {
  text-align: center;
}

#overlay_bt_serach img {
  padding-top: 3px;
  width: 26px;
}

#bt_search {
  position: absolute;
  top: 64px;
  right: 0px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  text-align: center;
  z-index: 2;
}
#bt_search img {
  padding-top: 14px;
  width: 30px;
}

.nav_department_name {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.9rem;
  float: left;
  margin: 11px 0px 0px 8px;
  padding-left: 8px;
  border-left: 1px solid #ccc;
}
@media only screen and (min-width: 1024px) {
  .nav_department_name {
    font-size: 1rem;
    margin: 14px 0px 0px 12px;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 640px) {
  .pcOnly_search {
    position: fixed;
    z-index: 1000;
    top: 42px;
    right: 60px;
  }
}

@media only screen and (max-width: 640px) {
  #overlay.open {
    opacity: 1;
    visibility: visible;
    height: 62px;
    padding: 12px 0px;
    background-color: #fff;
    transition: .35s;
    z-index: 100;
  }
}




@media screen\0 {
  .nav_department_name {
    margin: 17px 0px 0px 12px;
  }
}


/*追加 20200525*/
.sub_navigation {
  background-color: #F5F5F5;
	padding: 5px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 30px;
	position: fixed;
	z-index: 500;
}
.sub_navigation_list {
	padding: 0px 12px;
	border-right: 1px solid #c1c1c1;
	font-size: 12px;
}

.sub_navigation_list:last-child {
	border-right: none;
}

.harf_w100 {
  width: 100%;
  /*text-align: center;*/
}

.harf_w100 a {
  padding: 14px 25px;
  font-size: 14px !important;
  background-image: url(../images/svg/arrow_b.svg);
  background-position: right 25px top 50%;
  background-repeat: no-repeat;
}

.w100_top {
  border-top: 1px solid #000;
}

/*追加 20210812*/
.bt_linerequest{
  max-width: 320px;
  width: 90%;
  margin-top: 10px;
}

/*追加 20260318*/
.pb-80-40 {
        padding-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
    .pb-80-40 {
        padding-bottom: 40px;
    }
}