@charset "UTF-8";
.news_page, .about_page, .page__subject, .pr, .access__container, .feuture, .news__container, .cont_left__container, .subject, .about {
  padding: 100px 20%;
}
@media (max-width: 1600px) {
  .news_page, .about_page, .page__subject, .pr, .access__container, .feuture, .news__container, .cont_left__container, .subject, .about {
    padding: 70px 15%;
  }
}
@media (max-width: 1280px) {
  .news_page, .about_page, .page__subject, .pr, .access__container, .feuture, .news__container, .cont_left__container, .subject, .about {
    padding: 70px 10%;
  }
}
@media (max-width: 1080px) {
  .news_page, .about_page, .page__subject, .pr, .access__container, .feuture, .news__container, .cont_left__container, .subject, .about {
    padding: 60px 7%;
  }
}
@media (max-width: 768px) {
  .news_page, .about_page, .page__subject, .pr, .access__container, .feuture, .news__container, .cont_left__container, .subject, .about {
    padding: 50px 5%;
  }
}

.contact__page .subject__container h3, .access__page .subject__container h3, .doctor .doctor__container h3, .facility h3, .clinic .subject__container h3 {
  color: #0198B7;
  font-size: 1.6rem;
}
.contact__page .subject__container h3 span, .access__page .subject__container h3 span, .doctor .doctor__container h3 span, .facility h3 span, .clinic .subject__container h3 span {
  border: 2px solid #0198B7;
  padding: 4px 20px 5px;
  font-weight: normal;
}

.contact__page .subject__container h4.tit_page_sub2, .tel__page .subject__container h4.tit_page_sub2, .access__page .subject__container h4.tit_page_sub2, .subject__page .subject__container h3, .clinic .subject__container h4.tit_page_sub2 {
  position: relative;
  display: flex;
  align-items: center;
  color: #0198B7;
  font-size: 1.8rem;
}
.contact__page .subject__container h4.tit_page_sub2::before, .tel__page .subject__container h4.tit_page_sub2::before, .access__page .subject__container h4.tit_page_sub2::before, .subject__page .subject__container h3::before, .clinic .subject__container h4.tit_page_sub2::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #0198B7;
  display: block;
  margin-right: 1rem;
}

.hidden {
  display: block;
}
@media (max-width: 400px) {
  .hidden-xs {
    display: none;
  }
}
@media (max-width: 768px) {
  .hidden-sm {
    display: none;
  }
}
@media (max-width: 1080px) {
  .hidden-md {
    display: none;
  }
}
@media (max-width: 1280px) {
  .hidden-lg {
    display: none;
  }
}

.visible {
  display: block;
}
@media (min-width: 401px) {
  .visible-xs {
    display: none;
  }
}
@media (min-width: 769px) {
  .visible-sm {
    display: none;
  }
}
@media (min-width: 1081px) {
  .visible-md {
    display: none;
  }
}
@media (min-width: 1281px) {
  .visible-lg {
    display: none;
  }
}

html,
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 62.5%;
  letter-spacing: 0.06em;
}

a {
  text-decoration: none;
  color: #3A586D;
  outline: none;
}

a.disabled { /*リンク無効*/
  pointer-events: none;
}

p, dl {
  font-size: 1.6rem;
  text-align: justify;
}
@media screen and (max-width: 769px) {
  p, dl {
    font-size: 1.4rem;
  }
}

table {
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  table {
    font-size: 1.4rem;
  }
}

ul {
  font-size: 1.6rem;
  list-style-type: none;
}
ul.square li {
  margin-left: 1em;
  list-style-type: square;
}
@media screen and (max-width: 769px) {
  ul {
    font-size: 1.4rem;
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.center-block {
  text-align: center;
  margin: 0 auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.lead {
  font-size: 2rem;
  margin-bottom: 15px;
}

.flex {
  display: flex;
}
.flex.itm-center {
  align-items: center;
}
.flex.itm-end {
  align-items: flex-end;
}
.flex.itm-start {
  align-items: flex-start;
}
.flex.itm-base {
  align-items: baseline;
}
.flex.cnt-strat {
  justify-content: flex-start;
}
.flex.cnt-end {
  justify-content: flex-end;
}
.flex.cnt-center {
  justify-content: center;
}
.flex.cnt-sb {
  justify-content: space-between;
}
.flex.cnt-ar {
  justify-content: space-around;
}
.flex.wrap {
  flex-wrap: wrap;
}

.text-xs {
  font-size: 1rem !important;
}

.text-sm {
  font-size: 1.1rem !important;
}

.text-md {
  font-size: 1.2rem !important;
}

.text-lg {
  font-size: 1.8rem !important;
}

.text-lg {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 769px) {
  .text-lg {
    font-size: 2rem !important;
  }
}

.blue {
  color: #0198B7 !important;
}

.black {
  color: #000 !important;
}

.gray {
  color: #444 !important;
}

.brown {
  color: #3A2519 !important;
}

.beige {
  color: #BD9F77 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.fd-in {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fd-done {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

iframe {
  vertical-align: bottom;
}

.c-nav-btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .c-nav-btn {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}

.c-nav-btn span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  transition: 0.3s ease-in-out;
}

.c-nav-btn span:nth-child(1) {
  top: 10px;
}

.c-nav-btn span:nth-child(2) {
  top: 20px;
}

.c-nav-btn span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.c-nav-btn.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #222;
  transform: rotate(-45deg);
}

.c-nav-btn.active span:nth-child(2),
.c-nav-btn.active span:nth-child(3) {
  top: 16px;
  background: #222;
  transform: rotate(45deg);
}

nav.globalMenuSp {
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #F6F4EC;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    display: none;
    height: 100vh;
  }
}

nav.globalMenuSp ul {
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  nav.globalMenuSp ul {
    font-size: 13px;
    padding: 0 15px 0 15px;
  }
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp ul {
    font-size: 16px;
  }
}

nav.globalMenuSp ul li {
  padding: 0 0px 0 20px;
  list-style-type: none;
  transition: 0.4s all;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  nav.globalMenuSp ul li {
    padding: 0 0px 0 20px;
  }
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
  }
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li:hover {
    background: #fff;
    color: #0397A8;
  }
}

nav.globalMenuSp ul li a {
  display: block;
  color: #222;
  padding: 1em 0;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp ul li a {
    color: #222;
  }
}
@media screen and (max-width: 769px) {
  nav.globalMenuSp ul li a {
    padding: 0em 0;
  }
}

.fixed nav.globalMenuSp ul li a {
  color: #222;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
}
@media screen and (max-width: 1080px) {
  nav.globalMenuSp.active {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}

.sub_nav {
  position: absolute;
  top: -20px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .sub_nav {
    position: relative;
    padding-top: 50px !important;
    display: flex !important;
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1080px) {
  .sub_nav .s_nav {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr) auto;
    padding-top: 0px;
    width: 90%;
  }
}
@media screen and (max-width: 769px) {
  .sub_nav .s_nav {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
.sub_nav .s_nav li {
  padding: 0 0 0 10px;
}
.sub_nav .s_nav li:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 1080px) {
  .sub_nav .s_nav li {
    padding: 0;
  }
}
.sub_nav .s_nav a {
  background: #8DBA32;
  color: #fff !important;
  padding: 2px 15px 4px !important;
  border-radius: 20px;
  list-style: 1;
  font-size: 12px;
}
@media screen and (max-width: 1080px) {
  .sub_nav .s_nav a {
    padding: 12px 6px !important;
    border-radius: 10px;
  }
}
@media screen and (max-width: 769px) {
  .sub_nav .s_nav a {
    padding: 8px 6px !important;
  }
}
.sub_nav .s_nav a:hover {
  background: #78B4C9;
}
.sub_nav .sns_nav {
  display: flex;
  align-items: center;
  padding: 0 8px;
}
@media screen and (max-width: 1080px) {
  .sub_nav .sns_nav {
    display: flex !important;
    justify-content: center;
  }
}
.sub_nav .sns_nav li {
  padding: 0 3px !important;
  display: flex;
  align-items: center;
}
.sub_nav .sns_nav li:first-child::before {
  content: "";
  background: url(../../images/common/icon_access.svg) no-repeat center right;
  background-size: auto;
  width: 23px;
  height: 27px;
  display: block;
  margin-right: 5px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .sub_nav .sns_nav li:first-child::before {
    width: 30px;
    height: 40px;
  }
}
.sub_nav .sns_nav li:first-child a {
  font-size: 12px;
  color: #3CB371;
}
@media screen and (max-width: 1080px) {
  .sub_nav .sns_nav li:first-child a {
    font-size: 16px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .sub_nav .sns_nav li {
    width: auto;
  }
}
.sub_nav .sns_nav li a {
  align-items: center;
  padding: 0em 0;
  display: flex;
  align-items: center;
  padding: 0em 0;
  margin-right: 5px;
}
.sub_nav .sns_nav li a img {
  width: 25px;
  height: auto;
}

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 1080px) {
  .c-btn {
    width: 70px;
    padding: 0;
  }
}
.c-btn__booking {
  background: #0E9DD3;
}
.c-btn__booking:hover, .c-btn__booking:focus, .c-btn__booking:active {
  background: #0198B7;
  transform: translateX(0);
  opacity: 1;
}
.c-btn__access {
  background: #3A2519;
  padding: 10px 10px !important;
}
.c-btn__access:hover, .c-btn__access:focus, .c-btn__access:active {
  background: #564033;
  transform: translateX(0);
}
.c-btn__tel {
  background: #fff;
  padding: 10px 10px 10px 20px !important;
  border: #0198B7 2px solid;
}
.c-btn__tel:hover, .c-btn__tel:focus, .c-btn__tel:active {
  background: #EEF7F9;
  transform: translateX(0);
}
.c-btn--inner {
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .c-btn--inner {
    font-weight: 500;
    width: 100%;
    display: block;
  }
}
.c-btn--inner__booking {
  display: flex;
  align-items: center;
}
.c-btn--inner__booking:before {
  background: url(../../images/common/icon_call.svg) no-repeat center right;
}
.c-btn--inner__booking .-text {
  padding: 0 20px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__booking .-text {
    padding: 0 0px;
  }
}
.c-btn--inner__access {
  display: flex;
  align-items: center;
}
.c-btn--inner__access:before {
  background: url(../../images/common/icon_map.svg) no-repeat center right;
}
.c-btn--inner__access .-text {
  padding: 0 5px;
  font-size: 10px;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner__access .-text {
    padding: 0 0px;
  }
}
.c-btn--inner:after {
  background: url(../../images/common/arrow_1.svg) no-repeat center right;
  /*content: '';*/
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:after {
    margin-top: 0px;
  }
}
.c-btn--inner:before {
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .c-btn--inner:before {
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%);
    height: 22px;
  }
}

.c-btn a {
  display: block;
  text-decoration: none;
  width: 100%;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.15));
  padding: 10px 5px 12px 15px;
}
.c-btn a:hover {
  padding: 10px 5px 12px 15px;
  vertical-align: bottom;
}
@media screen and (max-width: 1080px) {
  .c-btn a {
    padding: 0;
    border-radius: 0;
    height: 100%;
  }
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 20px 25px 5px;
  display: flex;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 769px) {
  header {
    padding: 0px 25px 0px;
  }
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0px 10px 0 rgba(35, 72, 114, 0.25);
}
header .c-btn {
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  header .c-btn {
    margin-left: auto;
    margin-right: 40px;
    height: 70px;
    border-radius: 0;
  }
}

