@charset "UTF-8";
h1, h2, h3, h4, h5, nav, ul, li, span, a, table, th, td {
  font-family: vdl-penletter, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
  color: #707070;
}

p {
  font-family: vdl-penletter, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  transition: 0.3s;
  color: #707070;
}

.defo_inner {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.f_container {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
}

.page_main {
  overflow: hidden;
}

.defo_title {
  text-align: center;
  margin-bottom: 4rem;
}
.defo_title .title_main {
  font-size: 1.4rem;
  letter-spacing: 3px;
  color: #77CE98;
  font-family: vdl-pengentle, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.defo_title .title_sub {
  font-size: 1.8rem;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  position: relative;
}
.defo_title .title_sub::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  width: 140%;
  height: 9px;
  border-radius: 10px;
  background: #77CE98;
}

.btn_defo {
  text-align: center;
  position: relative;
  margin: 10px 0 0 0;
  z-index: 10;
}
.btn_defo a {
  text-align: center;
  color: #fff;
  background-color: #77CE98;
  display: inline-block;
  min-width: 220px;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  font-size: 18px;
  box-sizing: border-box;
  font-family: vdl-penletter, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  transition: 0.4s;
  letter-spacing: 1px;
  border: 1px solid #77CE98;
  position: relative;
  border-radius: 20px;
}
.btn_defo a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: transparent;
  border: 1px dashed #fff;
  transition: all 0.3s;
  border-radius: 18px;
}
.btn_defo a:hover {
  color: #77CE98;
  background-color: #fff;
}
.btn_defo a:hover::before {
  border: 1px dashed #77CE98;
}

.maru_p {
  position: relative;
  background-color: #77CE98;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  margin: auto;
}
.maru_p::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.maru_p .title_con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}
.maru_p .title_con .title_sub {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
}
.maru_p .title_con .title_main {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
}

.disc {
  line-height: 1.8;
  font-size: 0.9rem;
}

.br_sp {
  display: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.color_main {
  color: #77CE98;
}

#page_main_default .page_title::before {
  content: "";
  background: rgba(0, 0, 0, 0);
}

#defo_page_content {
  padding: 4rem 0 6rem;
}
#defo_page_content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 3rem 0 1rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  width: calc(100% - 4rem);
  margin: 0 auto 1rem;
}
.breadcrumb li {
  margin: 0 0.5rem;
  font-size: 0.8rem;
  position: relative;
  line-height: 1;
  color: rgb(180, 180, 180);
}
.breadcrumb li::before {
  content: ">";
  position: absolute;
  right: -0.75rem;
  top: 45%;
  transform: translateY(-50%);
  color: rgb(180, 180, 180);
}
.breadcrumb li:last-child::before {
  display: none;
}
.breadcrumb li a {
  color: rgb(180, 180, 180);
  transition: 0.4s;
}
.breadcrumb li a:hover {
  color: #77CE98;
}
.breadcrumb .first_bread {
  font-size: 1rem;
  line-height: 0.8;
}
.breadcrumb .first_bread::after {
  content: "";
  background-image: url(../images/first_bread.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -21px;
  top: -3px;
}

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .defo_title .title_main {
    font-size: 1.4rem;
  }
  .defo_title .title_sub {
    font-size: 1.6rem;
  }
  #defo_page_content.defo_inner {
    width: 90%;
  }
  #defo_page_content .defo_title .title_sub {
    margin: 1rem 0;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .defo_title .title_main {
    font-size: 1.3rem;
  }
  .defo_title .title_sub {
    font-size: 1.4rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .defo_title .title_main {
    font-size: 1.1rem;
  }
  .defo_title .title_sub {
    font-size: 1.3rem;
  }
  #defo_page_content {
    padding: 3rem 0 4rem;
  }
  #defo_page_content .defo_title .title_main {
    font-size: 1.8rem;
  }
  #defo_page_content .defo_title .title_sub {
    margin: 1rem 0;
  }
  #defo_page_content h3 {
    font-size: 1.15rem;
  }
  /*-- ここまで --*/
}
.site-header {
  width: 100%;
  height: 90px;
}
.site-header .header_inner {
  position: relative;
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #ddd;
  z-index: 15;
  background: none;
}
.site-header .header_inner .site_logo {
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 220px;
  height: 90px;
  padding-top: 20px;
}
.site-header .header_inner .site_logo img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}
.site-header .header_inner .site_logo img:hover {
  opacity: 0.8;
}
.site-header .header_inner .header_right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
}
.site-header .header_inner .header_right .main-navigation_f {
  display: block;
  width: 100%;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0;
  padding: 0;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li {
  font-size: 1.1rem;
  margin: 0 1rem;
  text-align: center;
  line-height: 1.4;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a {
  color: #707070;
  line-height: 1.4;
  transition: 0.3s;
  position: relative;
  display: inline-block;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a span {
  font-family: vdl-pengentle, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.9rem;
  transition: none;
  color: #77CE98;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #77CE98;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_d {
  position: relative;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_d .dropdown-menu_f {
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 99999;
  width: calc(100% + 4rem);
  left: 50%;
  transform: translateX(-50%);
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .menu_d .dropdown-menu_f li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  font-size: 0.9rem;
  margin: 0;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact {
  width: 170px;
  height: 50px;
  margin-top: -5px;
}
.site-header .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a {
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  padding-top: 6px;
  display: block;
}

#header_slider {
  background-image: url(../images/oribe_top_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 430px;
  max-height: 900px;
  position: relative;
  overflow: hidden;
}
#header_slider .catch {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  width: 45%;
  height: 180%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0 50% 50% 0;
}
#header_slider .catch .catch_text_box {
  position: absolute;
  left: 14%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
#header_slider .catch .catch_text_box .catch_text1 {
  color: #707070;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
}
#header_slider .catch .catch_text_box .catch_title {
  color: #77CE98;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.6;
}
#header_slider .catch .catch_text_box .catch_title2 {
  color: #77CE98;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#header_slider .catch .catch_text_box .catch_text_sub {
  color: #707070;
  font-family: vdl-penletter, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3.5rem;
}
#header_slider .catch .catch_text_box .catch_text_sub span {
  color: #77CE98;
}

