@charset "utf-8";

.slider-wrapper-w {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.tagline {
  position: absolute;
  left: 10%;
  bottom: 55%;
  z-index: 1;
  font-size: 60px;
  font-weight: bold;
  line-height: 1.3;
    font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
    color: #f88a85;
    letter-spacing: 10px;
}
.tagline {
}
.tagline2 {
  position: absolute;
  left: 10%;
  bottom: 35%;
  z-index: 1;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.5;
    font-family: fot-tsukubrdgothic-std, sans-serif;
font-style: normal;
font-weight: 700;
    color: #2fb6aa;
}
.tagline2 span {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(241, 239, 55, 0.8);
  text-decoration-skip-ink: none;
}
.tagline-left {
  width: 220px;
  padding: 0;
  position: relative;
}
.slider img {
  width: 100%;
  vertical-align: bottom;
    /*height: 100vh;
object-fit: cover;*/
}

.tagline-style220421 a {
  position: absolute;
  right: 0;
  bottom: 100px;
  padding: 30px;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  background: rgba(87, 195, 183, 0.8);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  line-height: 2;
  color: #FFF;
    text-decoration: none;
}
.tagline-style220421 a:hover {
  background:#57c3b8; 
}
.slider-wrapper {
  flex: 1;
  min-height: 0;
  min-width: 0;
  position: relative;
}
.btn-more {
  background: #f6e03f url("../img/arrow_01.png") no-repeat 90% center;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 30px 20px 45px;
  line-height: 1;
  border-radius: 50px;
  width: 340px;
  box-shadow: 0 6px 9px #CCC;
  font-weight: bold;
    font-size: 13px;
    text-align: left;
}
.btn-more:hover {
  box-shadow: none;
  text-decoration: none !important;
}
.btn-more:hover::before, .btn-more:hover::after {
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h1 {
  font-size: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.2;
}
h1 span {
  display: block;
}
.scroll-w {
  position: absolute;
  left: 60px;
  bottom: 0;
  height: 190px;
  z-index: 2;
}
.scroll-t {
  position: relative;
  right: -10px;
  top: 0;
  z-index: 2;
  overflow: hidden;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll {}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  height: 190px;
}
.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  /*background: rgba(255, 255, 255, .4);*/
  background: #c0c0c0;
  height: 190px;
}
.scroll::after {
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.kodomo {
    display: none;
  position: fixed;
  right: -80px;
  bottom: 30%;
}
/* =====================
  .news
===================== */
.news-wrapper {
  width: 960px;
  margin: 90px auto;
}
.news-wrapper a {
  color: #000;
  text-decoration: underline;
}
.news-wrapper a:hover {
  text-decoration: none;
}
.news-wrapper .accordion a:hover {
    text-decoration: none;
}
.news-wrapper h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.news-wrapper span {
  font-size: 15px;
  display: block;
}
.news dl {
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 20px 0;
  text-align: left;
}
.news dl dt {
  clear: left;
  float: left;
  width: 120px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
line-height: 1.6;
}
.news dl dd {
  margin: 0 0 0 120px;
  margin-bottom: 0px;
  margin-bottom: 5px;
  padding-right: 15px;
  line-height: 1.6;
}
.news p {
  text-align: right;
}
.news-more {
  margin-bottom: 30px;
  background: url("../img/arrow_02.png") no-repeat center right;
  padding-right: 30px;
  display: inline-block;
}
/* =====================
  .section-01
===================== */
.section-01 {
  display: flex;
  margin-bottom: 90px;
  justify-content: space-between;
}
.section-01 div {
  width: 50%;
}
.section-01 div img {
  width: 100%;
}
.section-01 h2 {
  font-size: 32px;
  z-index: 1;
  line-height: 1.6;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 2px;
}
.section-01 h2 span {
  display: block;
  font-size: 15px;
  letter-spacing: 3px;
}
.top-about {
  padding: 0 60px;
}
.top-about p {
  margin-bottom: 90px;
}
.top-about p span {
  font-size: 24px;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.top-about p span.top-about-span {
  font-size: 16px;
  display: inline;
  font-weight: normal;
}
/* =====================
  .section-02
===================== */
.section-02 {
  background: #ede5c8;
  padding: 100px 0;
}
.section-02 .container {}
.section-02 li {
  text-align: center;
}
.section-02 h2 {
  font-size: 32px;
  z-index: 1;
  line-height: 1.6;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-align: left;
}
.section-02 h2 span {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
}
.section-02-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  padding: 60px 90px;
  border-radius: 30px;
}
.section-02-box li p {
  text-align: center;
}
/* =====================
  .section-03
===================== */
.section-03 {
  position: relative;
}
.section-03-img img {
  width: 100%;
}
.section-03 h2 {
  font-size: 32px;
  z-index: 1;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%) translateX(-15%);
  -webkit- transform: translateY(-50%) translateX(-15%);
}
.section-03 h2 span {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
.section-03 .btn-more {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 3px 15px #000;
}
.section-03 .btn-more:hover {
  box-shadow: none;
}
/* =====================
  .section-04
===================== */
.accordion {
  margin-bottom: 30px;
}
.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion li {
  position: relative;
  border-bottom: 2px solid #DDD;
  list-style: none;
}
.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 30px 1em;
  position: relative;
}
.accordion > ul > li > a h5 {
  line-height: 1.6;
  padding-right: 90px;
  font-size: 16px;
}
.accordion > ul > li > a h5:hover {
  text-decoration: none;
}
.accordion > ul > li > p {
  display: none;
  text-align: left;
  padding: 0 .8em 1.4em 1em;
  line-height: 1.8;
}
.accordion li .accordion_icon, .accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45%;
  right: 30px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
/* =====================
  footer
===================== */
footer {
  width: 100%;
  clear: both;
  background: #2fb6aa;
  font-size: 18px;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer .footer_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 90px;
  justify-content: space-between;
}
footer .footer_inner .col {
  width: 35%;
  font-size: 13px;
}
footer .copyright {
  padding: 30px 0;
  font-size: 11px;
}


.sns-box-wrapper {
  text-align: left;
  display: inline-block;
}
.sns-box {
  margin-bottom: 60px;
}
.sns-box li {
  display: inline-block;
  margin: 0 8px;
}
#target1, #target1-1, #target2, #target3, #target4, #target5, #target6, #info {
  padding-top: 120px;
  margin-top: -120px;
}

