@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  --main-color: #057782;
  --body-color: #f1eee7;
  --sub-color: #ef9d1b; }

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  color: var(--main-color);
  line-height: 1.6;
  background-color: var(--body-color);
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em; }

body.is-menu-open {
  overflow: hidden; }

/* 見出し */
h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem); }

.font-large,
h3 {
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  /* 22.4px〜28px */
  line-height: 1.4;
  font-weight: 700; }
.headline_small code {
	font-weight: normal;
	font-size: 0.9rem;
}

h4 {
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  /* 18.4px〜22.4px */
  line-height: 1.5;
  font-weight: 600; }

h5 {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  /* 16px〜18.4px */
  line-height: 1.6;
  font-weight: 600; }

a {
  color: var(--main-color);
  text-decoration: none;
  transition: all 0.3s; }

a.btn:hover {
  transform: translateY(-4px); }

p {
  margin-bottom: 1em; }

ul {
  padding: 0;
  list-style: none; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

table {
  border-collapse: collapse; }

#main {
  margin: 0; }

article {
  padding: 5%; }

section {
  margin: 0 auto;
  padding: 0; }

.btn-white {
  display: block;
  position: relative;
  padding: 15px 60px 15px 20px;
  font-size: 1.5rem;
  border: solid 2px var(--main-color);
  text-align: center;
  border-radius: 50px;
  background: #fff;
  max-width: 600px;
  margin: 0 auto; }
  .btn-white::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/cocoroe/common/arrow_01.svg") no-repeat 0/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.btn-white-small {
  display: block;
  position: relative;
  padding: 5px 40px 5px 10px;
  font-size: 1.2rem;
  border: solid 2px var(--main-color);
  text-align: center;
  border-radius: 50px;
  background: #fff;
  max-width: 500px;
  margin: 0 auto; }
  .btn-white-small::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/cocoroe/common/arrow_01.svg") no-repeat 0/cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }

.btn-green {
  display: block;
  position: relative;
  padding: 15px 60px 15px 20px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  background: var(--main-color);
  max-width: 600px;
  margin: 0 auto; }
  .btn-green::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/cocoroe/common/arrow_02.svg") no-repeat 0/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.btn-orange {
  display: block;
  position: relative;
  padding: 15px 60px 15px 20px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 50px;
  border: solid 2px var(--sub-color);
  background: #fff;
  color: var(--sub-color);
  max-width: 600px;
  margin: 0 auto; }
  .btn-orange::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url("../images/cocoroe/common/arrow_03.svg") no-repeat 0/cover;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%); }

.btn-orange-small {
  display: block;
  position: relative;
  padding: 5px 40px 5px 10px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50px;
  border: solid 2px var(--sub-color);
  background: #fff;
  color: var(--sub-color);
  max-width: 500px;
  margin: 0 auto; }
  .btn-orange-small::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("../images/cocoroe/common/arrow_03.svg") no-repeat 0/cover;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }

.btn-small {
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  border: solid 1px var(--main-color);
  font-size: 0.8rem; }

a.link-line {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: solid 1px; }

.note {
  border: solid 2px var(--main-color);
  border-radius: 20px;
  padding: 20px;
  margin: 10px auto 30px;
  position: relative;
	display: inline-block;
	text-align: left;
}
.note table th,
.note table td{
	padding: 10px;
	font-weight: normal;
}
.note table th{
	background: #f1f1f1;
}
.note table td{
	background: #f8f8f8;
}
.note table tr:first-child th,
.note table tr:first-child td {
	border-bottom: solid 2px #fff;
}
/*
  .note::before {
    content: "";
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: -30px;
    left: 20px;
    background: url("../images/cocoroe/common/i_check.svg") no-repeat 0 0/contain; }

  .note p {
    margin: 0;
    text-align: left;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em; }
*/
.layout-center {
	text-align: center;
}
.sp {
  display: none !important; }

.headline {
  margin-bottom: 1em;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
  line-height: 1.5; }

.headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 30px;
  background: url("../images/cocoroe/common/line_01.svg") no-repeat 0 0/contain; }