/* 桜の花びらのスタイル */
.petal {
  position: absolute;
  background-color: #ffc0cb; /* 花びらの色 */
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}
.header_inner .nav-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.3s;
  width: 50vw;
  z-index: 15;
  /* メニューオープン時 */
}
.header_inner .nav-wrapper .header-nav {
  background-color: #fff;
  height: 100%;
  width: 100%;
  z-index: 15;
}
.header_inner .nav-wrapper .header-nav .nav-list {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0%;
  transform: translate(-50%, 0%);
  margin: 0;
  padding: 0;
  width: 80%;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item {
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a:hover {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .nav-list .nav-item a span {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container {
  width: 80%;
  margin: 100px auto 3rem;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title {
  margin-bottom: 10px;
  margin-right: 0;
  line-height: 1.8;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  position: relative;
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title span {
  color: #000;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover:before {
  background: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:hover:after {
  background: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title:active {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open {
  color: #77CE98;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title.open::after {
  opacity: 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content {
  background-color: #fff;
  margin-bottom: 1.2rem;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu {
  margin: 0;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 0.9rem;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li a {
  color: #000;
}
.header_inner .nav-wrapper .header-nav .accordion-container .accordion-content .content_menu li a:hover {
  color: #77CE98;
}
.header_inner .nav-wrapper.slide-in {
  transform: translateX(0);
}
.header_inner .buger-btn-con {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 16;
  display: none;
}
.header_inner .buger-btn-con .burger-btn {
  height: 50px;
  position: relative;
  width: 58px;
  z-index: 4;
  background-color: transparent;
  border: 2px solid #77CE98;
  border-radius: 4px;
  outline: none;
}
.header_inner .buger-btn-con .burger-btn .bar {
  background-color: #77CE98;
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.header_inner .buger-btn-con .burger-btn .bar_top {
  top: 13px;
}
.header_inner .buger-btn-con .burger-btn .bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header_inner .buger-btn-con .burger-btn .bar_bottom {
  bottom: 13px;
}
.header_inner .buger-btn-con .burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.3s;
}
.header_inner .buger-btn-con .burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}
.header_inner .buger-btn-con .burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform 0.3s;
}
.header_inner button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

#pagehead.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  padding: 0;
  animation: nyuru 0.5s;
}
#pagehead.fix .header_inner {
  border-bottom: 1px solid #ddd;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu li a {
  color: #000;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a {
  border: 1px solid #000;
}
#pagehead.fix .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a:hover {
  border: 1px solid #77CE98;
  background: #77CE98;
  color: #fff !important;
}

@keyframes nyuru {
  0% {
    margin-top: -64px;
  }
  100% {
    margin-top: 0;
  }
}
#pagehead.type_normal .header_inner .site_logo .top_logo_img img {
  transition: 0.4s;
}
#pagehead.type_normal .header_inner .site_logo .top_logo_img img:hover {
  opacity: 0.7;
}
#pagehead.type_normal .header_inner .header_right .main-navigation_f .menu-global-container .menu li a:hover {
  color: #77CE98;
}
#pagehead.type_normal .header_inner .header_right .main-navigation_f .menu-global-container .menu .g_menu_contact a:hover {
  background: #77CE98;
  border-color: #77CE98;
  color: #fff;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .header_inner .main-navigation_f {
    display: none !important;
  }
  .header_inner .buger-btn-con {
    display: block;
  }
  #header_slider .catch {
    width: 55%;
  }
  #header_slider .catch .catch_text_box {
    left: 9%;
  }
  #header_slider .catch .catch_text_box .catch_title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
  #header_slider .catch .catch_text_box .catch_title2 {
    font-size: 2.1rem;
    line-height: 1.3;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #header_slider {
    height: calc(70vw - 80px);
    min-height: 460px;
  }
  #header_slider .catch .catch_text_box .catch_text1 {
    font-size: 1rem;
  }
  #header_slider .catch .catch_text_box .catch_title {
    font-size: 2rem;
  }
  #header_slider .catch .catch_text_box .catch_title2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  #header_slider .catch .catch_text_box .catch_text_sub {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .site-header {
    height: 60px;
  }
  .site-header .header_inner {
    height: 60px;
  }
  .site-header .header_inner .site_logo {
    left: 20px;
    width: 180px;
    height: 60px;
    padding-top: 6px;
  }
  .header_inner .buger-btn-con {
    right: 20px;
  }
  .header_inner .buger-btn-con .burger-btn {
    height: 38px;
    width: 45px;
  }
  .header_inner .buger-btn-con .burger-btn .bar {
    width: 26px;
  }
  .header_inner .buger-btn-con .burger-btn .bar_top {
    top: 8px;
  }
  .header_inner .buger-btn-con .burger-btn .bar_bottom {
    bottom: 8px;
  }
  #header_slider {
    height: calc(75vw - 80px);
    min-height: 440px;
  }
  #header_slider .catch {
    width: 65%;
  }
  #header_slider .catch .catch_text_box {
    left: 7%;
  }
  #header_slider .catch .catch_text_box .catch_text1 {
    font-size: 0.9rem;
  }
  #header_slider .catch .catch_text_box .catch_title {
    font-size: 1.8rem;
  }
  #header_slider .catch .catch_text_box .catch_title2 {
    font-size: 1.6rem;
  }
  #header_slider .catch .catch_text_box .catch_text_sub {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .site-header .header_inner .site_logo {
    left: 15px;
    width: 160px;
    height: 60px;
    padding-top: 9px;
  }
  .header_inner .nav-wrapper {
    width: 80vw;
  }
  .header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::before {
    right: 5px;
  }
  .header_inner .nav-wrapper .header-nav .accordion-container .accordion-title::after {
    right: 5px;
  }
  #header_slider {
    background-image: url(../images/oribe_top_sp.jpg);
    height: calc(100vw - 60px);
    min-height: 500px;
  }
  #header_slider .catch {
    width: 180%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0 0 50% 50%;
    height: 50%;
  }
  #header_slider .catch .catch_text_box {
    left: 50%;
    top: unset;
    transform: translate(-50%, 0);
    text-align: left;
    width: 50%;
    min-width: 310px;
    padding-top: 1rem;
    text-align: center;
  }
  #header_slider .catch .catch_text_box .catch_text1 {
    font-size: 0.9rem;
    display: inline-block;
    text-align: left;
  }
  #header_slider .catch .catch_text_box .catch_title {
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center;
  }
  #header_slider .catch .catch_text_box .catch_title2 {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  #header_slider .catch .catch_text_box .catch_text_sub {
    margin-bottom: 0;
    text-align: left;
    display: inline-block;
  }
  #header_slider .catch .catch_text_box .btn_defo {
    display: none;
  }
  /*-- ここまで --*/
}
#colophon {
  overflow: hidden;
}
#colophon .footer_contact {
  background-color: #77CE98;
  padding: 4rem 0;
}
#colophon .footer_contact .defo_inner {
  text-align: center;
}
#colophon .footer_contact .defo_inner h3 {
  color: #fff;
  display: inline-block;
  position: relative;
  margin-bottom: 4.5rem;
  font-size: 2rem;
}
#colophon .footer_contact .defo_inner h3::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 7px;
  border-radius: 8px;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background: #fff;
}
#colophon .footer_contact .defo_inner .f_container {
  justify-content: center;
}
#colophon .footer_contact .defo_inner .f_container .item_l {
  width: 50%;
  text-align: right;
  padding-right: 1rem;
}
#colophon .footer_contact .defo_inner .f_container .item_l .btn_footer {
  width: 80%;
  max-width: 380px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 30px;
  padding: 1.2rem 1.5rem;
  display: inline-block;
  text-align: center;
  height: 120px;
}
#colophon .footer_contact .defo_inner .f_container .item_l .btn_footer .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 10px;
}
#colophon .footer_contact .defo_inner .f_container .item_l .btn_footer .footer_tel {
  color: #77CE98;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", Arial, YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  padding-left: 1rem;
}
#colophon .footer_contact .defo_inner .f_container .item_l .btn_footer .footer_tel::before {
  content: "";
  background-image: url(../images/tel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
}
#colophon .footer_contact .defo_inner .f_container .item_r {
  width: 50%;
  text-align: left;
  padding-left: 1rem;
}
#colophon .footer_contact .defo_inner .f_container .item_r .btn_footer {
  width: 80%;
  max-width: 380px;
  min-width: 300px;
  background-color: #fff;
  border-radius: 30px;
  padding: 1.2rem 1.5rem;
  display: inline-block;
  text-align: center;
  height: 120px;
}
#colophon .footer_contact .defo_inner .f_container .item_r .btn_footer .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 4px;
}
#colophon .footer_map {
  height: 400px;
  background-color: #f5f5f5;
}
#colophon .footer_map iframe {
  width: 100%;
  height: 100%;
}
#colophon .footer_bunner {
  background-color: #f5f5f5;
  padding: 4rem 0;
}
#colophon .footer_bunner .defo_inner .f_container {
  justify-content: center;
}
#colophon .footer_bunner .defo_inner .f_container .bunner_img {
  width: 30%;
  background-color: #77CE98;
  margin: 0 20px;
}
#colophon .footer_bunner .defo_inner .f_container .bunner_img a:hover {
  opacity: 0.8;
}
#colophon .footer_bunner .defo_inner .f_container .bunner_img img {
  width: 100%;
  height: auto;
}
#colophon .footer_menu {
  padding: 2rem 0 4rem;
  position: relative;
}
#colophon .footer_menu .container .row .fm_l {
  text-align: center;
}
#colophon .footer_menu .container .row .fm_l .footer_logo {
  text-align: center;
  width: 100%;
}
#colophon .footer_menu .container .row .fm_l .footer_logo img {
  width: 280px;
  height: auto;
}
#colophon .footer_menu .container .row .fm_l .address {
  text-align: left;
  display: inline-block;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 2;
}
#colophon .footer_menu .container .row .fm_r {
  padding-top: 7rem;
}
#colophon .footer_menu .container .row .fm_r .insta {
    font-size: 1.1rem;
    position: relative;
    padding-left: 2.2rem;
    display: flex;
    align-items: center;
}
#colophon .footer_menu .container .row .fm_r .insta .fab {
    font-size: 2rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
#colophon .footer_menu .container .row .fm_r .insta:hover {
  color: #77CE98;
}
#colophon .footer_menu .container .row .fm_r .insta .fa-instagram-square {
  font-size: 2.5rem;
  color: #77CE98;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#colophon .footer_menu .container .row .fm_r .f_container {
  justify-content: space-around;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li {
  line-height: 2.8;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li a {
  color: #707070;
}
#colophon .footer_menu .container .row .fm_r .f_container ul li a:hover {
  color: #77CE98;
}
#colophon .footer_menu .container .row .fm_r .f_container ul .t1 a {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.1rem;
}
#colophon .copy_r {
  background-color: #77CE98;
  text-align: center;
  line-height: 50px;
  color: #fff;
  margin: 0;
  height: 50px;
  font-size: 0.8rem;
  font-weight: 200;
}

/*========= ページトップのためのCSS ===============*/
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
}

.scroll-top a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  background-color: #8BDDAA;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  padding-top: 18px;
  border: 2px solid #8BDDAA;
  transition: 0.4s;
}
.scroll-top a:hover {
  color: #77CE98;
  background-color: #fff;
}
.scroll-top a:hover::before {
  background: #77CE98;
}
.scroll-top a:hover::after {
  background: #77CE98;
}