.news.top-news {
    height: 500px;
    overflow: auto;
}
.qa-title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  letter-spacing: 2px;
}

















@media screen and (max-width: 991px) {
  .section-03 .box {
    padding: 60px;
  }
  .section-03 .box .btn-more {
    width: 190px;
    margin: 0 auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    right: auto;
    top: auto;
  }

  .kodomo {
    position: fixed;
    right: -40px;
    ;
    bottom: 10%;
  }
  .kodomo img {
    width: 200px;
  }
  .news dl dt, .news dl dd {
    float: none;
    width: 100%;
    margin: 0;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-fluid.section-03 {
    padding: 0;
  }
  .container.news-wrapper {
    padding: 0;
  }
  .news-wrapper {
    width: 100%;
  }
  .section-01 {
    display: block;
  }
  .section-01 div {
    width: 100%;
  }
  .top-about {
    padding: 0;
  }
  .section-01.s2 {
    display: flex;
    flex-flow: column;
  }
  .top-about-img-02 {
    order: 1;
  }
  .top-about-img img, .top-about-img-02 img {
    border-radius: 30px;
  }
  .top-about {
    order: 2;
  }
  .section-02-box {
    display: block;
    padding: 45px 15px;
    border-radius: 30px;
  }
  .section-02 h2 {
    margin-bottom: 15px;
  }
  .section-02 li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
  }
  .section-02 li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-03 .btn-more {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateY(-65%) translateX(-50%);
    -webkit- transform: translateY(-65%) translateX(-50%);
    box-shadow: 0 3px 15px #000;
  }
  .section-03 h2 {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateY(-32%) translateX(-50%);
    -webkit- transform: translateY(-32%) translateX(-50%);
    line-height: 1.3;
    font-size: 22px;
    font-weight: bold;
  }
  .section-03 h2 span {
    font-size: 28px;
    width: 280px;
  }
  .btn-more {
    width: 280px;
    margin: 0 auto;
    display: block;
  }
  .section-01 h2 {
    margin-bottom: 30px;
  }
  .top-about p {
    margin-bottom: 30px;
  }
  .news-wrapper .news {
    margin-bottom: 30px;
  }
  .news-wrapper h2, .section-01 h2, .section-02 h2, .section-04 h2 {
    font-size: 28px;
  }

  footer .footer_inner {
    padding: 45px 0 0 0;
  }
  footer .copyright {
    text-align: center;
      font-size: 10px;
  }
  .sns-box {
    text-align: center;
  }
  .section-02 {
    padding: 60px 0;
  }
  footer .footer_inner, .slider-wrapper-w, .tagline-left {
    display: block;
  }
  footer .btn-more {
    width: auto;
  }
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  .pagetop img {
    width: 30px;
  }
  .f-sns img {
    margin: 0 10px;
  }
  footer .footer_inner .col {
    width: 100%;
  }

    .tagline-style220421 a {
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 30px 12px;
  z-index: 1;
  font-size: 14px;
  font-weight: bold;
  background:rgba(0,137,47,0.8); 
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  line-height: 1.8;
  color: #FFF;
    text-decoration: none;
}
.tagline2 {
  position: absolute;
left: 10%;
bottom: 20px;
font-size: 14px;
line-height: 2;
}
    h1 {
  font-size: 100%;
}
    h1.logo a {
  font-size: 14px;
}
    .tagline {
  font-size: 24px;
        position: absolute;
left: 10%;
bottom: 43%;
}
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 580px) {}
@media screen and (max-width: 480px) {
    .tagline-style220421 a {
  position: absolute;
  right: 0;
  bottom: -20px;
  padding: 30px 12px;
  z-index: 1;
  font-size: 12px;
  font-weight: bold;
  background:rgba(0,137,47,0.8); 
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  line-height: 1.8;
  color: #FFF;
    text-decoration: none;
}
    
}



















