/*
Theme Name: gm-osaka-med
*/


/* Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul, li {
  list-style: none;
}
b, strong {
  font-weight: bold;
}
a:focus {
  outline: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  -webkit-text-size-adjust: none;
}



/* 全体の設定
---------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body, input, select, textarea {
  color: #555;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-synthesis: none;
  font-weight: 400;
  letter-spacing: .066em;
  line-height: 2;
}
a {
  color: #1f1f1f;
  text-decoration: none;
}
a:hover {
  color: #999;
}
a:hover img {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  color: #1f1f1f;
  font-weight: 400;
  margin: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  border: 0;
}
.clear {
  clear: both;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
  line-height: 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}



/* レイアウト PC
---------------------------------------------------------------------------*/
#wrapper {
  width: 100%;
  margin: 0 auto 60px;
}
#top #wrapper {
  width: 100%;
  margin: 0 auto;
}
section .inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}
#side {
  float: right;
  width: 240px;
  padding: 0 0 30px 0;
}
#cont {
  float: left;
  width: calc(100% - 270px);
  padding: 0 30px 30px 0;
}




/* ヘッダー PC
---------------------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  padding: 0;
}
#header .inner {
  width: 96%;
  margin: 0 auto;
}
.h_box {
  display: block;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}
#header .logo img.mark {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 80px;
  height: 80px;
}
#header .logo img.name {
  position: absolute;
  top: 25px;
  left: 108px;
  width: 600px;
  height: auto;
}
.hd_menu {
  display: block;
  position: fixed;
  top: 20px;
  right: 120px;
  line-height: 1.2;
}
.hd_menu li {
  margin: 8px 0;
  border-left: 5px solid rgba(136, 191, 44, 0.5);
}
.hd_menu a {
  padding: 2px 4px 2px 8px;
  color: rgba(136, 191, 44, 1);
  font-weight: 500;
}
.hd_menu a span {
  background: url(./images/link_arr.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 18px 18px;
  padding: 0 20px 0 0;
}
.hd_menu a:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
@media screen and (max-width: 1080px) {
.hd_menu {
  display: none;
}
}
.openbtn {
  display: block;
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: rgba(136, 191, 44, 1);
  width: 100px;
  height: 100px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 18%;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  width: 64%;
}
.openbtn span:nth-of-type(1) {
  top: 24px;
}
.openbtn span:nth-of-type(2) {
  top: 42px;
}
.openbtn span:nth-of-type(3) {
  top: 60px;
}
.openbtn.active span:nth-of-type(1) {
  top: 34px;
  left: 10%;
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
  background-color: #fff;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 46px;
  left: 10%;
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
  background-color: #fff;
}
.openbtn p {
  padding: 66px 0 0 0;
  color: #fff;
  font-size: 90%;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.openbtn.active p {
  color: #fff;
}
ul.g_nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: -5%;
  left: 0;
  right: -210%;
  float: none;
  margin: 0;
  width: 100%;
  height: 105%;
  background: rgba(136, 191, 44, 0.98);
  transition: all 0.2s;
}
ul.g_nav.panelactive {
  display: block;
  right: 0;
  left: 0;
}
.g_nav-list {
  display: none;
  width: 100%;
  padding: 120px 0 0 0;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
ul.g_nav.panelactive .g_nav-list {
  display: block;
}
ul.g_nav li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 0 8%;
  font-size: 18px;
  vertical-align: top;
  text-align: left;
}
ul.g_nav li a {
  display: block;
  background: none;
  padding: 5px 10px;
  color: #fff;
  letter-spacing: 0.02em;
}
ul.g_nav li a span.line {
  display: block;
  padding: 2px 10px 2px 10px;
  border-right: 0px solid rgba(255, 255, 255, 1);
  border-left: 4px solid rgba(255, 255, 255, 1);
}
ul.g_nav li a span.en {
  display: block;
  margin: 0 0 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  vertical-align: top;
}
ul.g_nav li a:hover {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
ul.g_nav li a:hover span {
  color: rgba(255, 255, 255, 0.66);
}
ul.g_nav li.link {
  margin: 5px 0 15px;
}
ul.g_nav li.link a {
  padding: 2px 4px 2px 8px;
  color: #f39a00;
  color: #fff;
  font-weight: 500;
}
ul.g_nav li.link a span {
  background: url(./images/link_arr_w.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 18px 18px;
  padding: 0 20px 0 6px;
  border-left: 5px solid rgba(255, 255, 255, 0.5);
}
ul.g_nav li.link a:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
ul.g_nav li span.fs {
  font-size: 75%;
}
.mv_wrapper {
  background: #fff;
  padding: 0;
}
.mv {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.mv:after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: 56.25%;
}
.mv video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 100%;
  height: auto;
  z-index: 1;
}



/* フッター PC
---------------------------------------------------------------------------*/
footer {
  margin: 0 auto;
  padding: 0;
}
footer .copyright {
  background: rgba(136, 191, 44, 1);
  width: 100%;
  padding: 10px;
  color: #fff;
  font-size: 80%;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
footer .copyright br {
  display: none;
}
#fix_contact {
  display: none
}

#side_bnr {
  position: fixed;
  top: 18%;
  right: 0;
  z-index: 99;
}
#side_bnr li {
  margin: 0 0 6px 0;
}
#side_bnr img {
  width: 64px;
  height: auto;
}
#top #side_bnr {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 99;
}
#top #side_bnr li {
  margin: 0 0 6px 0;
}
#top #side_bnr img {
  width: 64px;
  height: auto;
}
#floatMenu {
  position: absolute;
  top: 630px;
  right: 0;
  padding: 0;
  z-index: 99;
}
#floatMenu img {
  width: 380px;
  height: auto;
}
#floatMenu:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  #floatMenu {
    position: absolute;
    top: auto;
    bottom: 65px;
    right: 0;
  }
  #floatMenu img {
    width: 320px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #floatMenu {
    position: absolute;
    top: auto;
    bottom: 52px;
    right: 0;
  }
  #floatMenu img {
    width: 100%;
    max-width: 316px;
    height: auto;
  }
}
#pagetop {
  position: fixed;
  bottom: 35px;
  right: 10px;
  z-index: 99;
}
#pagetop img {
  width: 36px;
  height: auto;
  border: 1px solid rgba(136, 191, 44, 1);
}
#pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#top #pagetop {
  position: fixed;
  bottom: 15px;
  right: 10px;
  z-index: 99;
}
#top #pagetop img {
  width: 36px;
  height: auto;
}
#top #pagetop:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
@media screen and (max-width: 980px) {
  #pagetop {
    position: fixed;
    bottom: 48px;
    right: 10px;
    z-index: 1000;
  }
  #pagetop img {
    width: 30px;
    height: auto;
    border: 1px solid rgba(136, 191, 44, 1);
  }
  #top #pagetop {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 1000;
  }
  #top #pagetop img {
    width: 30px;
    height: auto;
    border: 0px solid rgba(136, 191, 44, 1);
  }
}
@media screen and (max-width: 550px) {
  #pagetop {
    position: fixed;
    bottom: 50px;
    right: 5px;
    z-index: 1000;
  }
  #pagetop img {
    width: 24px;
    height: auto;
  }
  #top #pagetop {
    position: fixed;
    bottom: 3px;
    right: 5px;
    z-index: 1000;
  }
  #top #pagetop img {
    width: 24px;
    height: auto;
  }
}