.headline_small {
  font-size: 1.6rem;
  padding-bottom: 5px;
  border-bottom: solid 2px var(--main-color); 
	margin-bottom: 1em;
}
.headline .big {
	font-size: clamp(2.2rem, 3.5vw, 2.8rem);
	color: var(--sub-color);
}

.lead-01 {
	display: inline-block;
	text-align: left;
	max-width: 700px;
	margin: 0 auto 100px
}

@media screen and (min-width: 1000px) {
  .sp-top {
    display: none; } }
@media screen and (max-width: 999px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  .btn {
    margin: 0 auto; }

  .headline::after {
    width: 80%;
    height: 30px; }
	.btn-white {
		font-size: 1rem;
		padding: 8px 30px 8px 10px;
	}
	.btn-white::after {
    width: 20px!important;
    height: 20px!important;
    right: 8px!important;
	}
	.btn-orange {
  padding: 8px 30px 8px 10px;
  font-size: 1rem;}
  .btn-orange::after {
    width: 20px;
    height: 20px;
    right: 8px; }
	.btn-orange-small {
		font-size: 1rem
	}
	.btn-orange-small::after {
    width: 20px;
    height: 20px;
      right: 10px; }
	.note {
		padding: 12px
	}
	.note table th,
	.note table td{
		display: block;
		width: 100%;
	}
	.headline_small code {
		font-size: 0.8rem;
		display: block;
	}
}
/*----------------------------------------------------------------------------------------------------------

header

----------------------------------------------------------------------------------------------------------*/
#header {
  /*position: fixed;*/
  height: 216px;
  width: 100%;
  z-index: 2;
  padding: 120px 5% 20px;
  background: url("../images/cocoroe/common/nami.png") repeat-x 0 0/14px auto;
  position: relative; }

.site-name {
  font-size: 2rem;
  position: absolute;
  left: 5%;
  top: 20px;
  white-space: nowrap;
	background: url("../images/cocoroe/common/logo.webp") no-repeat 0 50%/60px auto;
	padding-left: 72px;
}

.site-name-sub {
  font-size: 1rem;
  display: block; }

.main-nav {
  background: #fff;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 0 18px; }
  .main-nav .main_menu {
    display: flex;
    justify-content: space-around; }
    .main-nav .main_menu a {
      display: block;
      padding: 20px;
      font-size: 1.1rem; }

.sub-nav {
  position: absolute;
  right: 5%;
  top: 40px;
  display: flex;
  align-items: center;
  column-gap: 32px; }
  .sub-nav a {
    display: block;
    padding: 14px 20px 14px 60px;
    border-radius: 50px;
    font-size: 1rem; }
  .sub-nav .nav_download a {
    background: #fff url("../images/cocoroe/common/i_download.svg") no-repeat 20px 50%/30px auto; }
  .sub-nav .nav_contact a {
    background: var(--main-color) url("../images/cocoroe/common/i_mail.svg") no-repeat 20px 50%/30px auto;
    color: #fff; }
a.language-toggle {
	width: 30px;
	height: 30px;
	display: block;
	padding: 0;
    background: url("../images/cocoroe/common/i_earth.svg") no-repeat 0 50%/30px auto;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

#header.HeightMin {
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  height: 60px;
  padding: 0;
  background: #fff;
  animation: DownAnime 0.5s forwards; }
  #header.HeightMin .header-inner {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between; }
  #header.HeightMin #nav {
    display: flex;
    justify-content: space-between; }
  #header.HeightMin .site-name {
    position: static;
    font-size: 1.3rem;
    left: 3%; 
background: url("../images/cocoroe/common/logo.webp") no-repeat 0 50%/40px auto;
	padding-left: 52px;}
  #header.HeightMin .site-name-sub {
    font-size: 0.6rem; }
  #header.HeightMin .main-nav {
    max-width: 800px;
    padding: 0 10px; }
    #header.HeightMin .main-nav .main_menu a {
      display: block;
      padding: 10px;
      font-size: 1rem; }
  #header.HeightMin .sub-nav {
    position: static;
    column-gap: 16px; }
    #header.HeightMin .sub-nav a {
      padding: 7px 10px 7px 40px;
      font-size: 0.9rem; }
    #header.HeightMin .sub-nav .nav_download a {
      background: #fff url("../images/cocoroe/common/i_download.svg") no-repeat 10px 50%/20px auto;
      border: solid 1px var(--main-color); }
    #header.HeightMin .sub-nav .nav_contact a {
      background: var(--main-color) url("../images/cocoroe/common/i_mail.svg") no-repeat 10px 50%/20px auto; }
