@charset "UTF-8";
/* body
-------------------------------- */
html {
  min-height: 100%;
  position: relative;
}
body {
  font-size: 16px;
  font-family: 'Kiwi Maru',"HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",sans-serif;
  line-height: 35px;
  overflow-x: hidden;
  font-weight: 500;
  position: relative;
  margin: 0;
}
html,
body {
  height: 100%;
  overflow-x: inherit;
}
.hidden body {
  overflow: hidden;
}
a,
a:hover,
.web-contact-link img,
.web-contact-link:hover img,
.web-contact-link:hover,
input[type="submit"]:hover,
input[type="submit"],
a:focus {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
  outline: none;
}
div,
p,
a {
  overflow-wrap: break-word;
}
a:hover {
  text-decoration: underline;
}
a,
a:visited {
  color: inherit;
}
a:link,
a:hover {
  color: inherit;
}
.home a,
.page a,
#fix-menu-wrap a,
.archive a,
.share a,
.single-pn-link a,
.single .bread a,
.single footer a,
.error404 .bread a,
.error404 footer a,
#btns-wrap a {
  text-decoration: none !important;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.home ul,
#fix-menu-wrap ul,
.archive ul,
.share ul,
.single .bread ul,
.single footer ul,
.error404 .bread ul,
.error404 footer ul,
.bread ul,
.info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page ul {
  margin: 0;
}
#menu-common-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

#line-btn,
#page-top {
  display: none;
}
#link2-wrap {
  cursor: pointer;
}
blockquote.wp-block-quote {
  border-left: 4px solid;
  margin: 0;
  padding: 0 1.5em;
}
.wp-block-pullquote {
  font-size: inherit;
  line-height: inherit;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
input[type="search"] {
  color: inherit;
  outline: none;
}
.search a {
  text-decoration: none;
}
.wp-block-file *+.wp-block-file__button {
  border: 1px solid;
}

/* インスタグラム */
#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  box-sizing: border-box;
}
#sb_instagram .sb_instagram_header .sbi_header_text .sbi_bio {
  margin-top: 0.8em !important;
}
#sb_instagram .sbi_photo_wrap {
  border: 1px solid;
}

/* font -------------------------- */
/* style */
address {
  font-style: normal;
}

/* position */
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.p-change1 {
  text-align: left;
}
.sp-left-txt {
  text-align: left;
}

/* font-size */
.fs1 {
  font-size: 24px;
}
.fs2 {
  font-size: 22px;
}
.fs3 {
  font-size: 18px;
}
.fs4 {
  font-size: 16px;
}
.copy {
  font-size: 12px;
}
#header-catch h1 {
  font-size: 20px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* line-height */
.lh1,
h2 {
  line-height: 40px;
}
.lh2,
h3 {
  line-height: 38px;
}
.lh3,
h4 {
  line-height: 35px;
}
.lh4,
h5,
h6 {
  line-height: 35px;
}
#header-catch h1 {
  line-height: 45px;
}
h1 {
  line-height: 50px;
}


/* weight */
.fwn {
  font-weight: normal;
}
.fwb {
  font-weight: bold;
}
.fw300 {
  font-weight: 300;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw700 {
  font-weight: 700;
}

/* other ---------------------- */
/* width */
.cw1,
.cw2,
.cw3,
.cw4 {
    width: 90%;
}
.cw2 {
  max-width: 1000px;
}
.cw3 {
  max-width: 1280px;
}
.cw4 {
  max-width: 400px;
}

/* パンくず */
#breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.bread-break {
  padding: 0 5px;
}
.bread {
  width: 90%;
}

/* margin */
.m0 {
  margin: 0 !important;
}
.m0a {
  margin: 0 auto;
}
.mla {
  margin-left: auto;
}
.mb0,
.default-txt {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 50px;
}
.mb2 {
  margin-bottom: 40px;
}
.mb3 {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 30px;
}
.mb5 {
  margin-bottom: 30px;
}
.mb6 {
  margin-bottom: 10px;
}
.mb7 {
  margin-bottom: 25px;
}
.mb8 {
  margin-bottom: 120px;
}
.mb9 {
  margin-bottom: 120px;
}
.mb10 {
  margin-bottom: 70px;
}
.cont-mb1 {
  margin-bottom: 150px;
}
.cont-mb2 {
  margin-bottom: 100px;
}
.mr0 {
  margin-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-top: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0;
}