.js-scroll a::after {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% + 5px);
  width: 2px;
  height: 10px;
  background: #fff;
  transform: skewX(-45deg);
  transition: 0.4s;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% - 5px);
  width: 2px;
  height: 10px;
  background: #fff;
  transform: skewX(45deg);
  transition: 0.4s;
}

_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% + 5px);
  width: 2px;
  height: 10px;
  background: #fff;
  transform: skewX(45deg);
  transition: 0.4s;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 45px;
  left: calc(50% - 5px);
  width: 2px;
  height: 10px;
  background: #fff;
  transform: skewX(-45deg);
  transition: 0.4s;
}

_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  #colophon .footer_bunner .defo_inner .f_container .bunner_img {
    width: 40%;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #colophon .footer_contact .defo_inner {
    width: 90%;
  }
  #colophon .footer_map {
    height: 350px;
  }
  #colophon .footer_bunner .defo_inner {
    width: 95%;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo img {
    width: 200px;
    height: auto;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #colophon .footer_contact .defo_inner h3 {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
  }
  #colophon .footer_contact .defo_inner .f_container {
    flex-direction: column;
  }
  #colophon .footer_contact .defo_inner .f_container .item_l {
    width: 100%;
    text-align: center;
    padding-right: 0rem;
    margin-bottom: 1.5rem;
  }
  #colophon .footer_contact .defo_inner .f_container .item_r {
    width: 100%;
    text-align: center;
    padding-left: 0rem;
  }
  #colophon .footer_bunner {
    padding: 3rem 0 1.5rem;
  }
  #colophon .footer_bunner .defo_inner .f_container {
    flex-direction: column;
  }
  #colophon .footer_bunner .defo_inner .f_container .bunner_img {
    width: 70%;
    margin: 0 auto 1.5rem;
    max-width: 360px;
  }
  #colophon .footer_menu .container .row .fm_r {
    padding-top: 2rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  #colophon .footer_contact .defo_inner {
    width: 95%;
  }
  #colophon .footer_contact .defo_inner h3 {
    font-size: 1.45rem;
  }
  #colophon .footer_contact .defo_inner .f_container .item_l .btn_footer {
    width: 90%;
  }
  #colophon .footer_contact .defo_inner .f_container .item_r .btn_footer {
    width: 90%;
  }
  #colophon .footer_bunner .defo_inner .f_container .bunner_img {
    width: 90%;
  }
  #colophon .footer_menu {
    padding: 2rem 0 4rem;
  }
  #colophon .footer_menu .container .row .fm_l .footer_logo img {
    width: 200px;
  }
  #colophon .footer_menu .container .row .fm_l .address {
    font-size: 1rem;
  }
  #colophon .footer_menu .container .row .fm_r .f_container ul .t1 a {
    font-size: 1rem;
  }
  #colophon .copy_r {
    font-size: 0.7rem;
  }
  /*-- ここまで --*/
}
.bg_shitamaru {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 100%;
  border-radius: 0 0 100% 100%;
  z-index: -1;
}

.bg_color_p {
  background: linear-gradient(to bottom, #77CE98, #8BDDAA);
}

.bg_color_h {
  background: #F5EBDE;
}

#sec1 {
  position: relative;
}
#sec1 .defo_inner {
  padding: 4rem 0 8rem;
  width: 55%;
  text-align: center;
}
#sec1 .defo_inner .defo_title .title_sub {
  color: #fff;
  font-family: vdl-penletter, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
}
#sec1 .defo_inner .defo_title .title_sub::before {
  background: #fff;
  width: 80%;
}
#sec1 .defo_inner .disc {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 1.3rem;
  display: inline-block;
  text-align: left;
}

#sec2 .defo_inner {
  padding: 4rem 0 8rem;
  width: 70%;
}
#sec2 .defo_inner .container .row .item_l {
  text-align: center;
}
#sec2 .defo_inner .container .row .item_l img {
  width: 90%;
  height: auto;
  border-radius: 50px;
}
#sec2 .defo_inner .container .row .item_r {
  padding-top: 1.5rem;
}
#sec2 .defo_inner .container .row .item_r .disc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#sec2 .defo_inner .container .row .item_r .btn_defo {
  text-align: right;
}

#sec3 {
  position: relative;
}
#sec3 .bg_shitamaru {
  width: 200%;
}
#sec3 .defo_inner {
  padding: 4rem 0 8rem;
}
#sec3 .defo_inner .f_container {
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
#sec3 .defo_inner .f_container .item {
  width: 280px;
  min-width: 280px;
  margin: 0 10px 30px;
}
#sec3 .defo_inner .disc {
  width: 80%;
  margin: 0 auto 3rem;
  font-size: 1rem;
}
#sec3 .defo_inner .txtatt {
    width: 80%;
    margin: 3rem auto 0;
    font-size: 1.2rem;
    line-height: 1.4em;
}


#sec4 .defo_inner {
  padding: 4rem 0 8rem;
  width: 75%;
}
#sec4 .defo_inner .defo_title {
  margin-bottom: 6rem;
}
#sec4 .defo_inner .container .row .item_l {
  text-align: center;
}
#sec4 .defo_inner .container .row .item_l img {
  width: 95%;
  height: auto;
  border-radius: 50px;
}
#sec4 .defo_inner .container .row .item_r .t1 {
  color: #77CE98;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#sec4 .defo_inner .container .row .item_r .disc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
#sec4 .defo_inner .container .row .item_r .btn_defo {
  text-align: right;
}

#sec5 {
  position: relative;
}
#sec5 .bg_shitamaru {
  width: 190%;
}
#sec5 .defo_inner {
  padding: 4rem 0 8rem;
}
#sec5 .defo_inner .accordion-container {
  width: 60%;
  margin: 0rem auto 3rem;
}
#sec5 .defo_inner .accordion-container .accordion-title {
  position: relative;
  margin: 1.8rem 0;
  padding: 1.2em 2.725em 1.2em 2em;
  background-color: #fff;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.3s;
  line-height: 1.5;
  border: 2px solid #77CE98;
}
#sec5 .defo_inner .accordion-container .accordion-title span {
  color: #77CE98;
  font-size: 1.3em;
}
#sec5 .defo_inner .accordion-container .accordion-title:hover {
  background-color: #77CE98;
  color: #fff;
}
#sec5 .defo_inner .accordion-container .accordion-title:hover::before {
  background: #fff;
}
#sec5 .defo_inner .accordion-container .accordion-title:hover::after {
  background: #fff;
}
#sec5 .defo_inner .accordion-container .accordion-title:active {
  background-color: #77CE98;
  color: #fff;
}
#sec5 .defo_inner .accordion-container .accordion-title.open {
  background-color: #77CE98;
  color: #fff;
}
#sec5 .defo_inner .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
#sec5 .defo_inner .accordion-container .accordion-title.open::after {
  opacity: 0;
}
#sec5 .defo_inner .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
#sec5 .defo_inner .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
#sec5 .defo_inner .accordion-container .accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #fff;
  background-color: #fff;
  margin-top: 1rem;
  border-radius: 20px;
  padding: 1rem 2.3rem;
}
#sec5 .defo_inner .accordion-container .accordion-content p {
  line-height: 1.5;
}
#sec5 .defo_inner .accordion-container .accordion-content p span {
  color: #77CE98;
  font-size: 1.2rem;
}

#info_con {
  background-color: #fff;
  padding: 5rem 0 8rem;
  overflow: hidden;
}
#info_con .defo_title_center_l {
  margin-bottom: 3rem;
}
#info_con .defo_title_center_l .title_main::before {
  background: #77CE98;
  width: calc(50% - 8rem);
}
#info_con .info_container {
  margin-bottom: 4rem;
}
#info_con .info_container .type-news .news_content {
  padding: 0 7px 7px;
}
#info_con .info_container .type-news .news_content .img_top_con {
  position: relative;
}
#info_con .info_container .type-news .news_content .img_top_con .top_link img {
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#info_con .info_container .type-news .news_content .img_top_con .news_cate {
  position: absolute;
  left: 0;
  bottom: 0;
}
#info_con .info_container .type-news .news_content .img_top_con .news_cate a {
  color: #fff;
  background: #77CE98;
  display: block;
  padding: 0.3rem 1.5rem;
  font-size: 0.8rem;
}
#info_con .info_container .type-news .news_content .img_bottom_con {
  background: #fff;
  padding: 1rem 0 1.5rem;
  min-height: 310px;
  box-shadow: 0 3px 6px #ddd;
}
#info_con .info_container .type-news .news_content .img_bottom_con .date_cate {
  padding-left: 1.5rem;
}
#info_con .info_container .type-news .news_content .img_bottom_con .date_cate .t1 {
  color: #77CE98;
  position: relative;
  margin-bottom: 0rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1;
}
#info_con .info_container .type-news .news_content .img_bottom_con .date_cate .t1::before {
  content: "";
  position: absolute;
  width: calc(100% - 9rem);
  height: 1px;
  background: #77CE98;
  right: 0;
  top: 10px;
}
#info_con .info_container .type-news .news_content .img_bottom_con .date_cate .news_date {
  color: #6E6E6E;
  margin-bottom: 0.5rem;
}
#info_con .info_container .type-news .news_content .img_bottom_con .news_title1 {
  color: #000;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