#header.HeightMin .sub-nav .nav_lang a {
	padding: 0;
}

/* 言語メニュー */
.menu-language {
  position: relative;
}

.language-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
}

.language-dropdown {
  position: absolute;
  top: 105%;
  left: -24px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
	width: 80px;
  z-index: 100;
}

.language-dropdown li a {
  display: block;
  padding: 5px 8px;
	border-radius: 50px;
	margin-bottom: 2px;
	background: #fff;
	text-align: center;
}

.language-dropdown li a:hover {
  background: #f5f5f5;
}

/* 表示制御 */
.menu-language.open .language-dropdown {
  display: block;
}



@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-216px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 999px) {
  #header {
    height: 60px;
    padding: 0; }
    #header .header-inner {
      display: flex;
      align-items: center;
      height: 60px;
      padding: 0 20px;
      justify-content: space-between; }
    #header .site-name {
      position: static;
      font-size: 1.3rem;
      left: 3%; }
    #header .site-name-sub {
      position: static;
      font-size: 0.6rem; }
    #header .main_menu {
      display: block;
      margin-bottom: 20px; }
    #header .sub-nav {
      position: static;
      display: block;
      max-width: 300px;
      width: 60%;
      margin: 0 auto;
      text-align: center; }
      #header .sub-nav a {
        padding: 10px; }
    #header .nav_download a {
      border: solid 1px var(--main-color); }
	#header .sub-nav li {
		margin-top: 30px;
	}
	.language-toggle{
		display: none!important
	}
	.language-dropdown {
		display: block;
		text-align: center;
		width: 100%;
		left: 0;
	}
	.language-dropdown li {
		margin-top: 10px!important;
	}
}
/*----------------------------------------------------------------------------------------------------------

footer

----------------------------------------------------------------------------------------------------------*/
#footer {
  background: url("../images/cocoroe/common/kumo_05.svg") no-repeat -4% 113%/20% auto, url("../images/cocoroe/common/kumo_06.svg") no-repeat 104% 113%/20% auto; }
  #footer li {
    margin-bottom: 1em; }
  #footer a {
    font-size: 1rem; }
  #footer .footer_body {
    max-width: 1000px;
    padding: 5%;
    margin: 0 auto; }
    #footer .footer_body p {
      margin-bottom: 0; }
  #footer .footer_menu {
    display: flex;
    column-gap: 2em;
    border-top: solid 1px var(--main-color);
    margin-top: 20px;
    padding-top: 20px; }
  #footer .footer_sub {
    display: flex;
    column-gap: 2em; }
  #footer .footer_sns {
    display: flex;
    flex-wrap: wrap;
    max-width: 290px; }
    #footer .footer_sns li {
      width: 20%;
      text-align: left; }
      #footer .footer_sns li a {
        background-size: 18px auto;
        background-repeat: no-repeat;
        padding-left: 40px;
        font-size: 1.2rem;
        line-height: 18px;
        display: inline-block;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden; }
      #footer .footer_sns li .f_instagram {
        background-image: url("../images/cocoroe/common/i_insta.png"); }
      #footer .footer_sns li .f_twitter {
        background-image: url("../images/cocoroe/common/i_x.png"); }
  #footer .footer_logo {
    font-size: 1.2rem;
    margin-bottom: 5px; }
.copyright {
  background-color: var(--main-color);
  color: #fff;
  margin: 0 auto;
  padding: 5%;
  display: block;
  font-size: 1rem;
  text-align: center;
  line-height: 1; }
  .copyright span {
    font-size: 1.2rem;
    display: inline-block;
    transform: translateY(1px);
    margin-right: 3px; }