.h_logo {
  display: block;
  line-height: 1;
  z-index: 3;
}
.h_logo a {
  display: flex;
  align-items: center;
}
.h_logo a img {
  display: block;
  width: auto;
  height: auto;
  max-height: 90px;
}
.h_logo a img:first-of-type {
  margin-top: -15px;
}
@media screen and (max-width: 769px) {
  .h_logo a img:first-of-type {
    margin-top: -5px;
  }
}
.h_logo a img:nth-of-type(2) {
  max-height: 36px;
  padding-left: 15px;
}
@media screen and (max-width: 1366px) {
  .h_logo a img:nth-of-type(2) {
    max-height: 26px;
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .h_logo a img:nth-of-type(2) {
    max-height: 18px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo a img:nth-of-type(2) {
    display: none;
  }
}
.h_logo a img:nth-of-type(3) {
  display: none;
}
@media screen and (max-width: 1366px) {
  .h_logo a img:nth-of-type(3) {
    max-height: 40px;
    display: block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo a img:nth-of-type(3) {
    display: block;
    max-height: 30px;
    padding-left: 10px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1080px) {
  .h_logo a img {
    max-height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .h_logo a img {
    max-height: 60px;
  }
}

section {
  overflow: hidden;
  transition: 0.8s;
  font-size: 0;
}

.section__title {
  font-weight: 700;
  color: #E3E3E3;
  opacity: 0.3;
  text-align: right;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1;
  font-size: 15rem;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .section__title {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1080px) {
  .section__title {
    font-size: 10rem;
    line-height: 1;
    /*top: 0px;*/
  }
}
@media screen and (max-width: 769px) {
  .section__title {
    font-size: 2.4rem;
    line-height: 1;
    top: 0px;
  }
}
.section__title span {
  position: relative;
}
.section__title span:after {
  content: "";
  background: url(../../images/common/tit_bg1.png) no-repeat right bottom;
  position: absolute;
  width: 200px;
  height: 80px;
  left: 100%;
  top: 0;
  display: inline-block;
}
.section__title--description {
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .section__title--description {
    font-size: 1.6rem;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
}

.hero {
  padding: 8% 50px;
  background: url(../../images/top/mv_bg.jpg) no-repeat center 68%;
  background-size: cover;
  /*background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);*/
  color: #000;
  height: 95vh;
}
@media screen and (max-width: 1600px) {
  .hero {
    height: 100vh;
  }
}
@media screen and (max-width: 1366px) {
  .hero {
    height: auto;
  }
}
@media screen and (max-width: 1080px) {
  .hero {
    padding: 18% 50px;
  }
}
@media screen and (max-width: 769px) {
  .hero {
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20% 25px;
  }
}
.hero .hero_inner {
  height: 100%;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  padding-top: 0px;
  top: 23%;
  left: 7%;
  font-weight: 500;
  /*transform: translate(-50%, -40%);*/
  display: flex;
}
.hero h1 span {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1366px) {
  .hero h1 {
    display: flex;
    font-size: 3rem;
  }
  .hero h1 span {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1080px) {
  .hero h1 {
    font-size: 2.4rem;
    writing-mode: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
@media screen and (max-width: 769px) {
  .hero h1 {
    font-size: 2rem;
    position: inherit;
    padding-top: 10px;
    text-align: left;
    transform: translate(0%, 0%);
    writing-mode: inherit;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
@media screen and (max-width: 400px) {
  .hero h1 {
    font-size: 2rem;
    writing-mode: inherit;
  }
  .hero h1 span {
    writing-mode: inherit;
  }
}
.hero p.top_ban {
  max-width: 480px;
  width: 30%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .hero p.top_ban {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .hero p.top_ban {
    width: 60%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .hero {
    line-height: 1.8;
  }
}

.scj {
  width: 40%;
  max-width: 440px;
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  box-shadow: 0 6px 20px 0 rgba(35, 72, 114, 0.25);
  position: absolute;
  z-index: 2;
  bottom: 70px;
  right: 20px;
  color: #222;
}
@media (min-width: 1401px) {
  .scj {
    max-width: 500px;
  }
}
@media screen and (max-width: 1366px) {
  .scj {
    bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .scj {
    width: 60%;
  }
}
@media screen and (max-width: 769px) {
  .scj {
    width: 100%;
    margin: auto auto 0;
    position: inherit !important;
  }
}
@media screen and (max-width: 400px) {
  .scj {
    padding: 20px;
    margin: auto auto 0;
    position: inherit !important;
  }
}
.scj .flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .scj .flex {
    flex-wrap: wrap;
  }
}
.scj .flex .c-btn {
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  .scj .flex .c-btn {
    margin-left: 0px;
  }
}
.scj dt {
  margin-top: -10px;
  margin-bottom: 5px;
}
.scj dt span {
  background: #BD9F77;
  padding: 3px 5px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.scj dd {
  font-size: 1.3rem;
}

.viewmore {
  position: relative;
  text-align: center;
}
.viewmore .btn01 {
  display: inline-block;
  min-width: 176px;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #95C5D6;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #fff;
  font-weight: bold;
}
.viewmore .btn01:before {
  content: "";
  width: 40px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -22px;
  border-top: 2px solid #000000;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -8px;
  border-left: 3px solid #3e3a39;
  transform: skewX(45deg);
  box-sizing: border-box;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.viewmore .btn01:hover:before {
  width: 73px;
  right: -42px;
}
.viewmore .btn01:hover:after {
  right: -40px;
}
.viewmore.btn-r {
  text-align: right;
}
.viewmore.btn-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .more {
    top: 5px;
    position: absolute;
    right: 0;
  }
}
.more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #bebebe;
  width: 7rem;
  height: 6em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b {
    width: 13rem;
  }
}
.more a.m-link {
  display: block;
  position: relative;
  margin: 0 auto;
}
.more a.m-link.line-b.arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 1px;
  background: #000;
  background-image: url(../images/common/arrow2.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow::before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b span {
    font-size: 10px;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: -1px;
  right: 0;
  border-bottom: 2px solid #263B61;
  z-index: 10;
  transition: all 0.5s ease;
}
.more a.m-link.line-b {
  text-align: left;
  color: #000;
}
.more a.m-link:hover {
  opacity: 1;
}
.more a.m-link:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.more a.m-link.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8.5rem;
  height: 1px;
  background: #fff;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
.more a.m-link span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 13px;
  text-align: center;
}
.more a.m-link span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #fff;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
.more a.m-link.line-b span {
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
  padding-top: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.more a.m-link.line-b.arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 1px;
  background: #000;
  /* background-image: url(../images/common/arrow2.svg);
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 100% auto;*/
}
@media screen and (max-width: 769px) {
  .more a.m-link.line-b.arrow:before {
    width: 3.5rem;
  }
}
.more a.m-link.line-b span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 1px;
  background: #000;
  transform: rotate(30deg);
  z-index: 1000;
  transform-origin: right top;
}
@media screen and (max-width: 769px) {
  .more {
    margin-left: auto;
  }
}

.bg-bc {
  background: linear-gradient(45deg, #F6F7E2 0%, #EDF7F4 100%);
}

.bg-bl {
  background: #EDF8F8;
}

.bg-bcg {
  background: linear-gradient(90deg, #0397A8 0%, #0397A8 33%, #F6F4EC 33%, #F6F4EC 100%);
}

.bg-gr {
  background: #F1F1F1;
}

.btn_list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .btn_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.btn_list li {
  position: relative;
  margin: 0 10px;
  width: 25%;
}
@media screen and (max-width: 769px) {
  .btn_list li {
    margin: 0 10px 10px 0;
    width: calc(50% - 10px);
  }
}
.btn_list li a {
  display: inline-block;
  min-width: 100%;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}
@media screen and (max-width: 769px) {
  .btn_list li a {
    min-width: 100%;
    padding-top: 8px;
    padding-bottom: 10px;
  }
}

.contact {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.contact ul {
  display: flex;
}
.contact ul li {
  width: 50%;
}
.contact ul li a {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  padding: 10px 20px 10px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  .contact ul li a {
    font-size: 1.6rem;
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 1080px) {
  .contact ul li a {
    font-size: 1.4rem;
    padding: 10px 20px 10px;
  }
}
@media screen and (max-width: 769px) {
  .contact ul li a {
    font-size: 1.2rem;
  }
}
.contact ul li a::after {
  content: "";
  width: 38px;
  display: block;
  height: 40px;
  z-index: 10;
  margin: 10px auto 0px;
}
.contact ul li:first-of-type a {
  background: #8DBA32;
}
.contact ul li:first-of-type a:hover {
  opacity: 0.9;
}
.contact ul li:first-of-type a::after {
  background: url(../../images/common/icon_sp.svg) no-repeat;
  background-position: center top;
  background-size: contain;
}
.contact ul li:nth-of-type(2) {
  background: #3CB371;
}
.contact ul li:nth-of-type(2) a:hover {
  opacity: 0.9;
}
.contact ul li:nth-of-type(2) a::after {
  background: url(../../images/common/icon_mail.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact ul li:nth-of-type(3) {
  background: #F9A840;
}
.contact ul li:nth-of-type(3) a:hover {
  opacity: 0.9;
}
.contact ul li:nth-of-type(3) a::after {
  background: url(../../images/common/icon_faq.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact ul li:nth-of-type(4) {
  background: #1E757C;
}
.contact ul li:nth-of-type(4) a:hover {
  opacity: 0.9;
}
.contact ul li:nth-of-type(4) a::after {
  background: url(../../images/common/icon_wisc.svg) no-repeat;
  background-position: center center;
  background-size: contain;
}

.tit_lits {
  position: absolute;
  top: 20px;
  font-size: 6.4rem;
  font-family: "Bad Script", cursive;
  transform: rotateZ(-17deg);
  font-weight: lighter;
}
@media screen and (max-width: 769px) {
  .tit_lits {
    font-size: 4rem;
    top: 40px;
  }
}
.tit_lits span {
  position: relative;
}
.tit_lits span:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(-45deg, #A3FEF4, #F3F6D6);
  bottom: 20px;
  left: -30px;
  z-index: -1;
  opacity: 0.5;
}

.section__title {
  text-align: center;
  color: #AFE2DD;
  position: relative;
  opacity: 0.2;
}
@media screen and (max-width: 769px) {
  .section__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.section__title--description {
  font-size: 36px;
  margin-top: -150px;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .section__title--description {
    margin-top: -50px;
  }
}
@media screen and (max-width: 769px) {
  .section__title--description {
    font-size: 1.8rem;
    margin-bottom: 20px;
    /*margin-top: -80px;*/
  }
}

.copy-tit-01 {
  font-size: 2.4rem;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding-left: 40px;
}
@media screen and (max-width: 769px) {
  .copy-tit-01 {
    font-size: 1.9rem;
  }
}
.copy-tit-01::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #000;
  transform: rotate(-55deg);
  position: absolute;
  left: -7px;
  bottom: 69%;
  z-index: -1;
}
.copy-tit-01 span {
  font-size: 1.8rem;
  margin-left: 30px;
}

.about:before {
  content: "";
  background: url(../../images/top/top_img01.jpg) no-repeat;
  position: absolute;
  width: 50%;
  height: 0;
  background-size: cover;
  left: 0;
  padding-top: 40%;
  top: 210px;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .about:before {
    background-position: -100px 0;
  }
}
@media screen and (max-width: 1080px) {
  .about:before {
    width: 75%;
    padding-top: 75%;
    background-position: -100px 0;
    top: 120px;
  }
}
@media screen and (max-width: 769px) {
  .about:before {
    width: 75%;
    padding-top: 75%;
    background-position: -50px 0;
    top: 150px;
  }
}
.about:after {
  content: "";
  background: url(../../images/top/top_img03.jpg) no-repeat;
  position: absolute;
  width: 15%;
  height: 0;
  background-size: cover;
  right: 0;
  padding-top: 25%;
  top: 220px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .about:after {
    padding-top: 40%;
    width: 22%;
  }
}
@media screen and (max-width: 769px) {
  .about:after {
    padding-top: 50%;
    display: none;
  }
}
.about__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 200px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .about__container {
    padding-top: 100px;
  }
}
.about__image {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  .about__image {
    position: absolute;
    bottom: 50px;
    left: 20%;
  }
}
@media screen and (max-width: 1080px) {
  .about__image {
    position: absolute;
    bottom: 50px;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .about__image {
    width: 100%;
    position: relative;
    bottom: inherit;
    left: inherit;
    z-index: 1;
  }
}
.about__image img {
  width: 22%;
  height: auto;
  margin: -240px 0 0 22%;
}
@media screen and (max-width: 1366px) {
  .about__image img {
    margin: 0;
  }
}
@media screen and (max-width: 769px) {
  .about__image img {
    width: 45%;
    height: auto;
    margin: -20px 0 0 10%;
  }
}
.about .section__title {
  font-weight: 700;
  color: #E3E3E3;
  opacity: 0.3;
  text-align: right;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1;
  font-size: 15rem;
}
@media screen and (max-width: 1080px) {
  .about .section__title {
    font-size: 10rem;
  }
}
@media screen and (max-width: 769px) {
  .about .section__title {
    font-size: 8rem;
    top: -10px;
  }
}
.about .tit_lits {
  color: #FC8193;
  left: 15%;
}
@media screen and (max-width: 1080px) {
  .about .tit_lits {
    left: 5%;
  }
}
@media screen and (max-width: 769px) {
  .about .tit_lits {
    left: 25px;
    font-size: 4rem;
    top: -50px;
  }
}
.about .tit_about {
  font-size: 83px;
  font-weight: bold;
  color: #fff;
  margin-left: auto;
  line-height: 1.7;
  padding-top: 60px;
}
@media screen and (max-width: 1600px) {
  .about .tit_about {
    line-height: 1.4;
    padding-top: 0px;
  }
}
@media screen and (max-width: 1366px) {
  .about .tit_about {
    font-size: 7.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1080px) {
  .about .tit_about {
    font-size: 6rem;
    margin-left: 40%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .about .tit_about {
    font-size: 48px;
    margin-right: auto;
    padding-top: 0px;
    margin-left: auto;
    margin-bottom: 30px;
  }
}
.about__text {
  width: 50%;
  padding: 120px 80px;
}
@media screen and (max-width: 1600px) {
  .about__text {
    width: 60%;
    padding: 70px 60px;
  }
}
@media screen and (max-width: 1080px) {
  .about__text {
    width: 85%;
    padding: 100px 80px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .about__text {
    width: 100%;
    padding: 50px 30px;
  }
}
.about__text h4 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about__text h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.about__text p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .about__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .about .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.about_page:before {
  content: "";
  background: url(../../images/about/top_img01.jpg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1080px) {
  .about_page:before {
    left: -200px;
    top: 200px;
  }
}
@media screen and (max-width: 769px) {
  .about_page:before {
    left: -100px;
    top: auto;
    bottom: 0px;
    width: 95%;
  }
}
.about_page .about__container {
  padding-top: 0;
}
@media screen and (max-width: 1366px) {
  .about_page .about__container .about__image {
    bottom: 0px;
    left: 15%;
  }
}
@media screen and (max-width: 1080px) {
  .about_page .about__container .about__image {
    position: relative;
    bottom: 0;
  }
}
.about_page .about__container .about__image img {
  width: 28%;
  height: auto;
  margin: -440px 0 0 24%;
}
@media screen and (max-width: 1600px) {
  .about_page .about__container .about__image img {
    width: 25%;
    height: auto;
    margin: -460px 0 0 18%;
  }
}
@media screen and (max-width: 1366px) {
  .about_page .about__container .about__image img {
    margin: -40px 0 0 0%;
  }
}
@media screen and (max-width: 1080px) {
  .about_page .about__container .about__image img {
    width: 30%;
    height: auto;
    margin: -40px 0 0 24%;
  }
}
@media screen and (max-width: 769px) {
  .about_page .about__container .about__image img {
    width: 50%;
    height: auto;
    margin: -40px 0 0 50%;
  }
}
.about_page .about__container .about__text {
  margin-left: auto;
}
.about_page .about__container .about__text h3 {
  margin-bottom: 30px;
}
.about_page .section__title {
  text-align: center;
  color: #AFE2DD;
  position: relative;
  opacity: 0.2;
}
@media screen and (max-width: 769px) {
  .about_page .section__title {
    font-size: 6rem;
    line-height: 1;
  }
}
.about_page .section__title--description {
  font-size: 36px;
  margin-top: -150px;
  color: #222222;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .about_page .section__title--description {
    margin-top: -50px;
  }
}
@media screen and (max-width: 769px) {
  .about_page .section__title--description {
    font-size: 2.2rem;
    margin-bottom: 20px;
    /*margin-top: -80px;*/
  }
}
@media screen and (max-width: 1366px) {
  .about_page .tit_about {
    font-size: 6rem;
  }
}

.subject {
  position: relative;
  margin-top: -760px;
}
@media screen and (max-width: 1366px) {
  .subject {
    margin-top: -700px;
  }
}
@media screen and (max-width: 1080px) {
  .subject {
    margin-top: -600px;
  }
}
@media screen and (max-width: 769px) {
  .subject {
    margin-top: -100px;
  }
}
.subject__container {
  position: relative;
}
.subject h3 {
  color: #6CAE30;
  text-align: right;
  right: 50px;
  top: -20px;
  font-size: 5.6rem;
}
@media screen and (max-width: 1080px) {
  .subject h3 {
    font-size: 4.6rem;
    top: -100px;
  }
}
@media screen and (max-width: 769px) {
  .subject h3 {
    font-size: 3.6rem;
    right: 0px;
    top: -80px;
  }
}
.subject__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .subject__flex {
    flex-direction: column;
  }
}
.subject__flex .img {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .subject__flex .img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.subject__flex .subject__text {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .subject__flex .subject__text {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .subject__flex .subject__text {
    width: 80%;
  }
}
.subject__flex .subject__text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .subject__flex .subject__text {
    margin-bottom: 20px;
  }
}
.subject__item {
  text-align: center;
  width: calc(25% - 30px);
}
.subject__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .subject__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .subject__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
.subject__item h4 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .subject__item h4 {
    font-size: 14px;
  }
}
.subject__item p {
  text-align: center;
  font-size: 18px;
}
.subject__item p img {
  max-width: 102px;
  display: block;
  height: auto;
  width: 100%;
}

.cont_left {
  position: relative;
  margin-top: -700px;
}
@media screen and (max-width: 1366px) {
  .cont_left {
    margin-top: -400px;
  }
}
@media screen and (max-width: 1080px) {
  .cont_left {
    margin-top: -300px;
  }
}
@media screen and (max-width: 769px) {
  .cont_left {
    margin-top: -100px;
  }
}
.cont_left__container {
  position: relative;
}
.cont_left__container .tit_lits {
  color: #FC8193;
  left: 25%;
}
@media screen and (max-width: 1080px) {
  .cont_left__container .tit_lits {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 769px) {
  .cont_left__container .tit_lits {
    left: 40px;
  }
}
.cont_left::before {
  content: "";
  position: absolute;
  bottom: 180px;
  width: 50%;
  right: 0;
  background: linear-gradient(-30deg, #0E9DD3 33%, #1BBB80 100%);
  height: 400px;
}
@media screen and (max-width: 769px) {
  .cont_left::before {
    width: 80%;
    height: 300px;
  }
}
.cont_left .swiper-container {
  width: 70%;
  margin-left: auto;
  margin-right: inherit;
  margin-bottom: 40px;
}
@media screen and (max-width: 1080px) {
  .cont_left .swiper-container {
    width: 90%;
    margin-right: auto;
  }
}
@media screen and (max-width: 769px) {
  .cont_left .swiper-container {
    width: 100%;
  }
}
.cont_left .swiper-wrapper {
  margin-bottom: 50px;
}
.cont_left .swiper-slide {
  background-position: center;
  box-sizing: border-box;
}
.cont_left .slick_scl__box {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  min-height: 360px;
}
.cont_left .slick_scl__box::before {
  content: "";
  background: linear-gradient(#fff 60%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.9;
}
.cont_left .slick_scl__box__inner {
  position: relative;
  z-index: 1;
}
.cont_left .slick_scl__box__inner h4 {
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
  color: #00AD7E;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .cont_left .slick_scl__box__inner h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1366px) {
  .cont_left .slick_scl__box__inner h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  .cont_left .slick_scl__box__inner h4 {
    font-size: 1.8rem;
  }
}
.cont_left .slick_scl__box__inner h4 span {
  position: relative;
}
.cont_left .slick_scl__box__inner h4 span::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #00AD7E;
  transform: rotate(-55deg);
  position: absolute;
  left: -40px;
  bottom: 60%;
  z-index: -1;
}
.cont_left__item {
  text-align: center;
  width: calc(25% - 30px);
}
.cont_left__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .cont_left__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .cont_left__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .cont_left__item:not(:first-child) {
    margin: 0px 0 0;
  }
}

.swiper-slide {
  background-position: center;
  box-sizing: border-box;
  height: auto;
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 50%;
}

.cont_right {
  position: relative;
  margin-top: -1200px;
}
@media screen and (max-width: 1366px) {
  .cont_right {
    margin-top: -700px;
  }
}
@media screen and (max-width: 1080px) {
  .cont_right {
    margin-top: -700px;
  }
}
@media screen and (max-width: 769px) {
  .cont_right {
    margin-top: -500px;
  }
}
.cont_right__container {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .cont_right__container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 769px) {
  .cont_right__container {
    padding: 100px 5%;
  }
}
.cont_right__container .tit_lits {
  color: #31B1E4;
  right: 25%;
}
@media screen and (max-width: 1080px) {
  .cont_right__container .tit_lits {
    right: 15%;
  }
}
@media screen and (max-width: 769px) {
  .cont_right__container .tit_lits {
    right: 5%;
  }
}
.cont_right .swiper-container {
  width: 70%;
  margin-left: 0;
  margin-right: inherit;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .cont_right .swiper-container {
    width: 100%;
    margin-left: -15%;
    margin-right: auto;
    margin-top: -50px;
    margin-bottom: 40px;
  }
}
.cont_right .swiper-wrapper {
  margin-bottom: 50px;
}
.cont_right .slick_scl__box {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border: 1px solid #eee;
}
.cont_right .slick_scl__box__inner {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.cont_right .slick_scl__box__inner h4 {
  font-size: 1.8rem;
  margin: 0 0 20px;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .cont_right .slick_scl__box__inner h4 {
    font-size: 14px;
  }
}
.cont_right__item {
  text-align: center;
  width: calc(25% - 30px);
}
.cont_right__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .cont_right__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .cont_right__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .cont_right__item:not(:first-child) {
    margin: 0px 0 0;
  }
}

.bg_fix {
  width: 100%;
  position: relative;
  z-index: -1;
  height: auto;
}
@media screen and (max-width: 769px) {
  .bg_fix {
    margin-top: -200px;
  }
}
.bg_fix::before {
  content: "";
  position: fixed;
  height: auto;
}

#fix01::before {
  content: "";
  bottom: 0px;
}
@media screen and (max-width: 769px) {
  #fix01 {
    margin-top: 0;
  }
}
#fix01 img {
  transform: translateX(-50%);
}
@media screen and (max-width: 1366px) {
  #fix01 img {
    width: 40%;
  }
}
@media screen and (max-width: 1080px) {
  #fix01 img {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  #fix01 img {
    width: 100%;
    display: none;
  }
}

#fix02 {
  text-align: right;
}
#fix02::before {
  content: "";
  bottom: 0px;
  right: 0;
}
#fix02 img {
  transform: translateX(50%);
}
@media screen and (max-width: 1366px) {
  #fix02 img {
    width: 30%;
  }
}
@media screen and (max-width: 769px) {
  #fix02 img {
    width: 50%;
  }
}

#fix03 {
  text-align: right;
}
#fix03::before {
  content: "";
  bottom: 0px;
}
#fix03 img {
  transform: translateX(-40%);
}
@media screen and (max-width: 1366px) {
  #fix03 img {
    width: 30%;
  }
}
@media screen and (max-width: 769px) {
  #fix03 img {
    width: 50%;
  }
}

#fix04 {
  text-align: right;
}
#fix04::before {
  content: "";
  top: -700px;
  right: 0;
}
#fix04 img {
  transform: translateX(50%);
}
@media screen and (max-width: 1366px) {
  #fix04 img {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  #fix04 {
    margin-top: 200px;
  }
}

.news {
  position: relative;
  padding-top: 100px;
}
.news::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 25%;
  background: #F1F0EC;
  top: 10%;
  z-index: -1;
}
.news::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 25%;
  background: #F1F0EC;
  bottom: 5%;
  right: 0;
  z-index: -1;
}
.news__container {
  position: relative;
}
.news__container h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .news__container h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    margin-left: 0px;
  }
}
.news .swiper-container {
  margin-bottom: 40px;
}
.news .swiper-wrapper {
  margin-bottom: 50px;
}
.news .slick_scl__box {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border: 1px solid #eee;
}
.news .slick_scl__box img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.news .slick_scl__box__inner {
  position: relative;
  z-index: 1;
  padding: 30px;
  background: #fff;
}
.news .slick_scl__box__inner h3 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 769px) {
  .news .slick_scl__box__inner h3 {
    font-size: 14px;
  }
}
.news .slick_scl__box__inner .news_date {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #686868;
}
.news__box__scl {
  border-top: 2px solid #000;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.news__box__inner {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 769px) {
  .news__box__inner {
    padding: 20px 0;
  }
}
.news__box__inner h3 {
  font-size: 1.6rem;
  margin: 0 0 20px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 769px) {
  .news__box__inner h3 {
    font-size: 14px;
  }
}
.news__box__inner .news_date {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #686868;
}
.news__item {
  text-align: center;
  width: calc(25% - 30px);
}
.news__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .news__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .news__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .news__item:not(:first-child) {
    margin: 0px 0 0;
  }
}

