@charset "UTF-8";

div {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

a {
  transition: 0.3s;
}

body {
  min-width: 1186px;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}
.space_module_small {
  height: 20px;
}
.space_module_midium {
  height: 40px;
}
.u-pc-hidden {
  display: none;
}

.sp {
  display: none;
}
.pc {
  display: block;
}

.c-hiragino {
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.c-serif {
  font-family: "Noto Serif JP", serif;
}

.c-libre {
  font-weight: normal;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.05em;
}

.c-back {
  background: linear-gradient(transparent 0%, #ffffff 0%);
}

.c-back-y {
  padding: 3px 20px;
  background: linear-gradient(transparent 0%, #e2b71c 0%);
}

.l-header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7);
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.l-header__ttl-link img {
  max-width: 220px;
}

.l-header__nav {
  display: flex;
  align-items: center;
}

.l-header__menus {
  display: flex;
  align-items: center;
  margin-right: 38px;
}

.l-header__menu:not(:last-of-type) {
  margin-right: 52px;
}

.l-header__link {
  position: relative;
  color: #008775 !important;
  font-size: 18px;
  transition: color 0.3s;
}

.l-header__link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #008775;
  content: "";
  transition: transform 0.3s;
}

.l-header__link:hover::after {
  transform: scale(1, 1);
}

.l-header__btns {
  display: flex;
}

.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  overflow: hidden;
  border: 2px solid #008775;
  border-radius: 5px;
}

.l-header__btn:not(:last-of-type) {
  margin-right: 10px;
}

.l-header__btn-link {
  width: 100%;
  height: 100%;
  padding: 11px 10px;
  background-color: #ffffff;
  color: #008775 !important;
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
}

.l-header__btn-link:hover {
  background-color: #008775 !important;
  color: #ffffff !important;
}

.l-header__btn-link--green {
  background-color: #008775 !important;
  color: #ffffff !important;
}

.l-header__btn-link--green:hover {
  background-color: #ffffff !important;
  color: #008775 !important;
}

.header-hamburger {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 20px;
  width: 30px;
  height: 24px;
  margin: 18px 0 18px;
}

.header-hamburger span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #008775;
  transition: all 0.4s;
}

.header-hamburger span:nth-of-type(1) {
  top: 0;
}

.header-hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}

.header-hamburger span:nth-of-type(3) {
  bottom: 0;
}

#header-hamburger.open span:nth-of-type(1) {
  transform: translateY(10px) rotate(315deg);
}

#header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}

#header-hamburger.open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(-315deg);
}

.p-main {
  background: #edf7f5;
}

.p-visual {
  margin-top: 0;
  z-index: 2000;
  position: relative;
  background: url('../img/new/main_img01.jpg') repeat-x;
  animation: scroll-anim 30s linear infinite;
  height: 760px;
}

@keyframes scroll-anim {
	100% {
		background-position: -100% 0;
	}
}