/* padding */
.pb1 {
  padding-bottom: 100px;
}
.pb2 {
  padding-bottom: 84px;
}
.pb3 {
  padding-bottom: 20px;
}
.pt1,
.pt5 {
  padding-top: 30px;
}
.pt2 {
  padding-top: 50px;
}
.pt3 {
  padding-top: 84px;
}
.pt4 {
  padding-top: 10px;
}
.pl1 {
  padding-left: 1em;
}

/* display */
.db {
  display: block;
}
.df {
  display: flex;
}
.df-order {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.dib {
  display: inline-block;
}
.jfc1 {
  justify-content: space-between;
}
.jfc2 {
  justify-content: center;
}
.jfc3 {
  justify-content: space-around;
}
.jfc4 {
  justify-content: flex-start;
}
.jfc5 {
  justify-content: flex-end;
}
.ai1 {
  align-items: center;
}
.ai2 {
  align-items: baseline;
}
.ai3 {
  align-items: flex-start;
}
.flw1 {
  flex-wrap: wrap;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pa-peculiar {
  position: static;
}
.pf {
  position: fixed;
}
.pa-type1 {
  right: 14.83px;
}
.pc-cont1 {
  display: none;
}

/* back */
.bgc1 {
  background-color: #A2A2A2;
}
.bgc2 {
  background-color: #E1E1E1;
}
.bgc3 {
  background-color: #BAFCCF;
}

/* indent */
.ti1 {
  text-indent: -1em;
}
.ti-cont-wrap {
  padding-left: 1em;
}
.ti-cont {
  text-indent: -1em;
}

/* fadein */
.fadeIn-up {
	opacity: 0;
	transform: translate(0, 10%);
	transition: 1s;
}
.fadeIn-up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* title */
.cont-en-title {
  display: block;
}
.single-title {
  padding-left: 0.8em;
  border-left: 4px solid;
  margin-bottom: 0.5em !important;
}

/* menu */
#menu-common > li a {
  padding-bottom: 5px;
  position: relative;
}
.header-logo a img {
  transition: .3s ease-in-out;
}

/* btn */
.link1-wc a {
  width: 100%;
}

/* cont style ---------------------- */
/* header */
.header-wrap {
  padding-top: 70px;
  height: calc(100vh - 70px);
}
.home-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.header-wrap .home-header {
  width: 100%;
  animation: animationZoom1 5s ease-in-out forwards;
}
.header-wrap {
  overflow: hidden;
}
#header-catch h1 {
  padding: 0 0.8em;
}
@keyframes animationZoom1 {
  100% { transform:scale(1.1)}
}
@keyframes animationZoom2 {
  50% { transform:scale(1.1)}
}
#fix-menu-wrap {
  top: 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  /* box-shadow: 0px 1px 7px -2px rgb(0 0 0 / 20%); */
  border-bottom: 1px solid;
  background-color: #F1F1F1 !important;
}
#fix-menu {
  margin: 0 auto;
}
.header-logo {
  width: 200px;
}
.fixed-btns {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}
.fixed-btns,
.link2 {
  height: 60px;
}
.link2 {
  padding: 0 1em;
}
#header-catch {
  top: calc(50% - -20px);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  display: inline-block;
  width: 90%;
}
.en-title {
  padding-bottom: 1em;
}

/* cont1 */
#cont1 .wp-block-latest-posts.is-grid {
  flex-wrap: nowrap;
  margin: auto;
  overflow-x: auto;
  margin-bottom: 2em;
}
#cont1 .wp-block-latest-posts.is-grid li {
  width: 90%;
}
#cont1 .wp-block-latest-posts__featured-image {
  width: 250px;
}
#cont1 .wp-block-latest-posts__post-title {
  width: 250px;
  display: block;
}
#cont1 .wp-block-latest-posts.is-grid::-webkit-scrollbar {
  height: 8px;
}
#cont1 .wp-block-latest-posts.is-grid::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 6px;
}
#cont1 .wp-block-latest-posts.is-grid::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 6px;
}
#cont1 .wp-block-latest-posts__featured-image a {
  display: block;
  overflow: hidden;
  transition: 1s all;
  border: 1px solid;
  margin-bottom: 1em;
}
#cont1 .wp-block-latest-posts__featured-image img {
  width: 100%;
  transition: 1s all;
}
#cont1 .wp-block-latest-posts__featured-image img:hover {
  transform: scale(1.2,1.2);
  transition: 1s all;
}