.feuture__container {
  position: relative;
}
.feuture .section__title {
  text-align: right;
}
.feuture .section__title span {
  position: relative;
}
.feuture .section__title span:after {
  content: "";
  background: url(../../images/common/tit_bg1.png) no-repeat left center;
  position: absolute;
  width: 200px;
  height: 80px;
  left: -100%;
  top: 0;
  display: inline-block;
}
.feuture .section__title--description {
  text-align: right;
}
.feuture__image {
  width: 100%;
}
@media (max-width: 768px) {
  .feuture__image {
    width: 100%;
  }
}
.feuture__image img {
  width: 100%;
  height: auto;
}
.feuture__cont {
  position: relative;
  margin: 0 auto 160px;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 769px) {
  .feuture__cont {
    margin: 0 auto 80px;
    flex-wrap: wrap;
  }
}
.feuture__cont:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.feuture__cont:nth-of-type(2n) .feuture__cont__inner {
  margin: 7% -4% -4% 0%;
}
@media screen and (max-width: 769px) {
  .feuture__cont:nth-of-type(2n) .feuture__cont__inner {
    margin: -7% 4% -4% 0%;
  }
}
.feuture__cont__image {
  width: 52%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 33.75%;
  max-height: 340px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__image {
    width: 82%;
    padding-top: 56.75%;
  }
}
.feuture__cont__inner {
  width: 52%;
  right: 0;
  padding: 8%;
  background: #fff;
  z-index: 1;
  margin: 7% 0 -4% -4%;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner {
    width: 100%;
    margin: -7% 0 -4% 10%;
    padding: 10% 8% 8%;
  }
}
.feuture__cont__inner h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 {
    font-size: 1.8rem;
    display: flex;
    line-height: 1.5;
  }
}
.feuture__cont__inner h3 span {
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .feuture__cont__inner h3 span {
    padding-right: 10px;
  }
}
.feuture__cont__inner .c-btn {
  justify-content: flex-end;
}
.feuture__text {
  width: 50%;
}
@media (max-width: 768px) {
  .feuture__text {
    width: 100%;
  }
}
.feuture__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .feuture__text p {
    margin: 20px 0 0;
  }
}