.p-visual__inner {
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-visual__ttl {
  z-index: 2000;
  position: relative;
  padding-top: 150px;
  color: #008775;
  font-size: 38px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.icon_badge {
  margin-top: 50px;
  padding-bottom: 166px;
  display: flex;
  align-items: flex-end;
}
.icon_badge img {
  z-index: 10;
  margin-right: 30px;
}
.filter {
  position: relative;
}
.app {
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  width: 174px;
  height: 65px;
  border-radius: 10px;
  opacity: 0.8;
}
.android {
  top: 0;
  left: 0;
  z-index: 100;
  position: absolute;
  width: 216px;
  height: 65px;
  border-radius: 10px;
  opacity: 0.8;
}
.comming {
  display: none;
}
.saturate {
  position: relative;
}
.app_badge {
  position: relative;
  width: 174px;
}
.google_badge {
  width: 174px;
}
.p-visual__ttl::after {
  content: none;
}

.p-visual__pic {
  z-index: 1000;
  position: absolute;
  bottom: -150px;
  right: 143px;
}

.p-visual__img {
  width: 430px;
  object-fit: cover;
}

.p-with {
  margin-top: 0;
  /* padding-top: 177px; */
  padding-top: 100px;
  background: #ffffff;
}

.p-with__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-with__logo {
  width: 23%;
  text-align: center;
  padding-top: 30px;
}

.p-with__ttl {
  color: #008775;
  font-size: 28px;
  letter-spacing: 0.05;
}

.p-with__ttl::after {
  content: none;
}

.p-with__pic {
  width: 30%;
  margin-right: auto;
  margin-bottom: 32px;
  margin-left: auto;
}

.p-with__copy {
  width: 65%;
}

.p-with__copy-main.title {
  /* font-size: 38px; */
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 400;
}
.p-with__copy-main {
  color: #008775;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

.p-with-question {
  padding-top: 120px;
  padding-bottom: 160px;
  background-color: #EDF7F5;
}
.p-with__copy-subttl {
  text-align: center;
  font-size: 38px;
  color: #008775;
  line-height: 1.5em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 50px;
}
.p-with__copy-list {
  max-width: 1186px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-width__copy_block {
  display: flex;
}
.p-width__copy_block.two {
  margin-top: 150px;
}
.p-with__copy-item {
  position: relative;
  width: 600px;
}
.p-with__copy-item.two {
  margin-top: 50px;
}

.p-with__copy-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.p-with__copy-item-icon {
  position: absolute;
  z-index: 10;
  bottom: -110px;
  right: 20px;
  width: 260px;
  margin-bottom: 30px;
}
.p-with__copy-item-icon.two {
  bottom: -200px;
  right: 10px;
}
.p-with__copy-item-icon.three {
  width: 233px;
  bottom: -180px;
  right: 40px;
}
.p-with__copy-item-icon.four {
  width: 214px;
  bottom: -230px;
  right: 20px;
}

.p-with__copy-icon-img {
  width: 100%;
}
.p-with__copy-item-ttl {
  width: fit-content;
  position: relative;
  padding: 5px 15px;
  z-index: 10;
  text-align: center;
  background-color: #F1926A;
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 13px;
}

.p-with__copy-item-body {
  position: relative;
  z-index: 1;
  padding: 55px 40px;
  margin-top: -50px;
  margin-left: 40px;
  width: 470px;
  font-size: 20px;
  color: #008775;
  background-color: #ffffff;
}
.p-with__copy-item-body.two {
  margin-top: -120px;
  padding: 114px 40px 46px 40px;
}
.p-with__copy-item-body.two p {
  margin-top: 20px;
}
.p-with-content {
  position: relative;
  width: 75%;
  max-width: 1100px;
  margin: auto;
  margin-top: 290px;
  color: #008775;
  font-size: 20px;
}
.p-with__content_tag {
  position: absolute;
  font-size: 100px;
  color: #F1926A;
  font-weight: bold;
}
.p-with__content_tag.left {
  transform: scale(-1);
  left: -80px;
  top: -90px;
}
.p-with__content_tag.right {
  right: -80px;
  top: -40px;
}
.p-with_profeccer {
  margin: auto;
  margin-top: 80px;
  padding: 60px;
  width: 900px;
  background-color: #ffffff;
}
.profeccer_profile {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.kimu_img {
  width: 240px;
  border-radius: 50%;
}
.carrier {
  width: 500px;
}
.carrier_supervision {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
.carrier_name {
  font-size: 22px;
  font-weight: bold;
}
.carrier_name span {
  font-size: 16px;
}
.carrier_tag {
  font-size: 14px;
  color: #008775;
  font-weight: bold;
  margin-top: 17px;
}
.carrier_content {
  font-size: 14px;
  line-height: 24px;
}
.profeccer_msg p{
  line-height: 30px;
}

.p-program {
  margin-top: 0;
  overflow: hidden;
  background: #008775;
  color: #ffffff;
}

.p-program__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-program__copy {
  padding-top: 85px;
  width: 50%;
  padding-bottom: 5%;
}

.p-program__pic {
  position: relative;
  flex: 1;
}

.p-program__img {
  position: absolute;
  top: 0px;
  width: 100%;
}

.p-program__pic2 {
  position: relative;
  /* width: 47%; */
  flex: 1;
  margin-left: 40px;
  margin-right: -40px;
}

.p-program__img2 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.p-program__label img{
  width: 200px;
  margin-bottom: 13px;
}

.p-program__ttl {
  color: #ffffff;
  margin-bottom: 23px;
  font-weight: 100;
  font-size: 32px;
  letter-spacing: 0.1em;
}

.p-program__ttl::after {
  content: none;
}

.p-program__text {
  width: 508px;
  margin-bottom: 45px;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.8;
}
.p-program__tag {
  width: fit-content;
  font-weight: bold;
  padding: 4px 15px;
  font-size: 32px;
  color: #008775;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.p-program__list {
  margin-top: 30px;
  margin-bottom: 53px;
}

.p-program__item {
  box-sizing: border-box;
  display: flex;
  position: relative;
  align-items: center;
  height: 60px;
  padding-left: 80px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.p-program__discription {
  width: 509px;
  margin-top: 54px;
  font-size: 26px;
  font-weight: 100;
}

.p-program__item:not(:last-of-type) {
  margin-bottom: 25px;
}

.p-program__ico {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 60px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.p-program__members {
  display: flex;
  justify-content: center;
}

.p-program__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.p-program__member-pic {
  width: 50%;
  margin-right: auto;
  margin-bottom: 27px;
  margin-left: auto;
}

.p-program__member-img {
  width: 100%;
}

.p-program__member-title {
  margin-bottom: 10px;
  color: #008775;
  font-weight: 600;
  font-size: 14px;
}

.p-program__member-name {
  color: #008775;
  font-size: 16px;
}

.p-program__block {
  display: flex;
}

.p-program__block-pic {
  min-width: 160px;
  margin-right: 30px;
}

.p-program__block-body {
  flex-shrink: 1;
  color: #008775;
}

.p-program__block-ttl {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 12px;
}
.p-issue {
  margin-top: 0;
  padding-bottom: 160px;
  background-color: #EDF7F5;

}
.p-issue__inner {
  position: relative;
}
.p-issue__content {
  position: relative;
  z-index: 2000;
  width: 100%;
  margin: -10.35% 0 0 auto;
  background-color: #EDF7F5;
  padding-top: 70px;
  padding-bottom: 90px;
}
.p-issue__ttl {
  color: #008775;
  font-size: 28px;
  text-align: center;
}
.p-issue__items {
  margin-top: 43px;
  display: flex;
  justify-content: center;
}
.p-issue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  margin-left: 15px;
  width: 200px;
}
.p-issue-item img {
  width: 110px;
}
.p-issue-item p {
  text-align: center;
  margin-top: 27px;
}
.p-our__concept {
  width: 100%;
  margin-top: 184px;
}
.p-our__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.p-our__ttl img {
  width: 200px;
}
.p-our__ttl span {
  font-size: 32px;
  margin-left: 17px;
  color: #008775;
  font-weight: 100;
  padding-top: 10px;
}
.p-our-content {
  margin: auto;
  width: 890px;
  /* height: 500px; */
}
.p-our-content iframe {
  width: 100%;
  height: 100%;
}
.p-to__you {
  text-align: center;
  margin-top: 30px;
  color: #008775;
}
.p-philosophy {
  padding-top: 120px;
  padding-bottom: 180px;
  background-color: #ffffff;
}
.p-philosophy__ttl {
  color: #008775;
  font-size: 38px;
  text-align: center;
}
.p-philosophy__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1185px;
  margin-top: 40px;
}
.p-philosophy__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: justify;
  position: relative;
  width: 355px;
  height: 230px;
  background-color: #EDF6F5;
  margin: 20px;
  padding: 50px 30px;
}
.p-philosophy__num {
  position: absolute;
  font-family: "Libre Baskerville";
  font-size: 26px;
  color: #F1926A;
  top: -18px;
  left: 20px;
  font-weight: bold;
}

.p-empowerment {
  margin-top: 0;
  padding-top: 160px;
  padding-bottom: 200px;
}

.p-empowerment__inner {
  position: relative;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.p-empowerment___sponser {
  margin-bottom: 110px;
}
.p-sponser_ttl {
  text-align: center;
  font-size: 38px;
  color: #008775;
}
.p-sponser__list {
  width: 910px;
  margin: auto;
  margin-top: 10px;
  color: #008775;
}
.p-sponser__list span {
  color: #F1926A;
}
.p-sponser__list th {
  text-align: left;
  vertical-align: top;
  padding-top: 40px;
}
.p-sponser__list td {
  padding-top: 40px;
}
.p-empowerment__ttl {
  z-index: 2000;
  position: relative;
  padding-top: 337px;
  padding-bottom: 437px;
  color: white;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.6;
  text-align: center;
}

.p-empowerment__ttl::after {
  content: none;
}

.p-empowerment__btn-wrapper {
  margin-top: 20%;
  margin-bottom: 30px;
  text-align: center;
}

.p-empowerment__btn {
  display: inline-block;
  position: relative;
  width: 636px;
  max-width: 100%;
  padding: 17px 10px;
  border-radius: 5px;
  /* background-color: #008775; */
  background-color: #06c755;
  color: #ffffff !important;
  font-size: 26px;
  line-height: 1.8;
  font-weight: bold;
}
.line_icon {
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  position: absolute;
  width: 50px;
}

.p-empowerment__btn::after {
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: 0.3s;
}

.p-empowerment__btn:hover {
  color: #ffffff;
}

.p-empowerment__btn:hover::after {
  right: 0.9em;
}

.p-empowerment__text {
  position: relative;
  width: 636px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.2em;
  font-size: 12px;
}

.p-empowerment__text::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  color: #ff0000;
  letter-spacing: 0;
}

.p-empowerment__bnr-wrapper {
  margin-top: 40px;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.p-empowerment__deco {
  z-index: 1000;
  position: absolute;
}

.p-empowerment__deco:nth-of-type(1) {
  top: 11%;
  left: 12%;
  width: 11%;
}

.p-empowerment__deco:nth-of-type(2) {
  top: -1%;
  left: 36%;
  width: 23%;
}

.p-empowerment__deco:nth-of-type(3) {
  top: 9%;
  left: 66%;
  width: 32%;
}

.p-empowerment__deco:nth-of-type(4) {
  top: 32%;
  left: 2%;
  width: 32%;
}

.p-empowerment__deco:nth-of-type(5) {
  top: 45%;
  left: 39%;
  width: 22%;
}

.p-empowerment__deco:nth-of-type(6) {
  top: 42%;
  left: 71%;
  width: 17%;
}

.l-footer {
  padding-top: 68px;
  padding-bottom: 48px;
  background: #008775;
  position: relative;
  z-index: 99999;
}

.l-footer__inner {
  position: relative;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.l-footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.l-footer__menus {
  display: flex;
  margin-bottom: 57px;
}

.l-footer__menu:not(:last-of-type) {
  margin-right: 52px;
}

.l-footer__menu-link {
  color: #ffffff !important;
  font-size: 18px;
}

.l-footer__snses {
  display: flex;
}

.l-footer__sns:not(:last-of-type) {
  margin-right: 30px;
}

.l-footer__sns-link {
  color: #ffffff !important;
  font-size: 30px;
}

.l-footer__applys {
  position: relative;
}
.l-footer__apply {
  position: relative;
}
.appliy_grey {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  border-radius: 10px;
}

/* .l-footer__applys::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: grey;
  padding: 20px;
  opacity: 0.6;
} */

.l-footer__apply:not(:last-of-type) {
  margin-bottom: 20px;
}

.l-footer__copylight-wrapper {
  text-align: center;
}

.l-footer__copylight {
  color: #ffffff;
  font-size: 12px;
}

.p-owner {
  position: relative;
  z-index: 2000;
  background-color: #ffffff;
  margin: 0;
}

.p-owner__inner {
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-owner__ttl {
  z-index: 2000;
  position: relative;
  padding-top: 250px;
  padding-bottom: 110px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
}

.p-owner__ttl::after {
  content: none;
}

.p-owner__ttl-main {
  color: #008775;
  font-size: 48px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.p-owner__ttl-sub {
  font-size: 18px;
  line-height: 1.6em;
}

.p-owner__pic {
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  width: 64%;
  max-width: 896px;
  height: calc(100% + 60px);
}
.p-owner__pic img {
  width: 100%;
  overflow: hidden;
}

.p-owner__img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about {
  margin: 0;
  padding-top: 260px;
  background-color: #edf7f5;
}

.p-about__inner {
  position: relative;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}

.p-about__pic {
  width: 33%;
}

.p-about__copy {
  width: 58%;
  padding-top: 30px;
}

.p-about__copy-pic {
  margin-bottom: 60px;
  width: 60%;
}

.p-about__body {
  margin-bottom: 26px;
  line-height: 1.8em;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.p-about__ttl {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.1em;
}

.p-about__ttl::after {
  content: none;
}

.p-tantousha {
  margin: 0;
  padding-top: 300px;
  background-color: #edf7f5;
}

.p-tantousha__inner {
  position: relative;
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-tantousha__deco {
  position: absolute;
}

.p-tantousha__deco:nth-of-type(1) {
  position: absolute;
  left: -5%;
  top: -50%;
  width: 20%;
}

.p-tantousha__deco:nth-of-type(2) {
  position: absolute;
  right: -5%;
  top: -30%;
  width: 20%;
}

.p-tantousha__deco:nth-of-type(3) {
  position: absolute;
  left: -5%;
  bottom: -50%;
  width: 25%;
}

.p-tantousha__deco:nth-of-type(4) {
  position: absolute;
  right: -5%;
  bottom: -50%;
  width: 20%;
}


.p-tantousha__ttl {
  /* color: #008775; */
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.p-tantousha__ttl::after {
  content: none;
}

.p-tantousha__text {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.p-merit {
  margin: 0;
  padding-top: 104px;
  padding-bottom: 114px;
  background-color: #ffffff;
}

.p-merit__inner {
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-merit__ttl {
  color: #008775;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.p-merit__ttl::after {
  content: none;
}

.p-merit__ttl-sub {
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.05em;
  font-family: Libre Baskerville;
}

.p-merit__ttl-main {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.p-merit__text {
  text-align: center;
  margin-bottom: 88px;
  color: #008775;
}

.p-merit__list {
  display: flex;
  justify-content: space-between;
}

.p-merit__item {
  width: 30%;
  position: relative;
  background: #EDF6F5;
  padding: 40px 20px;
}


.p-merit__item-num {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-family: Libre Baskerville;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0.05em;
  color: #008775;
}

.p-merit__item-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}

.p-merit__item-body,
.p-merit__item-item {
  line-height: 1.8em;
}

.p-merit__item-item {
  padding-left: 1.2em;
  position: relative;
}

.p-merit__item-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1em;
}

.p-merit__item-body {
  text-align: center;
}

.p-suggest {
  margin: 0;
  padding-top: 140px;
  padding-bottom: 100px;
}

.p-suggest__inner {
  max-width: 1186px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.p-suggest__ttl {
  color: #008775;
  text-align: center;
  margin-bottom: 71px;
  display: flex;
  flex-direction: column;
}

.p-suggest__ttl::after {
  content: none;
}

.p-suggest__ttl-main {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.1em;
}

.p-suggest__ttl-sub {
  font-family: Libre Baskerville;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.05em;
}

.p-suggest__list {
  display: flex;
}

.p-suggest__item {
  width: 22%;
}

.p-suggest__item:not(:last-of-type) {
  margin-right: 4%;
}

.p-suggest__item-pic {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.p-suggest__item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-align: center;
}


#personal {
  font-family: "Noto Serif JP", serif;
}
#personal h2::after {
  content: none;
}
.p-dilemma {
  padding-top: 80px;
  width: 100%;
}
.p-dilemma h2 {
  margin-top: 157px;
  text-align: center;
  line-height: 1.5;
  font-size: 36px;
  font-weight: 300;
}

.p-support_list {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.p-support h2 img {
  display: block;
  width: 77.5%;
  margin: 0 auto 70px;
}

.p-support_list_item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
.support_content_img {
  width: 42%;
}
.support_content_img img {
  width: 100%;
}
.support_content {
  width: 53%;
}
.support_content img {
  width: 73px;
  margin-bottom: 25px;
}
.support_content h3 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 25px;
}
.support_content p {
  font-size: 18px;
  line-height: 1.8;
  text-align: justify;
}
.support-end {
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  margin-top: 80px;
}

.p-price_plan {
  width: 100%;
  background-color: #ffffff;
  padding: 95px 0 75px 0;
}
.p-price_plan_content {
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.p-price_plan_ttl {
  text-align: center;
  color: #008775;
  margin-bottom: 75px;
}
.p-price_plan_ttl .large {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", serif;
}
.p-price_plan_ttl h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 600;
  color: #008775;
}
.p-price_plan_ttl h2 span{
  display: inline-block;
}
.p-price_plan_ttl .small {
  font-size: 16px;
}

.p-price_plan_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
}
.p-price_plan_list_item {
  width: calc(27% + 80px);
  border-right: 2px solid rgb(0, 135, 117, 0.5);
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  height: auto;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-price_plan_list_item:last-child {
  border: none;
}
.p-price_plan_list_item img {
  width: 100%;
  margin-bottom: 35px;
}
.p-price_plan_list_item h3 {
  font-weight: bold;
  color: #008775;
  font-size: 28px;
  margin-bottom: 10px;
}
.price_plan_text {
  flex-grow: 1;
}
.price_plan_text p {
  color: #008775;
  font-size: 16px;
  line-height: 1.8;
}
.p-price_plan_list_item li {
  width: 100%;
  color: #333;
  background-color: #EDF6F5;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  font-weight: 600;
}
.plan-campaign {
  text-align: right;
}
.plan-campaign .normal, .plan-campaign .campaign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.plan-campaign .normal .large {
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
}
.plan-campaign .normal .large strong {
  font-size: 24px;
  font-weight: bold;
}
.plan-campaign .normal .small {
  font-size: 10px;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}
.plan-campaign .campaign .large {
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1;
}
.plan-campaign .campaign .large strong {
  font-size: 34px;
  font-weight: bold;
}
.plan-campaign .campaign .small {
  font-size: 10px;
  margin-right: 20px;
  color: #fff;
  background-color: #FF3A44;
  border-radius: 10px;
  padding: 3px 15px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
}
.plan-campaign .arrow_bottom {
  color: #FF0000;
  font-size: 32px;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-right: 60px;
  font-weight: bold;
}

.p-self_care {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  width: 86%;
  max-width: 1200px;
  margin: auto;
}

.p-self_care_content {
  width: 60%;
}
.p-self_care_img {
  width: 35%;
}
.p-self_care_content .logo {
  margin-bottom: 20px;
}
.p-self_care_content .logo img {
  width: 300px;
}
.p-self_care_content h2 {
  font-size: 36px;
  margin-bottom: 35px;
  padding-bottom: 0;
}
.p-self_care_content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 120px;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.self_care_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.self_care_list_item {
  width: 30%;
}
.self_care_list_item img {
  display: block;
  margin: 0 auto 20px;
  width: 160px;
}
.self_care_list_item p {
  font-size: 16px;
}

.p-flow {
  padding-top: 300px;
}
.flow_list {
  width: 64%;
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 70px;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.flow_list_item {
  width: 100%;
  position: relative;
}
.flow_list_item_text {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.step {
  position: absolute;
  left: 0;
  top: -28px;
}
.dotto {
  height: 50px;
  border-right: 4px dotted #008775;
}

.flow-link {
  position: relative;
  width: 67%;
  max-width: 800px;
  margin: auto;
}
.flow-link a {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #008775;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-radius: 5px;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.flow-link img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.p-team {
  padding-top: 90px;
  width: 86%;
  max-width: 1200px;
  margin: auto;
}
.expert_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.expert_list_item {
  width: 18%;
  margin-right: 80px;
  margin-bottom: 30px;
}
.expert_list_item .unknow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #ccc;
}
.expert_list_item .unknow p {
  color: #333;
}
.expert_list_item:nth-child(4n) {
  margin-right: 0;
}
.expert_list_item img {
  margin-bottom: 15px;
}
.expert_list_item p {
  text-align: center;
  color: #008775;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.p-team h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 90px;
}
.caution {
  width: 86%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 80px;
  font-family: "Helvetica Neue", Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.caution span {
  color: #FF0000;
}

#form {
  width: 86%;
  max-width: 1200px;
  margin: 120px auto 0;
}
#form h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #008775;
}
#form h2::after {
  content: none;
}
#form form {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
}
#form form dl {
  background-color: #fff;
  display: flex;
}
#form form dl:last-child {
  border-bottom: none;
}
#form form dt {
  width: 30%;
  padding: 20px 40px;
  background-color: #008775;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: bold;
}
#form form dd {
  width: 70%;
  padding: 20px 40px;
  border-bottom: 1px solid #008775;
}
#form form #text input {
  width: 60%;
  border-radius: 5px;
  padding: 5px 10px;
  border: 1px solid #333;
}
#form form #text input::placeholder {
  color: #ccc;
}
.selct_button input[type=radio] {
  display: none;
}
.selct_button label {
  width: 100%;
  margin: 0;
}
.selct_button label span {
  text-align: center;
  width: 100%;
  color: #333; 
  font-size: 14px; 
  border: 1px solid #333; 
  padding: 15px 20px; 
  border-radius: 5px; 
}
.selct_button  input:checked + span {
  color: #FFF; 
  background: #008775; 
  border: 1px solid #008775; 
}
#form form .submit button {
  display: block;
  width: 250px;
  background-color: #008775;
  border: none;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  margin: 40px auto;
}
#form form .submit.disable button {
  background-color: #ccc;
}
#form form .policy_check {
  text-align: center;
  margin-top: 40px;
}
#form form .policy_check a {
  text-decoration: underline;
  color: blue;
}

#thanks {
  text-align: center;
  padding: 160px 0;
}
#thanks h2 {
  text-align: center;
  color: #008775;
  font-size: 36px;
  margin-bottom: 40px;
}
#thanks h2::after {
  content: none;
}

#thanks p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.button-container {
  color: #008775;
  font-weight: bold;
  font-size: 18px;
  text-decoration: underline;
}