.slider-wrapper-w {
    margin-bottom: 90px;
}
.container-fluid {
}

.content-wrapper h3 {
    font-size: 26px;
    margin-bottom: 30px;
}
.content-wrapper p {

}
.bg-01 {
    background: #8cdad3;
    margin-bottom: 90px;
}
.prof-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.prof-img {
    width: 28%;
}
.prof-img img{
    width: 100%;
	border-radius: 30px;
}
.prof-text-wrapper {
    width: 68%;
}
.prof-name {
    font-size: 14px;
    margin: 15px 0;
}
.prof-text {
}
.prof-tagline {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}
.sc-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.sc-text {
    width: 68%;
}
.sc-img {
    width: 28%;
    padding: 30px;
    padding-bottom: 15px;
    background: #2fb6aa;
    border-radius: 10px;
    font-size: 11px;
    text-align: center;
}
.sc-img a {
    color: #FFF!important;
}
.sc-img img{
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    padding: 15px;
}

.shikkan-box {
    border-bottom: 1px solid #CCC;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.shikkan-box-02 {
    margin-bottom: 60px;
}
.shikkan-box p {
    padding: 0 10px;
}
.shikkan-box-02:last-child {
    margin-bottom: 0;
}
.shikkan-box h3 {
font-size: 26px;
font-weight: bold;
	padding: 0;
}
.shikkan-box h3::before {
	display: none;
}
.shikkan-box h4 {
font-size: 18px;
font-weight: bold;
    margin-bottom: 15px;
}
.shikkan-box strong {
font-size: 18px;
font-weight: bold;
    display: block;
}
.shikkan-box:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.btn-area {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.btn-area .btn-box {
    width: 48%;
}
.btn-area .btn-01,
.btn-area .btn-02 {
    width: 100%;
    padding: 45px 15px;
    border-radius: 30px;
    text-decoration: none;
    color: #FFF!important;
    display: block;
}
.btn-area a:hover {
    opacity: 0.5;
}
.btn-01 {
    background: #01b3bb;
}
.btn-02 {
    background: #14809b;
}
.btn-box ul {
    padding: 15px 30px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.btn-box ul li {
    font-size: 18px;
    text-align: left;
}
.btn-box ul li a {

}
.btn-area .btn-01, .btn-area .btn-02 {
  padding: 30px 15px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.btn-box ul li {
  font-size: 16px;
}
.f-logo {
    padding-top: 60px;
}
#target-00,
#target-01,
#target-02,
#target-03 {
    padding-top: 120px;
    margin-top: -120px;
    
}
.container {
    position: relative;
}
.ob-01 {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: -1;
	display: none!important;
}
.ob-02 {
    position: absolute;
    right: -50px;
    top: 100px;
    z-index: -1;
	display: none!important;
}
.ob-03 {
    position: absolute;
    left: -50px;
    bottom: 50px;
    z-index: -1;
	display: none!important;
}
.ob-04 {
    position: absolute;
    left: 45%;
    top: -100px;
    z-index: -1;
	display: none!important;
}
.ob-05 {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: -1;
	display: none!important;
}
.ob-06 {
    position: absolute;
    right: 150px;
    top: 100px;
    z-index: -1;
}
.ob-07 {
    position: absolute;
    left: 0;
    bottom: 100px;
    z-index: -1;
	display: none!important;
}
.ob-08 {
    position: absolute;
    left: 150px;
    bottom: 0;
    z-index: -1;
	display: none!important;
}
.ob-09 {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
	display: none!important;
}
.ob-10 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
	display: none!important;
}
.ob-11 {
    position: absolute;
    left: -30px;
    top: 10%;
    z-index: -1;
	display: none!important;
}
.ob-12 {
    position: absolute;
    right: -10px;
    top: 35%;
    z-index: -1;
	display: none!important;
}
.ob-13 {
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: -1;
	display: none!important;
}
.page-main img {
    width: 100%;
}
.page-h2 {
    padding: 30px 120px;
    /*width: 700px;*/
    background: #2fb6aa;
    color: #FFF;
    font-size: 32px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
	vertical-align: middle;
font-style: normal;
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 15px;
/*margin-left: calc(50% - 50vw);
    border-radius: 0 20px 20px 0;*/
}
.page-h2.med {
    background: #14809b;
}
.page-content {
    margin-bottom: 90px;
}



.title-area ul {
  padding: 15px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
	margin-left: 20px;
}
.title-area ul a {
 color: #003854;
}
.title-area ul li {
  font-size: 18px;
    font-weight: bold;
	margin-bottom: 13px;
	list-style: disclosure-closed;
}




.flow-wrapper {
    padding: 45px;
    background: #f6f7f7;
    border-radius: 30px;
    text-align: center;
}
.flow-box {
    padding: 30px 15px;
    background: #2fb6aa;
    text-align: center;
    border-radius: 30px;
    display: block;
    width: 700px;
    margin: 0 auto 90px auto;
    position: relative;
    color: #FFF;
}
.flow-box.flow-bg-02 {
    background: #fd7275;
}
.flow-box:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
    left: 47%;
	width: 45px;
	height: 38px;
	background: url("../img/arrow_01.png") no-repeat 50% 50%; /*矢印画像*/
}
.icon-none:after {
	display: none!important;
}
.flow-box:last-child::after {
	display: none;
}
.flow-box h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
}
.flow-box h4:last-child {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 0;
}
.flow-box-02-wrapper {
    display: flex;
    justify-content: space-between;
}
.flow-box-02-wrapper li {
    width: 32%;
    margin-bottom: 0;

}
.flow-box-02 {
    padding: 30px 15px;
background: #2fb6aa;
text-align: center;
border-radius: 15px;
display: block;
margin: 0 auto 90px auto;
position: relative;
color: #FFF;
}
.flow-box-02.flow-bg-02 {
background: #fd7275;
}
.flow-box-02.flow-bg-02:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -60px;
    left: 43%;
	width: 45px;
	height: 38px;
	background: url("../img/arrow_01.png") no-repeat 50% 50%; /*矢印画像*/
}
.flow-box-02 h4 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.4;
}
.kensa-keka {
    margin: 30px 0;
    font-size: 22px;
    font-weight: bold;
}