.access__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (max-width: 769px) {
  .access__container {
    padding: 50px 5%;
  }
}
.access__container .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .access__container .flex {
    flex-direction: column;
    margin-top: 50px;
    justify-content: start;
  }
}
@media screen and (max-width: 769px) {
  .access__container .flex {
    flex-direction: column;
    margin-top: 50px;
    justify-content: start;
  }
}
@media screen and (max-width: 769px) {
  .access__container {
    margin-top: 0px;
  }
}
.access__image {
  width: 45%;
  text-align: right;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1366px) {
  .access__image {
    width: 35%;
  }
}
@media screen and (max-width: 1080px) {
  .access__image {
    width: 100%;
  }
}
.access__image:after {
  content: "";
  background: #C3DDE6;
  width: 100%;
  height: 80%;
  position: absolute;
  left: -40px;
  top: 40px;
  z-index: -1;
}
@media (max-width: 768px) {
  .access__image {
    width: 100%;
  }
}
.access__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1366px) {
  .access__scj {
    width: auto;
  }
}
@media screen and (max-width: 1080px) {
  .access__scj {
    width: 100%;
  }
}
.access__scj .info {
  margin-bottom: 25px;
}
.access__scj .info h2 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
  .access__scj .info h2 {
    font-size: 1.8rem;
  }
}
.access__scj .info p {
  font-size: 1.5rem;
}
.access__scj .info__tel {
  font-size: 3.2rem !important;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  .access__scj p.text-right {
    text-align: left !important;
  }
}
.access__scj dl {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.access table {
  border: none;
}
.access table th, .access table td {
  border: none;
  padding: 6px 20px 6px 0;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .access table th, .access table td {
    width: 100%;
    display: block;
  }
}
.access .viewmore {
  margin-left: auto;
  margin-right: 5%;
}
.access h4:last-of-type {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.map iframe {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  height: 300px;
}
@media (min-width: 768px) {
  .map iframe {
    height: 500px;
  }
}

.footer__container {
  padding: 60px 5%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer__container .flex {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .footer__container .flex {
    flex-direction: column;
    margin-top: 50px;
    justify-content: start;
  }
}
@media screen and (max-width: 769px) {
  .footer__container .flex {
    flex-direction: column;
    margin-top: 50px;
    justify-content: start;
  }
}
@media screen and (max-width: 769px) {
  .footer__container {
    margin-top: 0px;
  }
}
.footer__container .a_logo {
  width: 100%;
}
.footer__container .a_logo p {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  .footer__container .a_logo p {
    flex-direction: column;
    text-align: center;
  }
}
.footer__container .a_logo p img {
  max-height: 200px;
  margin: 0 10px 20px;
}
@media screen and (max-width: 1080px) {
  .footer__container .a_logo p img {
    max-height: 160px;
  }
}
@media screen and (max-width: 769px) {
  .footer__container .a_logo p img {
    margin: 0 auto 20px;
  }
}
.footer__container .a_logo p img:last-of-type {
  max-height: 100px;
}
@media screen and (max-width: 1080px) {
  .footer__container .a_logo p img:last-of-type {
    max-height: 120px;
  }
}
.footer__container .a_logo p.small {
  font-size: 12px;
}
.footer__container .a_logo h2 {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.footer__container .sns_nav {
  display: flex !important;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__container .sns_nav li {
  margin: 0 5px;
}

.page__subject.company .subject__container {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__subject.company .subject__container .subject__flex {
  display: block;
}
.page__subject.company .sns_nav {
  display: flex !important;
  justify-content: center;
  margin-bottom: 40px;
}
.page__subject.company .sns_nav li {
  margin: 0 5px;
}

.y-btn a {
  text-decoration: none;
  font-size: 16px;
  color: #00AD7E;
  display: flex;
  align-items: center;
}
.y-btn a:before {
  content: "";
  background: url(../../images/common/icon_access.svg) no-repeat center right;
  background-size: auto;
  width: 22px;
  height: 20px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.y-btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
}

.pdf_btn a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
}
.pdf_btn a:before {
  content: "";
  background: url(../../images/common/icon_pdf.png) no-repeat center right;
  background-size: auto;
  width: 22px;
  height: 20px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  background-size: contain;
}
.pdf_btn a:after {
  background: url(../../images/common/arrow_2.svg) no-repeat center right;
  background-size: auto;
  content: "";
  width: 20px;
  height: 14px;
  display: block;
  margin-top: 2px;
  background-size: contain;
  fill: #000;
}

.contact_box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .contact_box {
    display: block;
  }
}
.contact_box .tel {
  font-size: 3.6rem !important;
  line-height: 1;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 769px) {
  .contact_box .tel {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
  }
}
.contact_box .tel::before {
  content: "";
  background: url(../../images/common/icon_tel.svg) no-repeat center left;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: bottom;
}
.contact_box .viewmore {
  display: block;
  margin: 0 auto;
}
.contact_box h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

footer {
  padding: 0 0 15px;
  background: #95C5D6;
  text-align: center;
  color: #fff;
}
footer small {
  font-size: 12px;
  line-height: 1;
  padding: 0 5px;
}
footer .contact {
  display: block !important;
  opacity: 1 !important;
  position: relative;
  margin-bottom: 15px;
}
footer .sns_nav {
  display: flex !important;
  justify-content: center;
  margin-bottom: 15px;
}
footer .sns_nav li {
  margin: 0 5px;
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../images/common/pagetop.jpg) no-repeat center center;
  background-size: auto;
  background-size: cover;
}

.fv {
  padding: 140px 10% 0px 10%;
  position: relative;
  overflow-y: visible !important;
}
.fv:before {
  content: "";
  background: url(../../images/top/bg02.png) no-repeat right top;
  display: block;
  position: absolute;
  right: 0%;
  top: -60%;
  width: 600px;
  height: 600px;
  background-size: contain;
}
@media screen and (max-width: 1600px) {
  .fv:before {
    width: 450px;
    height: 450px;
    right: -8%;
    top: -35%;
  }
}
@media screen and (max-width: 1080px) {
  .fv:before {
    width: 350px;
    height: 350px;
    right: -10%;
    top: -20%;
  }
}
@media screen and (max-width: 769px) {
  .fv:before {
    width: 200px;
    height: 200px;
    right: -10%;
    top: 0;
  }
}
.fv:after {
  content: "";
  background: url(../../images/top/bg04.png) no-repeat left bottom;
  display: block;
  position: absolute;
  left: -10%;
  top: 0%;
  width: 500px;
  height: 500px;
  background-size: contain;
}
@media screen and (max-width: 1366px) {
  .fv:after {
    left: -10%;
    top: 15%;
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 1080px) {
  .fv:after {
    left: -10%;
    top: 30%;
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 769px) {
  .fv:after {
    left: -20%;
    top: 30%;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1600px) {
  .fv {
    padding: 120px 10% 40px 10%;
  }
}
@media screen and (max-width: 769px) {
  .fv {
    padding: 80px 5% 30px 5%;
  }
}
.fv .fv__container {
  padding-bottom: 40px;
  border-bottom: 2px solid #3CB371;
}
@media screen and (max-width: 769px) {
  .fv .fv__container {
    padding-bottom: 20px;
  }
}
.fv .fv__container div {
  font-size: 8rem;
  text-align: left;
  font-weight: 300;
  color: #3CB371;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .fv .fv__container div {
    font-size: 7rem;
  }
}
@media screen and (max-width: 1080px) {
  .fv .fv__container div {
    font-size: 6rem;
  }
}
@media screen and (max-width: 769px) {
  .fv .fv__container div {
    font-size: 4rem;
  }
}
.fv .fv__container h1 {
  font-size: 3rem;
  text-align: left;
  font-weight: 300;
  color: #3CB371;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .fv .fv__container h1 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 769px) {
  .pr {
    padding-bottom: 0;
  }
}
.pr.pr_page:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 0;
  background-size: cover;
  left: 0;
  padding-top: 30%;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 1366px) {
  .pr.pr_page:before {
    background-position: 0px 0;
  }
}
@media screen and (max-width: 1080px) {
  .pr.pr_page:before {
    width: 75%;
    padding-top: 75%;
    background-position: 0px 0;
    top: 0px;
  }
}
@media screen and (max-width: 769px) {
  .pr.pr_page:before {
    width: 55%;
    padding-top: 55%;
    background-position: 0px 0;
    top: 0px;
  }
}
.pr.pr_page:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 0;
  background-size: cover;
  right: 0;
  padding-top: 25%;
  top: 220px;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  .pr.pr_page:after {
    padding-top: 40%;
    width: 42%;
    top: 100px;
  }
}
@media screen and (max-width: 769px) {
  .pr.pr_page:after {
    padding-top: 42%;
    top: 0;
  }
}
.pr.pr_access:before {
  background: url(../../images/access/top_img01.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_access:after {
  background: url(../../images/access/top_img03.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_recruit:before {
  background: url(../../images/recruit/top_img01.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_recruit:after {
  background: url(../../images/recruit/top_img03.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_company:before {
  background: url(../../images/access/top_img01.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_company:after {
  background: url(../../images/company/top_img03.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_program:before {
  background: url(../../images/program/top_img01.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_program:after {
  background: url(../../images/program/top_img03.jpg) no-repeat;
  background-size: cover;
}
.pr.pr_assessment:before {
  background: url(../../images/assessment/top_img01.jpg) no-repeat center bottom;
  background-size: contain;
}
.pr.pr_assessment:after {
  background: url(../../images/assessment/top_img03.jpg) no-repeat center bottom;
  background-size: contain;
}
.pr__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.pr__container .bg-bc {
  background: linear-gradient(transparent 0%, transparent 10%, #F1F0EC 10%, #F1F0EC 90%, transparent 90%, transparent 100%);
}
.pr__image {
  width: 100%;
  margin-bottom: 0px;
}
@media screen and (max-width: 1366px) {
  .pr__image {
    position: absolute;
    bottom: 0%;
    left: 13%;
  }
}
@media screen and (max-width: 1080px) {
  .pr__image {
    position: absolute;
    bottom: -50px;
    left: 0%;
  }
}
@media (max-width: 768px) {
  .pr__image {
    width: 100%;
    position: relative;
    bottom: 60px;
    left: inherit;
  }
}
.pr__image img {
  width: 30%;
  height: auto;
  margin: -10% 0 0 13%;
}
@media screen and (max-width: 1366px) {
  .pr__image img {
    margin: 0;
    width: 30%;
  }
}
@media screen and (max-width: 1080px) {
  .pr__image img {
    width: 32%;
  }
}
@media screen and (max-width: 769px) {
  .pr__image img {
    width: 45%;
    height: auto;
    margin: 0px 0 0 0%;
  }
}
.pr .section__title {
  font-weight: 700;
  color: #E3E3E3;
  opacity: 0.3;
  text-align: right;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 1;
  font-size: 15rem;
}
@media screen and (max-width: 1080px) {
  .pr .section__title {
    font-size: 10rem;
  }
}
.pr .tit_pr {
  font-size: 83px;
  font-weight: bold;
  color: #fff;
  margin-left: auto;
  line-height: 1.7;
  padding-top: 60px;
}
@media screen and (max-width: 1366px) {
  .pr .tit_pr {
    font-size: 7.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1080px) {
  .pr .tit_pr {
    font-size: 7.6rem;
    margin-left: 40%;
  }
}
@media screen and (max-width: 769px) {
  .pr .tit_pr {
    font-size: 48px;
    margin-right: auto;
    padding-top: 0px;
    margin-left: auto;
  }
}
.pr__text {
  width: 60%;
  padding: 120px 80px;
  margin-left: auto;
}
@media screen and (max-width: 1366px) {
  .pr__text {
    width: 60%;
    padding: 140px 80px;
  }
}
@media screen and (max-width: 1080px) {
  .pr__text {
    width: 75%;
    padding: 100px 80px;
    margin-left: auto;
    margin-top: 30%;
  }
}
@media (max-width: 768px) {
  .pr__text {
    width: 90%;
    padding: 70px 40px;
    margin: 0 auto;
  }
}
.pr__text h2 {
  font-size: 1.9rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .pr__text h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.pr__text p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .pr__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .pr .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

@media screen and (max-width: 769px) {
  .pr_about img {
    width: 70%;
    margin: 0 auto;
  }
}

.page__subject {
  position: relative;
}
@media screen and (max-width: 769px) {
  .page__subject {
    margin-top: 0px;
  }
}
.page__subject .subject__container {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
.page__subject .tit01 {
  max-width: 500px;
  margin: 0 auto 80px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .page__subject .tit01 {
    margin-bottom: 40px;
  }
}
.page__subject .tit02 {
  margin: 0 auto 60px;
  text-align: center;
  color: #0E9DD3;
  font-size: 2.4rem;
}
@media screen and (max-width: 769px) {
  .page__subject .tit02 {
    margin-bottom: 40px;
  }
}
.page__subject .lead {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .page__subject .lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 769px) {
  .page__subject p.text-center {
    text-align: left !important;
  }
}
.page__subject .copy-tit-01 {
  font-size: 2rem;
  line-height: 1.6;
}
.page__subject h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .page__subject h2 {
    margin-bottom: 30px;
  }
}
.page__subject h3 {
  color: #6CAE30;
  text-align: right;
  right: 50px;
  top: -20px;
  font-size: 5.6rem;
}
@media screen and (max-width: 1080px) {
  .page__subject h3 {
    font-size: 4.6rem;
    top: -100px;
  }
}
@media screen and (max-width: 769px) {
  .page__subject h3 {
    font-size: 3.6rem;
    right: 0px;
    top: -80px;
  }
}
.page__subject__flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 769px) {
  .page__subject__flex {
    flex-direction: column;
  }
}
.page__subject__flex .img {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .page__subject__flex .img {
    width: 80%;
    margin-bottom: 30px;
  }
}
.page__subject__flex .subject__text {
  width: 40%;
}
@media screen and (max-width: 1080px) {
  .page__subject__flex .subject__text {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .page__subject__flex .subject__text {
    width: 80%;
  }
}
.page__subject__flex .subject__text h4 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #31B1E4;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .page__subject__flex .subject__text {
    margin-bottom: 20px;
  }
}
.page__subject__item {
  text-align: center;
  width: calc(25% - 30px);
}
.page__subject__item:not(:first-child) {
  margin-left: 21px;
}
@media screen and (max-width: 1080px) {
  .page__subject__item:not(:first-child) {
    margin-left: 0px;
  }
}
@media (max-width: 1024px) {
  .page__subject__item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .page__subject__item:not(:first-child) {
    margin: 0px 0 0;
  }
}
.page__subject__item h4 {
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .page__subject__item h4 {
    font-size: 14px;
  }
}
.page__subject__item p {
  text-align: center;
  font-size: 18px;
}
.page__subject__item p img {
  max-width: 102px;
  display: block;
  height: auto;
  width: 100%;
}

#method {
  padding-top: 0;
  padding-bottom: 0;
}
#method.page__subject .subject__container {
  position: relative;
  max-width: inherit;
  margin: 0 auto;
  max-width: 100% !important;
}
#method .method__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  #method .method__flex {
    margin-top: 0px;
  }
}
#method .method__flex:before {
  content: "";
  display: block;
  width: 400px;
  height: 400px;
  background: url(../../images/about/img_method.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #method .method__flex:before {
    width: 300px;
  }
}
@media screen and (max-width: 769px) {
  #method .method__flex:before {
    display: none;
  }
}
#method .method__flex .box {
  width: 50%;
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box {
    padding-top: 40px;
  }
}
@media screen and (max-width: 769px) {
  #method .method__flex .box {
    width: 48%;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
#method .method__flex .box:before {
  content: "";
  display: block;
  width: 241px;
  height: 2px;
  background: #000;
  transform: rotate(-55deg);
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box:before {
    width: 100px;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box:before {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #method .method__flex .box:before {
    display: none;
  }
}
#method .method__flex .box:after {
  content: "";
  display: block;
  width: calc(82% - 133px);
  height: 2px;
  background: #000;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box:after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #method .method__flex .box:after {
    display: none;
  }
}
#method .method__flex .box.box_a {
  padding-right: 18%;
}
@media screen and (max-width: 769px) {
  #method .method__flex .box.box_a {
    padding-right: 0%;
  }
}
#method .method__flex .box.box_a:before {
  background: #FC8193;
  right: 7%;
  bottom: 30%;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box.box_a:before {
    right: 28%;
    bottom: 15%;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box.box_a:before {
    right: -6%;
    bottom: 23%;
  }
}
#method .method__flex .box.box_a:after {
  background: #FC8193;
  left: 0;
  bottom: 0%;
}
#method .method__flex .box.box_a h3 {
  color: #FC8193;
}
#method .method__flex .box.box_a h3:before {
  background: #FC8193;
}
#method .method__flex .box.box_c {
  padding-right: 18%;
}
@media screen and (max-width: 769px) {
  #method .method__flex .box.box_c {
    padding-right: 0%;
  }
}
#method .method__flex .box.box_c:before {
  background: #6ED0DC;
  right: 7%;
  bottom: 30%;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box.box_c:before {
    width: 202px;
    right: 13%;
    bottom: 30%;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box.box_c:before {
    right: -6%;
    bottom: 23%;
  }
}
#method .method__flex .box.box_c:after {
  background: #6ED0DC;
  left: 0;
  bottom: 0%;
}
#method .method__flex .box.box_c h3 {
  color: #6ED0DC;
}
#method .method__flex .box.box_c h3:before {
  background: #6ED0DC;
}
#method .method__flex .box.box_b {
  padding-left: 18%;
}
@media screen and (max-width: 769px) {
  #method .method__flex .box.box_b {
    padding-left: 0%;
  }
}
#method .method__flex .box.box_b:before {
  background: #6CCC87;
  left: 7%;
  top: 30%;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box.box_b:before {
    width: 202px;
    left: 13%;
    top: 30%;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box.box_b:before {
    left: -6%;
    top: 23%;
  }
}
#method .method__flex .box.box_b:after {
  background: #6CCC87;
  right: 0;
  top: 0%;
}
#method .method__flex .box.box_b h3 {
  color: #6CCC87;
}
#method .method__flex .box.box_b h3:before {
  background: #6CCC87;
}
#method .method__flex .box.box_d {
  padding-left: 18%;
}
@media screen and (max-width: 769px) {
  #method .method__flex .box.box_d {
    padding-left: 0%;
  }
}
#method .method__flex .box.box_d:before {
  background: #FC9C53;
  left: 7%;
  top: 30%;
}
@media screen and (max-width: 1600px) {
  #method .method__flex .box.box_d:before {
    left: 28%;
    top: 15%;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box.box_d:before {
    left: -6%;
    top: 23%;
  }
}
#method .method__flex .box.box_d:after {
  background: #FC9C53;
  right: 0;
  top: 0%;
}
#method .method__flex .box.box_d h3 {
  color: #FC9C53;
}
#method .method__flex .box.box_d h3:before {
  background: #FC9C53;
}
#method .method__flex .box h3 {
  text-align: left;
  right: 0px;
  top: 0px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  #method .method__flex .box h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 769px) {
  #method .method__flex .box h3 {
    font-size: 1.5rem;
    left: 0px;
    line-height: 1.2;
    padding-left: 30px;
  }
  #method .method__flex .box h3:before {
    width: 30px;
    left: 0px;
  }
}
#method .method__flex .images {
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #method .method__flex .images img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