#info_con .info_container .type-news .news_content .img_bottom_con .news_disc {
  font-size: 0.9rem;
  padding: 0 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  min-height: 80px;
}
#info_con .info_container .type-news .news_content .img_bottom_con .btn_news a {
  min-width: 170px;
  height: 42px;
  line-height: 1.8;
  padding: 6px 10px;
  font-size: 16px;
}
#info_con .info_container .type-news .news_content .img_bottom_con .btn_news a::after {
  right: 13px;
}
#info_con .info_container .type-news .news_content .img_bottom_con .btn_news a:hover::after {
  right: 5px;
}
#info_con .info_container .slick-arrow {
  z-index: 2 !important;
  background-color: #77CE98;
  width: 40px;
  height: 40px;
}
#info_con .info_container .slick-prev {
  left: 15px;
  top: 50%;
  z-index: 1;
}
#info_con .info_container .slick-next {
  right: 15px;
  z-index: 1;
  top: 50%;
}
#info_con .info_container .slick-dots {
  bottom: -35px;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  #sec1 .defo_inner {
    width: 70%;
  }
  #sec2 .defo_inner {
    width: 80%;
  }
  #sec3 .defo_inner {
    width: 90%;
  }
  #sec3 .defo_inner .f_container .item {
    width: 30%;
    min-width: 260px;
  }
  #sec3 .defo_inner .f_container .item .maru_p {
    width: 250px;
    height: 250px;
  }
  #sec4 .defo_inner {
    width: 80%;
  }
  #sec5 .defo_inner .accordion-container {
    width: 80%;
  }
  #info_con .info_container .type-news .news_content .img_bottom_con {
    min-height: 350px;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #sec1 .bg_shitamaru {
    width: 170%;
  }
  #sec1 .defo_inner {
    width: 85%;
  }
  #sec1 .defo_inner .disc {
    font-size: 1.1rem;
  }
  #sec2 .defo_inner {
    width: 90%;
  }
  #sec2 .defo_inner .container .row .item_r {
    padding-top: 0rem;
  }
  #sec3 .bg_shitamaru {
    width: 220%;
  }
  #sec3 .defo_inner {
    width: 90%;
  }
  #sec3 .defo_inner .f_container .item {
    width: 30%;
    min-width: unset;
  }
  #sec3 .defo_inner .f_container .item .maru_p {
    width: 220px;
    height: 220px;
  }
  #sec3 .defo_inner .disc {
    width: 90%;
  }
  #sec4 .defo_inner {
    width: 90%;
  }
  #sec5 .bg_shitamaru {
    width: 220%;
  }
  #sec5 .defo_inner .accordion-container {
    width: 100%;
  }
  #info_con .info_container .type-news .news_content .img_top_con .top_link img {
    height: 25vw;
  }
  #info_con .info_container .type-news .news_content .img_bottom_con {
    min-height: 320px;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #sec1 .bg_shitamaru {
    width: 190%;
  }
  #sec1 .defo_inner {
    width: 90%;
    padding: 4rem 0 6rem;
  }
  #sec1 .defo_inner .disc {
    font-size: 1rem;
  }
  #sec1 .defo_inner .container {
    padding: 0;
  }
  #sec1 .defo_inner .container .row .item {
    padding: 0 8px;
  }
  #sec2 .defo_inner {
    width: 90%;
    padding: 4rem 0 6rem;
  }
  #sec2 .defo_inner .container .row .item_l {
    margin-bottom: 2rem;
  }
  #sec2 .defo_inner .container .row .item_l img {
    width: 60%;
  }
  #sec2 .defo_inner .container .row .item_r .btn_defo {
    text-align: center;
  }
  #sec3 .bg_shitamaru {
    width: 280%;
  }
  #sec3 .defo_inner {
    width: 90%;
  }
  #sec3 .defo_inner .f_container .item {
    width: 50%;
    margin: 0 0 1.5rem;
  }
  #sec3 .defo_inner .f_container .item .maru_p {
    width: 240px;
    height: 240px;
  }
  #sec3 .defo_inner .disc {
    width: 95%;
  }
  #sec4 .defo_inner {
    padding: 4rem 0 6rem;
  }
  #sec4 .defo_inner .defo_title {
    margin-bottom: 4rem;
  }
  #sec4 .defo_inner .container .row .item_l {
    margin-bottom: 2rem;
  }
  #sec4 .defo_inner .container .row .item_l img {
    width: 75%;
  }
  #sec4 .defo_inner .container .row .item_r .t1 {
    font-size: 1.3rem;
    text-align: center;
  }
  #sec4 .defo_inner .container .row .item_r .disc {
    font-size: 0.9rem;
  }
  #sec4 .defo_inner .container .row .item_r .btn_defo {
    text-align: center;
  }
  #sec5 .bg_shitamaru {
    width: 240%;
  }
  #sec5 .defo_inner {
    width: 90%;
  }
  #info_con .info_container .type-news .news_content .img_top_con .top_link img {
    height: 24vw;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  #sec1 .bg_shitamaru {
    width: 190%;
  }
  #sec1 .defo_inner {
    padding: 3rem 0 4rem;
  }
  #sec1 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #sec1 .defo_inner .disc {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  #sec1 .defo_inner .container {
    padding: 0;
  }
  #sec1 .defo_inner .container .row .item {
    padding: 0 5px;
  }
  #sec2 .defo_inner {
    width: 95%;
  }
  #sec2 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #sec2 .defo_inner .container .row .item_l img {
    width: 70%;
  }
  #sec3 .bg_shitamaru {
    width: 300%;
  }
  #sec3 .defo_inner {
    width: 95%;
    padding: 3rem 0 6rem;
  }
  #sec3 .defo_inner .f_container {
    margin-bottom: 1rem;
  }
  #sec3 .defo_inner .f_container .item {
    width: 50%;
    margin: 0 0 1.5rem;
  }
  #sec3 .defo_inner .f_container .item .maru_p {
    width: 160px;
    height: 160px;
  }
  #sec3 .defo_inner .f_container .item .maru_p .title_con .title_sub {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  #sec3 .defo_inner .f_container .item .maru_p .title_con .title_main {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #sec3 .defo_inner .f_container .item .maru_p::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #sec3 .defo_inner .disc {
    width: 95%;
  }
  #sec4 .defo_inner {
    padding: 3rem 0 6rem;
    width: 95%;
  }
  #sec4 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #sec4 .defo_inner .container .row .item_l img {
    width: 90%;
  }
  #sec4 .defo_inner .container .row .item_r .t1 {
    font-size: 1.3rem;
    text-align: center;
  }
  #sec4 .defo_inner .container .row .item_r .disc {
    font-size: 0.9rem;
  }
  #sec4 .defo_inner .container .row .item_r .btn_defo {
    text-align: center;
  }
  #sec5 .bg_shitamaru {
    width: 280%;
  }
  #sec5 .defo_inner {
    width: 95%;
    padding: 3rem 0 6rem;
  }
  #sec5 .defo_inner .accordion-container .accordion-title {
    padding: 1.2em 2em 1.2em 0.8em;
  }
  #sec5 .defo_inner .accordion-container .accordion-title::before {
    right: 15px;
  }
  #sec5 .defo_inner .accordion-container .accordion-title::after {
    right: 15px;
  }
  #info_con {
    padding: 4rem 0 6rem;
  }
  #info_con .info_container .type-news .news_content .img_top_con .top_link img {
    height: 50vw;
    max-height: 210px;
  }
  #info_con .info_container .type-news .news_content .img_bottom_con {
    min-height: 300px;
  }
  /*-- ここまで --*/
}
.page_title {
  background-color: #77CE98;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
  position: relative;
  margin-bottom: 5rem;
}
.page_title::before {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.page_title .title_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background: #77CE98;
  text-align: center;
  border-radius: 100%;
}
.page_title .title_bg .title_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.page_title .title_bg .title_wrap::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.page_title .title_bg .title_wrap .title_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.page_title .title_bg .title_wrap .title_content .page_title_main {
  color: #fff;
  font-size: 1.8rem;
}
.page_title .title_bg .title_wrap .title_content .page_title_sub {
  color: #fff;
  font-size: 2.2rem;
  width: 250px;
}

.desc_bg {
  background-color: #F5EBDE;
  border-radius: 20px;
  position: relative;
  padding: 2rem;
}
.desc_bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px dashed #77CE98;
  border-radius: 18px;
  pointer-events: none;
}