/* cont2 */
#inner-cont-wrap1 {
  line-height: 35px;
}
.exc-lh1 {
  line-height: 35px;
}
#inner-cont-wrap1 #inner-cont1,
#inner-cont-wrap1 #inner-cont2 {
  margin-bottom: 2em;
}
#inner-cont-wrap1 #inner-cont1 > div,
#inner-cont-wrap1 #inner-cont3 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inner-cont-wrap1 #inner-cont2 {
  text-align: center;
}
#inner-cont-wrap1 #inner-cont1 .img-left1,
#inner-cont-wrap1 #inner-cont3 .img-right1 {
  width: 31.5%;
}
#inner-cont-wrap1 #inner-cont1 .img-left1 {
  margin-right: 5%;
}
#inner-cont-wrap1 #inner-cont3 .img-right1 {
  margin-left: 5%;
}
#inner-cont-wrap1 .inner-cont1-txt,
#inner-cont-wrap1 .inner-cont3-txt {
  width: 63.5%;
}

/* cont3 */
#cont3 .cont-title {
  margin-bottom: 3em;
}
.summary-txt {
  width: 100%;
}
.cm-summary1 {
  display: flex;
  padding: 50px 0;
}
#cont3 .is-layout-flex {
  display: block;
}

/* cont4 */
#cont4 .list-type1 {
  display: block;
}
#cont4 .list-type1 > div:not(:last-of-type) {
  margin-bottom: 3em;
}
.item-inner1 img {
  width: 80%;
  max-width: 200px;
  display: block;
  margin: 0 auto 30px;
}

/* cont5 */
#cont5 {
  padding: 50px 0 70px;
}
#inner-cont-wrap2 #inner-cont1 > div,
#inner-cont-wrap2 #inner-cont2 > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#inner-cont-wrap2 .img-left2,
#inner-cont-wrap2 .img-right2 {
  width: 31.5%;
}
#inner-cont-wrap2 .img-left2 {
  margin-right: 5%;
}
#inner-cont-wrap2 .img-right2 {
  margin-left: 5%;
}
#inner-cont-wrap2 .inner-cont1-txt {
  width: 63.5%;
}
#inner-cont-wrap2 .img-left2 img,
#inner-cont-wrap2 .img-right2 img {
  width: 100%;
}
#inner-cont-wrap2 #inner-cont1 {
  margin-bottom: 2em;
}

/* cont6 */
.two-c-cont1 figure {
  text-align: center;
  margin-bottom: 2em;
}
.two-c-cont1 figure img {
  width: 80%;
  max-width: 300px;
}
.two-c-title {
  text-align: center;
  margin-bottom: 1em !important;
}
body .is-layout-constrained .two-c-title,
body .is-layout-constrained .two-c-txt,
body .is-layout-constrained .two-c-cont1 figure,
body .is-layout-constrained .prof-sub-title,
body .is-layout-constrained .prof-img,
body .is-layout-constrained .pref-txt,
body .is-layout-constrained .prof-name h3,
body .is-layout-constrained .prof-name {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* cont7 */
.session-deta {
  padding: 50px 0;
}
.link1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  transition: 1s;
  border-radius: 4px !important;
}
#link2-wrap a {
  transition: 1s;
  border-radius: 4px !important;
}
.link1 a:hover,
#link2-wrap a:hover {
  transform: scale(1.05);
  transition: 1s;
}
#cont7 .flow-wrap1.is-layout-flex {
  display: block;
}
#cont7 .flow-wrap2.is-layout-flex {
  display: block;
}
#cont7 .list-type3 {
  padding-bottom: 3em;
  display: flex;
  align-items: center;
}
#cont7 .list-type3 > .wp-block-group__inner-container {
  max-width: 600px;
  width: 90%;
}
.list-type4-wrap,
.notes {
    width: 90%;
    margin: 0 auto !important;
}
.list-type4-wrap {
  margin-bottom: 5em !important;
}
#cont7 .wp-block-image img {
  margin: 0 auto 3em;
  display: block;
  width: 100% !important;
  max-width: 470px;
}
.flow-wrap2 {
  padding: 50px 0;
  align-items: flex-start !important;
}
.inner-cont-title1 {
  height: 60px;
}
.cont7-btns-wrap {
  padding: 0 1em;
}
.cont7-btns-wrap .wp-block-button a {
  padding: 0.5em !important;
  display: inline-block;
  height: auto;
  width: 220px;
}