.copyright small {
	display: block;
	margin-bottom: 1em;
	line-height: 1.3
}
/*もどるボタン*/
#page-top {
  position: fixed;
  right: 1%;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.5s; }

#page-top a {
  display: block;
  background: url("../images/cocoroe/common/arrow_01.svg") no-repeat 50% 100%/contain;
  width: 50px;
  height: 50px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  transform: rotate(-90deg); }

#page-top.is-show {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 999px) {
  #footer .footer_menu,
  #footer .footer_sub {
    display: block; } }
/*----------------------------------------------------------------------------------------------------------

トップページ

----------------------------------------------------------------------------------------------------------*/
#lead {
  padding-top: 10%;
  background: url("../images/cocoroe/home/hito-1.png") no-repeat 5% 50%/220px auto, url("../images/cocoroe/home/hito-2.png") no-repeat 95% 50%/200px auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat -80px 100%/200px auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat 105% 100%/200px auto, url("../images/cocoroe/common/ami-01.png") no-repeat -60% 0/50% auto, url("../images/cocoroe/common/ami-02.png") no-repeat 160% 0/50% auto; }
  .numbers {
    text-align: center;
    margin-bottom: 56px; }
  .numbers .num {
      font-size: 8vw;
      font-weight: bold;
      line-height: 1; }
  .numbers .unit {
      font-size: 3rem; }
.numbers small {
	font-size: 1rem;
	display: block
}
.numbers-2 .unit {
	display: inline-block;
	transform: translateX(-30px);
}

.numbers .num p {
	margin: 0!important;
	display: inline-block
}

.column {
  display: flex;
  justify-content: space-between; }
  .column .summary {
    width: 45%; }
  .column .fig {
    width: 50%; }

#project {
  background: url("../images/cocoroe/common/ami-3.png") no-repeat 0 100%/30% auto; }
  #project section {
    max-width: 1400px;
    margin: 0 auto; }
  #project .column {
    align-items: center; }
  #project .note {
    margin-top: 60px; }

@media screen and (max-width: 999px) {
  .column {
    display: block; }
    .column .summary {
      width: 100%; }
    .column .fig {
      width: 100%;
      margin-top: 30px; }

  #lead {
    background: /*url("../images/home/hito-1.png") no-repeat 5% 5%/20% auto, url("../images/home/hito-2.png") no-repeat 95% 80%/20% auto, */url("../images/cocoroe/common/kumo_02.svg") no-repeat -20px 100%/20% auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat 105% 100%/20% auto, url("../images/cocoroe/common/ami-01.png") no-repeat 0 0/35% auto, url("../images/cocoroe/common/ami-02.png") no-repeat 100% 0/35% auto;
	padding-bottom: 10%;}
	.numbers {
    margin-bottom: 28px; }
   .numbers .num {
      font-size: 6rem; }
	#about {
		background: url("../images/cocoroe/home/hito-3.png") no-repeat 50% 97%/100px auto, url("../images/cocoroe/home/hito-4.png") no-repeat 95% 97%/100px auto
	}
}
/* Photos Section */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  position: relative; }
  .scroll-infinity__wrap::before {
    content: "";
    width: 180px;
    height: 57px;
    background: url("../images/cocoroe/common/kumo_04.svg") no-repeat 0 0/contain;
    display: block;
    position: absolute;
    bottom: -3px;
    left: -3%;
    z-index: 1; }
  .scroll-infinity__wrap::after {
    content: "";
    width: 180px;
    height: 57px;
    background: url("../images/cocoroe/common/kumo_04.svg") no-repeat 0 0/contain;
    display: block;
    position: absolute;
    top: -3px;
    right: -7%; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 4);
  overflow: hidden; }

.scroll-infinity__item > img {
  width: 100%; }

@media screen and (max-width: 999px) {
  .scroll-infinity__item {
    width: calc(100vw / 2); }

  .scroll-infinity__wrap::before {
    width: 120px;
    height: 38px;
    bottom: -3px;
    left: -3%; }
  .scroll-infinity__wrap::after {
    width: 120px;
    height: 38px;
    top: -3px;
    right: -7%; } }