#type_about_page .page_title {
  background-image: url(../images/about_top.jpg);
}

#about_sec1 {
  padding: 0 0 5rem;
}
#about_sec1 .defo_inner .item_center {
  padding-top: 2rem;
}
#about_sec1 .defo_inner .item_center .t1 {
  margin-bottom: 4rem;
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#about_sec1 .defo_inner .item_center .disc {
  font-size: 1rem;
  width: 75%;
  margin: 0 auto 3rem;
}

#about_sec2 {
  padding: 2rem 0 5rem;
}
#about_sec2 .defo_inner {
  width: 60%;
}
#about_sec2 .defo_inner .ab2_img {
  margin-bottom: 2rem;
}
#about_sec2 .defo_inner .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #77CE98;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3rem;
}
#about_sec2 .defo_inner .sup_con {
  margin-bottom: 5rem;
}
#about_sec2 .defo_inner .sup_con .f_container {
  margin-bottom: 50px;
}
#about_sec2 .defo_inner .sup_con .f_container .item_l {
  width: 20%;
  min-width: 160px;
}
#about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru {
  position: relative;
  background-color: #77CE98;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  margin: auto;
}
#about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru::before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
#about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru.sup_line::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #ddd;
}
#about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
}
#about_sec2 .defo_inner .sup_con .f_container .item_r {
  width: 80%;
}
#about_sec2 .defo_inner .sup_con .f_container .item_r .sup_desc {
  font-size: 1.3rem;
  border-bottom: 2px dashed #ddd;
  padding: 30px 20px;
}
#about_sec2 .defo_inner .container {
  margin-bottom: 2rem;
}
#about_sec2 .defo_inner .container .row .item_l {
  text-align: center;
  padding-top: 1.5rem;
}
#about_sec2 .defo_inner .container .row .item_l img {
  width: 90%;
  height: auto;
  border-radius: 50px;
}
#about_sec2 .defo_inner .container .row .item_r .disc {
  font-size: 1rem;
}
#about_sec2 .defo_inner .container .row .item_r .disc span {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5rem;
}
#about_sec2 .defo_inner .ab_2_cont {
  text-align: center;
}
#about_sec2 .defo_inner .ab_2_cont img {
  width: 75%;
  height: auto;
}

#about_sec3 {
  padding: 2rem 0 6rem;
}
#about_sec3 .defo_inner {
  width: 60%;
}
#about_sec3 .defo_inner .t1 {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.8;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#about_sec4 {
  padding: 2rem 0 6rem;
}
#about_sec4 .defo_inner .f_container .item_l {
  width: 49%;
}
#about_sec4 .defo_inner .f_container .item_l .title {
  width: 100%;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  background-color: #77CE98;
  text-align: center;
  padding: 10px;
  margin-bottom: 0;
}
#about_sec4 .defo_inner .f_container .item_l table tr th {
  border: 1px solid #77CE98;
  padding: 10px;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}
#about_sec4 .defo_inner .f_container .item_l table tr td {
  border: 1px solid #77CE98;
  padding: 10px;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  text-align: center;
}
#about_sec4 .defo_inner .f_container .item_l .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  font-size: 1.4rem;
  color: #77CE98;
}
#about_sec4 .defo_inner .f_container .item_r {
  width: 49%;
}
#about_sec4 .defo_inner .f_container .item_r .title {
  width: 100%;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #77CE98;
  background-color: #F5EBDE;
  text-align: center;
  padding: 10px;
  margin-bottom: 2rem;
}
#about_sec4 .defo_inner .f_container .item_r .t2 {
  background-color: #F5EBDE;
  padding: 10px;
  text-align: center;
  color: #77CE98;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
}

#about_sec5 {
  padding: 2rem 0 6rem;
}
#about_sec5 .defo_inner .t1 {
  text-align: center;
  margin-bottom: 3rem;
}
#about_sec5 .defo_inner .f_container .item {
  width: 20%;
}
#about_sec5 .defo_inner .f_container .item .item_bg {
  background-color: #F5EBDE;
  border-radius: 5px;
  position: relative;
  padding: 2rem;
  height: 13vw;
  width: 95%;
}
#about_sec5 .defo_inner .f_container .item .item_bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px dashed #77CE98;
  border-radius: 4px;
}
#about_sec5 .defo_inner .f_container .item .item_bg .t2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.8;
  width: calc(100% - 30px);
  text-align: center;
}
#about_sec5 .defo_inner .arrow_con {
  padding-right: 50px;
  padding-top: 3rem;
}
#about_sec5 .defo_inner .arrow_con .arrow_main {
  width: 90%;
  position: relative;
  background-color: #77CE98;
  padding: 15px;
  margin: 0 auto;
}
#about_sec5 .defo_inner .arrow_con .arrow_main::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -27px;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid #77CE98;
}
#about_sec5 .defo_inner .arrow_con .arrow_main .t3 {
  color: #fff;
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0;
}

#about_sec6 {
  padding: 2rem 0 6rem;
}
#about_sec6 .defo_inner .contents {
  margin-bottom: 3rem;
}
#about_sec6 .defo_inner .contents .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  border-bottom: 3px solid #77CE98;
  padding-bottom: 15px;
  margin-bottom: 2rem;
}
#about_sec6 .defo_inner .contents .conatainer .row .item {
  margin-bottom: 1.5rem;
}
#about_sec7 {
  padding: 0 0 6rem;
}
#type_feature_page {
  padding: 0 0 8rem;
}
#type_feature_page .page_title {
  background-image: url(../images/feature_top.jpg);
}
#type_feature_page .page_title .title_bg {
  left: 47%;
}

#feature_sec1 .defo_inner .f_container {
  justify-content: center;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
#feature_sec1 .defo_inner .f_container .item {
  width: 280px;
  min-width: 280px;
  margin: 0 10px 30px;
}
#feature_sec1 .defo_inner .t2 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
  color: #77CE98;
  text-align: center;
  margin-bottom: 2rem;
}
#feature_sec1 .defo_inner .desc_bg {
  width: 80%;
  margin: auto;
}
#feature_sec1 .defo_inner .desc_bg .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #77CE98;
  text-align: center;
}

#feature_sec2 {
  padding: 6rem 0;
}
#feature_sec2 .defo_inner .container {
  width: 85%;
}
#feature_sec2 .defo_inner .container .row {
  margin-bottom: 4rem;
}
#feature_sec2 .defo_inner .container .row .item_l {
  text-align: center;
}
#feature_sec2 .defo_inner .container .row .item_l img {
  width: 90%;
  height: auto;
}
#feature_sec2 .defo_inner .container .row .item_r {
  padding-top: 2.5rem;
}
#feature_sec2 .defo_inner .container .row .item_r.chousei {
  padding-top: 0;
}
#feature_sec2 .defo_inner .container .row .item_r .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #77CE98;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
}
#feature_sec2 .defo_inner .container .row .item_r .t1::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 110%;
  height: 9px;
  border-radius: 10px;
  background: #77CE98;
}
#feature_sec2 .defo_inner .container .row .item_r .t2 {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

#feature_sec3 .defo_inner .container {
  width: 85%;
}
#feature_sec3 .defo_inner .container .row .item_l {
  padding-top: 2.5rem;
}
#feature_sec3 .defo_inner .container .row .item_l .t1 {
  font-family: dnp-shuei-mincho-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #77CE98;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
#feature_sec3 .defo_inner .container .row .item_l .disc {
  font-size: 1rem;
}
#feature_sec3 .defo_inner .container .row .item_r {
  text-align: center;
}
#feature_sec3 .defo_inner .container .row .item_r img {
  width: 100%;
  height: auto;
}

#type_schooling_page .page_title {
  background-image: url(../images/schooling_top.jpg);
}

#schooling_sec1 .defo_inner .container {
  width: 80%;
}
#schooling_sec1 .defo_inner .container .row .item_l {
  text-align: center;
}
#schooling_sec1 .defo_inner .container .row .item_l img {
  width: 85%;
  height: auto;
  border-radius: 50px;
}
#schooling_sec1 .defo_inner .container .row .item_r .t1 {
  color: #77CE98;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
#schooling_sec1 .defo_inner .container .row .item_r .disc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

#schooling_sec2 {
  padding: 6rem 0;
}
#schooling_sec2 .defo_inner .schooling_con {
  margin: 0 auto 5rem;
  width: 80%;
}
#schooling_sec2 .defo_inner .schooling_con .f_container {
  margin-bottom: 50px;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_l {
  width: 30%;
  min-width: 200px;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru {
  position: relative;
  background-color: #77CE98;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  margin: auto;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru::before {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px dashed #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru.sup_line::after {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 30px;
  background-color: #ddd;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_r {
  width: 70%;
}
#schooling_sec2 .defo_inner .schooling_con .f_container .item_r .sup_desc {
  font-size: 1.8rem;
  border-bottom: 2px dashed #ddd;
  padding: 20px 20px 10px;
}