table {
  margin: 0 auto;
}
table.com_tab {
  border-top: 1px solid #ddd;
}
table.com_tab th, table.com_tab td {
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  table.com_tab th, table.com_tab td {
    width: 100%;
    display: block;
  }
}
table.com_tab th {
  padding-right: 80px;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  table.com_tab th {
    border-bottom: none;
    padding-bottom: 0px;
    font-weight: 500;
  }
}
table.com_tab td {
  padding-right: 0px;
}
table.con_tab {
  max-width: 768px;
  margin: 0 auto;
}
table.con_tab th, table.con_tab td {
  text-align: left;
  font-weight: normal;
  width: 100%;
  display: block;
}
table.con_tab th {
  padding-bottom: 10px;
}
table.con_tab th span {
  font-size: 1rem;
  color: #d9534f;
}
table.con_tab td {
  font-weight: normal;
  padding-bottom: 30px;
}
table.recu_tab {
  margin-bottom: 50px;
}

.clinic {
  background: #EEF7F9;
}
.clinic .subject__container {
  padding: 80px 15%;
}
@media screen and (max-width: 1366px) {
  .clinic .subject__container {
    background: rgba(255, 255, 255, 0.7);
  }
}
@media screen and (max-width: 1080px) {
  .clinic .subject__container {
    padding: 80px 10%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.clinic .subject__container .text-hol {
  color: #0198B7;
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .text-hol {
    font-size: 1.5rem;
  }
}
.clinic .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.clinic .subject__container h3::before {
  content: "";
  display: none;
}
.clinic .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.clinic .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4:last-of-type {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4 {
    margin-bottom: 20px;
  }
}
.clinic .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.clinic .subject__container dl {
  display: flex;
  align-items: center;
}
.clinic .subject__container dl dt {
  margin-right: 15px;
}
.clinic .subject__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl dt span {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl dt {
    margin-bottom: 15px;
  }
}
.clinic .subject__container dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container dl {
    display: block;
    margin-bottom: 20px;
  }
}
.clinic .subject__container .flex {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex {
    display: block;
    margin-bottom: 20px;
  }
}
.clinic .subject__container .flex p {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex .more {
    position: inherit !important;
  }
}
.clinic .subject__container .flex .more a.m-link.line-b {
  float: right;
  background: none;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 16rem;
  height: 6em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .flex .more a.m-link.line-b {
    float: none;
    margin: 0 0 0 auto;
    width: 11rem;
  }
}
.clinic .subject__container .contact_box {
  justify-content: flex-start;
  margin-bottom: 60px;
}
.clinic .subject__container .contact_box .tel {
  font-size: 3rem !important;
  line-height: 1.1;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .clinic .subject__container .contact_box .tel {
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
  }
}
.clinic .subject__container .contact_box .tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  background-size: contain;
  vertical-align: bottom;
}
.clinic .subject__container ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
}
.clinic .subject__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
.clinic .subject__container ul li:after {
  content: "/";
  padding: 0 6px;
}
.clinic .subject__image1 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 28%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .clinic .subject__image1 {
    top: -2%;
    width: 38%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__image1 {
    top: -2%;
    width: 38%;
  }
}
.clinic .subject__image2 {
  position: absolute;
  right: 0;
  bottom: 3%;
  width: 30%;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .clinic .subject__image2 {
    width: 35%;
  }
}
@media screen and (max-width: 769px) {
  .clinic .subject__image2 {
    position: inherit;
    margin: -30px auto;
    width: 80%;
  }
}