.accordion {
  margin-bottom: 30px;
}
.accordion ul {
  width: 100%;
  padding: 0;
}
.accordion li {
  position: relative;
  border-bottom: 1px solid #DDD;
  list-style: none;
}
.accordion > ul > li > a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding:15px 45px 15px 15px;
  position: relative;
	color: #003854;
}
.accordion > ul > li > a h5 {
  line-height: 1.6;
  padding-right: 90px;
  font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
}
.accordion > ul > li > a h5:hover {
  text-decoration: none;
}
.accordion > ul > li > p {
  display: none;
  text-align: left;
  padding: 0 .8em 1.4em 1em;
  line-height: 1.8;
}
.accordion > ul > li > div {
  display: none;
	text-align: left;
  padding: 0 .8em 1.4em 1em;
}
.accordion li .accordion_icon, .accordion li .accordion_icon span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.accordion li .accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45%;
  right: 30px;
}
.accordion li .accordion_icon span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
}
.accordion li .accordion_icon span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.qa-more{
    float: right;
margin-top: -90px;
    z-index: 2;
}
.qa-more a{
  margin-bottom: 30px;
  background: url("../img/arrow_02.png") no-repeat center right;
  padding-right: 45px;
  display: inline-block;
}
.page-content.contact {
    background: #FFF;
    text-align: center;
    font-size: 32px;
    color: #2fb6aa;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
    margin-bottom: 0;
}
.page-content.contact span {
    font-size: 22px;
    display: block;
}