/* cont8 */
.prof-sub-title {
  text-align: center;
}
.prof-img {
  width: 80%;
  max-width: 300px;
  margin: 1em auto 2em;
}

/* cont9 */
#cont9 .sp-left-txt {
  text-align: left;
}

/* 投稿 */
.page-header-wrap {
  padding-top: 100px;
  margin-bottom: 40px;
}
.info-img a {
  display: block;
  border: 1px solid;
  margin-bottom: 1em;
}
.side-bar-cont .wp-block-latest-posts__featured-image,
body.page .info-img a {
  overflow: hidden;
  transition: 1s all;
}
.side-bar-cont .wp-block-latest-posts__featured-image img,
.info-img img {
  width: 100%;
}
.side-bar-cont .wp-block-latest-posts__featured-image img,
body.page .info-img img {
  width: 100%;
  transition: 1s all;
}
.side-bar-cont .wp-block-latest-posts__featured-image img:hover,
body.page .info-img img:hover {
  transform: scale(1.2,1.2);
  transition: 1s all;
}
.info-img {
  margin-bottom: 1em;
}
.info-time {
  text-align: right;
}
.info-item:not(:last-of-type) {
  margin-bottom: 3em;
}
.side-bar-cont .wp-block-latest-posts__featured-image {
  border: 1px solid;
}

/* 投稿詳細 */
.wp-pagenavi,
.single-pn-link {
  border-top: 2px solid;
  padding-top: 20px;
}
#page-single {
  padding-top: 40px;
}
.pn-links {
  width: 100%;
  max-width: 500px;
}
.current {
  width: 30px;
  opacity: 0.5;
}
.smaller,
.larger {
  display: block;
  width: 30px;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.cat-links a {
  font-size: 14px;
  border: 1px solid;
  padding: 0.3em 0.5em;
  text-decoration: none;
  overflow-wrap: break-word;
}
#breadcrumb li:last-of-type {
  opacity: 0.5;
}
.share i {
  font-size: 25px;
  width: 40px;
}
.sns-link-wrap2 p {
  margin: 0 0 1em;
}
.sns-link-wrap2 {
  text-align: center;
  width: 220px;
  margin: 0 auto 2em;
}
.sns-link-wrap1 {
  display: none;
}
.single-time {
  margin-bottom: 0.5em;
}
#page-single {
  width: 100%;
}
.single-img {
  margin-bottom: 2em;
}
.wid-none-style {
  justify-content: center;
}
.side-bar-cont.r-widget {
  width: 0;
}
select {
  width: 100%;
  padding: 0.8em 0.5em;
  border: 1px solid;
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  text-decoration: unset!important;
  outline: none;
}
input,
select {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* エラー */
body.error404 {
  padding-top: 100px;
}

/* ハンバーガーメニュー --------------- */
#fix-menu-wrap {
  display: none;
}
.hb-menu {
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  /* box-shadow: 0px 1px 7px -2px rgb(0 0 0 / 20%); */
  border-bottom: 1px solid;
  top: 0;
}
.hb-menu-inner {
  width: 90%;
  margin: 0 auto;
}

/*menu*/
.menu {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
  z-index: 99;
}
.menu__line {
  background: #000000;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--center {
  top: 9px;
}
.menu__line--bottom {
  bottom: 0;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform:scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

/*gnav*/
.gnav {
  display: none;
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 98;
  top: 0;
}
.gnav__wrap {
  align-items: center;
  display: block;
  justify-content: center;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0 5%;
}
.gnav__wrap li {
  margin: 30px 0;
}
.gnav__wrap li a {
  font-weight: bold;
  text-decoration: none;
  transition: .5s;
}
.link-gap1 {
  padding-top: 90px;
  margin-top: -90px;
}
.link-gap2 {
  padding-top: 70px;
  margin-top: -70px;
}

#cont1 .wp-block-image img,
#cont2 .wp-block-image img,
#cont3 .wp-block-image img,
#cont4 .wp-block-image img,
#cont5 .wp-block-image img,
#cont6 .wp-block-image img,
#cont7 .wp-block-image img,
#cont8 .wp-block-image img,
#cont9 .wp-block-image img {
  width: 100% !important;
  height: auto !important;
}

@media screen and (min-width:414px){
  /* other ---------------------- */
  /* font-size */
  #header-catch h1 {
    font-size: 23px;
  }
  /* line-height */
  #header-catch h1 {
    line-height: 55px;
  }

  /*header*/
  #catch-copy {
    padding: 1em;
    letter-spacing: 0;
  }
}