.facility h3 {
  margin-bottom: 30px;
  text-align: center;
}
.facility h3::before {
  content: "";
  display: none;
}
.facility .flex {
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .facility .flex {
    flex-wrap: wrap;
  }
}
.facility .flex:nth-of-type(2) {
  align-items: flex-end;
  margin-top: -50px;
}
@media screen and (max-width: 769px) {
  .facility .flex:nth-of-type(2) {
    margin-top: 20px;
  }
}
.facility .flex dl {
  margin-bottom: 40px;
  width: 24%;
}
@media screen and (max-width: 769px) {
  .facility .flex dl {
    margin-bottom: 10px;
    width: 48%;
  }
}
.facility .flex dl dt.facility__cont__image {
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
  padding-top: 100%;
}
.facility .flex dl.wd {
  width: 46%;
}
@media screen and (max-width: 769px) {
  .facility .flex dl.wd {
    width: 100%;
  }
}
.facility .flex dl.wd dt.facility__cont__image {
  padding-top: 73%;
}
.facility .flex dl dd {
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .facility .flex dl dd {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

.doctor {
  background: #EEF7F9;
}
.doctor__image1 {
  position: absolute;
  top: 15%;
  right: 0;
  width: 22%;
  z-index: 3;
}
@media screen and (max-width: 1080px) {
  .doctor__image1 {
    left: auto;
    width: 38%;
    right: 0;
    bottom: 5%;
  }
}
@media screen and (max-width: 769px) {
  .doctor__image1 {
    width: 60%;
    position: inherit;
    margin: -80px auto 40px;
  }
}
.doctor__image2 {
  position: absolute;
  left: 0%;
  top: 15%;
  width: 20%;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .doctor__image2 {
    right: 0%;
  }
}
@media screen and (max-width: 1080px) {
  .doctor__image2 {
    right: 5%;
    top: 5%;
    width: 45%;
  }
}
@media screen and (max-width: 769px) {
  .doctor__image2 {
    left: inherit;
    right: 0;
    top: 1%;
    width: 45%;
    z-index: 1;
  }
}
.doctor .doctor__container {
  padding: 80px 15%;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .doctor .doctor__container {
    padding: 80px 20%;
  }
}
@media screen and (max-width: 1080px) {
  .doctor .doctor__container {
    padding: 80px 10%;
  }
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container {
    padding: 40px 15px 80px;
    background: rgba(255, 255, 255, 0.7);
  }
  .doctor .doctor__container .section__title {
    text-align: left;
  }
  .doctor .doctor__container .section__title--description {
    text-align: left;
  }
}
.doctor .doctor__container .text-hol {
  color: #0198B7;
  font-size: 1.8rem;
  margin-bottom: 40px;
  text-align: center;
  padding-top: 10px;
}
.doctor .doctor__container h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container h3 {
    margin-bottom: 20px;
  }
}
.doctor .doctor__container h3::before {
  content: "";
  display: none;
}
.doctor .doctor__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.doctor .doctor__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
.doctor .doctor__container dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container dl {
    margin-bottom: 20px;
  }
}
.doctor .doctor__container dl dt {
  margin-right: 15px;
}
.doctor .doctor__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.doctor .doctor__container dl dd {
  font-size: 1.5rem;
}
.doctor .doctor__container .flex {
  align-items: baseline;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container .flex {
    display: block;
  }
}
.doctor .doctor__container .flex .inner {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  .doctor .doctor__container .flex .inner {
    width: 100%;
    margin-bottom: 30px;
  }
}
.doctor .doctor__container ul {
  font-size: 1.5rem;
}
.doctor .doctor__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.about_page__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.about_page__image {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 5%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .about_page__image {
    width: 100%;
  }
}
.about_page__image img {
  width: 100%;
  height: auto;
}
.about_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .about_page__text {
    width: 100%;
  }
}
.about_page__text p {
  line-height: 2;
}
@media (max-width: 768px) {
  .about_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .about_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

.subject__page {
  background: #F6F4EC;
}
.subject__page .subject__container {
  padding: 80px 15%;
  background: #fff;
  margin: 0px auto 60px;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container {
    padding: 40px 5% 40px;
    margin: 0px auto 60px;
  }
}
.subject__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.subject__page .subject__container .section__title::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #0198B7;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin: 0 auto;
}
.subject__page .subject__container .about__image {
  margin-bottom: 30px;
}
.subject__page .subject__container .comment {
  margin-bottom: 40px;
}
.subject__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container h3 {
    margin-bottom: 20px;
  }
}
.subject__page .subject__container h3::before {
  content: "";
  display: none;
}
.subject__page .subject__container .flex {
  border-top: 1px dashed #BD9F77;
  padding-top: 40px;
  align-items: top;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.subject__page .subject__container .flex-no {
  display: block;
}
.subject__page .subject__container .flex .inner_tw {
  width: 46%;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_tw {
    width: 100%;
  }
  .subject__page .subject__container .flex .inner_tw:first-of-type {
    margin-bottom: 40px;
  }
}
.subject__page .subject__container .flex .inner_th {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container .flex .inner_th {
    width: 100%;
    margin-bottom: 40px;
  }
  .subject__page .subject__container .flex .inner_th:last-of-type {
    margin-bottom: 0px;
  }
}
.subject__page .subject__container .flex .inner_tn {
  width: 100%;
  margin-bottom: 40px;
}
.subject__page .subject__container .flex .inner_tn:last-of-type {
  margin-bottom: 0px;
}
.subject__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.subject__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
.subject__page .subject__container dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .subject__page .subject__container dl {
    margin-bottom: 20px;
  }
}
.subject__page .subject__container dl dt {
  margin-right: 15px;
}
.subject__page .subject__container dl dt span {
  background: #BD9F77;
  padding: 2px 5px 3px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}
