@charset "utf-8";
ul.ul_research {
  display: grid;
  /*grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));*/
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 3em;
  margin-bottom: 1em;
  line-height: 1.2;
}
ul.ul_research li {
  display: grid;
  grid-template-rows: subgrid;
  min-height: 100px;
  height: 100%;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  text-decoration: none !important;
  transition: .4s;
}
.btn_sitetop {
  background: #FF8079;
  height: 170px;
  position: relative;
  text-decoration: none !important;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease;
  border-radius: 26px;
  padding: 0 1em;
  color: #fff !important;
}
.btn_sitetop span span {
  display: block;
  font-size: .6em;
}
.btn_sitetop_wrap.wrap_system .btn_sitetop {
  border-radius: 135px;
}
.btn_sitetop_wrap.wrap_system .btn_sitetop {
  font-size: clamp(1.125rem, 0.534rem + 2.5vw, 2.75rem) !important;
  height: 3em;
  border-radius: 1.5em;
}
@media (max-width:1024px) {
  .btn_sitetop_wrap.wrap_system .btn_sitetop {
    height: 6em;
  }
}
/* くの字アイコン */
.btn_sitetop .arrow {
  width: 60px;
  height: 60px;
  position: relative;
  display: grid;
  place-items: center;
  background-color: #FFFFFF;
  border-radius: 35px;
  overflow: hidden;
  border: 5px solid #F2B705;
  flex-shrink: 0;
}
.btn_sitetop span.komoji {
  font-size: .7em;
}
.btn_sitetop .arrow span {
  margin-left: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 18px;
  aspect-ratio: 1;
  background-color: #F2B705;
}
.btn_sitetop .arrow__item02 {
  position: absolute;
  transform: translateX(-400%);
}
/* ホバーアニメーション */
.btn_sitetop:hover {
  background: #F56861;
}
.btn_sitetop:hover .arrow__item01 {
  transition: transform 0.3s ease-in-out;
  transform: translateX(400%);
}
.btn_sitetop:hover .arrow__item02 {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
@media (max-width: 960px) {
  div#s_about_area a {
    height: auto;
    border-radius: 1.5em;
    padding: 1em 0;
  }
  .btn_sitetop.system {
    background: #FF8079;
    height: auto;
    position: relative;
    text-decoration: none !important;
    outline: none;
    display: flex;
    line-height: 1;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border-radius: 26px;
    padding: 0 1em;
    color: #fff !important;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  ul.ul_research {
    display: block;
  }
  ul.ul_research li {
    margin-bottom: 1em;
  }
  .btn_sitetop {
    height: 130px;
  }
  /* くの字アイコン */
  .btn_sitetop .arrow {
    width: 30px;
    height: 30px;
    border: 3px solid #F2B705;
  }
  .btn_sitetop .arrow span {
    margin-left: 8px;
    height: 11px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    aspect-ratio: 1;
  }
}
/*------------マップ-------------*/
.area_map {
  display: flex;
  justify-content: center;
  align-content: center;
  margin-top: 4em;
  margin-bottom: 3em;
	max-width: 100%;  background: url("../image/bg-map.png")no-repeat;
background-position: 90% 50%;
}
.area_map > div:nth-child(1) {
  margin-right: -16em;
	position: relative;
	z-index: 2;
width: 400px;
}