/* コンテンツ PC
---------------------------------------------------------------------------*/
section {
  padding: 80px 0;
  text-align: left;
}
#under section {
  padding: 40px 0;
  text-align: left;
}
#news {
  background: rgba(136, 191, 44, 1);
  margin: 0;
  padding: 0 0 80px;
}
section p {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
section h3.tit01 {
  background: #fff;
  height: auto;
  margin: 0 0 1em 0;
  padding: 0.4em;
  color: rgba(30, 133, 0, 1);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.5;
  border-top: 4px dotted rgba(30, 133, 0, 0.33);
  border-bottom: 4px dotted rgba(30, 133, 0, 0.33);
  letter-spacing: 0;
}
section h3.tit04 {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1em 0;
  padding: 0 0 10px 2px;
  border-bottom: 3px dotted #bbb;
}
section h3.tit04 span {
  padding: 2px 0 2px 8px;
  border-left: 8px solid rgba(255, 166, 0, 1);
}
section h4.tit01 {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1em 0;
  padding: 0 0 10px 2px;
  border-bottom: 3px dotted #bbb;
}
section h4.tit01 span {
  padding: 2px 0 2px 8px;
  border-left: 8px solid rgba(255, 166, 0, 1);
}
section h2.ttl {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}
section h2.ttl span.en {
  display: block;
  margin: 4px 0;
  font-size: 2.8rem;
  font-weight: 700;
  vertical-align: middle;
}
section h2.ttl span.en02 {
  display: block;
  margin: 4px 0;
  font-size: 1.88rem;
  font-weight: 700;
  vertical-align: middle;
}
section h2.ttl.cw {
  color: #fff;
}
section h2.ttl.pd01 {
  padding: 0 0 0 10%;
}
@media screen and (max-width: 1024px) {
  section h2.ttl.pd01 {
    padding: 0 0 0 0;
  }
}
section h3.ttl {
  display: block;
  width: 100%;
  margin: 0 0 1em 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2;
  vertical-align: middle;
}
.news_wrapper {
  position: relative;
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
.news_box {
  width: 100%;
  margin: 16px 0;
}
.news_list {
  margin: 0;
  font-size: 16px;
  line-height: 1.66;
  border-top: 3px dotted rgba(255, 255, 255, 0.5);
  overflow: auto;
}
.news_list dt {
  width: 100%;
  padding: 12px 12px 0;
  font-weight: 500;
  color: #fff;
}
.news_list dt .cat {
  background: #fff;
  margin: 0 0 0 8px;
  padding: 0 8px;
  color: rgba(136, 191, 44, 1);
  font-size: 90%;
  border-radius: 11px;
}
.news_list dt .post-categories {
  display: inline-block;
}
.news_list dt .post-categories li {
  display: inline-block;
  background: #fff;
  width: fit-content;
  margin: 0 0 0 8px;
  padding: 0 8px;
  color: rgba(136, 191, 44, 1);
  font-size: 90%;
  border-radius: 11px;
}
.news_list dd {
  width: 100%;
  padding: 4px 12px 12px;
  text-align: left;
  border-bottom: 3px dotted rgba(255, 255, 255, 0.5);
}
.news_list dd h3 {
  margin: 0 0 6px 0;
}
.news_list dd h3 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: all .3s;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f39a00 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
.news_list dd h3 a:hover {
  color: #fff;
  background-position: -100% 0;
  color: #fff;
  text-decoration: none;
}
.news_list dd a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
section .news_list dd p {
  margin: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#under .news_list dt {
  clear: both;
  width: 9em;
  float: left;
  padding: 12px 12px;
  font-weight: 500;
  color: rgba(136, 191, 44, 1);
}
#under .news_list dd {
  width: 100%;
  padding: 12px 12px 12px 9em;
  text-align: left;
  border-bottom: 3px dotted rgba(51, 51, 51, 0.25);
}
#under .news_list dd h3 a {
  color: #555;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 6px;
  transition: all .3s;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, #f39a00 50%);
  background-position: 0 0;
  background-size: 200% auto;
}
#under .news_list dd h3 a:hover {
  background-position: -100% 0;
  color: #fff;
  text-decoration: none;
}
#under .news_list dd a:hover {
  color: rgba(51, 51, 51, 0.75);
  text-decoration: underline;
  text-decoration-color: rgba(51, 51, 51, 0.75);
}
#under section .news_list dd p {
  margin: 0;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_block {
  width: 100%;
  padding: 40px 0 40px 0;
}
@media screen and (min-width: 1200px) {
  .news_block {
    width: 47.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 40px 0 40px 0;
  }
}
.sns_block {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .sns_block {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: calc(52.5% - 60px);
    padding: 40px 0 0 0;
  }
}
.instagram {
  display: block;
  width: 100%;
  margin: 20px 0;
  font-size: 0;
  letter-spacing: 0;
}
.instagram li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 2% 15px 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
  letter-spacing: 0;
}
.instagram li:nth-child(3n-1) {
  margin: 0 2% 15px 0;
}
.instagram li:nth-child(3n) {
  margin: 0 0 15px 0;
}
.instagram li img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .instagram {
    display: block;
    width: 100%;
    margin: 16px 0;
    font-size: 0;
    letter-spacing: 0;
  }
}


.main_youtube iframe {
  display: block;
  margin: 10px auto 20px;
}
.youtube02 {
  display: block;
  width: 75%;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
}
.youtube02 li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 25px 0;
  padding-top: 56.25%;
}
.youtube02 li:nth-child(2n) {
  margin: 0 0 25px 0;
}
.youtube02 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube_tit {
  display: block;
  background: rgba(204, 0, 0, 1);
  width: 100%;
  margin: 20px auto;
  padding: 0.4em;
  color: #fff;
  font-size: 133%;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
.youtube02 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0;
  letter-spacing: 0;
}
.youtube02 li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
  padding-top: 56.25%;
}
.youtube02 li:nth-child(2n) {
  margin: 0 0 20px 0;
}
}