/* トップページこころえスクロール */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.kokoroe-slideshow-wrapper {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both; }

.kokoroe_item {
  width: calc(100vw / 4);
  overflow: hidden; }
.kokoroe_item a {
	display: block
}

@media screen and (max-width: 999px) {
  .kokoroe_item {
    width: calc(100vw / 3); }
 }



.cocoroe-front .declaration {
  background: url("../images/cocoroe/home/hito-3.png") no-repeat 75% 5%/160px auto, url("../images/cocoroe/home/hito-4.png") no-repeat 95% 5%/160px auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat -80px 100%/200px auto, url("../images/cocoroe/common/ami-06.png") no-repeat 0 10%/20% auto,url("../images/cocoroe/common/kumo_02.svg") no-repeat 105% 100%/200px auto;
	padding-top: 10%;
	padding-bottom: 10%;
  position: relative; }
 .cocoroe-front .declaration .illust-01 {
    position: absolute;
    top: 5%;
    left: 3%;
    width: 180px; }
 .cocoroe-front .declaration-step .illust-02 {
    position: absolute;
    bottom: 10%;
    right: 3%;
    width: 180px; }
.cocoroe-front .declaration-step {
  background: url("../images/cocoroe/common/ami-05.png") no-repeat 100% 100%/20% auto, url("../images/cocoroe/home/hito-5.png") no-repeat 10% 100%/270px auto;
  position: relative; }

.kokoroe_items {
  display: flex;
	column-gap: 30px;
	padding-right: 30px;
}
 .kokoroe_item {
    width: 260px;
    height: 240px;
    padding: 60px 31px 30px;
background: url("../images/cocoroe/common/heart_green.svg") no-repeat 50% 50%/contain}
.kokoroe_item.greed {
    background: url("../images/cocoroe/common/heart_green.svg") no-repeat 50% 50%/contain!important;
}
.kokoroe_item.red {
    background: url("../images/cocoroe/common/heart_red.svg") no-repeat 50% 50%/contain!important;
}
.kokoroe_item.yellow {
    background: url("../images/cocoroe/common/heart_yellow.svg") no-repeat 50% 50%/contain!important;
}
.kokoroe_name {
    margin-bottom: 0.5em;
    text-align: center;
}

@media screen and (max-width: 999px) {
  .cocoroe-front .declaration {
    background: url("../images/cocore/home/hito-4.png") no-repeat 95% 2%/19% auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat -60px 100%/124px auto, url("../images/cocoroe/common/kumo_02.svg") no-repeat 120% 99%/120px auto, url("../images/cocoroe/common/ami-06.png") no-repeat 0 5%/20% auto; }
    .cocoroe-front .declaration .illust-01 {
      top: 2%;
      left: 2%;
      width: 10%; }
	.cocoroe-front .declaration-step {
		background: url("../images/cocoroe/common/ami-05.png") no-repeat 100% 100%/40% auto, url("../images/cocoroe/home/hito-5.png") no-repeat 10% 100%/170px auto;
		padding-bottom: 10%;
	}
	.cocoroe-front .declaration-step .illust-02 {
      display: none; }

.kokoroe_item {
	padding: 30px 10px 20px;} }

#news .news_inner {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0  auto;
  column-gap: 50px; }
#news .news_head {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
#news .news_container {
  flex: 1; }
#news .news_item {
  margin-bottom: 3px; }
  #news .news_item a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px; }
    #news .news_item a .date {
      width: 20%; }
    #news .news_item a .news_title {
      margin: 0; }

@media screen and (max-width: 999px) {
  #news .news_inner {
    display: block; }
  #news .news_head {
    position: relative; }
    #news .news_head h2 {
      margin-bottom: 20px; }
    #news .news_head .list_btn {
      position: absolute;
      top: 0;
      right: 0; }
  #news .news_item a {
    display: block;
    padding: 10px; }
    #news .news_item a .date {
      width: 100%; }
    #news .news_item a .news_title {
      margin: 0; } }
/*----------------------------------------------------------------------------------------------------------

page 下層ページ

----------------------------------------------------------------------------------------------------------*/
.page-head {
	padding-bottom: 0;
}