.subject__page .subject__container dl dd {
  font-size: 1.5rem;
}
.subject__page .subject__container ul {
  font-size: 1.5rem;
}
.subject__page .subject__container ul li {
  margin-bottom: 10px;
  list-style-type: none;
}

.access__page {
  background: #F6F4EC;
}
.access__page .subject__container {
  padding: 80px 15%;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.access__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.access__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.access__page .subject__container h3::before {
  content: "";
  display: none;
}
.access__page .subject__container h4 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.access__page .subject__container h4:last-of-type {
  font-size: 1.6rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4:last-of-type {
    margin-bottom: 0px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4 {
    margin-bottom: 20px;
  }
}
.access__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .access__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.access__page .subject__container .flex {
  align-items: flex-start;
  flex-wrap: wrap;
}
.access__page .subject__container .flex img {
  width: calc(33.3333333333% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.access__page .subject__container .flex img:nth-child(3n) {
  margin-right: 0px;
}

.contact p {
  margin-bottom: 40px;
}
.contact .c-btn {
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .tel__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .tel__page {
    padding: 50px 5%;
  }
}
.tel__page .subject__container {
  padding: 0;
  font-size: 1.5rem;
  background: none;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container {
    margin: 0 auto;
  }
}
.tel__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.tel__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.tel__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .tel__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.tel__page .subject__container .tel {
  text-align: center;
}
.tel__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.tel__page .subject__container .tel p {
  text-align: center !important;
}

.contact__page {
  background: #fff;
}
@media screen and (max-width: 1080px) {
  .contact__page {
    padding: 100px 10%;
  }
}
@media screen and (max-width: 769px) {
  .contact__page {
    padding: 50px 5%;
  }
}
.contact__page .subject__container {
  padding: 0px 15%;
  font-size: 1.5rem;
}
.contact__page .subject__container:first-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container:last-of-type p.tel {
    text-align: left !important;
  }
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container {
    padding: 40px 15px;
    margin: 0 auto;
  }
}
.contact__page .subject__container .section__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.contact__page .subject__container h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  color: #0198B7;
  font-weight: 400;
  text-align: center;
}
.contact__page .subject__container h3 {
  margin-bottom: 30px;
  text-align: center;
}
.contact__page .subject__container h3::before {
  content: "";
  display: none;
}
.contact__page .subject__container h4.tit_page_sub2 {
  margin-bottom: 10px;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container h4.tit_page_sub2 {
    margin-bottom: 10px;
  }
}
.contact__page .subject__container .tel {
  text-align: center;
}
.contact__page .subject__container .tel a {
  font-size: 36px;
  margin-bottom: 10px;
}
.contact__page .subject__container .tel p {
  text-align: center !important;
}
.contact__page .subject__container table {
  text-align: left;
  width: 100%;
  margin-top: 40px;
}
.contact__page .subject__container table th {
  border-bottom: 1px solid #666;
  padding: 15px 0;
  width: 30%;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table th {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table th label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
}
.contact__page .subject__container table th .label {
  padding: 0.2em 0.6em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d9534f;
  float: right;
  margin-right: 30px;
  margin-top: 5px;
}
.contact__page .subject__container table td {
  border-bottom: 1px solid #666;
  padding: 15px 0;
}
@media screen and (max-width: 769px) {
  .contact__page .subject__container table td {
    display: block;
    width: 100%;
  }
}
.contact__page .subject__container table td textarea {
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select {
  display: inline-block;
  height: 42px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact__page .subject__container table td input, .contact__page .subject__container table td select, .contact__page .subject__container table td textarea {
  font-family: "nsjp", "swis721", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  font-size: 100%;
  box-sizing: border-box;
}
.contact__page .subject__container table td button, .contact__page .subject__container table td html input[type=button], .contact__page .subject__container table td input[type=reset], .contact__page .subject__container table td input[type=submit] {
  /*-webkit-appearance: button;*/
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
  background: #ccc;
}
.contact__page .subject__container .submit {
  text-align: center;
  margin-top: 30px;
  font-size: 1.5rem;
}
.contact__page .subject__container [type=reset], .contact__page .subject__container [type=submit], .contact__page .subject__container button, .contact__page .subject__container html [type=button] {
  /*-webkit-appearance: button;*/
  background: #BD9F77;
  padding: 8px 10px 9px;
  border-radius: 6px;
  color: #fff;
}

input[type=text], input[type=email] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #666;
  padding: 15px;
  border-radius: 10px;
}

input, textarea {
  font-size: 100%;
  box-sizing: border-box;
  border: 1px solid #666;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
}

[type=reset], [type=submit], button, html [type=button] {
  /*-webkit-appearance: button;*/
  max-width: 30%;
  position: relative;
  font-size: 14px;
  text-align: center;
  background-color: #95C5D6;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding-top: 13px;
  padding-bottom: 16px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 10px 10px 0;
}

input[type=text]:focus, input[type=text]:focus, input:focus, select:focus, textarea:focus {
  outline: solid 1px #000;
}

.submit {
  display: flex;
  justify-content: center;
}

.con_form_box.mb-lg {
  margin-bottom: 30px;
}
.con_form_box.text-center {
  text-align: center;
}

#FieldMessageJob {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
#FieldMessageJob .mail-before-attachment {
  display: block;
}
#FieldMessageJob .checkbox {
  margin-right: 25px;
  display: flex;
  align-items: center;
}
#FieldMessageJob input {
  width: inherit;
  padding-right: 5px;
}
#FieldMessageJob input.checkbox {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
}

.privacy__page .subject__container {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .privacy__page .subject__container {
    margin: 0 0%;
  }
}
.privacy__page .subject__container .section__title {
  font-size: 24px;
  margin-bottom: 30px;
}
.privacy__page .subject__container p {
  margin-bottom: 20px;
}
.privacy__page .subject__container ol {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 40px;
  margin-left: 1.5rem;
}
.privacy__page .subject__container .copy-tit-03 {
  text-align: left;
  color: #000;
  right: inherit;
  top: inherit;
  position: relative;
  font-size: 1.8rem;
}
.privacy__page .subject__container .copy-tit-03::before {
  background: none;
  display: none;
}

.news_page {
  background: #F6F4EC;
}
.news_page__container {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 80px 15%;
  border-radius: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .news_page__container {
    padding: 40px 5%;
  }
}
.news_page__container h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .news_page__container h2 {
    margin-bottom: 20px;
  }
}
.news_page__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /*border-bottom: 1px dashed #BD9F77;*/
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .news_page__image {
    width: 100%;
    flex-wrap: inherit;
  }
}
.news_page__image img {
  height: auto;
  margin: 0 auto 40px;
}
.news_page__image h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page__image h3 {
    font-size: 1.8rem;
  }
}
.news_page__image .date {
  margin-bottom: 5px;
  margin-left: auto;
}
.news_page__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
  font-size: 1.2rem;
}
.news_page__image__list h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page__image__list h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.news_page__image__list .more {
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .news_page__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page__image p a img {
  max-width: 100%;
}
.news_page .flex__image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 40px;
  width: 28%;
  margin-right: 8%;
}
.news_page .flex__image:nth-of-type(3n) {
  margin-right: 0%;
}
@media (max-width: 768px) {
  .news_page .flex__image {
    width: 47%;
    flex-wrap: inherit;
  }
}
.news_page .flex__image img {
  height: auto;
  margin: 0 auto 0px;
}
.news_page .flex__image h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page .flex__image h3 {
    font-size: 1.5rem;
  }
}
.news_page .flex__image .date {
  margin-bottom: 5px;
  margin-left: auto;
}
.news_page .flex__image .date span {
  background: #BD9F77;
  color: #fff;
  padding: 3px 10px 4px 10px;
  font-size: 1.2rem;
}
.news_page .flex__image__list {
  margin-bottom: 60px;
}
.news_page .flex__image__list .images {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.news_page .flex__image__list .images:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.news_page .flex__image__list .images img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_page .flex__image__list h3 {
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .news_page .flex__image__list h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.news_page .flex__image__list .more {
  margin-top: auto;
}
@media screen and (max-width: 769px) {
  .news_page .flex__image__list .more {
    display: block;
    position: inherit;
  }
}
.news_page .flex__image p {
  font-size: 1.4rem;
}
.news_page .flex__image p a img {
  max-width: 100%;
}
.news_page .widget {
  margin-bottom: 40px;
}
.news_page .widget .bc-blog-category-list {
  font-size: 1.3rem;
  display: flex;
  align-items: center;
}
.news_page .widget .bc-blog-category-list li {
  position: relative;
  margin: 0 10px 10px;
  width: 20%;
  list-style-type: none;
}
.news_page .widget .bc-blog-category-list li a {
  display: inline-block;
  min-width: 100%;
  position: relative;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #000;
  font-weight: bold;
  border: 1px solid #000;
}
.news_page .widget .bc-blog-category-list li.current a {
  display: inline-block;
  min-width: 100%;
  position: relative;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 6px rgba(35, 72, 114, 0.05));
  color: #000;
  font-weight: bold;
  border: 2px solid #000;
}
.news_page .pagination {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.news_page .pagination span {
  margin: 0 0px;
  color: #BD9F77;
  width: 40%;
  text-align: left;
}
.news_page .pagination span.next {
  text-align: right;
}
.news_page .pagination span.current {
  background: #BD9F77;
  color: #fff;
  padding: 4px 0 5px;
  border-radius: 50%;
  font-weight: bold;
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
}
.news_page p + p {
  margin-top: 15px;
}
.news_page__text {
  width: 70%;
}
@media (max-width: 768px) {
  .news_page__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news_page__text p {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 769px) {
  .news_page .viewmore {
    margin-left: auto;
    margin-right: 5%;
  }
}

@media screen and (max-width: 769px) {
  .service__page h2 {
    font-size: 6rem;
    margin-left: 0px;
  }
}
@media screen and (max-width: 769px) {
  .service__page .text-center {
    text-align: left !important;
  }
}
.service__page .attention {
  background: #FFFCE9;
  margin-bottom: 60px;
  padding: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 769px) {
  .service__page .attention {
    margin-bottom: 30px;
    padding: 20px;
    margin-top: 30px;
  }
}
.service__page .attention .img {
  width: 19%;
}
@media screen and (max-width: 769px) {
  .service__page .attention .img {
    width: 100%;
  }
}
.service__page .attention .hito {
  margin-right: 40px;
}
@media screen and (max-width: 769px) {
  .service__page .attention .hito {
    margin-top: 10px;
    margin-right: 20px;
  }
}
.service__page .attention h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .service__page .attention h3 {
    font-size: 1.4rem;
  }
}
.service__page .attention ul {
  font-size: 1.6rem;
}
@media screen and (max-width: 769px) {
  .service__page .attention ul {
    font-size: 1.4rem;
  }
}
.service__page .attention ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 10px;
}
.service__page .attention ul li::before {
  content: url(../../images/common/icon_check.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  display: block;
}
.service__page .copy-tit-01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 769px) {
  .service__page .copy-tit-01 {
    margin-bottom: 0px;
  }
}
.service__page .price_box {
  margin-bottom: 40px;
}
.service__page .price_box dl {
  background: #fff;
  border: 1px solid #000;
  display: flex;
  width: 100%;
  align-items: stretch;
}
.service__page .price_box dl dt {
  padding: 24px 25px;
  border-right: 1px solid #000;
}
.service__page .price_box dl dd {
  padding: 15px 25px;
}
.service__page .price_box dl dd large {
  font-size: 150%;
}
.service__page .price_box dl dd ul {
  font-size: 90%;
  margin-top: 10px;
}
.service__page .news__box__scl {
  overflow: visible;
}
.service__page .news__box__scl .news__box__inner {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 60px;
  padding-top: 40px;
}
@media screen and (max-width: 769px) {
  .service__page .news__box__scl .news__box__inner {
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.service__page .news__box__scl .news__box__inner .flow_nb span {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  background: linear-gradient(-45deg, #A3FEF4, #F3F6D6);
  border-radius: 50%;
  transform: translate(-50%, 0%);
  top: -44px;
  left: 50%;
  text-align: center;
  font-size: 8rem;
  font-family: "Bad Script", cursive;
  font-weight: lighter;
  color: #0397A8;
  line-height: 0.9;
}
@media screen and (max-width: 769px) {
  .service__page .news__box__scl .news__box__inner .flow_nb span {
    top: -34px;
    font-size: 5rem;
    width: 60px;
    height: 60px;
  }
}
.service__page .news__box__scl .news__box__inner .flow_nb_time span {
  font-size: 2.5rem;
  padding-top: 22px;
  font-weight: 700;
}
@media screen and (max-width: 769px) {
  .service__page .news__box__scl .news__box__inner .flow_nb_time span {
    top: -34px;
    font-size: 1.8rem;
  }
}
.service__page .news__box__scl .news__box__inner h3 {
  font-size: 1.6rem;
}
.service__page .news__box__scl .text {
  margin-bottom: 40px;
}

#program .flex {
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  #program .flex {
    flex-direction: column;
  }
}
#program .flex .flow_flex {
  width: 45%;
}
@media screen and (max-width: 769px) {
  #program .flex .flow_flex {
    width: 100%;
  }
  #program .flex .flow_flex:first-of-type {
    margin-bottom: 60px;
  }
}