.contact-text {
text-align: center;
font-size: 22px;
color: #2fb6aa;
margin-bottom: 15px;
    font-family: "fot-tsukubrdgothic-std", sans-serif;
font-weight: 700;
font-style: normal;
}
.contact-text2 {
text-align: center;
font-size: 16px;
margin-bottom: 0;
}
.losi {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.losi span {
    margin-top: 60px;
display: block;
margin-right: 15px;
}

.after-none:after{
    display: none!important;
}
.kennsa-note {
    border-top:  2px dotted #CCC;
    padding-top: 60px;
    margin-top: 30px;
    
}
.kennsa-note dl {
  padding: 0 15px 15px 0;
  position: relative;
    font-size: 14px;
    
}
.kennsa-note dl dt {
  clear: left;
  float: left;
  width: 90px;
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
    color: #2fb6aa;
}
.kennsa-note dl dd {
  margin: 0 0 0 90px;
  padding: 0 0 0 15px;text-align: left;
}
.kennsa-note dl dd ul {
    margin-left: 20px;
}
.kennsa-note dl dd ul li {
    list-style: disc;
}
.kennsa-note h5  {
    font-size: 15px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}
.kennsa-flex {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
}
.kennsa-flex li {
    font-size: 12px;
    margin-right: 15px;
}
.kennsa-flex li img {
    max-width: 100%;
}
h3::before {
	background: #2fb6aa!important;
}
@media screen and (max-width: 1350px) {
/*    .tagline {
  position: absolute;
left: 10%;
bottom: 55%;
font-size: 48px;
font-weight: bold;
letter-spacing: 10px;
}
    .tagline2 {
  position: absolute;
left: 10%;
bottom: 35%;
font-size: 16px;
font-weight: bold;
line-height: 2.5;
}*/
    
    .slider img {
  width: 125%;
}
}



@media screen and (max-width: 991px) {
    .tagline {
  font-size: 24px;
  position: absolute;
  left: 3%;
  bottom: 40%;
        letter-spacing: 5px;
}
    .tagline2 {
  position: absolute;
  left: 3%;
  bottom: 17%;
  font-size: 13px;
  line-height: 1.8;
}
    .content-wrapper h3 {
        font-size: 20px;
        line-height: 1.6;
    }
    .prof-name {
        font-size: 14px;
        line-height: 1.6;
    }
    .prof-tagline {
    font-size: 18px;
}
.content-wrapper {
  padding: 30px 0;
}
    .prof-box,
    .sc-box{
  display: block;
}
    .prof-img,
    .prof-text-wrapper,
    .sc-text,
    .sc-img {
        width: 100%;
    }
    .prof-img {
        margin-bottom: 30px;
    }
    .sc-img {
        background: none;
    }
    .btn-area {
  display: block;
}
    .btn-area .btn-box {
    width: 100%;
    }.btn-area .btn-box {
        margin-bottom: 30px;
    }
    .btn-box ul {
  padding: 10px;
}
    .btn-area {
    font-size: 18px;
}
    .head-border-text {
  margin-left: 0;
}
    .container {
  padding-right: 0;
  padding-left: 0;
}

    
    .title-area ul {
  padding: 15px 0;
}
 .page-h2 {
  padding: 15px;
  font-size: 22px;
  display: block;
  border-radius: 10px;
     text-align: center;
} 
    .flow-wrapper {
  padding: 20px;
}
    .flow-box {
  width: 100%;
}

    .flow-box-02-wrapper .flow-box {
  width: 100%;
        margin-bottom: 30px;
}
    .page-content.contact {
        padding: 60px 15px;
        font-size: 24px;
    }
    .page-content.contact span {
    font-size: 18px;
    display: block;
}
    .losi {
  display: block;
}
    .losi img {
  width: 100%;
}
    .slider img {
    width: 100%;
    vertical-align: bottom;
    height: 300px;
    object-fit: cover;
}
    .ob-02 {
    position: absolute;
    right: 0;
}
    .slider-wrapper-w {
    margin-bottom: 30px;
}
    .container-fluid.page-main {
    padding-right: 0;
    padding-left: 0;
}
    .page-main img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
    .page-main {
    margin-bottom: 30px;
}
    .contact-text {
    font-size: 20px;
}
    .accordion > ul > li > a h5 {
  font-size: 14px;
}
.accordion > ul > li > p {
    font-size: 13px;
}
    
    
    
    .flow-box h4,
    .flow-box-02 h4{
    font-size: 18px;
        text-align: center;
}
    .flow-box-02 {
    padding: 30px 5px;
}
    .flow-box-02 p {
    font-size: 12px;
}
    .flow-box-02.flow-bg-02:after {
    position: absolute;
    left: 28%;
}
    .flow-box-02-wrapper .flow-box-02 {
        height: 360px;
}
    .flow-box:after {
    position: absolute;
    left: 43%;
}
    .flow-box,
    .flow-box-02{
        text-align: left;
    }
    .kennsa-flex li {
    font-size: 11px;
}
    .contact-text2 {
font-size: 14px;
}
    .contact-text2 svg {
display: none;
}
    .prof-img img {
  width: 80%;
  margin: 0 auto 30px auto;
  display: block;
}
    }


html { scroll-behavior: smooth;}












/* -------------- form css -------------- */
*:focus {
	outline: none;
}
::placeholder {
  color: #888;
}
.login {
margin: 90px auto;
width: 350px;
	background: #EEE;
	padding: 30px;
	border-radius: 5px;
}
.login-screen {
background-color: #FFF;
padding: 20px 20px;
border-radius: 5px
}

.app-title {
text-align: center;
font-size: 13px;
}

.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}