#declaration {
  text-align: center; }
  #declaration p {
    line-height: 2; }

.form-table {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }

.form-table dt {
  border: solid 2px var(--main-color);
  font-weight: bold;
  padding: 20px;
  width: 32%;
  border-radius: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center; 
text-align: left
}
.form-table dt p {
	margin-bottom: 0;
}
.form-table dd {
  border-bottom: dashed 2px var(--main-color);
  padding: 20px;
  width: calc(68% - 15px); }
.form-btn {
	margin-top: 50px;
	color: var(--main-color)!important;
}
.form-btn input {
	color: var(--main-color)!important;
}
input,
textarea,
select {
  border: solid 1px #ccc;
  padding: 8px;
  font-size: 1.1rem;
  width: 100%;
  border-radius: 10px; }

select {
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.2rem; }

input[type="radio"] {
  display: inline-block; }

.radio-group {
	width: 100%;display: flex;
	justify-content: flex-start;
}
.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 1.5em;
}
.wpcf7-radio .wpcf7-list-item input {
	width: 20px;
}
.wpcf7-radio .wpcf7-list-item-label {
	white-space: nowrap
}
#user-type {
  width: 100%; }
.business-field {
  display: none;
}

.pp-box{
	padding: 20px;
	text-align: left;
	max-width: 900px;
	margin: 50px auto;
	background: #f8f8f8;
}
.pp-box .wpcf7-list-item input {
	width: 20px;
	display: inline-block
}
.pp-agree {
	text-align: center;
}

#business-only {
	padding-top: 20px;
}
#business-only h3 {
	margin-bottom: 20px;
}
.form-table dt.com-name {
	flex-direction: column;
	align-items: flex-start
}
@media screen and (max-width: 999px) {
  .form-table {
    display: block; }
    .form-table dt {
      width: 100%;
      padding: 10px;
      border: none; }
    .form-table dd {
      width: 100%;
      padding: 10px 10px 20px 10px;
      margin-bottom: 20px; } 
	
	.agree .count-btn {
		width: 80%;
	}
}
/*----------------------------------------------------------------------------------------------------------

.kokoroe こころえ一覧

----------------------------------------------------------------------------------------------------------*/

.cocoroe-grid {
	display: flex;
	flex-wrap:wrap;
	max-width: 1150px;
	margin: 0 auto;
	gap:30px;
}

.cocoroe-grid .kokoroe_item {
	width: 260px;
}
.kokoroe_message {
	word-break: break-all;
}

.heart-cat-item:nth-child(1) {
  background: url("../images/cocoroe/common/heart_green.svg") no-repeat 50% 50%/contain; }
.heart-cat-item:nth-child(2) {
  background: url("../images/cocoroe/common/heart_red.svg") no-repeat 50% 50%/contain; }
.heart-cat-item:nth-child(3) {
  background: url("../images/cocoroe/common/heart_yellow.svg") no-repeat 50% 50%/contain; }