#type_faq_page .page_title {
  background-image: url(../images/faq_top.jpg);
}
#type_faq_page .page_title .title_bg {
  left: 35%;
}

#faq_sec1 {
  padding: 2rem 0 6rem;
}
#faq_sec1 .defo_inner .faq_con {
  padding: 5rem 0;
}
#faq_sec1 .defo_inner .faq_con .accordion-container {
  width: 70%;
  margin: 0rem auto 6rem;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title {
  position: relative;
  margin: 1.8rem 0;
  padding: 1.2em 2.725em 1.2em 2em;
  background-color: #fff;
  font-size: 1em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-radius: 20px;
  transition: 0.3s;
  line-height: 1.5;
  border: 2px solid #77CE98;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title span {
  color: #77CE98;
  font-size: 1.3em;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title:hover {
  background-color: #77CE98;
  color: #fff;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title:hover::before {
  background: #fff;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title:hover::after {
  background: #fff;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title:active {
  background-color: #77CE98;
  color: #fff;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title.open {
  background-color: #77CE98;
  color: #fff;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title.open::after {
  opacity: 0;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #77CE98;
  transition: all 0.2s ease-in-out;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-content {
  padding-left: 2.3125em;
  border: 1px solid #fff;
  background-color: #fff;
  margin-top: 1rem;
  border-radius: 20px;
  padding: 1rem 2.3rem;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-content p {
  line-height: 1.5;
}
#faq_sec1 .defo_inner .faq_con .accordion-container .accordion-content p span {
  color: #77CE98;
  font-size: 1.2rem;
}

#type_contact_page .page_title {
  background-image: url(../images/contact_top.jpg);
}

#contact_sec1 {
  /*padding: 0 0 6rem;*/
}

.news_archive_main .page_title {
  background-image: url(../images/oribe_news_top.jpg);
}