input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 14px;
padding: 10px 0;
width: 100%;
transition: border .5s;
}

input:focus {
border: 2px solid rgb(72, 148, 154);
box-shadow: none;
}

.btn-03 {
  border: 2px solid transparent;
  background: rgb(72, 148, 154);
  color: #ffffff;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: inline-block;
  width: 250px;
  margin: 0 auto;
}
.btn-03.c-01 {
  background: #FFF;
  color: #48949a;
	border: 3px solid #48949a;
}
.btn-03:hover {
  background: rgb(107, 176, 181);
	border: 2px solid transparent;
}
.btn-03.c-01:hover {
  background: #F9F9F9;
  color: #48949a;
	border: 3px solid #48949a;
}
.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}



.form-wrapper {
margin: 90px auto;
width: 800px;
	background: #EEE;
	padding: 30px;
	border-radius: 5px;
}
.form-screen {
background: #FFF;
padding: 30px;
border-radius: 5px
}






@media screen and (max-width: 991px) {
  .content-flex {
    display: block;
  }
  .content-flex .col {
    width: 100%;
  }
  #qa-baby dd, #qa-baby dd.selected {
    margin: 0 !important;
    padding: 0 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .modal-dialog, .modal-dialog.w-2 {
    width: auto;
  }
  .video-content {
    width: 100%;
  }
  .vimeo-img img {
    width: 100%;
  }
    .nbs-title {
    font-size: 18px;
        }
}
@media screen and (max-width: 580px) {}















form dl {
  border-bottom: 1px dotted #CCC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
form dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
form dl dt {
  clear: left;
  float: left;
  width: 200px;
  font-weight: bold;
  line-height: 1.8;
}
form dl dd {
  margin: 0 0 0 200px;
}
form dl dd label {
  font-weight: normal !important;
}
form dl dd label.error {
  color: #f00 !important;
}
.choice-box {
	background: #f9f9f9;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}
input[type="radio"] {
	width: auto;
	display: inline;
	vertical-align:middle;
	margin: 0;
}
label {
	font-weight: normal;
}
.choice-box label {
	cursor: pointer;
	margin-bottom: 30px;
}
.btn.focus, .btn:focus, .btn:hover {
  color: #FFF;
  text-decoration: none;
}
#form_submit {
	margin-top: 60px;
}
input[type="text"]:disabled {
	background: #CCC
}
.disabled {
	background: #EEE;
	color: #CCC;
}
.thanks {
	text-align: center;
}
@media screen and (max-width: 767px) {
  form dl dt, form dl dd {
    margin: 0;
    float: none;
    width: 100%;
  }
	.form-wrapper,
	.form-screen {
  width: 100%;
  padding: 15px;
}
.title-area ul {
	margin-left: 30px;
}
}




