.flow-container {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.flow-step {
	background: #fff;
	padding: 35px 29px 20px;
	border-radius: 15px;
	width: 30%;
	position: relative;
}
.step-number {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	line-height:55px;
	font-size: 2.2rem;
	text-align: center;
	border-radius: 50%;
	background: var(--main-color);
	color: #fff;
}
.step-title {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 10px;
	color: var(--main-color);
	text-align: center
}


.flow-step-container {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
}
.flow-step2 {
	display: flex;
	column-gap: 30px;
	align-items: center;
	margin-bottom: 64px;
	position: relative;
}
.flow-step2 .step-content {
	background: #fff;
	padding:20px;
	border-radius: 15px;
	flex: 1;
}
.step2-number {
	width: 60px;
	height: 60px;
	line-height:55px;
	font-size: 2.2rem;
	text-align: center;
	border-radius: 50%;
	background: var(--sub-color);
	color: #fff;
}
.flow-step2 .step-title {
	text-align: left
}
.flow-step2:not(:last-of-type)::before {
	content: "";
	width: 50px;
	height: 24px;
	background-color: var(--sub-color);
	clip-path: polygon(50% 24px, 0% 0%, 50px 0%);
	position: absolute;
	border-radius: 5px;
	bottom: -44px;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 999px){
	.flow-container {
		display: block;
		width: 94%
	}
	.flow-step {
		padding: 30px 20px 20px;
		width: 100%;
		margin-bottom: 56px;
	}
	.flow-step-container{
		width: 100%;
	}
	.flow-step .step-title {
		font-size: 1.4rem;
	}
	.flow-step2 {
		column-gap: 15px;
	}
	.cocoroe-grid {
		justify-content: space-around;
	}
	.cocoroe-grid .kokoroe_item {
		width: calc(100% - 30px / 2);
		max-width: 200px;
	}
	.step2-number{
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.flow-step2 .step-content {
		padding-top: 34px;
	}
	.flow-step2 .step-title {
		font-size: 1.2rem
	}
	.flow-step2:not(:last-of-type)::before{
		display: none;
	}
}
/*----------------------------------------------------------------------------------------------------------

single

----------------------------------------------------------------------------------------------------------*/
.single .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }
.single article {
  width: 90%;
  max-width: 800px;
  margin: 0 auto; }
.single h2 {
  line-height: 1.7;
text-align: left;}
.single .post_header {
  display: flex;
  font-size: 1.3rem; }
.single .time {
  margin-right: 1em; }
.single .category {
  margin-right: 5px; }
  .single .category a {
    padding: 1px 5px; }
.single .c_info a {
  background: #efefef; }
.single .c_fdt a {
  background: #5f83c5;
  color: #fff; }

/*----------------------------------------------------------------------------------------------------------

hamburger ハンバーガーメニュー

----------------------------------------------------------------------------------------------------------*/
.hamburger {
  display: none;
  border: none;
  background: var(--main-color);
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0; }

.hamburger span {
  position: absolute;
  left: 15px;
  background: #fff;
  display: inline-block;
  width: 30px;
  height: 2px;
  transition: all 0.3s; }

.hamburger span:nth-child(1) {
  top: 20px; }

.hamburger span:nth-child(2) {
  top: 30px; }

.hamburger span:nth-child(3) {
  top: 40px; }

.hamburger.active span:nth-child(1) {
  rotate: -45deg;
  top: 30px; }

.hamburger.active span:nth-child(2) {
  opacity: 0; }

.hamburger.active span:nth-child(3) {
  rotate: 45deg;
  top: 30px; }

@media screen and (max-width: 999px) {
  .hamburger {
    display: flex;
    order: 2; }

  #nav {
    order: 3;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
    justify-content: flex-start;
    padding-top: 60px;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden; }

  #nav.active {
    opacity: 1;
    visibility: visible; }

  .is-menu-open #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; } }
/*  スマホここまで*/
/*　トップページメイン画像スライドショー　*/
.slideshow {
  position: relative;
  width: 100%;   /* 任意 */
  height: 70vh;      /* 画像の高さに合わせる */
  margin: 0 auto;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.slideshow li {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: fade 16s infinite;
}

.slideshow li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 表示タイミング */
.slideshow li:nth-child(1) {
  animation-delay: 0s;
}
.slideshow li:nth-child(2) {
  animation-delay: 4s;
}
.slideshow li:nth-child(3) {
  animation-delay: 8s;
}
.slideshow li:nth-child(4) {
  animation-delay: 12s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.heart-cats {
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 100px;
}
.heart-cat-item {
	width: 28%;
	position: relative;
}
.heart-cat {
	font-size: 1.3rem;
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

@media screen and (max-width: 750px) {
  .slideshow {
    height: 300px; } }


#media section{
	max-width: 900px;
	text-align: center;
}

#envira-gallery-73,
.envira-gallery-public {
  display: flex!important;
  justify-content: center!important;
  flex-wrap: wrap;
}
.envira-gallery-item {
  float: none !important;
}


#businesses-contents {
	max-width: 1000px;
	margin: 0 auto
}
.mymap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.mymap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#thanks section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

.biz-list td a{
	white-space: nowrap!important;
}