.area_map > div:nth-child(2) {
  flex-shrink: 0;
  max-width: 900px;
  width: 100%;

}
.area_map > div:nth-child(2) img {
  width: 100%;
}
.area_map h2.col_danraku_midashi {
  width: 100%;
	font-size: 2em;
	border-bottom: none;
}
@media(max-width: 960px) {
  .area_map {
    display: block;
	  background-size: contain;
  }
  .area_map > div:nth-child(1) {
    margin-right: 0;
	  width: auto;

  }
  .area_map > div:nth-child(2) {
    margin-top: 2em;
  }
	.area_map h2.col_danraku_midashi {
		font-size: 1.5em;
	  margin-top: -1em;
	}
}
/*----------- ステップ -----------*/
.l_step_box ul {
  width: 100%;
  display: grid;
  margin: 3em auto;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: center;
  justify-content: center;
  justify-items: center;
  gap: 3em;
}
/*１件分*/
.l_step_box ul > li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  border: 4px solid #F28604;
  border-radius: 10px;
  position: relative;
}
.l_step_box ul > li h5 {
  background: #F28604;
  border-radius: 100px;
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 2;
  text-align: center;
  line-height: 60px;
  font-size: .7em;
  position: absolute;
  top: -30px;
  left: -20px;
}
.l_step_box ul > li h5 span {
  background: #F26403;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: 15px;
  border-radius: 100px;
  font-size: 1.4em;
  font-weight: bold;
}
/*枠*/
.l_step_box ul > li > div {
  padding: 40px 20px 30px 20px;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.l_step_box ul > li:not(:first-child) div::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #F28705;
  border-right: 4px solid #F28705;
  position: absolute;
  top: calc(50% - 14px);
  left: -45px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media(max-width: 1024px) {
  .l_step_box ul {
    display: block;
    max-width: 300px;
  }
  .l_step_box ul > li {
    max-width: unset;
    display: block;
    margin-bottom: 3em;
  }
  .l_step_box ul > li:not(:first-child) dl::before {
    display: none;
  }
  .l_step_box ul > li:not(:first-child) div::before {
    position: absolute;
    top: -3em;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
/*---------- 目次ボード ------------*/
.l_mokuji_board ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.l_mokuji_board li {
  position: relative;
  /*   top: 50%;
  left: 50%;
 transform: translate(-50%, -50%);*/
  width: 32%;
  height: 100px;
  margin: 0;

}
.l_mokuji_board li a {
  color: #F59143;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .1em;
  background: #FFF;
  margin: auto;
  border: 1px solid #F59143;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 30px;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.l_mokuji_board li a span {
  max-width: 79%;
  display: block;
  line-height: 1.3;
  text-align: left;
  margin: 0 0 0 1em;
}
.l_mokuji_board li a:hover {
  text-decoration: none;
  background: #FFF1EB;
}
.l_mokuji_board li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  position: absolute;
  left: 20px;
  color: #F5C05D;
}
.l_mokuji_board li a:hover:after {
  animation: fuwafuwa 1s linear infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(3px)
  }
  25% {
    transform: translateY(0px)
  }
  50% {
    transform: translateY(-3px)
  }
  75% {
    transform: translateY(0px)
  }
  100% {
    transform: translateY(3px)
  }
}
@media(max-width:933px) {
  .l_mokuji_board li {
    width: 45%;
  }
}
@media(max-width:768px) {
  /*---------- 目次ボード ------------*/
  .l_mokuji_board ul {
    gap: .7em;
  }
  .l_mokuji_board li {
    width: 100%;
    height: auto;
    font-size: 14px;
	  	text-align: left;
  }
  .l_mokuji_board li a {
    padding: 1em 0;
    border-radius: 10px;
  }
	.l_mokuji_board li a {
   
    align-items: center;
    align-content: center;
    justify-content: flex-start;
   
}
  .l_mokuji_board li a span {
    max-width: 86%;
    display: block;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 0 3em;
  }
}
/*----------参加方法-----------*/
.l_box_sanka {
  background-image: linear-gradient(transparent calc(100% - 1px), #F8F0E8 50%, #F8F0E8), linear-gradient(90deg, transparent calc(100% - 1px), #F8F0E8 50%, #F8F0E8);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-color: #FDF7F0;
  border: 3px solid #FFD8AD;
  border-radius: 30px;
  padding-bottom: 1em;
  margin-top: 5em;
  position: relative;
  /*opacity: 0;*/ /* 最初は非表示にしておく */
  transition: all 2s; /* 動きを滑らかに */
}
/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
}
.l_box_sanka p, .l_box_halftab p {
  width: 90%;
  margin: 0 auto;
}
.l_box_sanka h3.box_s_title {
  border-radius: 25px 25px 0 0;
  padding: .4em 0;
  text-align: center;
  font-size: clamp(1.063rem, 0.858rem + 1.02vw, 1.625rem);
  margin-bottom: 1.4em;
  background: #FFD8AD;
  line-height: 1.2;
}
.l_box_sanka .col_internal_komidashi, .l_box_sanka .col_internal_komidashi02 {
  width: 87%;
  margin: 1.4em auto .5em auto;
}
.l_box_sanka .col_tablearea, .l_box_sanka .unit_image_grid.i_02, .l_box_sanka .unit_table_side {
  width: 90%;
  margin: 0 auto;
  font-size: .9em;
}
.l_box_sanka .col_mark_circle {
  width: 85%;
  margin: 0 auto 2em auto;
}
.l_box_sanka .unit_image_grid.i_02 {
  width: 90%;
  margin: 0 auto;
  font-size: .9em;
}
.l_box_sanka .col_txtsheet {
  width: 85%;
  margin: 0 auto;
  background: rgba(201, 174, 175, .1);
  font-size: .75em;
}
.l_box_sanka .bpts_btn_fuwa_wrap {
  width: 90%;
  margin: 0 auto;
}
.l_box_sanka .bpts_btn_fuwa {
  max-width: 500px
}
@media (max-width: 768px) {
  .l_box_sanka .unit_image_grid.i_02 {
    display: block;
  }
}
.l_right {
  margin-right: 3em;
}
@media (max-width: 768px) {
  .l_right {
    margin-right: 0;
  }
}
/* ----------- ハーフタブ ----------- */
h3.l_box_halftab_title {
  background: #FFD8AD;
  margin-bottom: 0;
  font-size: clamp(1.063rem, 0.858rem + 1.02vw, 1.625rem);
  padding: .4em 0;
  border-radius: 30px 30px 0 0;
  max-width: 70%;
  padding: .4em .4em .4em 1em;
  margin-top: 3em;
}
.l_box_halftab {
  background-image: linear-gradient(transparent calc(100% - 1px), #F8F0E8 50%, #F8F0E8), linear-gradient(90deg, transparent calc(100% - 1px), #F8F0E8 50%, #F8F0E8);
  background-size: 15px 15px;
  background-repeat: repeat;
  background-color: #FDF7F0;
  border: 3px solid #FFD8AD;
  border-radius: 0 30px 30px 30px;
  padding-bottom: 1em;
  position: relative;
  padding-top: 1.3em;
}
@media screen and (max-width : 768px) {}
/*------全身図*/
.l_grid_symptoms {
  display: grid;
  grid-gap: 10px;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  width: 90%;
}
.l_grid_symptoms img {
  max-width: 200px;
  width: 100%;
}
.l_grid_symptoms ul li {
  background: #fff;
  border-radius: 20px;
  padding: 2.4em 1em 1.5em 1em;
  margin: 1em auto;
  color: #534545;
  line-height: 1.4;
  position: relative;
}
.l_grid_symptoms ul li h6 {
  font-size: 1.1em;
  line-height: 1.5;
  position: absolute;
  top: -10px;
  border-radius: 10px;
  padding: .2em 1em;
  font-weight: normal;
}
.l_grid_symptoms ul li span {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
  position: absolute;
  top: 3px;
  right: 21px;
  text-align: right;
  font-size: 1.5em;
  font-weight: bold;
}
.l_grid_symptoms ul li span small {
  font-size: .7em;
  margin-left: .1em;
  margin-right: .05em;
}
/**/
.l_grid_symptoms .symp_center {
  position: relative;
}
.pulse-loader {
  width: 40px;
  height: 40px;
  background: #FFA060;
  border-radius: 50%;
  animation: pulse 1s ease-in-out infinite;
  position: absolute;
  z-index: 4;
}
/*-----------*/
.l_grid_symptoms .symp_left ul li:nth-child(1) h6 {
  background: #FFC6C6;
}
.pulse-loader.p04 {
  top: 33px;
  right: 116px;
  background: #F17777;
}
/*-----------*/
.l_grid_symptoms .symp_left ul li:nth-child(2) h6 {
  background: #FFE3A0;
}
.pulse-loader.p02 {
  top: 120px;
  right: 120px;
  background: #FFD777;
}
/*-----------*/
.l_grid_symptoms .symp_left ul li:nth-child(3) h6 {
  background: #D9F3BB;
}
.pulse-loader.p06 {
  top: 146px;
  right: 99px;
  background: #B5E98B;
}
/*-----------*/
.l_grid_symptoms .symp_right ul li:nth-child(1) h6 {
  background: #F0C6E4;
}
.pulse-loader.p01 {
  top: 8px;
  right: 53px;
  background: #DFBADF;
}
/*-----------*/
.l_grid_symptoms .symp_right ul li:nth-child(2) h6 {
  background: #F7EBD4;
}
.pulse-loader.p05 {
  top: 48px;
  right: 42px;
  background: #C0A67C;
}
/*-----------*/
.l_grid_symptoms .symp_right ul li:nth-child(3) h6 {
  background: #FFC9A5;
}
.pulse-loader.p03 {
  top: 330px;
  right: 55px;
  background: #FC9E6D;
}
/*-----------*/
@keyframes pulse {
  0%, 100% {
    transform: scale(.9);
    opacity: 1;
  }
  25% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}
@media screen and (max-width : 768px) {
  /*------全身図*/
  .l_grid_symptoms {
    display: block;
  }
}
.fuwafuwa, .shake-up, .poyoyo {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased -moz-osx-font-smoothing: grayscale;
}
.fuwafuwa {
  animation: fuwafuwa 2s ease-in-out infinite alternate;
  display: inline-block;
  transition: 1.5s ease-in-out;
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-1deg);
  }
  50% {
    transform: translate(0, -2px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(1deg);
  }
}
.shake-up {
  animation: shake-up 3s infinite ease-in-out;
}
@keyframes shake-up {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.anim-box.poyoyo {
  animation: poyoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.99);
  }
}