.course_archive_main .page_title {
  background-image: url(../images/oribe_course_top.jpg);
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .page_title {
    height: 350px;
    margin-bottom: 4rem;
  }
  .page_title .title_bg {
    width: 250px;
    height: 250px;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_main {
    font-size: 1.5em;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_sub {
    font-size: 1.8rem;
  }
  #about_sec1 .defo_inner .item_center {
    padding-top: 0rem;
  }
  #about_sec1 .defo_inner .item_center .t1 {
    margin-bottom: 2rem;
  }
  #about_sec1 .defo_inner .item_center .disc {
    width: 85%;
  }
  #about_sec2 .defo_inner {
    width: 70%;
  }
  #about_sec2 .defo_inner .container .row .item_l img {
    width: 100%;
  }
  #about_sec2 .defo_inner .ab_2_cont img {
    width: 80%;
  }
  #about_sec3 .defo_inner {
    width: 70%;
  }
  #about_sec4 .defo_inner {
    width: 85%;
  }
  #about_sec5 .defo_inner {
    width: 85%;
  }
  #feature_sec1 .defo_inner {
    width: 90%;
  }
  #feature_sec1 .defo_inner .f_container .item {
    width: 30%;
    min-width: 260px;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p {
    width: 250px;
    height: 250px;
  }
  #feature_sec2 {
    padding: 6rem 0 3rem;
  }
  #feature_sec2 .defo_inner .container {
    width: 100%;
  }
  #feature_sec3 .defo_inner .container {
    width: 100%;
  }
  #feature_sec3 .defo_inner .container .row .item_l {
    padding-top: 1.5rem;
  }
  #schooling_sec1 .defo_inner .container {
    width: 100%;
  }
  #schooling_sec2 .defo_inner .schooling_con {
    width: 90%;
  }
  #faq_sec1 .defo_inner .faq_con .accordion-container {
    width: 80%;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .page_title {
    height: 300px;
    margin-bottom: 3rem;
  }
  .page_title .title_bg {
    width: 220px;
    height: 220px;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_main {
    font-size: 1.4em;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_sub {
    font-size: 1.6rem;
  }
  #about_sec1 .defo_inner .item_center .disc {
    width: 100%;
  }
  #about_sec2 .defo_inner {
    width: 85%;
  }
  #about_sec3 .defo_inner {
    width: 80%;
  }
  #about_sec4 .defo_inner {
    width: 90%;
  }
  #about_sec5 .defo_inner {
    width: 95%;
  }
  #about_sec5 .defo_inner .f_container .item .item_bg {
    height: 18vw;
  }
  #about_sec5 .defo_inner .arrow_con .arrow_main .t3 {
    font-size: 1.2rem;
  }
  #about_sec6 .defo_inner {
    width: 85%;
  }
  #type_feature_page {
    padding: 0 0 5rem;
  }
  #feature_sec1 .defo_inner {
    width: 90%;
  }
  #feature_sec1 .defo_inner .f_container .item {
    width: 30%;
    min-width: unset;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p {
    width: 220px;
    height: 220px;
  }
  #feature_sec1 .defo_inner .t2 {
    font-size: 1.5rem;
  }
  #feature_sec1 .defo_inner .desc_bg {
    width: 90%;
  }
  #feature_sec2 {
    padding: 6rem 0 1rem;
  }
  #feature_sec2 .defo_inner {
    width: 90%;
  }
  #feature_sec3 .defo_inner {
    width: 90%;
  }
  #feature_sec3 .defo_inner .container .row .item_l {
    padding-top: 0.5rem;
  }
  #feature_sec3 .defo_inner .container .row .item_l .t1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  #schooling_sec1 .defo_inner {
    width: 90%;
  }
  #schooling_sec1 .defo_inner .container {
    width: 100%;
  }
  #schooling_sec2 {
    padding: 3rem 0;
  }
  #schooling_sec2 .defo_inner .schooling_con {
    width: 100%;
  }
  #faq_sec1 .defo_inner {
    width: 90%;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .page_title {
    height: 250px;
  }
  .page_title .title_bg {
    width: 200px;
    height: 200px;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_main {
    font-size: 1.2em;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_sub {
    font-size: 1.4rem;
  }
  #about_sec1 {
    padding: 0 0 3rem;
  }
  #about_sec1 .defo_inner {
    width: 90%;
  }
  #about_sec1 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #about_sec1 .defo_inner .item_center .t1 {
    font-size: 1.6rem;
  }
  #about_sec2 {
    padding: 2rem 0 3rem;
  }
  #about_sec2 .defo_inner {
    width: 90%;
  }
  #about_sec2 .defo_inner .t1 {
    font-size: 1.4rem;
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_r .sup_desc {
    font-size: 1.1rem;
    padding: 25px 10px 15px;
    margin: 0;
  }
  #about_sec2 .defo_inner .container .row .item_l {
    margin-bottom: 2rem;
  }
  #about_sec2 .defo_inner .container .row .item_l img {
    width: 65%;
  }
  #about_sec2 .defo_inner .ab_2_cont img {
    width: 90%;
  }
  #about_sec3 {
    padding: 1rem 0 3rem;
  }
  #about_sec3 .defo_inner {
    width: 90%;
  }
  #about_sec3 .defo_inner .defo_title {
    margin-bottom: 2.5rem;
  }
  #about_sec3 .defo_inner .t1 {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
  #about_sec4 {
    padding: 2rem 0 3rem;
  }
  #about_sec4 .defo_inner .f_container {
    flex-direction: column;
  }
  #about_sec4 .defo_inner .f_container .item_l {
    width: 80%;
    margin: 0 auto 1rem;
  }
  #about_sec4 .defo_inner .f_container .item_r {
    width: 80%;
    margin: 0 auto;
  }
  #about_sec5 {
    padding: 1rem 0 3rem;
  }
  #about_sec5 .defo_inner {
    width: 95%;
  }
  #about_sec5 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #about_sec5 .defo_inner .t1 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
  #about_sec5 .defo_inner .f_container {
    justify-content: center;
    flex-wrap: wrap;
  }
  #about_sec5 .defo_inner .f_container .item {
    width: 30%;
    margin-bottom: 1rem;
  }
  #about_sec5 .defo_inner .f_container .item .item_bg {
    height: 28vw;
  }
  #about_sec5 .defo_inner .arrow_con {
    padding-top: 2rem;
  }
  #about_sec5 .defo_inner .arrow_con .arrow_main .t3 {
    font-size: 1rem;
  }
  #about_sec5 .defo_inner .arrow_con .arrow_main::before {
    right: -45px;
    top: -19px;
    border-top: 46px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 46px solid #77CE98;
  }
  #about_sec6 .defo_inner {
    width: 90%;
  }
  #feature_sec1 .defo_inner .f_container .item {
    width: 50%;
    margin: 0 0 1.5rem;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p {
    width: 240px;
    height: 240px;
  }
  #feature_sec1 .defo_inner .desc_bg {
    width: 100%;
  }
  #feature_sec2 {
    padding: 6rem 0 1rem;
  }
  #feature_sec2 .defo_inner .container .row .item_l {
    margin-bottom: 2rem;
  }
  #feature_sec2 .defo_inner .container .row .item_l img {
    width: 60%;
  }
  #feature_sec2 .defo_inner .container .row .item_r {
    text-align: center;
    padding-top: 0rem;
  }
  #feature_sec2 .defo_inner .container .row .item_r .desc {
    text-align: left;
  }
  #feature_sec3 .defo_inner .container .row .item_l {
    padding-top: 0rem;
    margin-bottom: 1rem;
  }
  #feature_sec3 .defo_inner .container .row .item_l .t1 {
    text-align: center;
  }
  #feature_sec3 .defo_inner .container .row .item_r img {
    width: 80%;
  }
  #schooling_sec1 .defo_inner .container .row .item_l {
    margin-bottom: 2rem;
  }
  #schooling_sec1 .defo_inner .container .row .item_l img {
    width: 75%;
  }
  #schooling_sec1 .defo_inner .container .row .item_r {
    text-align: center;
  }
  #schooling_sec1 .defo_inner .container .row .item_r .disc {
    margin-bottom: 1rem;
    display: inline-block;
    text-align: left;
  }
  #schooling_sec2 .defo_inner {
    width: 90%;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container {
    margin-bottom: 30px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l {
    width: 120px;
    min-width: 120px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru {
    width: 120px;
    height: 120px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru span {
    font-size: 1.5rem;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru.sup_line::after {
    display: none;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_r {
    width: calc(100% - 130px);
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_r .sup_desc {
    font-size: 1.6rem;
    padding: 0px 20px 5px;
  }
  #faq_sec1 .defo_inner .faq_con {
    padding: 3rem 0;
  }
  #faq_sec1 .defo_inner .faq_con .accordion-container {
    width: 90%;
    margin: 0rem auto 4rem;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .page_title {
    height: 200px;
    margin-bottom: 2rem;
  }
  .page_title .title_bg {
    width: 160px;
    height: 160px;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_main {
    font-size: 1rem;
  }
  .page_title .title_bg .title_wrap .title_content .page_title_sub {
    font-size: 1.15rem;
  }
  #about_sec1 {
    padding: 0 0 2rem;
  }
  #about_sec1 .defo_inner .item_center .t1 {
    font-size: 1.4rem;
  }
  #about_sec2 {
    padding: 2rem 0 2rem;
  }
  #about_sec2 .defo_inner {
    width: 95%;
  }
  #about_sec2 .defo_inner .defo_title {
    margin-bottom: 2.5rem;
  }
  #about_sec2 .defo_inner .desc_bg {
    padding: 1.5rem 1.2rem;
    margin-bottom: 1rem;
  }
  #about_sec2 .defo_inner .t1 {
    font-size: 1.3rem;
  }
  #about_sec2 .defo_inner .sup_con {
    margin-bottom: 3rem;
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_l {
    width: 90px;
    min-width: 90px;
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru {
    width: 90px;
    height: 90px;
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_l .sup_maru::before {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_r {
    width: calc(100% - 90px);
  }
  #about_sec2 .defo_inner .sup_con .f_container .item_r .sup_desc {
    font-size: 0.9rem;
    padding: 5px 0px 8px 10px;
  }
  #about_sec2 .defo_inner .container {
    margin-bottom: 1rem;
  }
  #about_sec2 .defo_inner .container .row .item_l img {
    width: 70%;
  }
  #about_sec2 .defo_inner .container .row .item_r {
    padding: 0 10px;
  }
  #about_sec2 .defo_inner .container .row .item_r .disc {
    font-size: 0.9rem;
  }
  #about_sec2 .defo_inner .ab_2_cont img {
    width: 100%;
  }
  #about_sec3 {
    padding: 1rem 0 2rem;
  }
  #about_sec3 .defo_inner {
    width: 90%;
  }
  #about_sec3 .defo_inner .t1 {
    font-size: 1.3rem;
  }
  #about_sec3 .defo_inner .desc_bg {
    padding: 1.5rem;
  }
  #about_sec4 {
    padding: 1rem 0 1rem;
  }
  #about_sec4 .defo_inner .defo_title {
    margin-bottom: 2.5rem;
  }
  #about_sec4 .defo_inner .f_container .item_l {
    width: 100%;
  }
  #about_sec4 .defo_inner .f_container .item_l .title {
    font-size: 1.3rem;
  }
  #about_sec4 .defo_inner .f_container .item_l table tr th {
    font-size: 1.1rem;
  }
  #about_sec4 .defo_inner .f_container .item_l table tr td {
    font-size: 1.1rem;
  }
  #about_sec4 .defo_inner .f_container .item_l .t1 {
    font-size: 1.2rem;
  }
  #about_sec4 .defo_inner .f_container .item_r {
    width: 100%;
  }
  #about_sec4 .defo_inner .f_container .item_r .title {
    font-size: 1.3rem;
  }
  #about_sec4 .defo_inner .f_container .item_r .t2 {
    font-size: 1rem;
  }
  #about_sec5 {
    padding: 1rem 0 3rem;
  }
  #about_sec5 .defo_inner {
    width: 95%;
  }
  #about_sec5 .defo_inner .t1 {
    font-size: 1.3rem;
  }
  #about_sec5 .defo_inner .f_container .item {
    width: 50%;
    margin-bottom: 1rem;
  }
  #about_sec5 .defo_inner .f_container .item .item_bg {
    height: 35vw;
  }
  #about_sec5 .defo_inner .arrow_con {
    padding-top: 1.5rem;
    padding-right: 40px;
  }
  #about_sec5 .defo_inner .arrow_con .arrow_main::before {
    right: -45px;
    top: -17px;
    border-top: 56px solid transparent;
    border-bottom: 56px solid transparent;
    border-left: 46px solid #77CE98;
  }
  #about_sec6 {
    padding: 2rem 0 2rem;
  }
  #about_sec6 .defo_inner .contents .t1 {
    font-size: 1.3rem;
  }
  #feature_sec1 .defo_inner {
    width: 95%;
  }
  #feature_sec1 .defo_inner .f_container {
    margin-bottom: 1rem;
  }
  #feature_sec1 .defo_inner .f_container .item {
    width: 50%;
    margin: 0 0 1.5rem;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p {
    width: 162px;
    height: 162px;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p .title_con .title_sub {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p .title_con .title_main {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  #feature_sec1 .defo_inner .f_container .item .maru_p::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  #feature_sec1 .defo_inner .t2 {
    font-size: 1.3rem;
    text-align: center;
  }
  #feature_sec2 {
    padding: 4rem 0 1rem;
  }
  #feature_sec2 .defo_inner {
    width: 95%;
  }
  #feature_sec2 .defo_inner .container .row {
    margin-bottom: 2rem;
  }
  #feature_sec2 .defo_inner .container .row .item_l img {
    width: 70%;
  }
  #feature_sec2 .defo_inner .container .row .item_r {
    text-align: center;
    padding-top: 0rem;
  }
  #feature_sec2 .defo_inner .container .row .item_r .t1 {
    font-size: 1.3rem;
  }
  #feature_sec3 .defo_inner {
    width: 95%;
  }
  #feature_sec3 .defo_inner .container .row .item_l .t1 {
    font-size: 1.3rem;
  }
  #feature_sec3 .defo_inner .container .row .item_r img {
    width: 90%;
  }
  #schooling_sec1 .defo_inner .container .row .item_l img {
    width: 90%;
  }
  #schooling_sec2 {
    padding: 3rem 0 0;
  }
  #schooling_sec2 .defo_inner {
    width: 90%;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container {
    margin-bottom: 30px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l {
    width: 100px;
    min-width: 100px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru {
    width: 90px;
    height: 90px;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_l .sup_maru span {
    font-size: 1.3rem;
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_r {
    width: calc(100% - 100px);
  }
  #schooling_sec2 .defo_inner .schooling_con .f_container .item_r .sup_desc {
    font-size: 1.5rem;
    padding: 0px 20px 5px;
  }
  #faq_sec1 {
    padding: 1rem 0 4rem;
  }
  #faq_sec1 .defo_inner {
    width: 95%;
  }
  #faq_sec1 .defo_inner .defo_title {
    margin-bottom: 3rem;
  }
  #faq_sec1 .defo_inner .faq_con {
    padding: 3rem 0 0.5rem;
  }
  #faq_sec1 .defo_inner .faq_con .defo_title .title_sub {
    font-size: 1.2rem;
  }
  #faq_sec1 .defo_inner .faq_con .defo_title .title_sub::before {
    width: 110%;
  }
  #faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title {
    font-size: 0.9rem;
    padding: 1.2em 1.7em 1.2em 0.8em;
  }
  #faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title::before {
    right: 10px;
  }
  #faq_sec1 .defo_inner .faq_con .accordion-container .accordion-title::after {
    right: 10px;
  }
  /*-- ここまで --*/
}
.archive_main {
  padding: 0 0 6rem;
}
.archive_main .container {
  padding: 5rem 0;
}
.archive_main .container .row .type3col {
  margin-bottom: 2rem;
}
.archive_main .container .row .type3col .archive_post {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.archive_main .container .row .type3col .archive_post .img_top_con {
  position: relative;
}
.archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg {
  height: 18vw;
  transition: 0.3s;
}
.archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg:hover {
  opacity: 0.8;
}
.archive_main .container .row .type3col .archive_post .img_top_con .works_cate {
  position: absolute;
  left: 0;
  bottom: 0;
}
.archive_main .container .row .type3col .archive_post .img_top_con .works_cate a {
  color: #fff;
  background: #77CE98;
  display: block;
  padding: 0.3rem 1.5rem;
  font-size: 0.8rem;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con {
  background: #fff;
  padding: 1rem 0 1.5rem;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .date_cate {
  padding-left: 1.5rem;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .date_cate .t1 {
  color: #77CE98;
  position: relative;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  letter-spacing: 1px;
  line-height: 1;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .date_cate .t1::before {
  content: "";
  position: absolute;
  width: calc(100% - 5rem);
  height: 1px;
  background: #77CE98;
  right: 0;
  top: 10px;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .date_cate .works_date {
  color: #6E6E6E;
  margin-bottom: 0.5rem;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .works_title1 {
  color: #000;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .works_disc {
  font-size: 0.9rem;
  padding: 0 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  min-height: 80px;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .btn_works a {
  min-width: 170px;
  height: 42px;
  line-height: 1.8;
  padding: 6px 10px;
  font-size: 16px;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .btn_works a::after {
  right: 13px;
}
.archive_main .container .row .type3col .archive_post .img_bottom_con .btn_works a:hover::after {
  right: 5px;
}

.pagination {
  margin: 40px 0 0;
  padding-left: 15px;
}

.nav-links {
  display: flex;
}

.pagination .page-numbers {
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
  color: #77CE98;
  border-radius: 3px;
  box-shadow: 0 3px 6px #ddd;
  background: #fff;
}

.pagination .current {
  padding: 15px 20px;
  background: #77CE98;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #77CE98;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

#single_main {
  padding: 0 0 4rem;
}
#single_main .defo_inner {
  width: 60%;
}
#single_main .defo_inner .site-main .hentry {
  margin-bottom: 2rem;
}
#single_main .defo_inner .site-main .hentry .entry-header .entry-title {
  font-size: 1.4rem;
  border-bottom: 3px solid #77CE98;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
#single_main .defo_inner .site-main .hentry .post-thumbnail {
  margin-bottom: 3rem;
}
#single_main .defo_inner .site-main .hentry .post-thumbnail img {
  width: 100%;
}
#single_main .defo_inner .widget-area {
  padding-top: 2.5rem;
}
#single_main .post__pagination {
  margin-bottom: 50px;
}
#single_main .post__pagination .row .post__pagination__left {
  border: 1px solid #ddd;
  height: 90px;
  padding: 0;
}
#single_main .post__pagination .row .post__pagination__left a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-size: 0.9rem;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__mark {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #707070;
  text-align: center;
  line-height: 1;
  font-weight: 100;
}
#single_main .post__pagination .row .post__pagination__left a .post__pagination__left__mark span {
  font-size: 0.8rem;
  font-weight: 300;
}
#single_main .post__pagination .row .post__pagination__right {
  border: 1px solid #ddd;
  height: 90px;
  padding: 0;
}
#single_main .post__pagination .row .post__pagination__right a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #707070;
  font-size: 0.9rem;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__mark {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #707070;
  text-align: center;
  line-height: 1;
  font-weight: 100;
}
#single_main .post__pagination .row .post__pagination__right a .post__pagination__right__mark span {
  font-size: 0.8rem;
  font-weight: 300;
}

/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg {
    height: 20vw;
  }
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .archive_main .container .row .type3col {
    padding: 0 5px;
  }
  .archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg {
    height: 22vw;
  }
  .archive_main .container .row .type3col .archive_post .img_bottom_con .works_title1 {
    padding: 0 0.5rem;
  }
  .archive_main .container .row .type3col .archive_post .img_bottom_con .works_disc {
    font-size: 0.85rem;
    padding: 0 0.5rem;
    min-height: 95px;
  }
  #single_main .defo_inner {
    width: 75%;
  }
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .archive_main .container .row .type3col {
    padding: 0 0px;
    width: 70%;
    margin: 0 auto 2rem;
  }
  .archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg {
    height: 42vw;
    max-height: 270px;
  }
  .archive_main .container .row .type3col .archive_post .img_bottom_con .works_disc {
    font-size: 0.9rem;
    padding: 0 1rem;
    min-height: 75px;
  }
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  .archive_main .container {
    padding: 1rem 0;
  }
  .archive_main .container .row .type3col {
    width: 80%;
  }
  .archive_main .container .row .type3col .archive_post .img_top_con .top_img_bg {
    height: 55vw;
    max-height: 270px;
  }
  #single_main .defo_inner {
    width: 90%;
  }
  #single_main .defo_inner .site-main .hentry .entry-header .entry-title {
    font-size: 1.15rem;
  }
  /*-- ここまで --*/
}
/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  /*-- ここまで --*/
}
/*media Queries lgサイズ・PC中、タブレットサイズ、スマートフォン（1199px以下）で適応したいCSS - PC中・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  /*-- ここまで --*/
}
/*media Queries mdサイズ・PC小、タブレットサイズ、スマートフォン（991px以下）で適応したいCSS - PC小・スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  /*-- ここまで --*/
}
/*media Queries smサイズ・スマートフォンとタブレットサイズ（767px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  /*-- ここまで --*/
}
/*media Queries xsサイズ・スマホサイズ（576px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 576px) {
  /*-- ここまで --*/
}/*# sourceMappingURL=main.css.map */

/*instagram表示
----------------------------------------------*/

section#insta {
  margin-bottom: 4rem;
}
section#insta div.insta_area {
    margin: min(4.0rem, 40px) auto 0;
    width: 100%;
    position: relative;
}

section#insta div.insta_area a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    display: block;
}

section#insta div.insta_area iframe.snapwidget-widget {
    display: block;
    width: 100% !important;
    pointer-events: none;
}


@media screen and (max-width: 1200px) {
    section#insta div.insta_area {
        width: 100%;
    }
}
@media screen and (max-width: 926px) {
    section#insta div.insta_area {
        min-height: 450px;
    }
}
@media screen and (max-width: 830px) {
    section#insta div.insta_area {
        min-height: 300px;
    }
}
@media screen and (max-width: 480px) {
    section#insta div.insta_area {
        min-height: 200px;
    }
}

/* 午前：通信制高校サポート校
午後：放課後等デイサービスの項目
----------------------------------------------*/
#sec3 .txtatt p {
  font-size: 1rem;
  line-height: 1.8;
}

#sec3 p.aboutServant {
    margin-bottom: 30px;
}

.daytimeBox {
    display: flex;
    gap: 20px;
    width: 100%;
}

.daytimeBox .am,
.daytimeBox .pm {
    width: 100%;
}

.daytimeBox .am {
    background: #eeaa86;
    border-radius: 10px;
    padding: 10px 20px 20px;
}

.daytimeBox .pm {
    background: rgb(119, 206, 152);
    border-radius: 10px;
    padding: 10px 20px 20px;
}

.daytimeBox h3 {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.target {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    min-height: 200px;
}

.detail {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    min-height: 230px;
}

.target p,
.detail p {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.am p {
    color: #eeaa86;
}

.pm p {
    color: rgb(119, 206, 152);
}

.target ul,
.detail ul {
    padding-left: 0;
    margin: 0;
}

.target ul li,
.detail ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 8px;
}

.target ul li::before,
.detail ul li::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 0.6em;
    width: 8px;
    height: 8px;
    background-color: #eeaa86;
    border-radius: 50%;
}

.pm .target ul li::before,
.pm .detail ul li::before {
    background-color: rgb(119, 206, 152);
}


#sec3 .daytimeBox p {
    width: auto;
    margin: 0 0 10px 0;
    font-size: .9em;
}

.daytimeBox ul {
    width: auto;
    margin: 0;
}

.daytimeBox li {
    width: auto;
    height: auto;
    text-align: left;
    float: none;
    margin-right: 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .daytimeBox {
        display: block;
    }
    .am {
        margin-bottom: 20px;
    }
    .target,
    .detail {
        min-height: auto;
    }

}

@media screen and (max-width: 468px) {
  #sec3 .defo_inner .txtatt {
      width: 95%;
  }
}