@charset "UTF-8";
/*
theme Name:BND　ランディング
Author: kurumi.inc
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a {
  font-size: 16px;
  line-height: 2.1;
  text-decoration: none;
font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', serif;


  list-style: none;
  color: #1d1d1f;
  font-weight: 500;
  letter-spacing: 0.1em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
a:hover, a:focus {
  color: #777777;
  opacity: .7;
  text-decoration: none;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #222;
  text-shadow: none;
}
.common-1408-width {
  max-width: 1408px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1120-width {
  max-width: 1120px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1080-width {
  max-width: 1080px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-800-width {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-940-width {
  max-width: 940px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-index-padding {
  padding: 100px 0 140px;
}
.common-half-padding {
  padding: 120px 0 80px;
}
.common-100-padding {
  padding: 100px 0;
}
.common-120-padding {
  padding: 120px 0;
}
.common-80-padding {
  padding: 80px 0;
}
.pc_none {
  display: none !important;
}
.main-u-page {
padding-top: 95px;
}
.main-u-page._green{
	background-color: #EFF3FA;
}
#about, #target{
  padding-top: 95px;
  margin-top: -95px;
}
.common-ttl__wrap h1,.common-ttl__wrap h2 {
  display: block;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #43A047;
  font-weight: bold;
}
.common-ttl__wrap span {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #43A047;
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.common-ttl__wrap {
  margin-bottom: 60px;
}


.archive-flex__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.archive-flex__block ._main{
	width: 66%;
	max-width: 712px;
}
.archive-flex__block ._side{
	    max-width: 260px;
    width: 25%;
}
.category-items__box h3{
	    background-color: #43A047;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.category-items__box ul li{
	    margin-bottom: 6px;
}
.category-items__box ul li a{
position: relative;
    color: #43A047;
    font-weight: bold;
    font-size: 14px;
    padding-left: 30px;
	
}

.category-items__box ul li:nth-last-child(1){
	   margin-bottom: 0;
}
.category-items__box ul li a::after{
	    content: "";
    position: absolute;
    background-color: #43A047;
    width: 20px;
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.category-items__box{
	margin-bottom: 40px;
}
.category-items__box:nth-last-child(1){
    margin-bottom: 0;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 50px;
  }
	#about, #target{
    padding-top: 50px;
    margin-top: -50px;
  }
	/* .keyvisual-area__group{
		   padding-top: 50px;
	} */
}
@media screen and (max-width: 769px) {
  .common-100-padding {
    padding: 80px 0;
  }

  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
 
  .common-ttl__wrap {
    margin-bottom: 40px;
  }
  .common-index-padding {
    padding: 90px 0;
  }
  .common-half-padding {
    padding: 80px 0 50px;
  }
	 .common-ttl__wrap h1,.common-ttl__wrap h2 {
    font-size: 26px;
  }
	.common-120-padding {
  padding: 80px 0;
}
	.archive-flex__block ._main{
	width: 100%;
	max-width: 100%;
}
.archive-flex__block ._side{
	  width: 100%;
max-width: 100%;
	margin-top: 60px;
}
	.common-80-padding {
  padding: 50px 0;
}

}
@media screen and (max-width: 426px) {
  .common-ttl__wrap h1,.common-ttl__wrap h2 {
    font-size: 24px;
  }
  .common-ttl__wrap span {
    font-size: 14px;
  }
  .common-index-padding {
    padding: 80px 0;
  }
	div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a {
  font-size: 15px;
  line-height: 2;
}
}
/* header
* --------------------------------------- */
.global-nav__list {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 20px;
}
.hamburger {
  display: none;
  width: 100%;
}
.global-nav__item {
  text-align: center;
  display: block;
}
.global-nav {
  justify-content: flex-end;
  display: flex;
  padding: 30px 0;
  position: absolute;
  width: 100%;
}
.header_wrap {
  position: absolute;
  width: 100%;
  z-index: 9999;
  top: 0;
  background: #b5b5b5;
  box-shadow: 0 2px 5px rgb(148 148 148 / 16%);
}
/* .gnav-logo {
  display: none;
} */
.global-nav__items {
  display: flex;
  flex-direction: column;
}
.nav.fixed {
  position: fixed;
  width: 100%;
}
.global-nav__item a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.fixed .global-nav__item a {
  color: #43A047;
}
.fixed .global-nav {
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.gnav-logo img {
	width: 120px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .gnav-logo {
    display: block;
    width: 200px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .gnav-logo img {
    width: 120px;
  }
  .hamburger__line {
    position: absolute;
    left: 14px;
    width: 20px;
    height: 1px;
    background-color: #43A047;
    transition: all .6s;
  }
  .main_logo img {
    width: 130px;
  }
  .line_contact, .online_contact {
    display: none;
  }
  .main_logo a {
    margin: 0;
  }
  .sidebarMenu {
    position: fixed;
    left: 0;
    top: 0!important;
    width: 100%;
    height: 80px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    z-index: 1000;
    background: #fff;
  }
  .global-nav {
    flex-direction: column;
    position: fixed;
    justify-content: inherit;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 80px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 300;
  }
  .global-nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: calc(100% - 40px);
  }
  .global-nav__item {
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 0;
    border-left: solid .5px #fff;
  }
  .global-nav__item a {
    display: block;
    border-top: 1px solid #f0f0f0;
    text-decoration: none;
    font-size: 16px;
    padding: 20px 0;
  }
  .hamburger__line--1 {
    top: 18px;
  }
  .hamburger__line--2 {
    top: 24px;
  }
  .hamburger__line--3 {
    top: 31px;
  }
  .hamburger__txt {
    font-size: 9px;
    color: #2B6440;
    position: absolute;
    font-weight: bold;
    top: 38px;
    right: 18px;
    letter-spacing: 1px;
    font-family: 'Comfortaa', cursive;
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #959595;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  .nav-open .global-nav {
    right: 0;
  }
  .nav-open .main_logo {
    display: none;
  }
  .nav-open .black-bg {
    opacity: .5;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 28px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 28px;
  }
  .hamburger__sp span {
    display: block;
    font-size: 9px;
    line-height: normal;
    color: #2B6440;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: 'Comfortaa', cursive;
  }
  .hamburger__sp a {
    font-size: 16px;
    color: #07407C;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .hamburger__sp {
    text-align: center;
    position: absolute;
    top: 2px;
    left: 10px;
    cursor: pointer;
    z-index: 10;
  }
  .hamburger__sp img {
    width: 250px;
  }
  .global-nav__item a {
    color: #536365;
  }
}

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

  .gnav-logo img {
    width: 100px;
  }
  .gnav-logo {
    margin-left: 10px;
  }

}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.desktop-fixd__wrap {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.desktop-fixd__block a {
  display: flex;
  max-width: 680px;
  background-color: #FFFFFF;
  gap: 0 30px;
  padding-right: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
}
.desktop-ttl__block {
  width: 100px;
  background: #A4D323;
  padding: 20px 0;
  border-radius: 5px 0 0 5px;
}
.desktop-ttl__block ._ttl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.desktop-day__block {
  width: 200px;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.desktop-day__block ._tag {
  font-size: 14px;
  border: solid 1px #43A047;
  border-radius: 5px;
  color: #43A047;
  padding: 0 10px;
}
.desktop-day__block ._day span {
  display: block;
  font-weight: bold;
  line-height: 1.3;
  color: #43A047;
}
.desktop-day__block ._day span:nth-child(1) {
  font-size: 18px;
}
.desktop-day__block ._day span:nth-child(2) {
  font-size: 14px;
}
.desktop-location__block {
  width: 290px;
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.desktop-location__block ._tag {
  font-size: 14px;
  border: solid 1px #43A047;
  border-radius: 5px;
  color: #43A047;
  padding: 0 8px;
}
.desktop-location__block ._location {
  font-weight: bold;
  line-height: 1.3;
  color: #43A047;
}
.desktop-location__block ._btn img {
  vertical-align: top;
}
.smartphone-fixd__wrap .smartphone-fixd__box {
  display: none;
}
@media screen and (max-width: 769px) {
  .desktop-fixd__wrap .desktop-fixd__block {
    display: none;
  }
  .smartphone-fixd__wrap .smartphone-fixd__box {
    display: block;
  }
  .smartphone-fixd__box a {
    color: #FFF;
    background: linear-gradient(180deg, rgba(255,177,64,1) 0%, rgba(255,133,78,1) 73%, rgba(251,121,95,1) 100%);
    max-width: 240px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    padding: 7px 0;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }
  .smartphone-fixd__wrap {
    position: fixed;
    bottom: 0;
    background: #ffffff6e;
    width: 100%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.about-text__group {
  padding: 100px 0 90px;
}
.about-text__block {
  display: flex;
  justify-content: space-between;
  gap: 60px 0;
}
.about-text__box {
  width: 48%;
}
.about-text__box img {
  width: 100%;
}
.about-text__box ._ttl {
  margin-bottom: 50px;
}
.about-text__box ._ttl span {
  display: block;
  color: #43A047;
  font-weight: 700;
  letter-spacing: 0.24em;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
}


.about-text__box ._ttl h1 {
  color: #43A047;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 32px;
}
.about-text__box ._ttl p {
  color: #43A047;
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 32px;
}
.about-text__box ._text {
  margin-bottom: 80px;
}
.about-text__box ._text span {
  display: block;
  color: #4A4A4A;
  margin-bottom: 20px;
}
.about-text__box ._text p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
}
.about-text__box ._text p b {
  color: #43A047;
}
.about-note_box p {
  color: #F00;
  font-weight: bold;
}
.youtube-movie__wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-youtube__group {
  padding-bottom: 60px;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F9FFE8 50%, #F9FFE8 100%);
}
@media screen and (max-width: 769px) {
  .about-text__block {
    flex-direction: column;
  }
  .about-text__box {
    width: 100%;
    text-align: center;
  }
  .about-text__group {
    padding: 80px 0 60px;
  }
  .about-text__box._image {
    max-width: 80%;
    margin: 0 auto;
  }
  .about-text__box ._text {
    margin-bottom: 0;
  }
  .about-note_box {
    margin-top: 60px;
  }
  .about-youtube__group {
    padding-bottom: 10px;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff 50%, #fff 100%);
  }
  .youtube-movie__wrap {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  }
}
@media screen and (max-width: 541px) {

  .about-text__box ._ttl h1 {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 1.5;
    margin-top: 10px;
  }

  .about-text__box ._ttl p {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto;
    line-height: 1.5;
    margin-top: 10px;
  }
  .about-text__box ._ttl span {
    font-size: 14px;
  }
  .about-text__box ._text span {
    text-align: left;
  }
  .about-text__box ._text p {
    line-height: 2.1;
    text-align: left;
  }
  .about-text__box ._ttl {
    margin-bottom: 40px;
  }
  .about-text__block {
    gap: 20px 0;
  }
  .about-text__box._image {
    max-width: 100%;
  }
  .about-note_box p {
    font-weight: 500;
  }
  .about-note_box {
    margin-top: 40px;
  }
  .about-text__group {
    padding: 40px 0;
  }
}
@media screen and (max-width: 426px) {}
/* 
* --------------------------------------- */
.merit-ttl__wrap {
  margin-bottom: 70px;
}
.merit-ttl__wrap h2 {
  color: #43A047;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.16em;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.merit-ttl__wrap h2 span {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #43A047;
}
.merit-items__block {
  display: flex;
  justify-content: space-between;
}
.merit-items__box {
  width: 33%;
}
.merit-items__box:nth-child(1) {
  padding-right: 35px;
  border-right: solid 1px #43A047;
}
.merit-items__box:nth-child(2) {
  padding: 0 35px;
  border-right: solid 1px #43A047;
}
.merit-items__box:nth-child(3) {
  padding-right: 35px;
  padding-left: 35px;
  border-right: solid 1px #43A047;
}
.merit-text__box ._number {
  color: #A4D323;
  letter-spacing: 0.24em;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.merit-text__box h3 {
  color: #43A047;
  font-size: 28px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 30px;
}
.merit-text__box._line h3 {
  margin-bottom: 57px;
}
.merit-text__box._line ._number {
  margin-bottom: 30px;
}
.merit-text__box._line p {
  margin-bottom: 18px
}
.merit-items__box ._image {
  max-width: 400px;
  margin: 0 auto 20px;
}
.merit-items__box ._image img {
  width: 100%;
}
.merit-point__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 280px;
}
.merit-text__box p {
  margin-bottom: 45px;
  text-align: center;
}
.merit-point__box span {
  display: block;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #43A047;
  letter-spacing: 0.24em;
  font-weight: 700;
  text-align: center;
}
.merit-point__box ._text {
  text-align: center;
}
.merit-modal__open {
  color: #fff;
  background-color: #43A047;
  border-radius: 2px;
  text-align: center;
  padding: 2px 0;
  font-weight: 500;
  margin: auto auto 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: center;
  max-width: 110px;
  gap: 0 10px;
}
.merit-modal__wrap {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: none;
  opacity: 0;
  z-index: -1;
}
.merit-modal__window {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1100px;
  padding: 70px 80px;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  height: 55%;
  overflow-y: scroll;
}
.merit_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.merit_modal_close {
  z-index: 300;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 50px;
  cursor: pointer;
  font-weight: 100;
  color: #43A047;
}
.merit_modal_close:hover {
  opacity: 1;
}
.is_open, .is_open {
  overflow: hidden;
}
.merit-modal__wrap.is_open {
  animation: merit-modal__wrap_open .5s ease forwards;
}
.merit-modal__wrap.is_open .merit-modal__window {
  animation: merit-modal__window_open .5s ease forwards;
}
.merit-modal__wrap.is_close {
  animation: merit-modal__wrap_close .5s ease forwards;
}
.merit-modal__wrap.is_close .merit-modal__window {
  animation: merit-modal__window_close .5s ease forwards;
}
@keyframes merit-modal__wrap_open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 300;
  }
}
@keyframes merit-modal__window_open {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes merit-modal__wrap_close {
  0% {
    z-index: 300;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes merit-modal__window_close {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    transform: translateY(-30px);
    opacity: 0;
  }
}
.merit-modal__box {
  margin-bottom: 40px;
}
.merit-modal__box:nth-last-child(1) {
  margin-bottom: 0;
}
.merit-modal__box h3 {
  font-size: 20px;
  color: #43A047;
  font-weight: 500;
}
.merit-modal__box p {
  color: #536365;
}
@media screen and (max-width: 1081px) {
  .merit-text__box h3 {
    min-height: 150px;
    margin-bottom: 0;
  }
  .merit-text__box._line h3 {
    margin-bottom: 0;
  }
  .merit-text__box._line p {
    margin-bottom: 0;
  }
  .merit-text__box p {
    margin-bottom: 0;
    min-height: 230px;
  }
  .merit-items__box ._image {
    max-width: 200px;
  }
  .merit-text__box._line ._number {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 940px) {
  .merit-items__block {
    flex-direction: column;
  }
  .merit-items__box {
    width: 100%;
    background: #F9FFE8;
    margin-bottom: 20px;
    padding: 40px 60px;
    box-sizing: border-box;
  }
  .merit-items__box:nth-last-child(1) {
    margin-bottom: 0;
  }
  .merit-items__box:nth-child(1) {
    padding-right: 60px;
    border-right: none;
  }
  .merit-text__box h3 {
    min-height: auto;
    margin-bottom: 40px;
  }
  .merit-text__box p {
    margin-bottom: 40px;
    min-height: auto;
  }
  .merit-items__box:nth-child(2) {
    padding: 40px 60px;
    border-right: none;
  }
  .merit-text__box._line h3 {
    min-height: auto;
    margin-bottom: 40px;
  }
  .merit-text__box._line p {
    margin-bottom: 40px;
    min-height: auto;
  }
  .merit-items__box:nth-child(3) {
    padding-right: 60px;
    padding-left: 60px;
    border-right: none;
  }
  .merit-items__box ._image {
    max-width: 100%;
    width: 80%;
  }
  .merit-point__box {
    min-height: 100%;
  }
}
@media screen and (max-width: 769px) {
  .merit-ttl__wrap h2 span {
    display: inline-block;
    line-height: 1;
  }
  .merit-ttl__wrap h2 {
    display: block;
    line-height: 1.5;
    text-align: center;
  }
  .merit-modal__window {
    padding: 70px 30px;
	      margin: 0 20px;
  }
}
@media screen and (max-width: 426px) {
  .merit-items__box:nth-child(1) {
    padding-right: 10px;
  }
  .merit-items__box:nth-child(2) {
    padding: 40px 10px;
  }
  .merit-items__box:nth-child(3) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .merit-items__box {
    padding: 40px 10px;
  }
  .merit-ttl__wrap h2 {
    font-size: 26px;
  }
  .merit-ttl__wrap h2 span {
    font-size: 26px;
  }
  .merit-ttl__wrap {
    margin-bottom: 40px;
  }
  .merit-text__box ._number {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .merit-text__box h3 {
       margin-bottom: 35px;
    font-size: 25px;
  }
  .merit-text__box._line h3 {
    margin-bottom: 35px;
    font-size: 26px;
  }
  .merit-items__box ._image {
    width: 70%;
  }
  .merit-point__box ._text {
    margin-bottom: 15px;
  }
  .merit_modal_close {
    font-size: 30px;
  }
  .merit-modal__window {
padding: 46px 20px;
    margin: 0 20px;
  }
}
/* 交流会対象者
* --------------------------------------- */
.target-area__group {
  background-color: #F8F8F8;
}
.target-text__wrap {
  margin-bottom: 72px;
}
.target-text__wrap p {
  text-align: center;
  font-size: 20px;
  line-height: 2.5;
}
.target-text__wrap p b {
  font-weight: 500;
  color: #43A047;
}
.target-items__box {
  margin-bottom: 40px;
}
.target-items__box h3 {
  font-weight: bold;
  color: #43A047;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
}
.target-items__box ul {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
  gap: 22px 0;
  border-radius: 5px;
}
.target-items__box ul li {
  border: solid 1px #43A047;
  color: #43A047;
  width: 19%;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  padding: 8px 0;
}
.target-items__box ul:after {
   content: "";
    display: block;
    width: 59.6%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.target-note__wrap {
  margin-top: 40px;
}
.target-note__wrap p {
  font-size: 14px;
}
@media screen and (max-width: 941px) {
  .target-items__box ul li {
    width: 19%;
    font-size: 13px;
  }
  .target-items__box ul {
   gap: 10px 0;
  }
}
@media screen and (max-width: 769px) {
  .target-items__box ul li {
    width: 32%;
    font-size: 14px;
  }
  .target-items__box ul {
     gap: 10px 0;
  }
  .target-text__wrap p {
    text-align: left;
  }
  .target-text__wrap p br {
    display: none;
  }
	.target-items__box ul:after {
    content: "";
    display: block;
    width: 32%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}
@media screen and (max-width: 526px) {
  .target-items__box ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 426px) {
  .target-items__box ul li {
    width: 48.5%;
    font-size: 13px;
  }
  .target-items__box ul {
    gap: 5px  0;
    padding: 10px;
  }
  .target-text__wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .target-text__wrap {
    margin-bottom: 40px;
  }
  .target-items__box {
    margin-bottom: 20px;
  }
  .target-items__box h3 {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .target-note__wrap {
    margin-top: 20px;
  }
}
/* 交流会予定
* --------------------------------------- */
.events-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
}
.events-items__block:after {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.events-items__box {
  position: relative;
  width: 32%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.events-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.events-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.events-thumbnail__wrap ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.events-thumbnail__wrap ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}
.events-text__block {
  display: flex;
  gap: 0 20px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}
.events-text__wrap {
  padding: 15px 15px 0;
}
.events-text__block span {
  display: block;
  color: #43A047;
  font-weight: bold;
}
.events-venue__block {
  display: flex;
  gap: 5px 16px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.events-venue__block span {
  color: #43A047;
  font-size: 14px;
  border: solid 1px #43A047;
  border-radius: 5px;
  display: block;
  line-height: 1.4;
  font-weight: bold;
  padding: 2px 11px;
}
.events-venue__block h3 {
  line-height: 1.4;
}
.events-fee__block {
  display: flex;
  gap: 5px 16px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.events-fee__block span {
  color: #43A047;
  font-size: 14px;
  border: solid 1px #43A047;
  border-radius: 5px;
  display: block;
  line-height: 1.4;
  padding: 2px 11px;
  font-weight: bold;
}
.events-fee__block h3 {
  line-height: 1.4;
}
.events-btn__wrap {
  padding: 5px 0;
  border-top: solid 1px #D9D9D9;
  margin: 0 15px;
  margin-top: auto;
}
.events-btn__wrap p {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: flex-end;
  color: #43A047;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
}
.events-items__wrap {
  margin-bottom: 35px;
}
@media screen and (max-width: 769px) {
  .events-items__box {
    width: 100%;
  }
  .events-items__block {
    gap: 20px 0;
  }
  .events-items__wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 426px) {}
/* 参加者の口コミ
* --------------------------------------- */
.review-area__group {
  background-color: #F9FFE8;
}
.review-items__wrap {
  margin-bottom: 35px;
}
.review-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
}


.review-items__box {
  position: relative;
  width: 32%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 25px;
  box-sizing: border-box;
}
.review-position__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 15px;
  flex-wrap: wrap;
  margin-top: auto;
}
.review-thumbnail__wrap {
  width: 72px;
}
.review-thumbnail__wrap ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.review-thumbnail__wrap ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.review-text__wrap span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  text-align: right;
}
.review-text__wrap ._name {
  color: #B1B1B1;
}
.review-items__box ._time {
  color: #B1B1B1;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
}
.review-items__box p {
  line-height: 1.8;
  margin-bottom: 10px;
}

@media screen and (min-width: 769px) {
.review-items__block:after {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
}

@media screen and (max-width: 768px) {
  .review-items__wrap {
    margin-bottom: 20px;
  }
  .review-items__box {
    width: 100%;
  }
  .review-items__block {
    gap: 20px 0;
  }
 
}
@media screen and (max-width: 426px) {
	.review-items__box p {
font-size: 14px;
}
}
/* 参加者のインタビュー
* --------------------------------------- */
.interview-area__group {
  background-color: #F9FFE8;
}
.interview-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
}
.interview-items__block:after {
  content: "";
  display: block;
  width: 32%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.interview-items__box {
  position: relative;
  width: 32%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 5px;
}
.interview-items__box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.interview-items__box a:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha( opacity=20 )";
  background: #fff;
}
.interview-thumbnail__wrap ._thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}
.interview-thumbnail__wrap ._thumbnail {
  position: relative;
  overflow: hidden;
  padding-top: 66%;
}
.interview-text__wrap {
  padding: 15px;
}
.interview-text__wrap ._col {
  display: inline-block;
  color: #43A047;
  font-size: 14px;
  border: solid 1px #43A047;
  border-radius: 5px;
  line-height: 1.4;
  font-weight: bold;
  padding: 2px 8px;
  margin-bottom: 5px;
}
.interview-text__wrap h3 {
  color: #43A047;
  font-weight: bold;
  margin-bottom: 13px;
}
.interview-text__wrap p {
  font-size: 14px;
  line-height: 1.8;
}
.interview-items__wrap {
  margin-bottom: 35px;
}
.slider img {
  width: 100%;
}

.archive-interview__group .interview-items__block:after {
  content: "";
  display: block;
  width: 48%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.archive-interview__group  .interview-items__box {
 
 width: 48%;
}
@media screen and (max-width: 769px) {
  .interview-items__wrap {
    margin-bottom: 20px;
  }
  .interview-items__box {
    width: 100%;
  }
  .interview-items__block {
    gap: 20px 0;
  }
		.archive-interview__group .interview-items__box {
     width: 100%;
}
}
@media screen and (max-width: 426px) {
	.interview-text__wrap h3 {
   font-size: 16px;
    margin-bottom: 7px;
}
}
/* よくある質問
* --------------------------------------- */
.faq-container__item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.faq-question__wrap ._ttl {
  font-size: 24px;
  box-sizing: border-box;
  font-weight: normal;
  padding-right: 30px;
}
/* 
.fa {
  transition: ease-in-out 300ms;
} */
.rotate-fa {
  transform: rotate(180deg);
}
.faq-container__box {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.faq-question__wrap .fa {
  position: absolute;
  right: 18px;
  top: 28px;
  width: 10px;
  height: auto;
}
.rotate-angle-down {
  display: none !important;
}
.faq-no-bar {
  border-bottom: 0;
}
.faq-question__wrap .angle-down {
  position: absolute;
  right: 50px;
  top: 37px;
  color: #0074BF;
  font-size: 16px;
  font-weight: normal;
}
.faq-question__wrap ._icon {
  font-family: 'Josefin Sans', sans-serif;
  vertical-align: middle;
  width: 32px;
  line-height: 1;
}
.faq-question__wrap ._icon img {
  width: 100%;
  margin-top: 5px;
}
.faq-container__box {
  margin-bottom: 20px;
}
.faq-container__box:nth-last-child(1) {
  margin-bottom: 0;
}
.faq-txt__wrap {
  margin-top: 20px;
}
.faq-answer__wrap ._main {
  display: flex;
  gap: 0 20px;
  color: #43A047;
}
.faq-question__wrap .faq_txt {
  margin-top: 4px;
  width: 90%;
}
.faq-container__wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
  .faq-question__wrap .faq_txt {
    width: 70%;
  }
  .faq-container__wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 426px) {
	 .faq-question__wrap .faq_txt {
font-size: 14px;
  }
	.faq-answer__wrap ._main {
    font-size: 14px;
}
	.faq-answer__wrap ._sub {
    font-size: 14px;
}
}

/* 次回開催の申し込み
* --------------------------------------- */
.contact-items__block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:40px 0;
}
.contact-items__box{
    width: 48%;
	
}
.contact-items__box a{
	    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.5;
    padding: 39px 0;
    border-radius: 5px;
}
.contact-items__box:nth-child(1) a{
	background-color: #43A047;
	color: #fff;
	text-align: center;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.contact-items__box:nth-child(2) a{
	background-color: #fff;
	color: #43A047;
	border: solid 1px #43A047;
	text-align: center;
box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
@media screen and (max-width: 769px) {
	.contact-items__box{
    width: 100%;
	
}
}
@media screen and (max-width: 426px) {
	.contact-items__block{

	gap:20px 0;
}
	.contact-items__box a{
	    font-size: 21px;
   
}
}
/* フッター
* --------------------------------------- */
.footer-area__group {
background-color: #000000;
    padding: 16px 0;
}
.footer-area__group p,.footer-area__group a{
  color: #fff;
  text-align: center;
font-family: 'Montserrat', sans-serif;
  font-weight: normal;
	font-weight: bold;
}
.footer-area__group p a {
  color: #fff;
  display: inline-block;
font-family: 'Montserrat', sans-serif;
  font-weight: normal;
		font-weight: bold;
}

@media screen and (max-width: 426px) {
 .footer-area__group p a,.footer-area__group p {
 font-size: 14px;
}


}
/* 投稿ページ
* --------------------------------------- */
.common-single__group ._main{
	    width: 74%;
    max-width: 780px;
	
}
.common-single__group ._main .interview-single__wrap{

	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 5px;
}
.interview-single__block{
	display: flex;
	align-items: center;
	gap:10px 20px;
}
.interview-single__block ._col{
background-color: #43A047;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    padding: 0 10px;
}
.interview-single__block ._time{
	color: #43A047;
	 font-size: 14px;
	    font-weight: bold;
}
.interview-single__block{
	margin-bottom: 20px;
}
.post-text__wrap h1{
	font-size: 24px;
	padding-bottom: 15px;
	border-bottom: solid 1px #43A047;
	color: #43A047;
	font-weight: bold;
	    letter-spacing: 0.16em;
	margin-bottom: 60px;
	   line-height: 1.5;
}
.post-text__wrap h2{
	    background-color: #F2F2F2;
    font-size: 24px;
    letter-spacing: 0.16em;
    color: #43A047;
    font-weight: bold;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 1em;
}
.post-text__wrap h3{
    font-size: 24px;
    letter-spacing: 0.16em;
    color: #43A047;
    font-weight: bold;
    line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 1em;
}
.post-text__wrap ._image img{
	width: 100%;
	margin-bottom: 60px;
}
@media screen and (max-width: 769px) {
	.common-single__group ._main{
    width: 100%;
    max-width: 100%;
 
}
	.post-text__wrap h1 {
    margin-bottom: 70px;
}
}
@media screen and (max-width: 426px) {
	.post-text__wrap h1{
	font-size: 21px;
		margin-bottom: 50px;
}
	.post-text__wrap ._image img {
    margin-bottom: 30px;
}
.post-text__wrap h2{
	font-size: 21px;
	margin-top: 1.5em;
    margin-bottom: .5em;
}
.post-text__wrap h3{
 	font-size: 21px;
		margin-top: 1.5em;
    margin-bottom: .5em;
}
	.interview-single__block ._col {
      font-size: 13px;
}
	.interview-single__block {
    margin-bottom: 15px;
}
}
/* ペーじゃー
* --------------------------------------- */
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  align-items: center;
	gap:0 10px;
}
.wp-pagenavi a {
  color: #43A047;
  border: solid 1px #43A047;
  width: 40px;
  text-align: center;
  padding: 3px 0;
 
  background-color: #ffffff;
  border-radius: 8px;
  font-size: 16px;
}
.wp-pagenavi .current {
     background-color: #43A047;
    color: #fff;
    border: solid 1px #43A047;
    width: 40px;
    text-align: center;
    padding: 3px 0;
  
    border-radius: 8px;
    font-size: 16px;
}
.wp-pagenavi a:hover {
  color: #fff;
  background-color: #43A047;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 76px;
    background: #43A047;
    color: #fff;
    border: solid 1px #43A047;
}
.breadcrumbs_wrap._green{
	    background-color: #fff;
}
.breadcrumbs_wrap .common-1080-width {
display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
}
.breadcrumbs_wrap span, .breadcrumbs_wrap a {
  padding-right: 1px;
	color: #89B2DF;
	font-size: 14px;
}
.breadcrumbs_wrap .current-item {
  color: #0044D1;
}
.breadcrumbs_wrap span:nth-child(2) {
  margin: 0 5px;
  display: inline-block;
}
.single-peger-items {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
.single-peger {
max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
}
.single-peger-items li {
  text-align: center;
  width: 32%;
}
.single-peger-items li a, .single-peger-items li a span {
  border: solid 1px #43A047;
  color: #ffffff;
  padding: 1px 0;
  font-size: 16px;
  background: #43A047;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  font-size: 15px;
}
.single-peger-items li a:hover {
  color: #43A047;
  background: #fff;
}
.single-peger-items li a span:hover {
  color: #43A047;
  background: #fff;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi a {
    padding: 6px 0;
    margin: 0 3px;
  }
  .wp-pagenavi {
    margin-top: 45px;
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    padding: 6px 0;
  }
  .wp-pagenavi .current {
    padding: 6px 0;
    margin: 0 3px;
  }
  .single-peger-items {
    margin-top: 30px;
  }
  .single-peger-items {
    flex-wrap: wrap;
    margin: 20px auto 0;
  }
  .single-peger-items li {
    width: 47%;
  }
  .single-peger-items li a {
    font-weight: normal;
    padding: 4px 0;
  }
  .single-peger-items .pc_none {
    margin: 0 auto;
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 426px) {
  .wp-pagenavi a, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .current {
    font-size: 13px;
  }
  .wp-pagenavi {
    max-width: 300px;
    margin: 45px auto 0;
    width: 100%;
  }
}

/* 岩下追記 */

/* ボタン */

.coomon-btn__warp {
  margin-top: 60px;
  padding-bottom: 120px;
  max-width: 170px;
  margin: 0 auto;
}

.coomon-btn__warp a {
  padding: 16px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #89B2DF;
  border-radius: 30px;
}

.coomon-btn__warp_2 {
  margin-top: 60px;
  max-width: 370px;
  margin: 0 auto;
}

.coomon-btn__warp_2 a {
  padding: 16px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #c85554;
  border-radius: 40px;
}
.coomon-btn__warp_2 small {
  font-size: 14px;
}


.cv-area-btn  {
  margin-top: 60px;
  padding: 40px 0 50px 0;
  max-width: 260px;
  margin: 0 auto;
}

.cv-area-btn a{
  max-width: 260px;
  padding: 40px 0 50px 0;
  background: #89B2DF; /* 藍色の単色背景 */
  padding: 16px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px; 
}


.cv-area-illust {
  position:absolute;
  top: 70%;
  right: 10%;
}

.cv-triangle {
  width: 100%;
  height: auto;
}

.cv-triangle img {
  width: 100%;
}

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

  .coomon-btn__warp {
    padding: 40px 0 50px 0;
  }

}

.wp-pagenavi .current {
  background-color: #CBE86B;
  border: 1px solid #CBE86B;
}

.wp-pagenavi a {
  color: #CBE86B;
  border: solid 1px #CBE86B;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background-color: #CBE86B;
  border: 1px solid #CBE86B;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #CBE86B;
}


.footer-btn {
  position: fixed;
  bottom: 110px;
  right: 110px;
  z-index: 1000;
  width: 130px;
  height: 130px;
}

.footer-btn img{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .footer-btn{
display: none;
  }
}
/* ヘッダー */
.global-nav {
  padding:0;
}

.sidebarMenu {
  background-color: #fff;
}

.nav-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.gnav-logo a {
  font-size: 19px;
  font-weight: bold;
  color: #25DE00;
  line-height: 1.6;
}

.gnav-logo small {
  font-size: 16px;
  margin-left: -5px;
}

.nav-item {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}

.header-tel img {
  width: 150px;
  height: auto;
}

@media screen and (min-width: 769px) {

.global-nav {
  display: flex;
  position: relative;
  max-width: 700px;
  width: 100%;
}

}

@media screen and (max-width: 768px) {
  .global-nav {
    max-width: 700px;
    width: 0;
    padding-top: 80px;
  }
  .nav-open .global-nav {
    width: 100%;
  }

  .nav-item {
    padding: 0;
  }

  .header-tel img {
    padding-top: 10px;
    margin-right: 80px;
  }

  .gnav-logo {
    margin-top: 0;
  }
  
  .hamburger {
    top: 11px;
    margin-right: 20px;
    background-color: #000000;
  }
  .hamburger__line {
    background-color: #fff;
  }
  }


.global-nav__item a {
  font-size: 12px;
  font-weight: bold;
  color: #1A1311;
}

.global-nav__list {
  gap: 0 15px;
}

.fixed .global-nav {
  box-shadow:none;
}

.fixed .global-nav__item a {
  color: #1A1311;
}



/* キービジュアル */


.kv-img-pc {
  margin-top: 87px;
}
.kv-img-pc img {
  width:100%;
  height:auto;
}

.kv-img-sp img {
  width:100%;
  height:auto;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
  }
  @media screen and (max-width: 768px) {
    .sp-none {
      display: none;
    }
  }

/* こんなお悩み */

.about-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin: 0 auto;
}

.about-ttl img {
  width: 600px;
  height: auto;
}

.about-ttl span {
  font-size: 24px;
  font-weight: bold;
  color: #1C140D;
}

.about-item-area {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  padding-top: 60px;
  max-width: 1100px;
}

.about-item {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.about-item img {
  width: 100%;
  height: auto;
}

.about-item span {
  text-align: center;
  padding-top: 40px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.banner-area {
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {

  .banner-area {
    margin-bottom: 60px;
  }

.about-item {
  width: 48%;
}

.about-ttl {
  max-width: 420px;
}
  .about-ttl img {
    padding-top: 20px;
    width: 100%;
}

.about-item img {
  max-width: 300px;
}
  .about-item-area {
    flex-wrap: wrap;
    align-items: center;
  }

  .about-item span {
    width: 100%;
    font-size: 18px;
    padding-top: 20px;
  }

  .about-item {
    align-items: center;
    margin-bottom: 30px;
  }

  .about-item-3 {
    margin: 0 auto;
  }
}
/* バナーエリア */

.banner-area img {
  width: 100%;
  height: auto;
}



/* こんなことが可能です */

.review-btn {
  max-width: 250px;
  padding-bottom: 0;
}
.works_bg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.works_bg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .works_bg {
    padding-bottom: 0;
  }

  .works_bg img {
    max-width: 100%;
  }
}


.works-item-area {
  padding-top: 60px;
}

.works-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 0 70px;
  padding-bottom: 60px;
  border-bottom: #E3E3E3 solid 1px;
}

.works-icon img{
width: 240px;
height: auto;
}

.works-item-2 {
  padding-top: 60px;
  border-bottom: none;
  flex-direction: row-reverse;

}

.works-txt img {
  width: 100%;
  height: auto;
}

.works-txt p {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding-top: 40px;
}

.works-sub-item {
  max-width: 840px;
  margin: 0 auto;
  border: solid 1px #E3E3E3;
  border-radius: 20px;

}

.works-sub-item p {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  padding: 20px;
}

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

  .works-icon img {
    width: 180px;
  }
  .works-item {
    gap: 40px;
  }
  .works-txt img {
    width: 80%;
  }
  .works-txt p {
    padding-top: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 580px) {
 
.works-item  {
  flex-direction: column;
}

.works-txt img {
  width: 100%;
}

	.works-icon {
		margin: 0 auto;
	}
}


/* CVエリア */

.cv-area-group {
  position: relative;
  background: #D38EB0; 
  opacity: 0.7;
  margin-bottom: 120px;
}


.cv-area-item {
  display: flex;
  text-align: center;
  flex-direction: column;
  padding-top: 40px;
}

.cv-area-item span {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fff;
}

.cv-area-item .main-txt {
  font-size: 64px;
}

.message-area-ttl {
  margin-bottom: 60px;
  
}

.message-img img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {

.cv-area-item .main-txt {
  font-size: 39px;
}

.cv-area-illust {
  right: 25px;
  top: 90%;
}

.cv-area-illust img {
  width: 80px;
}

.cv-area-group {
  margin-bottom: 100px;
}

.message-area-item {
  flex-direction: column-reverse;
  gap: 40px;
}

.message-img {
  margin: 0 auto;
}

.message-img img {
  width: 300px;
  height: auto;
}


}

/*>このサービスを始めた理由<  */

.message-area-item {
  display: flex;
}


.message-txt {
  width: 70%;
  margin-right: 80px;
}

.message-ttl {
  font-size: 32px;
  color: #1C140D;
  font-weight: bold;
  margin-bottom: 40px;
}

.message-ttl  span{
  font-size: 32px;
  color: #FB7960;
  font-weight: bold;

}

.message-area-ttl {
  font-size: 34px;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
.message-txt {
  width: 100%;
}
}

/* Kurumiのできること */

.possible-area-group {
  padding-top: 120px;
  background: linear-gradient(360deg, #EFF3FA 0%, #EFF3FA 30%, #fff 30%, #fff 100%);
}
.possible-ttl {
  max-width: 560px;
    display: flex;
  justify-content: center;
  margin: 0 auto;
}
.possible-ttl img {
  width: 100%;
  height: auto;
}

.possible-item-area {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
  padding: 60px 20px;
  box-shadow: 0px 3px 24px 0px #e0ebf3;
  background-color: #fff;
}

.possible-item {
  width: 32%;
}

.possible-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.possible-item-ttl {
  font-size: 24px;
  color: #0d0015;
  font-weight: bold;
  text-align: center;
}

.possible-item-txt {
  font-size: 15px;
  font-weight: bold;
  color: #3B4043;
  text-align: center;
}

.possible-item-solid {
  border-right: solid 1px #E3E3E3;
}

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

  .possible-ttl img {
    max-width: 560px;
  }

  .possible-item {
    width: 48%;
  }

  .possible-item-solid {
    border-right: none;
  }

  .possible-item-ttl {
    font-size: 20px;
  }

  .possible-area-group {
    padding-top: 100px;
  }
  
  .possible-item-solid-sp {
    border-right: solid 1px #E3E3E3;
    padding-right: 10px;
  }
}

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

  .possible-item-area {
    flex-direction: column;
  }

  .possible-item {
    width: 100%;
  }

  .possible-item-solid-sp {
    border: none;
  }

  .possible-item {
    border-bottom: solid 1px #E3E3E3;
    padding-bottom: 40px;
  }

}
/* お客様の声 */

.review-area__group {
  background-color: #EFF3FA;
}


.review-area-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-area-ttl span {
  font-size: 20px;
  font-weight: bold;
}

.review-area-ttl .ttl_bold {
  font-size:34px;
}

.review-items__wrap {
  margin-top: 60px;
}

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

  .review-items__block {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .review-items__box {
    width: 48%;
  }

  .review-items__block_sub {
    justify-content: space-between;
  }

}

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

  .review-items__block {
    justify-content: space-between;
  }

  .review-items__box {
    width: 100%;
  }

}

/* お申し込みの流れ */

.flow-area__group {
  padding: 120px 0;
  border-bottom: solid 1px #EFF3FA;
}

.flow-area-ttl h2 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.flow-item-area {
  max-width: 1100px;
  margin: 60px 0;
}
.flow-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.flow-all {
  display: flex;
  flex-direction: column;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #eaf4fc;
  justify-content: center;
  align-items: center;
}

.flow-all span {
  font-size: 20px;
  font-weight: bold;
  color: #007bbb;
  text-align: center;
  padding-bottom: 15px;
  line-height: 1.6;
}

.flow-triangle {
  width: 32px;
  height: 24px;
}

.flow-all img {
  width: 80px;
  height: auto;
}

.flow-item-4 {
  background-color: #D38EB0;
}

.flow-item-4 span {
  color: #fff;
}
.review-position {
  padding-bottom: 15px;
  margin-top: 0;
}

.review-position span {
  color: #FB7960;
  text-align: left;
}
@media screen and (max-width: 1030px) {
  .flow-all img {
    width: 77px;
  }

  .flow-triangle {
    width: 20px;
    height: 16px;
  }

  .flow-area__group {
    padding: 100px 0;
  }

  .flow-all {
    width: 180px;
    height: 180px;
  }

}

@media screen and (max-width: 768px) {
  .flow-area-ttl h2 {
    font-size: 24px;
  }

  .flow-all span {
    font-size: 16px;
  }

  .flow-triangle {
    transform: rotate(90deg);
  }

  .flow-item {
    gap: 20px;
    flex-direction: column;
  }

  .flow-all {
    width: 240px;
    height: 240px;
  }
}



/* よくある質問 */

.faq-area__group {
  padding: 120px 0;
}

.faq-area-ttl h2 {
  width: 100%;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
}

.faq-area-ttl h3 {
  width: 100%;
  text-align: left; /* センタリングを無効にする */
  font-size: 25px;  /* 必要に応じてサイズを調整 */
  font-weight: bold;
}


.faq-question__wrap {
  display: flex;
  width: 100%;
  transition: ease-in-out 100ms;
  padding: 30px 0;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  gap: 0 20px;
  background: #fff;
  border-top: solid 1px #f0f0f0;
}

.faq-answer__wrap {
  display: none;
  padding-bottom: 60px;
  margin-top: 5px;
  padding-bottom: 30px ;
}
.faq-answer__wrap ._sub {
  box-sizing: border-box;
    margin-top: 5px;
    border-radius: 5px;
    color: #747474;
    margin-left: 51px;
}

.faq-question__wrap .faq_txt {
  font-size: 18px;
  font-weight: bold;
  color: #3B4043;
}

.faq-answer__wrap ._main {
  color: #6e6e73;
  font-size: 20px;
  font-weight: bold;
}
.faq-answer__wrap ._sub {
  color: #3B4043;
  font-size: 16px;
  font-weight: bold;
  background-color: #EFF3FA;
  padding: 20px;
  margin-left: 0;
}





.faq-container__box {
  margin-bottom: 0;
}

.faq-container__wrap {
  padding-top: 60px;
}

.faq-question__wrap .fa {
  position: absolute;
    right: 18px;
    top: 44px;
    width: 15px;
    height: auto;
}

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

.faq-area__group {
  padding: 100px 0 50px;
}

}
/* お問い合わせ */

.contact-area-bg {
  width: 100%;
  margin-bottom: -11px;

}

.contact-area-bg img {
  width: 100%;
  height: auto;
}

.contact-area__group {
  background-color: #D38EB0;
}

.cv-ttl {
  max-width: 560px;
  display: flex;
  margin: 0 auto;
}
.cv-ttl img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.cv-item-area {
  margin-top:60px;
}

.cv-tel {
  max-width:800px;
  background-color:#EFF3FA;
  margin: 0 auto;
  position:relative;
  border-radius: 20px;
}

.cv-tel-ttl {
 color:#000000;
 font-size:24px;
 font-weight:bold;
 text-align: center;
 position: absolute;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 width: 100%;
}

.cv-tel-number {
  display:flex;
  text-align: center;
  padding-top: 40px;
  justify-content: center;
}

.cv-tel-number span{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.cv-tel-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 40px;
}

.cv-item {
  margin-top: 40px;
  background-color: #fff;
  padding: 60px 20px;
  border-radius: 20px;
}

.calendar-area {
  padding-top: 40px;
}

.faq-container__box:nth-last-child(1) {
  border-bottom: solid 1px #F0F0F0;
}

@media screen and (max-width: 768px) {
  .faq-container__wrap {
    margin-bottom: 20px;
  }


  .faq-answer__wrap ._sub {
    padding: 10px;
  }

  .cv-ttl img {
    max-width: 370px;
  }

  .kv-img-sp  {
    margin-top: 77px;
  }
}

@media screen and (max-width: 425px) {
  .header-tel img {
    width: 120px;
    padding-top: 18px;
}

.gnav-logo a {
  font-size: 12px;
}

.gnav-logo small {
  font-size: 13px;
}
.gnav-logo {
  padding-top: 5px;
}
}

/* もっと見る 開閉 */

/*inputを非表示 & 閉じた時の位置調整*/
.open-box{
  position: relative;
}
input[type="checkbox"].on-off{
  position: absolute;
  top: 50%;
  display: block;
  opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label{
  margin: 0 auto;
  padding: 10px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #D38EB0;
  border-radius: 30px;
  position: relative;
  width: 120px;
}
/*ボタンっぽい効果*/
.open-label:active{
  box-shadow: 0 0 0 0;
}
.open-label:hover{
  opacity: 0.7;
}
/*ラベルに表示するテキスト*/
.open-label::after{
  content:'もっと見る'; 
}
.on-off:checked ~ .open-label::after{
  content: '閉じる';
}

/*開閉エリア*/
.open{
  border-radius: 8px;
  height: 280px;
  overflow: hidden;
  transition: .5s;
  position: relative;
  padding-bottom: 20px;
}
.on-off:checked ~ .open{
  height: auto;
}
/*開閉エリアにぼかしを乗せる*/
.open::before{
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(255,255,255,1)100%);
  position: absolute;
  top: 30%;
  left:0;
  right:0;
  bottom:0;
  z-index: 3;
}
/*開いたらぼかしを消す*/
.on-off:checked ~ .open::before{
  background: none;
  z-index: -1;
}

/* 425px以下 */

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

.about-ttl span {
  font-size: 20px;
}

.about-item-area {
  flex-direction: column;
  gap: 40px;
}

.about-item img {
  max-width: 90%;
}

.about-item {
  width: 80%;
}

.works-item {
padding-bottom: 20px;
}

.cv-area-item span {
  font-size: 24px;
}

.cv-area-item .main-txt {
  font-size: 28px;
}

.cv-area-item {
  margin: 0 10px;
}

.message-area-ttl {
  font-size: 24px;
}

.message-ttl {
  font-size: 20px;
}

.message-ttl span {
  font-size: 22px;
}

.message-txt br {
  display: none;
}

.review-area-ttl .ttl_bold {
  font-size: 24px;
}

.coomon-btn__warp_2 a {
  text-align: center;
}

.faq-area-ttl h2 {
  font-size: 24px;
}

.faq-question__wrap .faq_txt {
  font-size: 18px;
}

.faq-answer__wrap ._main {
  font-size: 18px;
}

.contact-area-bg {
  margin-bottom: -9px;
}

.cv-tel-ttl {
  font-size: 20px;
}

.cv-item-area {
  margin-top: 20px;
}
}

.faq-gold ._down {
  display: none;
}

.faq-icon-down ._up {
 opacity: 0;
}

.faq-gold ._up {
  opacity: 1;
  top: 50px;
}