.poster {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.l-section {
  padding-top: 60px;
  padding-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .l-section {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
/*
.l-topAbout.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
*/

.l-topSection_copy {
  margin-top: 0;
  line-height: 1.33;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1024px) {
  .l-topSection_copy {
    margin-top: 0;
    line-height: 1.33;
    font-size: 30px;
    font-weight: 700;
  }
}
.l-topAbout_article {
  margin-top: 24px
}
@media screen and (min-width: 1024px) {
  .l-topAbout_article {
    margin-top: 40px
  }
}
.l-topAbout_wrapper {
  position: relative
}
.l-topAbout_imageArea {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/2.66;
  width: 75%;
  height: auto;
}
.l-topAbout_imageArea img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_imageArea {
    aspect-ratio: 4/3;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 40%
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_imageArea {
    width: calc(40% - 120px)
  }
}
.l-topAbout_imageArea2 {
  position: absolute;
  top: 300px;
  left: 0;
  overflow: hidden;
  width: 220px;
  height: 220px;
  margin: 0;
  overflow: hidden;
  /*
  transform: scale(1);
  transition: all .3s;
  transition: 1s ease-in-out;
*/
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
.l-topAbout_imageArea2 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .l-topAbout_imageArea2 {
    top: 360px;
    left: auto;
    right: 80px;
    min-width: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .l-topAbout_imageArea2 {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-topAbout_imageArea2 {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  .l-topAbout_imageArea2 {
    display: block;
    position: absolute;
    top: 30px;
    left: auto;
    right: 0;
    min-width: initial;
    width: 28%;
    height: auto;
  }
}
.l-topAbout_textArea {
  position: relative;
  padding: 48px 0 80px 0;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .l-topAbout_textArea {
    width: 60%;
    padding: 48px 3% 100px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout_textArea {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 64px 0 120px 0;
  }
}
@media screen and (min-width: 1300px) {
  .l-topAbout_textArea {
    padding: 64px 0 150px 0;
  }
}
.l-topAbout .l-topSection_headline, .l-topAbout .l-topSection_copy, .l-topAbout .l-topSection_article {
  padding: 0 5%;
}
@media screen and (min-width: 1024px) {
  .l-topAbout .l-topSection_headline, .l-topAbout .l-topSection_copy, .l-topAbout .l-topSection_article {
    padding: 0
  }
}
@media screen and (min-width: 1200px) {
  .l-topAbout .l-topSection_headline, .l-topAbout .l-topSection_copy, .l-topAbout .l-topSection_article {
    width: 60%
  }
}
@media screen and (min-width: 1024px) {
  .l-topAbout_article {
    padding-left: 40px !important
  }
}
.block {
  margin: 0 auto 80px;
}
.block_b {
  margin: 80px auto 40px;
}
.blog_list {
  display: block;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
}
.blog_list li {
  display: inline-block;
  position: relative;
  width: 32%;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  z-index: 10;
  letter-spacing: 0;
}
.blog_list li:nth-child(3n-1) {
  margin: 0 2% 20px;
}
.blog_list li:nth-child(3n) {
  margin: 0 0 20px 0;
}
.blog_list li img {
  width: 100%;
  height: 280px;
  margin: 0;
  overflow: hidden;
  transform: scale(1);
  transition: all .3s;
  transition: 1s ease-in-out;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
  border-radius: 12px;
}
.blog_list li a:hover img {
  transform: scale(0.96);
  transition: all .3s;
}
.blog_list li h3 {
  display: inline-block;
  margin: 2px 0 8px 0;
  padding: 0;
  color: #555;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}
.blog_list li h3 a {
  color: #555;
}
.blog_list li p.date {
  display: inline-block;
  margin: 2px 8px 8px 0;
  color: rgba(24, 127, 196, 1);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em;
}
.blog_list li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
}
.youtube_block {
  display: block;
  margin: 20px 0;
  font-size: 0;
  letter-spacing: 0;
}
.youtube_block li {
  display: inline-block;
  width: 48%;
  margin: 0 2% 40px 0;
  padding: 0;
  font-size: 16px;
}
.youtube_block li:nth-child(2n) {
  margin: 0 0 40px 2%;
}
@media screen and (max-width: 768px) {
  .youtube_block {
    display: block;
    margin: 16px 0;
    font-size: 0;
    letter-spacing: 0;
  }
  .youtube_block li {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 16px;
  }
  .youtube_block li:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
.youtube {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding-top: 55.7%;
}
.youtube.wide {
  display: block;
  position: relative;
  width: 75%;
  margin: 60px auto 0;
  padding-top: 55.7%;
}
@media screen and (max-width: 768px) {
  .youtube.wide {
    display: block;
    position: relative;
    width: 100%;
    margin: 40px auto 0;
    padding-top: 55.7%;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 0 30px;
}
.more_btn01 {
  margin: 40px auto 20px;
  width: 66%;
  max-width: 360px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.more_btn01 a {
  text-decoration: none;
  display: block;
  background: rgba(136, 191, 44, 1);
  padding: 12px;
  border-radius: 6px;
}
.more_btn01 a span {
  background: url(./images//arr01.svg) no-repeat;
  background-position: 96% 50%;
  background-size: 24px 24px;
  padding: 0 40px 0 0;
  color: #fff;
}
.more_btn01 a:hover {
  background: rgba(136, 191, 44, 0.75);
  transition: all .8s;
}
.more_btn01 a:hover span {
  background: url(./images//arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 24px 24px;
  transition: all .8s;
}
.more_btn01.gw {
  margin: 40px auto 20px;
  width: 66%;
  max-width: 360px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.more_btn01.gw a {
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 1);
  margin: 0 auto;
  padding: 12px;
  color: rgba(136, 191, 44, 1);
  border-radius: 6px;
}
.more_btn01.gw a span {
  background: url(./images//arr01_g.svg) no-repeat;
  background-position: 96% 50%;
  background-size: 24px 24px;
  padding: 0 40px 0 0;
  color: rgba(136, 191, 44, 1);
}
.more_btn01.gw a:hover {
  background: rgba(255, 255, 255, 0.75);
  transition: all .8s;
}
.more_btn01.gw a:hover span {
  background: url(./images//arr01_g.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 24px 24px;
  transition: all .8s;
}
.more_btn01.wide {
  margin: 30px auto 30px;
  width: 100%;
  max-width: 640px;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
}
.more_btn01.wide a {
  text-decoration: none;
  display: block;
  background: rgba(136, 191, 44, 1);
  margin: 0 auto;
  padding: 30px 30px;
  color: rgba(136, 191, 44, 1);
  border-radius: 6px;
}
.more_btn01.wide a span {
  background: url(./images//arr01.svg) no-repeat;
  background-position: 96% 50%;
  background-size: 24px 24px;
  padding: 0 40px 0 0;
  color: #fff;
}
.more_btn01.wide a:hover {
  background: rgba(136, 191, 44, 0.75);
  transition: all .8s;
}
.more_btn01.wide a:hover span {
  background: url(./images//arr01.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 24px 24px;
  transition: all .8s;
}
.more_btn01.wide.white {
  margin: 30px auto 30px;
  width: 100%;
  max-width: 640px;
  font-size: 120%;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: rgba(136, 191, 44, 1);
}
.more_btn01.wide.white a {
  text-decoration: none;
  display: block;
  background: #fff;
  margin: 0 auto;
  padding: 30px 30px;
  color: rgba(136, 191, 44, 1);
  border: 2px solid rgba(136, 191, 44, 1);
  border-radius: 6px;
}
.more_btn01.wide.white a span {
  background: url(./images//arr01_green.svg) no-repeat;
  background-position: 96% 50%;
  background-size: 24px 24px;
  padding: 0 40px 0 0;
  color: rgba(136, 191, 44, 1);
}
.more_btn01.wide.white a:hover {
  filter: alpha(opacity=70);
  opacity: 0.70;
  transition: all .8s;
}
.more_btn01.wide.white a:hover span {
  background: url(./images//arr01_green.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 24px 24px;
  transition: all .8s;
}
@media screen and (max-width: 640px) {
  .more_btn01.wide {
    margin: 20px auto 20px;
    width: 100%;
    max-width: initial;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    outline: none;
  }
  .more_btn01.wide a {
    text-decoration: none;
    display: block;
    background: rgba(136, 191, 44, 1);
    margin: 0 auto;
    padding: 24px 12px;
    color: rgba(136, 191, 44, 1);
    border-radius: 6px;
  }
  .more_btn01.wide.white {
    margin: 20px auto 20px;
    width: 100%;
    max-width: initial;
    font-size: 100%;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    outline: none;
  }
  .more_btn01.wide.white a {
    text-decoration: none;
    display: block;
    background: #fff;
    margin: 0 auto;
    padding: 24px 12px;
    color: rgba(136, 191, 44, 1);
    border-radius: 6px;
  }
}

.tbl01 {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.66;
}
.tbl01 th {
  width: 25%;
  padding: 24px;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid rgba(214, 21, 24, 0.15);
  border-bottom: 1px solid rgba(214, 21, 24, 0.15);
}
.tbl01 td {
  width: 75%;
  padding: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl02 {
  background: #fff;
  width: 100%;
  max-width: 900px;
  margin: 0;
  font-size: 15px;
  line-height: 1.66;
  border-left: 1px solid #ddd;
}
.tbl02 th {
  background:rgba(136, 191, 44, 1);
  padding: 24px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.tbl02 td {
  padding: 24px;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tbl_scroll {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 30px;
}
.tbl_scroll::-webkit-scrollbar {
  height: 5px;
}
.tbl_scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.tbl_scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}



/* 下層コンテンツ PC
---------------------------------------------------------------------------*/
.sub_visual01 {
  background: url(./images//sub_visual.jpg) no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  margin: 0 auto 20px;
  width: 100%;
  height: 280px;
}
.sv_inner {
  display: table;
  width: 100%;
  height: 280px;
  margin: 0 auto;
}
.sub_visual .sv_tit {
  display: table-cell;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.sub_visual .sv_tit span {
  background: rgba(136, 191, 44, 0.8);
  padding: 6px 28px;
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
}
img.wide80 {
  display: block;
  margin: 0 auto 30px;
  width: 85%;
  max-width: 640px;
  height: auto;
}
img.wide100 {
  display: block;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 720px;
  height: auto;
}
.k_line {
  font-size: 90%;
  margin-bottom: 30px;
  padding-bottom: 6px;
  border-bottom: 3px dotted #999;
  line-height: 240%;
}
section p.name {
  text-align: right;
}
.zabuton {
  background: linear-gradient(transparent 55%, rgba(243, 154, 0, 0.25) 55%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: rgba(243, 154, 0, 1);
  font-size: 133%;
  line-height: 2.4;
  padding: 0.4em 0.5em 0.2em;
  font-feature-settings: "palt";
}

section h2.tit03 {
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
section h2.tit03.ta_l {
  text-align: left;
  padding: 0.1em 0.3em;
}
section h2.tit03 span.en {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: rgba(136, 191, 44, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
section h2.tit03 span.line {
  display: block;
  margin: -10px auto 20px;
  width: 2em;
  line-height: 1;
  border-bottom: 4px solid rgba(255, 166, 0, 1);
  text-align: center;
}
 section .e_accordion .accordion_contents h2.ttl01b.center {
  display: block;
  margin: 0 0 24px;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.66;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h2.ttl01b:first-letter {
  color: rgba(136, 191, 44, 1);
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
 section .e_accordion .accordion_contents h2.ttl01b.center {
    display: block;
    margin: 0 0 18px;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.66;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h2.ttl01b:first-letter {
    color: rgba(136, 191, 44, 1);
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
}

section h3.tit02 {
  margin: 0 auto 20px;
  padding: 0.5em 0.8em;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 4px;
  background: linear-gradient(rgba(240, 115, 137, 0.88) 0%, rgba(240, 115, 137, 0.88) 50%, rgba(240, 115, 137, 1) 50%, rgba(240, 115, 137, 1) 100%);
}
section h3.tit02 span {
  border-left: 8px solid rgba(255, 255, 255, 0.8);
  padding: 0 0 0 12px;
}
section h3.tit03 {
  display: block;
  width: 100%;
  margin: 0 auto 2em;
  padding: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}
section h3.tit03 span.en {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: rgba(136, 191, 44, 0.5);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
section h3.tit03 span.line {
  display: block;
  margin: -10px auto 20px;
  width: 2em;
  line-height: 1;
  border-bottom: 4px solid rgba(255, 166, 0, 1);
  text-align: center;
}
section h3.ttl01b {
  display: block;
  margin: 0 0 24px;
  color: #333;
  font-size: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.66;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h3.ttl01b:first-letter {
  color: rgba(136, 191, 44, 1);
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.y_marker {
  background: linear-gradient(transparent 55%, rgba(136, 191, 44, 0.33) 55%);
  padding: 2px 4px;
}






h3.topic_tit {
  border-bottom: solid 5px rgba(255, 166, 0, 0.33);
  position: relative;
  margin: 0 0 24px;
  color: rgba(255, 166, 0, 1);
  font-size: 24px;
  font-weight: 500;
}
h3.topic_tit:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px rgba(255, 166, 0, 1);
  bottom: -5px;
  width: 20%;
}
img.float_r {
  float: right;
  margin: 0 0 40px 30px;
  padding: 0;
  width: 400px;
  height: auto;
  border: 0px solid rgba(136, 191, 44, 0.66);
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  img.float_r {
    float: none;
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    max-width: 480px;
    height: auto;
    border: 0px solid rgba(136, 191, 44, 0.66);
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  img.float_r {
    float: none;
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    width: 80%;
    max-width: initial;
    height: auto;
    border: 0px solid rgba(136, 191, 44, 0.66);
    border-radius: 10px;
  }
}
img.float_r02 {
  float: right;
  margin: 0 0 40px 30px;
  padding: 0;
  width: 180px;
  height: 220px;
  border: 0px solid rgba(136, 191, 44, 0.66);
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
img.float_r03 {
  display: inline-block;
  margin: 15px 0 15px 45px;
  padding: 0;
  width: 480px;
  height: auto;
  border: 0px solid rgba(136, 191, 44, 0.66);
  border-radius: 10px;
}
img.float_r04 {
  float: right;
  margin: 0 60px 40px 30px;
  padding: 0;
  width: 320px;
  height: auto;
}
@media screen and (max-width: 800px) {
  img.float_r04 {
    float: none;
    display: block;
    margin: 0 auto 20px;
    padding: 0;
    width: 80%;
    max-width: 320px;
    height: auto;
    border: 0px solid rgba(136, 191, 44, 0.66);
  }
}
.brackets {
  position: relative;
  display: inline-block;
  width: calc(100% - 320px);
  margin: 0 0 60px 0;
  padding: 40px 60px;
}
.photo_block02 {
  display: inline-block;
  width: 240px;
  margin: 30px 0 60px 30px;
  padding: 0;
  vertical-align: top;
}
.photo_block02 img {
  width: 200px;
  height: 240px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
.brackets:before, .brackets:after {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  display: inline-block;
}
.brackets:before {
  border-left: solid 8px rgba(136, 191, 44, 0.5);
  border-top: solid 8px rgba(136, 191, 44, 0.5);
  top: 0;
  left: 0;
}
.brackets:after {
  border-right: solid 8px rgba(136, 191, 44, 0.5);
  border-bottom: solid 8px rgba(136, 191, 44, 0.5);
  bottom: 0;
  right: 0;
}
.brackets_sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .brackets {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 60px 0;
    padding: 30px 30px;
  }
  .brackets_sp {
    float: none;
    display: block;
    width: 180px;
    height: 216px;
    margin: 0 0 30px 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
  }
  .photo_block02 {
    display: none;
    width: 240px;
    margin: 30px 0 0 30px;
    padding: 0;
    vertical-align: top;
  }
}
@media screen and (max-width: 540px) {
  .brackets_sp {
    float: none;
    display: block;
    width: 140px;
    height: 172px;
    margin: 0 0 24px 0;
    border-radius: 10px;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
  }
}
.flow_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: 24px;
}
.flow_wrap ul {
  padding: 0;
}
.flow_wrap li {
  list-style-type: none;
}
.flow_wrap dd {
  margin-left: 0;
}
.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow>li {
  position: relative;
}
.flow>li:not(:last-child) {
  margin-bottom: 32px;
}
.flow>li .flow_num {
  font-size: 1rem;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}
.flow>li dl.flow_list {
  padding-left: 70px;
  position: relative;
}
.flow>li dl.flow_list::before, .flow>li dl.flow_list::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow>li dl.flow_list::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}
.flow>li dl.flow_list::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow>li dl.flow_list dt {
  display: flex;
  margin-bottom: -0.5em;
  align-items: center;
  line-height: 1.33;
}
.flow>li dl.flow_list dt h3 {
  color: #8EB83C;
  font-size: 1.4rem;
  font-weight: 500;
}
.flow>li dl.flow_list dd {
  padding: 20px 0;
  line-height: 1.66;
}
.flow .time {
  color: rgba(255, 166, 0, 1);
  font-size: 120%;
  font-weight: 500;
}
/*
.merit li {
  display: inline-block;
  background: rgba(255, 166, 0, 1);
  width: 70%;
  margin: 0 0 12px 0;
  padding: 12px;
  border: 1px solid rgba(255, 166, 0, 1);
  border-radius: 8px;
}
*/

.merit_txt {
  display: inline-block;
  width: 54%;
  vertical-align: top;
}
.merit_photo {
  display: inline-block;
  width: 45%;
  padding: 10px 20px;
  vertical-align: top;
}
.merit_photo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .merit_txt {
    display: block;
    width: 100%;
    vertical-align: top;
  }
  .merit_photo {
    display: block;
    width: 100%;
    padding: 10px 20px;
    vertical-align: top;
  }
  .merit_photo img {
    width: 100%;
    max-width: 480px;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .merit_photo {
    display: block;
    width: 100%;
    padding: 10px 0;
    vertical-align: top;
  }
  .merit_photo img {
    width: 100%;
    max-width: initial;
    height: auto;
  }
}
.merit {
  position: relative;
  width: 100%;
  margin: 3em 0 1.5em;
  padding: 1.5em 2em;
  border: solid 3px rgba(255, 166, 0, 1);
  border-radius: 12px;
}
.merit .merit_tit {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 30px;
  padding: 0 10px;
  line-height: 1;
  font-size: 120%;
  background: #fff;
  color: rgba(255, 166, 0, 1);
  font-weight: bold;
}
section .merit p {
  margin: 0;
  padding: 8px 0.3em 2px;
  font-size: 133%;
}
.circle {
  display: inline-block;
  background: rgba(255, 166, 0, 1);
  border-radius: 12px;
  margin: 0 0 0 0.2em;
  padding: 3px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  vertical-align: baseline;
}
.heading01 {
  position: relative;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 50px;
  color: rgba(0, 166, 60, 1);
  font-size: 1.66rem;
  font-weight: 500;
  text-align: left;
}
.heading01 span {
  position: relative;
  z-index: 2;
}
.heading01::before {
  content: attr(data-en);
  position: absolute;
  top: -100px;
  left: 85px;
  transform: translateX(-50%);
  color: rgba(136, 191, 44, 0.2);
  font-size: 600%;
  font-style: italic;
}
.heading01b {
  position: relative;
  margin: 0 0 30px 0;
  padding-top: 60px;
  padding-bottom: 10px;
  padding-left: 80px;
  color: rgba(255, 132, 57, 1);
  font-size: 1.66rem;
  font-weight: 500;
  text-align: left;
}
.heading01b span {
  position: relative;
  z-index: 2;
}
.heading01b::before {
  content: attr(data-en);
  position: absolute;
  top: -10px;
  left: 50px;
  transform: translateX(-50%);
  color: rgba(255, 132, 57, 0.2);
  font-size: 360%;
  font-style: italic;
}
.disc {
  display: inline-block;
  margin: 5px 0 20px 1em;
  vertical-align: top;
}
.disc li {
  display: block;
  background: #fff;
  width: auto;
  vertical-align: top;
  margin: 0 0 6px 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  border: none;
  line-height: 1.66;
}
.disc li:before {
  content: "●";
  padding: 0 5px 0 0;
  color: rgba(136, 191, 44, 1);
  font-size: 0.5em;
  vertical-align: middle;
}
.disc li strong {
  color: rgba(0, 77, 160, 1);
}
h3.topic {
  margin: 0 0 0.5em 0;
}
h3.topic span {
  background: rgba(136, 191, 44, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 120%;
  font-weight: 500;
  border-radius: 4px;
}
h4 .topic {
  background: rgba(243, 154, 0, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 100%;
  font-weight: 500;
  border-radius: 4px;
}
h5 .topic {
  background: rgba(243, 154, 0, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 8px;
  color: #fff;
  font-size: 100%;
  font-weight: 500;
  border-radius: 4px;
}
section p.topic span {
  background: rgba(136, 191, 44, 1);
  padding: 2px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
}
.staff {
  margin: 80px 0 0;
  font-size: 0;
  letter-spacing: 0;
}
.staff li {
  display: inline-block;
  width: 50%;
  margin: 0 0 30px 0;
  padding: 40px 20px 20px;
  font-size: 16px;
  border-top: 5px dotted rgba(136, 191, 44, 0.33);
  vertical-align: top;
}
.staff li img {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  width: 180px;
  height: 220px;
  border: 4px solid rgba(136, 191, 44, 0.66);
  border-radius: 10px;
  object-fit: cover;
}
.staff li .txt_block {
  display: inline-block;
  width: calc(100% - 210px);
  vertical-align: top;
}
.staff h3 {
  margin: 0 0 10px 0;
  color: rgba(136, 191, 44, 1);
  font-size: 133%;
  font-weight: 500;
}
.staff h3 .furigana {
  font-size: 70%;
}
section .staff p.position {
  padding: 0 0 0 10px;
  font-size: 100%;
  border-left: 8px solid rgba(243, 154, 0, 1);
  line-height: 1.66;
}
section .staff p.note {
  font-size: 90%;
  line-height: 1.66;
}
section .staff p.note .topic {
  background: rgba(243, 154, 0, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 6px;
  color: #fff;
  font-size: 90%;
  font-weight: 500;
  border-radius: 4px;
}

section .staff p.note .s_topic01 {
  background: rgba(243, 154, 0, 1);
  margin: 0 0.5em 0 0;
  padding: 2px 6px;
  color: #fff;
  font-size: 90%;
  font-weight: 500;
  line-height: 2;
  border-radius: 2px;
}
section .staff p.note .s_topic02 {
  background: #fff;
  margin: 0 0.5em 0 0;
  padding: 2px 6px;
  color: rgba(243, 154, 0, 1);
  font-size: 90%;
  font-weight: 500;
  border: 1px solid rgba(243, 154, 0, 1);
  border-radius: 2px;
}
.r_txt {
  color: rgba(212, 0, 0, 0.66);
  font-weight: 500;
}
@media screen and (max-width: 1280px) {
  .staff li {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 40px 20px 20px;
    font-size: 16px;
    border-top: 5px dotted rgba(136, 191, 44, 0.33);
    vertical-align: top;
  }
}
@media screen and (max-width: 600px) {
  .staff li {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 40px 20px 20px;
    font-size: 16px;
    border-top: 5px dotted rgba(136, 191, 44, 0.33);
    vertical-align: top;
  }
  .staff li img {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    width: 180px;
    height: 220px;
    border: 4px solid rgba(136, 191, 44, 0.66);
    border-radius: 10px;
    object-fit: cover;
  }
  .staff li .txt_block {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}
.number {
  margin: 20px auto;
  border-top: 4px dotted rgba(136, 191, 44, 0.5);
}
.number li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 18px 8px;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
  border-bottom: 4px dotted rgba(136, 191, 44, 0.5);
  font-feature-settings: "palt";
}
.number li strong {
  font-size: 105%;
  font-weight: 400;
  color: rgba(255, 166, 0, 1);
}
/*
section span.num01 {
  display: inline-block;
  background: rgba(255, 166, 0, 1);
  width: 32px;
  margin: 0 5px 0 0;
  padding: 4px 0;
  color: #fff;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 2;
  border-radius: 4px;
}
*/
.number02 {
  margin: 20px auto;
}
.number02 li {
  display: inline-block;
  width: 48%;
  margin: 0 0 20px 0;
  padding: 18px 20px;
  color: #777;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.number02 li strong {
  font-size: 105%;
  font-weight: 500;
  color: rgba(255, 166, 0, 1);
}
.number02 li img {
  display: block;
  width: 100%;
  height: auto;
 margin: 0 auto;
  border-radius: 10px;
}
section span.num01 {
  display: block;
  position: relative;
  background: rgba(255, 166, 0, 1);
  width: 40px;
  margin: -20px auto 12px;
  padding: 4px 0;
  color: #fff;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  z-index: 2;
  border-radius: 4px;
}

@media screen and (max-width: 800px) {
  .number02 {
    margin: 20px auto;
  }
  .number02 li {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 18px 20px;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    line-height: 1.8;
    font-feature-settings: "palt";
  }
  .number02 li strong {
    font-size: 105%;
    font-weight: 500;
    color: rgba(255, 166, 0, 1);
  }
  .number02 li img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 10px;
  }
  section span.num01 {
    display: block;
    position: relative;
    background: rgba(255, 166, 0, 1);
    width: 32px;
    margin: -20px auto 12px;
    padding: 4px 0;
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    z-index: 2;
    border-radius: 4px;
  }
}
/*
.e_accordion {
  width: 100%;
  margin-bottom: 12px;
  border: 4px solid rgba(136, 191, 44, 0.2);
  border-radius: 10px;
}
.e_accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-size: 110%;
  font-weight: 500;
  cursor: pointer;
}
.e_accordion summary::-webkit-details-marker {
  display: none;
}
.e_accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 4px solid rgba(136, 191, 44, 1);
  border-right: 4px solid rgba(136, 191, 44, 1);
  content: '';
  transition: transform .3s;
}
.e_accordion[open] summary::after {
  transform: rotate(225deg);
}
.e_accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.e_accordion[open] p {
  transform: none;
  opacity: 1;
}
*/
.e_accordion {
  margin: 40px auto;
  margin-inline: 0;
  border: solid 4px rgba(255, 166, 0, 1);
  border-radius: 10px;
}
.accordion_title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 166, 0, 0.2);
  border: none;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding: 0.2em 2em 1em 1.4em;
  line-height: 1.6em;
}
summary.accordion_title::-webkit-details-marker {
  display:none;
}
.e_accordion .accordion_title:after {
  transform: translateY(0) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 15px;
  border-bottom: 6px solid rgba(255, 166, 0, 1);
  border-right: 6px solid rgba(255, 166, 0, 1);
  content: '';
  transition: transform .3s;
}
.e_accordion[open] .accordion_title:after {
  transform: rotate(225deg);
}
.e_accordion::details-contents {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.e_accordion .accordion_contents {
  background: #fff;
  padding: 4% 5%;
  border-radius: 0 0 10px 10px;
}
/*
.e_accordion .accordion_contents > *:first-of-type {
  margin-top: 0;
}
.e_accordion .accordion_contents > *:last-of-type {
  margin-bottom: 0;
}
*/
.e_accordion[open]::details-contents {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
section .e_accordion p {
  margin: 0;
  padding: 0 0.4em 8px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.8;
}
section .e_accordion p.merit_tit {
  font-size: 100%;
  font-weight: 500;
}
section .e_accordion p.merit_tit .merit_en {
  color: rgba(255, 166, 0, 0.66);
  font-family: "Oswald", sans-serif;
  font-size: 240%;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
.merit_tit_s {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 24px;
  padding: 10px 12px 6px;
  line-height: 0.5;
  font-size: 110%;
  background: rgba(255, 166, 0, 1);
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  vertical-align: top;
}
.circle {
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  margin: -5px 0 0 0.2em;
  padding: 3px;
  width: 24px;
  height: 24px;
  color: rgba(255, 166, 0, 1);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
section .e_accordion p.residents_info {
  margin: 0 0 20px 0;
  padding: 0 10px 10px 10px;
  font-size: 100%;
  border-bottom: 4px dotted rgba(136, 191, 44, 0.5);
}
section .e_accordion p.residents_info strong {
  color: rgba(136, 191, 44, 1);
  font-size: 120%;
}
section .e_accordion p.note {
  background: #444;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 80%;
}



.e_accordion.green {
  margin: 40px auto;
  margin-inline: 0;
  border: solid 4px rgba(136, 191, 44, 1);
  border-radius: 10px;
}
.green .accordion_title {
  position: relative;
  display: block;
  background: rgba(136, 191, 44, 0.2);
  border: none;
  list-style: none;
  width: 100%;
  padding: 0.2em 1.2em 1em 1.2em;
  line-height: 1.6em;
  cursor: auto;
}
.e_accordion.green .accordion_title:after {
  display: none;
}

/*
.e_accordion.green .accordion_title:after {
  transform: translateY(0) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 15px;
  border-bottom: 6px solid rgba(136, 191, 44, 1);
  border-right: 6px solid rgba(136, 191, 44, 1);
  content: '';
  transition: transform .3s;
}

.e_accordion[open] .accordion_title:after {
  transform: rotate(225deg);
}
*/
.e_accordion::details-contents {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}
.e_accordion .accordion_contents02 {
  display: block;
  opacity: 1;
  background: #fff;
  padding: 4% 5%;
  border-radius: 0 0 10px 10px;
}
/*
.e_accordion .accordion_contents > *:first-of-type {
  margin-top: 0;
}
.e_accordion .accordion_contents > *:last-of-type {
  margin-bottom: 0;
}
*/
.e_accordion[open]::details-contents {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}
section .e_accordion p {
  margin: 0;
  padding: 0 0.4em 8px;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.8;
}
section .e_accordion p.merit_tit {
  font-size: 100%;
  font-weight: 500;
}
section .e_accordion.green p.merit_tit .merit_en {
  color: rgba(136, 191, 44, 0.66);
  font-family: "Oswald", sans-serif;
  font-size: 240%;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
}
.e_accordion.green .merit_tit_s {
  position: absolute;
  display: inline-block;
  top: -18px;
  left: 24px;
  padding: 10px 12px 6px;
  line-height: 0.5;
  font-size: 110%;
  background: rgba(136, 191, 44, 1);
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  vertical-align: top;
}
.e_accordion.green .circle {
  display: inline-block;
  background: #fff;
  border-radius: 12px;
  margin: -5px 0 0 0.2em;
  padding: 3px;
  width: 24px;
  height: 24px;
  color: rgba(136, 191, 44, 1);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
}
section .e_accordion p.residents_info {
  margin: 0 0 20px 0;
  padding: 0 10px 10px 10px;
  font-size: 100%;
  border-bottom: 4px dotted rgba(136, 191, 44, 0.5);
}

@media screen and (max-width: 600px) {
  .accordion_title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 166, 0, 0.2);
    border: none;
    list-style: none;
    width: 100%;
    cursor: pointer;
    padding: 0.2em 2.4em 1em 1em;
    line-height: 1.6em;
  }
  .e_accordion .accordion_title:after {
    transform: translateY(0) rotate(45deg);
    width: 20px;
    height: 12px;
    margin-left: 15px;
    border-bottom: 5px solid rgba(255, 166, 0, 1);
    border-right: 5px solid rgba(255, 166, 0, 1);
    content: '';
    transition: transform .3s;
  }
  section .e_accordion p {
    margin: 0;
    padding: 0 30px 8px 0;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.8;
  }
  section .e_accordion .brackets p {
    padding: 0 0 8px 0;
  }
  section .e_accordion.green p {
    margin: 0;
    padding: 0 0 8px 0;
    font-size: 90%;
    font-weight: 400;
    line-height: 1.8;
  }
  .e_accordion.green .accordion_title:after {
    transform: translateY(0) rotate(45deg);
    width: 12px;
    height: 12px;
    margin-left: 15px;
    border-bottom: 5px solid rgba(136, 191, 44, 1);
    border-right: 5px solid rgba(136, 191, 44, 1);
    content: '';
    transition: transform .3s;
  }
  .e_accordion.green[open] .accordion_title:after {
    transform: rotate(225deg);
  }
  section .e_accordion.green p.merit_tit .merit_en {
    color: rgba(136, 191, 44, 0.66);
    font-family: "Oswald", sans-serif;
    font-size: 180%;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
  }
}
.cap {
  font-size: 90%;
  text-align: center;
}
.size100 {
  margin: 0 auto 15px;
  width: 100%;
  height: auto;
}
.program_photo {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 16px;
}
.point_photo {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 600px) {
.point_photo {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  max-width: 640px;
  height: auto;
  border-radius: 16px;
}
}
section h3.ttl01c {
  display: block;
  margin: 0 0 15px;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.66;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h3.ttl01c:first-letter {
  color: rgba(34, 104, 179, 1);
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

section h3.ttl01c.family {
  display: block;
  margin: 0 0 15px;
  color: #333;
  font-size: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.66;
  vertical-align: middle;
  font-feature-settings: "palt";
}
section h3.ttl01c.family:first-letter {
  color: rgba(232, 87, 142, 1);
  font-size: 140%;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.b_marker {
  background: linear-gradient(transparent 55%, rgba(34, 104, 179, 0.33) 55%);
  padding: 2px 4px;
}
.r_marker {
  background: linear-gradient(transparent 55%, rgba(232, 87, 142, 0.33) 55%);
  padding: 2px 4px;
}
@media screen and (max-width: 980px) {
  section h3.ttl01c {
    display: block;
    margin: 0 0 12px;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.66;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01c.family {
    display: block;
    margin: 0 0 12px;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.66;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01c:first-letter {
    color: rgba(34, 104, 179, 1);
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }

}


.block2 {
  margin: 10px auto 0;
  font-size: 0;
  letter-spacing: 0;
}
.block2 li {
  position: relative;
  display: inline-block;
  width: 48%;
  margin: 0 2% 30px 0;
  padding: 10px 10px 0 0;
  font-size: 16px;
  vertical-align: top;
}
.block2 li:nth-child(2n) {
  margin: 0 0 30px 2%;
}
@media screen and (min-width: 768px) {
  .block2 li:nth-of-type(2n) {
    transition-delay: .6s;
  }
}
.block2 li img {
  width: 100%;
  height: auto;
  margin: 0 0 5px 0;
  overflow: hidden;
  transition: all .66s;
}
@media screen and (max-width: 980px) {
  .block2 {
    margin: 10px auto 0;
    font-size: 0;
    letter-spacing: 0;
  }
  .block2 li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 90px 0;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
  }
  .block2 li:nth-child(2n) {
    margin: 0 0 60px 0;
  }
}
.block3 {
  margin: 10px auto 0;
  font-size: 0;
  letter-spacing: 0;
}
.block3 li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  vertical-align: top;
}
.block3 li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.block3 li:nth-child(3n) {
  margin: 0 0 30px;
}
.block3 li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.profession {
  display: block;
  margin: 30px auto 60px;
  font-size: 0;
  letter-spacing: 0;
}
.profession li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 15px;
  vertical-align: top;
}
.profession li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.profession li:nth-child(3n) {
  margin: 0 0 30px;
}
.profession li img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .profession {
    display: block;
    margin: 25px auto 45px;
    font-size: 0;
    letter-spacing: 0;
  }
  .profession li {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto 20px;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
  }
  .profession li:nth-child(3n-1) {
    margin: 0 auto 20px;
  }
  .profession li:nth-child(3n) {
    margin: 0 auto 20px;
  }
  .profession li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.e_block {
  margin: 10px auto 0;
  font-size: 0;
  letter-spacing: 0;
}
.e_block li {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 0 30px 0;
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
}
.e_block li:nth-child(3n-1) {
  margin: 0 2% 30px;
}
.e_block li:nth-child(3n) {
  margin: 0 0 30px;
}
.e_block li h4 {
  margin: 0 0 20px 0;
  padding: 8px 8px;
  color: rgba(255, 166, 0, 1);
  font-size: 115%;
  font-weight: bold;
  text-align: center;
  border-top: 4px dotted rgba(255, 166, 0, 0.5);
  border-bottom: 4px dotted rgba(255, 166, 0, 0.5);
  line-height: 1.5;
}
.e_block li img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 10px;
}
section .e_accordion p.merit_tit br.sp  {
  display: block;
}
h4.program_tit span {
  padding: 0 12px;
  color: rgba(34, 104, 179, 1);
  font-size: 110%;
  font-weight: 500;
  border:2px solid rgba(34, 104, 179, 1);
  border-radius: 18px;
}
h4.program_tit.family span {
  padding: 0 12px;
  color: rgba(232, 87, 142, 1);
  font-size: 110%;
  font-weight: 500;
  border:2px solid rgba(232, 87, 142, 1);
  border-radius: 18px;
}
section .e_accordion p.hospital {
  background: rgba(34, 104, 179, 0.12);
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  font-size: 100%;
  border-radius: 6px;
}
section .e_accordion p.hospital.family {
  background: rgba(232, 87, 142, 0.12);
  margin: 0 auto 30px;
  padding: 0.5em 1em;
  font-size: 100%;
  border-radius: 6px;
}

@media screen and (max-width: 980px) {
.e_block li {
  position: relative;
  display: inlineblock;
  width: 49%;
  margin: 0 0 25px 0;
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
}
.e_block li:nth-child(3n-1) {
  margin: 0 0 25px;
}
.e_block li:nth-child(3n) {
  margin: 0 0 25px;
}
.e_block li:nth-child(2n) {
  margin: 0 0 25px 2%;
}
}
@media screen and (max-width: 600px) {
.e_block li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
}
.e_block li:nth-child(3n-1) {
  margin: 0 0 20px;
}
.e_block li:nth-child(3n) {
  margin: 0 0 20px;
}
section .e_accordion p.merit_tit br.sp  {
  display: none;
}
}
section .e_accordion p.merit_tit .read_more {
  color: rgba(255, 166, 0, 1);
  font-family: "Oswald", sans-serif;
  font-size: 120%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
section .e_accordion p.merit_tit .read_more {
  display: block;
}
}
.accordion {
  width: 100%;
}
.accordion-hidden {
  display: none;
}
.accordion-open {
  display: block;
  width: 100%;
  margin: 10px 0;
  padding: 20px 60px 20px 20px;
  background: rgba(255, 166, 0, 1);
  cursor: pointer;
  position: relative;
  border-radius: 6px;
}
.accordion-open::before, .accordion-open::after {
  content: '';
  width: 20px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}
section .accordion-open p {
  display: inline-block;
  width: calc(100% - 100px);
  margin: 0 0 0 5px;
  padding: 5px;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 4px;
}
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}
.accordion-dec {
  margin: 10px 0 0 30px;
  padding: 20px 0 20px 0;
  border: 5px solid rgba(136, 191, 44, 0.5);
  border-radius: 10px;
}
.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}
span.ques {
  display: inline-block;
  background: #fff;
  margin: 2px 10px 0 10px;
  width: 40px;
  height: 40px;
  padding: 4px 0 4px 6px;
  color: rgba(255, 166, 0, 1);
  font-size: 2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  border-radius: 50%;
}
span.anser {
  display: inline-block;
  background: rgba(136, 191, 44, 1);
  margin: -30px 10px 0 -15px;
  width: 40px;
  height: 40px;
  padding: 4px 0 4px 7px;
  color: #fff;
  font-size: 2em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  border-radius: 50%;
}
.accordion-box .a_txt {
  height: auto;
  opacity: 1;
  margin: -40px 0 0 0;
  padding: 10px 1.5em 10px 3em;
}
@media screen and (max-width: 980px) {
  .accordion-open {
    width: 100%;
  }
  section .accordion-open p {
    display: inline-block;
    width: calc(100% - 80px);
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 600px) {
  .accordion-open {
    display: block;
    width: 100%;
    margin: 8px 0;
    padding: 20px 60px 20px 12px;
    background: rgba(255, 166, 0, 1);
    cursor: pointer;
    position: relative;
    border-radius: 6px;
  }
  section .accordion-open p {
    display: inline-block;
    width: calc(100% - 50px);
    margin: 0 0 0 5px;
  }
.accordion-dec {
  margin: 10px 0 0 10px;
  padding: 20px 0 20px 0;
  border: 5px solid rgba(136, 191, 44, 0.5);
  border-radius: 10px;
}
.accordion-box .a_txt {
  height: auto;
  opacity: 1;
  margin: -40px 0 0 0;
  padding: 10px 1.5em 10px 2em;
}
  span.ques {
    display: inline-block;
    background: #fff;
    margin: 4px 6px 0 3px;
    width: 34px;
    height: 34px;
    padding: 4px 0 4px 6px;
    color: rgba(255, 166, 0, 1);
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    vertical-align: top;
    line-height: 1;
    border-radius: 50%;
  }
  span.anser {
    display: inline-block;
    background: rgba(136, 191, 44, 1);
    margin: -30px 10px 0 -15px;
    width: 34px;
    height: 34px;
    padding: 4px 0 4px 7px;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    vertical-align: top;
    line-height: 1;
    border-radius: 50%;
  }
}
.faq_figur {
  width: 100%;
  max-width: 880px;
  height: auto;
}
.doctor {
  margin: 0 0.5em 0 0;
  color: rgba(255, 166, 0, 1);
  font-size: 133%;
  font-weight: 500;
}
img.doctor01 {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
}
section p.ques_txt {
  margin: 0 0 0.5em 0;
  padding: 0 0 5px 0;
  color: rgba(243, 154, 0, 1);
  font-size: 110%;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px dotted rgba(243, 154, 0, 0.66);
}
.topic02 {
  margin: 4px 0.66em 4px 0;
  padding: 3px 10px;
  color: rgba(243, 154, 0, 1);
  font-size: 100%;
  font-weight: 500;
  border: 2px solid rgba(243, 154, 0, 1);
  border-radius: 4px;
}
.line_h28 {
  line-height: 2.8;
}
#under #floatMenu {
  display: none;
}
.breadcrumb {
  margin: 0 auto 40px;
}
.fbc-page .fbc-wrap .fbc-items {
  background-color: transparent;
}
.fbc-page .fbc-wrap .fbc-items li {
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li a {
  color: #555;
}
.fbc-page .fbc-wrap .fbc-items li .fbc-separator {
  color: #ccc;
}
.fbc-page .fbc-wrap .fbc-items li.active span, .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {
  color: #333;
  font-size: 12px;
}
.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-left: 0;
}
.link_nav {
  margin: 100px auto 0;
  font-size: 85%;
}
.link_nav  a {
  color: #555;
}
section .link_nav .link_nav_l {
  float: left;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: left;
}
section .link_nav .link_nav_r {
  float: right;
  width: calc(49.5% - 40px);
  margin: 0 0 10px 0;
  font-size: 85%;
  text-align: right;
}
section .link_nav .link_nav_c {
  float: left;
  width: 80px !important;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 85%;
  text-align: center;
}
.center {
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #fff !important;
  text-decoration: none;
  padding: 1px 4px;
  margin: 2px;
  color: #333;
  font-size: 85%;
  border: 1px solid rgba(136, 191, 44, 1);
}
.wp-pagenavi span.current {
  font-weight: bold;
  font-size: 85%;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: rgba(136, 191, 44, 1) !important;
  color: #fff !important;
  text-decoration: none;
  border: 1px solid rgba(136, 191, 44, 1) !important;
}
#side h3 {
  position: relative;
  margin: 0 0 12px 0;  
  padding: 10px 0 8px;
  color: #555;
  font-size: 1rem;
  font-feature-settings: "palt";
  border-bottom: 1px solid rgba(136, 191, 44, 0.33);
  z-index: 10;
}
#side h3:before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 20%;
  height: 1px;
  content: '';
  background: rgba(136, 191, 44, 1);
}
.side_menu01 {
  width: 100%;
  margin: 10px auto 24px;
  border-top: 1px dotted #ddd;
}
.side_menu01 li {
  background: url(./images/arr.svg) no-repeat;
  background-position: 2px 50%;
  background-size: 11px 11px;
  padding: 0 0 0 16px;
  font-feature-settings: "palt";
  border-bottom: 1px dotted #ddd;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.side_menu01 li .fs {
  font-size: 90%;
}
.side_menu01 li a {
  display: block;
  color: #555;
  font-size: 0.9rem;
  padding: 8px 0;
  line-height: 1.33;
}
.side_menu01 li a:hover {
  color: rgba(51, 51, 51, 0.7);
}
.side-wrap {
  margin: 0 auto 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
#side select {
  -webkit-appearance: none;
  background: #fff;
  appearance: none;
  border-radius: 0;
  height: 36px;
  padding: 5px 4px 5px 10px;
  width: 100%;
  color: #555;
  font-size: 0.9rem;
  border: none;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  line-height: 1.5;
}
select::-ms-expand {
  display: none;
}
.side-wrap::before {
  border-bottom: 4.5px solid #1f1f1f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}
.side-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #1f1f1f;
  content: "";
  position: absolute;
  right: 9px;
  top: 24px;
  width: 0;
}
.post_block h1 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em;
  color: rgba(136, 191, 44, 1);
  font-size: 150%;
  font-weight: bold;
}
.post_block h1.post_ttl {
  background: none;
  margin: 0 0 1em;
  padding: 0 0 0.3em 0;
  color: rgba(136, 191, 44, 1);
  font-size: 150%;
  font-weight: bold;  
  border-bottom: 3px dotted rgba(136, 191, 44, 0.33);
  font-feature-settings: "palt";
}
.post_block h1.post_ttl02 {
  background: none;
  margin: 0 0 1em;
  padding-bottom: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 150%;
  font-weight: bold;  
  font-feature-settings: "palt";
}
.post_block h1.post_ttl span, .post_block h1.post_ttl02 span {
  padding: 0.1em 0.3em;
  border-left: 8px solid rgba(136, 191, 44, 0.66);
}
.post_block h2 {
  margin: 2em 0 1em;
  padding: 0.1em 0.3em 0.1em 0.3em;
  color: rgba(136, 191, 44, 1);
  font-size: 140%;
  font-weight: bold;  
  border-left: 8px solid rgba(136, 191, 44, 0.66);
}
.post_block h2.tit03 {
  margin: 0 0 1em;
}
.post_block h3 {
  background: transparent;
  width: 100%;
  margin: 2em 0 1em;
  padding: 0 0 0.5em 0;
  color: rgba(136, 191, 44, 1);
  font-size: 130%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h4 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 120%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h5 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 110%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block h6 {
  width: 100%;
  margin: 2em 0 1em;
  padding: 0;
  color: rgba(136, 191, 44, 1);
  font-size: 100%;
  font-weight: bold;  
  line-height: 1.33;
}
.post_block p {
  margin: 0 0 1em 0;
  font-size: 16px;
  line-height: 1.66;
  text-align: left;
}
.post_block p.date {
  margin: 0 0 30px 0;
  font-size: 80%;
}
.post_block p.date span {
  background: #bbb;
  padding: 2px 6px;
  color: #fff;
}



/* フォーム PC
---------------------------------------------------------------------------*/
input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input, textarea, select {
  background: rgba(33, 33, 33, 0.05);
  margin: 0;
  padding: 10px 0 10px 8px;
  width: 100%;
  font-size: 16px;
  font-family: inherit;
  border-radius: 2px;
  border: 0px solid #ddd;
}
input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
}
input::-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.btn-submit input[type="submit"] {
  display: block;
  background: rgba(214, 21, 24, 1);
  width: 90%;
  max-width: 360px;
  height: auto;
  margin: 60px auto 0;
  padding: 14px 14px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  border-radius: 4px;
}
.btn-submit input[type="submit"]:hover {
  background: rgba(214, 21, 24, 0.5);
  transition: 1s;
}
.req {
  color: rgb(255, 255, 255);
  font-size: 60%;
  font-weight: normal;
  background: rgba(214, 21, 24, 1);
  padding: 1px 4px;
  border-radius: 1px;
  vertical-align: 2px;
  white-space: nowrap;
}



/*　その他 PC
---------------------------------------------------------------------------*/
.page_scroll>a {
  display: block;
  padding-top: 20px;
  margin-top: -20px;
}
.center {
  text-align: center;
}
.fs {
  font-size: 85%;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgt45 {
  margin-top: 45px;
}
.mgt60 {
  margin-top: 60px;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb30b {
  margin-bottom: 30px;
}
.mgb45 {
  margin-bottom: 45px;
}
.mgb60 {
  margin-bottom: 60px;
}





@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }



  /* レイアウト SP
---------------------------------------------------------------------------*/
  section .inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  #side {
    float: none;
    width: 100%;
  }
  #cont {
    float: none;
    width: 100%;
    padding: 0 0 30px 0;
  }



  /* ヘッダー SP
---------------------------------------------------------------------------*/
  #header {
    position: relative;
    width: 100%;
    height: 70px;
    margin: 0 auto;
  }
  #header .inner {
    width: 98%;
    margin: 0 auto;
  }
  .h_box {
    display: block;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
  }
  #header .logo img.mark {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 54px;
    height: 54px;
  }
  #header .logo img.name {
    position: absolute;
    top: 18px;
    left: 66px;
    width: 400px;
    height: auto;
  }
  /*
 .openbtn {
   display: block;
   position: fixed;
   z-index: 1000;
   top: 18px;
   top: 0px;
   right: 15px;
   right: 0px;
   cursor: pointer;
   background-color: rgba(136, 191, 44, 1);
   width: 100px;
   height: 100px;
 }
 .openbtn span {
   display: inline-block;
   transition: all .4s;
   position: absolute;
   left: 18%;
   height: 4px;
   border-radius: 2px;
   background-color: #fff;
   width: 64%;
 }
 .openbtn span:nth-of-type(1) {
   top: 24px;
 }
 .openbtn span:nth-of-type(2) {
   top: 42px;
 }
 .openbtn span:nth-of-type(3) {
   top: 60px;
 }
 .openbtn.active span:nth-of-type(1) {
   top: 34px;
   left: 10%;
   transform: translateY(6px) rotate(-45deg);
   width: 80%;
   background-color: #fff;
 }
 .openbtn.active span:nth-of-type(2) {
   opacity: 0;
 }
 .openbtn.active span:nth-of-type(3) {
   top: 46px;
   left: 10%;
   transform: translateY(-6px) rotate(45deg);
   width: 80%;
   background-color: #fff;
 }
 .openbtn p {
   padding: 66px 0 0 0;
   color: #fff;
   font-size: 90%;
   font-weight: 700;
   letter-spacing: 0;
   text-align: center;
 }
 .openbtn.active p {
   color: #fff;
 }
*/
  .openbtn {
    display: block;
    position: fixed;
    z-index: 1000;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-color: rgba(136, 191, 44, 1);
    width: 70px;
    height: 70px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18%;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 64%;
  }
  .openbtn span:nth-of-type(1) {
    top: 16px;
  }
  .openbtn span:nth-of-type(2) {
    top: 28px;
  }
  .openbtn span:nth-of-type(3) {
    top: 40px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 24px;
    left: 17%;
    transform: translateY(6px) rotate(-45deg);
    width: 66%;
    background-color: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 36px;
    left: 17%;
    transform: translateY(-6px) rotate(45deg);
    width: 66%;
    background-color: #fff;
  }
  .openbtn p {
    padding: 45px 0 0 0;
    color: #fff;
    font-size: 80%;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
  }
  .openbtn.active p {
    color: #fff;
  }



  /* フッター SP
---------------------------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  footer .copyright {
    width: 100%;
    padding: 10px 3% 60px;
    font-size: 70%;
    text-align: center;
    line-height: 1.2;
  }
  #top footer .copyright {
    width: 100%;
    padding: 10px 3% 60px;
    font-size: 70%;
    text-align: left;
    line-height: 1.2;
  }
  footer .copyright br {
    display: block;
  }
  #side_bnr {
    display: none;
  }
  #fix_contact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f39a00;
    width: 100%;
    height: 50px;
    padding: 0;
    z-index: 999;
  }
  #fix_contact ul {
    display: block;
    margin: 10px auto 0;
    padding: 0;
    text-align: center;
    font-size: 0;
  }
  #fix_contact ul li {
    margin: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
  }
  #fix_contact ul li img {
    width: auto;
    height: 32px;
  }
  #fix_contact ul li a:hover {
    filter: alpha(opacity=80);
    opacity: 0.80;
  }




  /* コンテンツ SP
---------------------------------------------------------------------------*/
  section {
    padding: 60px 0 60px;
    text-align: left;
  }
  section p {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
  }
  section h2.ttl {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
  }
  section h2.ttl span.en {
    display: block;
    margin: 4px 0;
    font-size: 2.24rem;
    font-weight: 700;
    vertical-align: middle;
  }
  section h2.ttl span.en02 {
    display: block;
    margin: 4px 0;
    font-size: 1.44rem;
    font-weight: 700;
    vertical-align: middle;
  }
  section h2.ttl.cw {
    color: #fff;
  }
  section h2.ttl.pd01 {
    padding: 0 0 15px 0;
  }
  section h3.ttl {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
  }
  section h3.tit02 {
    margin: 0 auto 20px;
    padding: 0.5em 0.8em;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 4px;
    background: linear-gradient(rgba(240, 115, 137, 0.88) 0%, rgba(240, 115, 137, 0.88) 50%, rgba(240, 115, 137, 1) 50%, rgba(240, 115, 137, 1) 100%);
  }
  section h3.tit02 span {
    border-left: 8px solid rgba(255, 255, 255, 0.8);
    padding: 0 0 0 12px;
  }
  section h3.tit03 {
    display: block;
    width: 100%;
    margin: 0 auto 2em;
    padding: 0;
    color: rgba(136, 191, 44, 1);
    font-size: 1.44rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
  }
  section h3.tit03 span.en {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: rgba(136, 191, 44, 0.5);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
  }
  section h3.tit03 span.line {
    display: block;
    margin: -10px auto 20px;
    width: 2em;
    line-height: 1;
    border-bottom: 4px solid rgba(255, 166, 0, 1);
    text-align: center;
  }
  section h3.ttl01b {
    display: block;
    margin: 0 0 24px;
    color: #333;
    font-size: 20px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.66;
    vertical-align: middle;
    font-feature-settings: "palt";
  }
  section h3.ttl01b:first-letter {
    color: rgba(136, 191, 44, 1);
    font-size: 140%;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
  .y_marker {
    background: linear-gradient(transparent 55%, rgba(136, 191, 44, 0.33) 55%);
    padding: 2px 4px;
  }
  h3.topic_tit {
    border-bottom: solid 5px rgba(255, 166, 0, 0.33);
    position: relative;
    margin: 0 0 24px;
    color: rgba(255, 166, 0, 1);
    font-size: 20px;
    font-weight: 500;
  }
  h3.topic_tit:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 5px rgba(255, 166, 0, 1);
    bottom: -5px;
    width: 20%;
  }
  .news_box {
    width: 100%;
    margin: 16px 0;
  }
  .news_list {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 3px dotted rgba(255, 255, 255, 0.5);
    overflow: auto;
  }
  .news_list dt {
    width: 100%;
    padding: 12px 12px 0;
    font-weight: 500;
    color: #fff;
  }
  .news_list dt .cat {
    background: #fff;
    margin: 0 0 0 6px;
    padding: 0 7px;
    color: rgba(136, 191, 44, 1);
    font-size: 80%;
    border-radius: 11px;
  }
  .news_list dd {
    width: 100%;
    padding: 4px 12px 12px;
    text-align: left;
    border-bottom: 3px dotted rgba(255, 255, 255, 0.5);
  }
  .news_list dd h3 a {
    color: #fff;
  }
  .news_list dd h3 a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
  .news_list dd a:hover {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.75);
  }
  section .news_list dd p {
    margin: 0;
    color: #fff;
  }
  #under .news_list dt {
    clear: none;
    width: 100%;
    float: none;
    padding: 12px 12px 0;
    font-weight: 500;
    color: rgba(136, 191, 44, 1);
  }
  #under .news_list dd {
    width: 100%;
    padding: 0 12px 12px;
    text-align: left;
    border-bottom: 3px dotted rgba(51, 51, 51, 0.25);
  }
  .block {
    margin: 0 auto 80px;
  }
  .blog_list {
    display: block;
    margin: 0 auto;
    font-size: 0;
  }
  .blog_list li {
    display: inline-block;
    position: relative;
    width: 48%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    text-align: left;
    vertical-align: top;
    z-index: 10;
  }
  .blog_list li:nth-child(3n-1) {
    margin: 0 0 20px;
  }
  .blog_list li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .blog_list li:nth-child(odd) {
    margin: 0 2% 20px 0;
  }
  .blog_list li:nth-child(even) {
    margin: 0 0 20px 2%;
  }
  .blog_list li h3 {
    display: inline-block;
    margin: 2px 0 8px 0;
    padding: 0;
    color: #555;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .blog_list li h3 a {
    color: #555;
  }
  .blog_list li p.date {
    display: inline-block;
    margin: 2px 8px 8px 0;
    color: rgba(24, 127, 196, 1);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0em;
  }
  .blog_list li img {
    width: 100%;
    height: 240px;
    margin: 0;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s;
    transition: 1s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
    border-radius: 12px;
  }
  .box_wrap {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .box_wrap:last-child {
    margin-bottom: 0;
  }
  .box_wrap:nth-child(even) {
    flex-direction: row-reverse;
  }
  .txt_box {
    width: 100%;
    padding: 0;
  }
  .txt_box.pdl {
    padding: 0;
  }
  .box_wrap img {
    display: block;
    width: 70%;
    height: auto;
    margin: 0 auto 24px;
    padding: 0;
    border-radius: 10px;
  }
  .tbl01 {
    background: #fff;
    width: 100%;
    max-width: initial;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.66;
    border-top: 1px solid #ddd;
  }
  .tbl01 th {
    display: block;
    width: 100%;
    padding: 12px 12px 6px;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid rgba(33, 33, 33, 0.33);
    border-bottom: 0px solid rgba(33, 33, 33, 0.33);
  }
  .tbl01 td {
    display: block;
    width: 100%;
    padding: 0 12px 12px;
    text-align: left;
    vertical-align: middle;
    border-top: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
  }



  /* 下層コンテンツ SP
---------------------------------------------------------------------------*/
  .sub_visual01 {
    background: url(./images//sub_visual.jpg) no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    margin: 0 auto 20px;
    width: 100%;
    height: 240px;
  }
  .sv_inner {
    display: table;
    width: 100%;
    height: 240px;
    margin: 0 auto;
  }
  .sub_visual .sv_tit {
    display: table-cell;
    font-size: 1.33rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
  }
  .sub_visual .sv_tit span {
    background: rgba(136, 191, 44, 0.8);
    padding: 6px 14px;
    color: rgba(255, 255, 255, 1);
    border-radius: 4px;
  }
  .zabuton br {
    display: none;
  }
  .number {
    margin: 20px auto;
    border-top: 4px dotted rgba(136, 191, 44, 0.5);
  }
  .number li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 18px 8px;
    color: #777;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    line-height: 1.5;
    border-bottom: 4px dotted rgba(136, 191, 44, 0.5);
    font-feature-settings: "palt";
  }
  .number li strong {
    font-size: 105%;
    font-weight: 400;
    color: rgba(255, 166, 0, 1);
  }
  .flow_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: 12px;
  }
  .flow_wrap ul {
    padding: 0;
  }
  .flow_wrap li {
    list-style-type: none;
  }
  .flow_wrap dd {
    margin-left: 0;
  }
  .flow {
    position: relative;
  }
  .flow::before {
    content: "";
    width: 15px;
    height: 100%;
    background: #eee;
    margin-left: -129px;
    display: block;
    position: absolute;
    top: 0;
    left: 120px;
    border-radius: 20px;
  }
  .flow>li {
    position: relative;
  }
  .flow>li:not(:last-child) {
    margin-bottom: 24px;
  }
  .flow>li .flow_num {
    font-size: 1rem;
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    border-radius: 100vh;
    color: #fff;
    background: #8EB83C;
    display: inline-block;
    margin-right: 0.3em;
  }
  .flow>li dl.flow_list {
    padding-left: 32px;
    position: relative;
  }
  .flow>li dl.flow_list::before, .flow>li dl.flow_list::after {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
  }
  .flow>li dl.flow_list::before {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    background: #8EB83C;
    border-radius: 50%;
    left: -4px;
  }
  .flow>li dl.flow_list::after {
    width: 20px;
    border-bottom: 1px dashed #999;
    position: absolute;
    left: 5px;
  }
  .flow>li dl.flow_list dt {
    display: flex;
    margin-bottom: -0.5em;
    align-items: center;
    line-height: 1.33;
  }
  .flow>li dl.flow_list dt h3 {
    color: #8EB83C;
    font-size: 1.12rem;
    font-weight: 500;
  }
  .flow>li dl.flow_list dd {
    padding: 20px 0;
    line-height: 1.66;
  }
  .flow .time {
    color: rgba(255, 166, 0, 1);
    font-size: 105%;
    font-weight: 500;
  }
  .post_block p {
    margin: 0 0 1em 0;
    font-size: 15px;
    line-height: 1.66;
    text-align: left;
  }


  /* フォーム SP
---------------------------------------------------------------------------*/
  input, textarea, select {
    background: rgba(33, 33, 33, 0.05);
    margin: 0;
    padding: 10px 0 10px 8px;
    width: 100%;
    font-size: 15px;
    font-family: inherit;
    border-radius: 2px;
    border: 0px solid #ddd;
  }
  .btn-submit input[type="submit"] {
    display: block;
    background: rgba(214, 21, 24, 1);
    width: 90%;
    max-width: 360px;
    height: auto;
    margin: 60px auto 0;
    padding: 12px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: none;
    border-radius: 4px;
  }



  /*　その他 SP
---------------------------------------------------------------------------*/
  .page_scroll>a {
    display: block;
    padding-top: 20px;
    margin-top: -20px;
  }
  .center {
    text-align: center;
  }
  .mgt30 {
    margin-top: 30px;
  }
  .mgt45 {
    margin-top: 45px;
  }
  .mgt60 {
    margin-top: 60px;
  }
  .mgb20 {
    margin-bottom: 20px;
  }
  .mgb30 {
    margin-bottom: 30px;
  }
  .mgb30b {
    margin-bottom: 30px;
  }
  .mgb45 {
    margin-bottom: 45px;
  }
  .mgb60 {
    margin-bottom: 60px;
  }
}



@media screen and (max-width: 640px) {

  footer .copyright br {
    display: block;
  }
}



@media screen and (max-width: 600px) {
  #header .logo img.name {
    position: absolute;
    top: 18px;
    left: 63px;
    width: 240px;
    height: auto;
  }
  section h2.ttl {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
  }
  section h2.ttl span.en {
    display: block;
    margin: 4px 0;
    font-size: 2rem;
    font-weight: 700;
    vertical-align: middle;
  }
  section h2.ttl span.en02 {
    display: block;
    margin: 4px 0;
    font-size: 1.3rem;
    font-weight: 700;
    vertical-align: middle;
  }
  section h2.ttl.cw {
    color: #fff;
  }
  section h2.ttl.pd01 {
    padding: 0 0 15px 0;
  }
  section h3.ttl {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
  }
  .youtube {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  #about .inner .row .txt {
    margin-top: 8vw;
  }
  .box_wrap img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto 24px;
    padding: 0;
    border-radius: 10px;
  }
  .blog_list li {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .blog_list li:nth-child(3n-1) {
    margin: 0 0 20px 0;
  }
  .blog_list li:nth-child(3n) {
    margin: 0 0 20px 0;
  }
  .blog_list li:nth-child(odd) {
    margin: 0 0 20px 0;
  }
  .blog_list li:nth-child(even) {
    margin: 0 0 20px 0;
  }
  .blog_list li img {
    width: 100%;
    height: 240px;
    margin: 0;
    overflow: hidden;
    transform: scale(1);
    transition: all .3s;
    transition: 1s ease-in-out;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
    border-radius: 12px;
  }
  .more_btn01 {
    margin: 40px auto 20px;
    width: 80%;
    max-width: initial;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    outline: none;
  }
}
@media screen and (max-width: 400px) {
  #fix_contact ul {
    display: block;
    margin: 12px auto 0;
    padding: 0;
    text-align: center;
    font-size: 0;
  }
  #fix_contact ul li img {
    width: auto;
    height: 28px;
  }
}
@media screen and (max-width: 375px) {
  #fix_contact ul {
    display: block;
    margin: 14px auto 0;
    padding: 0;
    text-align: center;
    font-size: 0;
  }
  #fix_contact ul li img {
    width: auto;
    height: 26px;
  }
}
@media screen and (max-width: 360px) {
  #header .logo img.mark {
    position: absolute;
    top: 16px;
    left: 5px;
    width: 40px;
    height: 40px;
  }
  #header .logo img.name {
    position: absolute;
    top: 18px;
    left: 48px;
    width: 200px;
    height: auto;
  }
}