.program .subject__container {
  max-width: inherit;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  .program .subject__container {
    margin-bottom: 60px;
  }
}
.program .subject__container:nth-last-of-type() {
  margin-bottom: 0;
}

#page_cont_left.cont_left {
  position: relative;
  margin-top: 0px;
}
#page_cont_left.cont_left .swiper-container {
  width: 100%;
}

.btn_prg {
  display: flex;
  justify-content: space-around;
  list-style-type: none;
}
@media screen and (max-width: 1080px) {
  .btn_prg {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.btn_prg li {
  position: relative;
  margin-left: 60px;
  width: 25%;
  font-size: 16px;
}
.btn_prg li:first-child {
  margin-left: 0px;
}
@media screen and (max-width: 1080px) {
  .btn_prg li {
    margin-left: 30px;
    width: calc(25% - 25px);
  }
}
@media screen and (max-width: 769px) {
  .btn_prg li {
    margin-bottom: 20px;
    width: 100%;
    margin-left: 0px;
    font-size: 16px;
    margin-right: 0px;
  }
}
.btn_prg li a {
  display: block;
  position: relative;
  font-size: 18px;
  text-align: center;
  background-color: #8DBA32;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  height: 0;
  width: 100%;
  padding-top: 100%;
}
@media screen and (max-width: 769px) {
  .btn_prg li a {
    width: 40%;
    padding-top: 40%;
    margin: 0 auto;
  }
}
.btn_prg li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.btn_prg li a:hover {
  background: #aedd50;
}
.btn_prg.btn_assess {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 140px;
}
@media screen and (max-width: 769px) {
  .btn_prg.btn_assess {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 10px;
    justify-content: space-around;
    margin-bottom: 50px;
  }
}
.btn_prg.btn_assess li {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  margin-left: 0px;
}
@media screen and (max-width: 769px) {
  .btn_prg.btn_assess li {
    width: 30%;
    padding-top: 30%;
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.btn_prg.btn_assess li span {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  line-height: 1.4;
}
.btn_prg.btn_assess li:before {
  content: "";
  background: #23898D;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  border-radius: 50%;
  display: block;
  z-index: 0;
}
.btn_prg.btn_assess li p {
  margin: 15px auto 0;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .btn_prg.btn_assess li p {
    margin: 10px auto 50px;
    width: 100%;
    line-height: 1.4;
    text-align: left;
  }
}

.tab {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.tab-menu {
  display: flex;
}

.tab-item {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 1em 1em 1em 1em;
  position: relative;
  color: #00924D;
  z-index: 1;
  /* widthを同じ比率で分けあう */
  flex-grow: 1;
  max-width: 50%;
  /* 下線以外をつける */
}
@media screen and (max-width: 769px) {
  .tab-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
}
.tab-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #CFE1AA;
  transform-origin: bottom left;
  border-radius: 8px 8px 0 0;
  border-right: 1px solid #fff;
}

.tab-item:not(:first-child) {
  border-left: none;
}

/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.tab-item.active {
  color: white;
}
.tab-item.active::before {
  content: "";
  background: #6CAE30;
}

.tab-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  padding: 60px;
}
@media screen and (max-width: 769px) {
  .tab-box {
    padding: 30px 20px;
  }
}
.tab-box .flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 769px) {
  .tab-box .flex {
    flex-direction: column;
  }
}
.tab-box .flex .flex_item {
  width: 45%;
}
@media screen and (max-width: 769px) {
  .tab-box .flex .flex_item {
    width: 100%;
  }
}
.tab-box .flex .flex_item:nth-of-type(2) p {
  position: relative;
}
.tab-box .flex .flex_item:nth-of-type(2) p:after {
  content: "";
  display: block;
  width: 100%;
  background: #FCCB2A;
  position: absolute;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  height: 100%;
}
@media screen and (max-width: 769px) {
  .tab-box .flex .flex_item:nth-of-type(2) p {
    width: 90%;
    margin-top: 30px;
  }
}
.tab-box h3 {
  color: #6CAE30;
  font-size: 1.8rem;
  margin-bottom: 30px;
  text-align: left;
}
.tab-box h3 span {
  display: block;
  font-size: 1.2rem;
}
.tab-box h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.tab-box ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tab-box ul li {
  background: #F08042;
  color: #fff;
  padding: 2px 15px 4px;
  flex-basis: auto;
  font-size: 12px;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 15px;
}

/* コンテンツは原則非表示 */
.tab-content {
  display: none;
}

/* .showがついたコンテンツのみ表示 */
.tab-content.active {
  display: block;
}

#faq .box {
  margin-bottom: 80px;
}
#faq .box:last-of-type {
  margin-bottom: 0;
}
#faq .accordion {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#faq .accordion__title {
  font-size: 16px;
  color: #000;
  cursor: pointer;
  position: relative;
  text-align: left;
  right: 0px;
  top: 0px;
  font-weight: normal;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #faq .accordion__title {
    padding-right: 40px;
    font-size: 14px;
  }
}
#faq .accordion__title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
  margin-top: 12px;
}
#faq .accordion__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
  margin-top: 12px;
}
#faq .accordion__title.show::before {
  opacity: 0;
}
#faq .accordion__title.show::after {
  transform: translateY(-50%) rotate(180deg);
}
#faq .accordion__content {
  display: none;
  padding: 0px 0 30px;
  border-bottom: 1px solid #ddd;
}

.blog_tag {
  display: flex;
}
.blog_tag span {
  margin-right: 20px;
}
.blog_tag span a {
  font-size: 11px;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  padding: 2px 10px;
  color: #4d4d4d;
}
.blog_tag span a:hover {
  border: 1px solid #000;
  color: #000;
}

.blog_box {
  border-top: 1px solid #666;
  padding-top: 20px;
}
.blog_box .meta {
  font-size: 14px;
}
.blog_box .meta h3 {
  font-weight: normal;
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog_box .meta #RelatedPosts h4 {
  font-weight: normal;
}
.blog_box .meta #RelatedPosts ul {
  font-size: 12px;
}
.blog_box .meta #RelatedPosts ul li {
  margin-left: 15px;
}
.blog_box .meta #RelatedPosts ul li ::after {
  content: "　≫";
}

#FieldMessageCheck {
  display: grid;
  gap: 20px;
}
#FieldMessageCheck .mail-before-attachment {
  display: none;
}
#FieldMessageCheck .checkbox {
  display: flex;
}
#FieldMessageCheck .checkbox input {
  width: 5%;
}
#FieldMessageCheck .checkbox label {
  display: block; /* ラベルをブロック要素として表示 */
}

/*TOPスクロールイン*/
/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.slideinRight1 {
  animation: slideIn02 2s 1;
  width: 400px;
  position: absolute;
  top: 20%;
  left: 42%;
}
@media screen and (max-width: 1366px) {
  .slideinRight1 {
    width: 300px;
    top: 15%;
    left: 45%;
  }
}
@media screen and (max-width: 1080px) {
  .slideinRight1 {
    width: 260px;
    top: 15%;
    left: 55%;
  }
}
@media screen and (max-width: 769px) {
  .slideinRight1 {
    width: 180px;
    top: inherit;
    left: 5%;
    bottom: 15%;
  }
}

.slideinRight2 {
  animation: slideIn03 2s 1;
  width: 400px;
  position: absolute;
  top: 38%;
  left: 65%;
}
@media screen and (max-width: 1366px) {
  .slideinRight2 {
    width: 300px;
    top: 35%;
    left: 65%;
  }
}
@media screen and (max-width: 1080px) {
  .slideinRight2 {
    width: 260px;
    top: 40%;
    left: 65%;
  }
}
@media screen and (max-width: 769px) {
  .slideinRight2 {
    width: 160px;
    top: inherit;
    left: 50%;
    bottom: 13%;
  }
}

@keyframes slideIn02 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
    transform: translateX(1000px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn03 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
    transform: translateX(1000px);
  }
  70% {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */