@charset "UTF-8";
/* CSS Document */
.long_txt {
  letter-spacing: 0.02em;
  line-height: 2.125;
}

.er_msg .content_in .content_img img {
  width: 100px;
  border-radius: 0;
}
.er_msg .content_txt {
  max-width: 420px !important;
}

.content_title {
  padding-top: 20px;
  position: relative;
  background: #fff;
  border-bottom: 4px solid #B2DFDB;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.content_title h2 {
  padding: 20px 0;
  text-align: center;
  display: inline-block;
  background: linear-gradient(90deg, #35d8f5, #2617ad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.content_title h2:before {
  content: "";
  position: absolute;
  background: #FFEB3B;
  top: 5px;
  left: -25px;
  height: 12px;
  width: 20px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.content_title h2:after {
  content: "";
  position: absolute;
  background: #FBC02D;
  top: 22px;
  left: -30px;
  height: 8px;
  width: 15px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.content_title:after, .content_title:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.content_title:after {
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

.content_title:before {
  border-top-color: #B2DFDB;
  border-width: 25px;
  margin-left: -25px;
}

/*タイトルの補足*/
.info {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  background: #f6f8f9;
}
.info svg {
  font-size: 80px;
  margin-right: 20px;
  color: #58BE89;
}

.info_msg {
  width: 250px;
}

.info h3 {
  border-bottom: solid 3px #ccc;
  text-align: center;
  font-weight: bold;
}

.hd_dark {
  height: 100%;
}

/*お知らせ*/
.info_section {
  width: 100%;
}

.info_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 10px;
}

.info_img {
  display: none;
}

.info_content {
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.info_content:nth-of-type(1) {
  border-top: solid 1px #ccc;
}
.info_content:nth-of-type(n + 6) {
  display: none;
}

.info_panel {
  text-align: center;
  font-size: 20px;
  display: block;
}

.info_link {
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.3s ease-in-out;
}
.info_link:hover {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.info_link p {
  margin: 0;
}
.info_link .honbun {
  min-height: 0;
}

.info_content .info_title {
  font-size: 16px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.info_content .info_txt p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.info_content .honbun {
  border: none;
  padding: 0;
  width: 100%;
}

/*病院名*/
.struct_name {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  /*display: none;*/
}
.struct_name .struct_flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.struct_name .struct_flex span {
  color: #777;
}
.struct_name p {
  font-size: 13px;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.struct_name h1 {
  font-size: 20px;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.struct_name .sub_title {
  margin-left: 5px;
  margin-bottom: 2px;
}

.hd_txt_flex {
  width: 100%;
  margin-bottom: 20px;
}

.struct_txt {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.struct_txt a {
  display: inline-block;
  background: linear-gradient(45deg, #FFEB3B, #E91E63, #80DEEA);
  padding: 5px 10px;
  color: #fff;
  /*font-size: 20px;*/
}

.main_content {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}

/*左コンテンツ*/
.content {
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.content .content_img img {
  width: 100px;
  height: auto;
  box-sizing: border-box;
  background: #f9ffff;
  border-radius: 50%;
  width: 250px;
  height: auto;
  box-sizing: border-box;
}
.content h3 {
  display: inline-block;
  text-align: center;
  background: #58BE89;
  padding: 5px 10px;
  color: #fff;
  margin: 20px 0;
}
.content p {
  width: 100%;
}

.content_img {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.content_txt {
  width: 100%;
  max-width: 660px;
}
.content_txt h4 {
  color: #8ad1ac;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

/*外来*/
.gairai {
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.gairai_link_frame {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.gairai_link {
  width: 200px;
  margin-bottom: 20px;
}
.gairai_link:hover {
  opacity: 0.5;
}

.gairai .content_img img {
  width: 200px;
  height: 200px;
  border-color: #B2DFDB;
}
.gairai h3 {
  background: none;
  color: #58BE89;
  text-decoration: underline;
  margin: 0 auto;
  font-size: 20px;
}

/*訪問診療*/
.houmon h4 {
  margin-top: 20px;
}

.txt_link {
  margin-top: 20px;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.txt_link a {
  margin-bottom: 10px;
  color: #58BE89;
  text-decoration: underline;
  margin-left: 20px;
}
.txt_link a:hover {
  opacity: 0.5;
}

.right_link {
  border: solid 1px #fff;
  border-bottom: none;
}
.right_link a {
  padding: 10px 10px 10px 30px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
  border: solid 1px #AEEA00;
  border-left: none;
  border-top: none;
  border-right: solid 10px #AEEA00;
}
.right_link p {
  /*font-size: 20px;*/
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.right_link a:before {
  content: "";
  position: absolute;
  background: #FFEB3B;
  top: 0;
  left: 0.4em;
  height: 12px;
  width: 20px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.right_link a:after {
  content: "";
  position: absolute;
  background: #FBC02D;
  top: 1em;
  left: 0;
  height: 8px;
  width: 15px;
  transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}

.right_frame {
  /*padding: 20px;*/
}
.right_frame a:hover {
  opacity: 0.5;
}

.right_link svg {
  color: #58BE89;
  font-size: 30px;
}

.right_ad {
  border-left: solid 1px #CDDC39;
  border-right: solid 1px #009688;
}
.right_ad:before, .right_ad:after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(90deg, #CDDC39, #009688);
}
.right_ad p {
  padding: 5px 10px;
  color: #58BE89;
  font-size: 13px;
}

.rp_txt h4 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.kiki .kiki_img {
  margin-bottom: 40px;
}
.kiki .kiki_img p {
  max-width: 300px;
}
.kiki .content_txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.kiki .content_txt p {
  max-width: 500px;
}

.insta_content {
  background: #fff;
  border-bottom: solid 1px #ccc;
  margin: 0;
  padding-top: 0;
}

.insta_frame {
  /*background: #f6f8f9;*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
}
.insta_frame .insta_title {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.insta_frame .insta_title h3 {
  /*margin:20px 0;*/
  color: #58BE89;
  font-size: 30px;
  text-align: center;
  background: none;
}
.insta_frame .insta_flex {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.insta_frame .insta_flex .insta_left {
  width: 200px;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.insta_frame .insta_flex .insta_left img {
  width: 150px;
  border-radius: 50%;
}
.insta_frame .insta_flex .insta_left .insta_txt {
  margin-top: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.insta_frame .insta_flex .insta_left .insta_txt h3 {
  margin: 0 0 5px;
  text-align: center;
  color: #58BE89;
  background: none;
}
.insta_frame .insta_flex .insta_left .insta_txt a {
  padding: 2px 5px;
  color: #fff;
  background: #58BE89;
  border-radius: 5px;
}
.insta_frame .insta_flex .insta_left .insta_txt a:hover {
  background: #8ad1ac;
}
.insta_frame .insta_flex .insta_left .insta_txt p {
  padding: 5px 0 10px;
  border-top: solid 1px #ccc;
  width: 100%;
}
.insta_frame .insta_flex .insta_right {
  width: 100%;
}

.gra_content {
  display: none;
}

/*影*/
.shadow {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 60px -15px;
}

/*グラデーションアニメ*/
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*横パララクス*/
.hz {
  margin-top: 20px;
  padding: 20px;
}
.hz .hz_txt {
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.hz .hz_txt h3 {
  max-width: 430px;
  font-size: 20px;
}
.hz .hz_txt a {
  margin: 10px 0;
  color: #58BE89;
  text-decoration: underline;
}
.hz .hz_txt a:hover {
  opacity: 0.5;
}

.hz_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.hz_content .hz_img {
  background: url(../img/staff2.webp);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 250px;
  max-width: 500px;
}

.home .para_frame {
  display: block;
}

.sidebar {
  display: none;
}

/*タイムライン*/
.time_line_frame {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.time_line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
}
.time_line h3 {
  text-align: right;
  width: 70px;
  flex: none;
  display: block;
  color: #8ad1ac;
  background: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.time_line .time_line_right {
  width: 100%;
  padding: 0 20px 20px;
  position: relative;
  border-left: solid 4px #ccc;
}
.time_line .time_line_right h4 {
  width: auto;
  display: inline-block;
  border-bottom: dashed 3px #8ad1ac;
  font-size: 18px;
}
.time_line .time_line_right::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -12px;
  top: 5px;
}
.time_line .time_line_right::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #FFFF00;
  position: absolute;
  left: -7px;
  top: 10px;
}
.time_line .time_line_right .time_line_txt {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.time_line .time_line_right .time_line_txt img {
  border-radius: 0;
  width: 150px;
  flex: none;
  height: auto;
  margin-bottom: 10px;
  margin-right: 20px;
}
.time_line .time_line_right .time_line_txt p {
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  padding: 10px;
}

.img_sec {
  overflow: hidden;
  width: 100%;
}
.img_sec img {
  width: 100%;
}
.img_sec a:hover {
  opacity: 0.5;
}

.btm_icon {
  /*width:100%;*/
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  display: none;
}
.btm_icon i, .btm_icon svg {
  font-size: 80px;
  color: #fff;
}

.hd_flex {
  padding: 20px 10px;
}

.slider_flex {
  width: 100%;
}
.slider_flex .slider_title_frame {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.slider_flex .slider_title_frame .slider_title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  display: inline-block;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 10px;
}

.info_section {
  background-color: #fafafa;
}
.info_section h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.info_section h3::before {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background-color: #3299FF;
  position: absolute;
  bottom: -15px;
}
.info_section h3 i {
  display: inline;
  color: #26A69A;
}

.hd_youtube {
  padding: 0 10px 10px;
  width: auto;
}
.hd_youtube .youtube_frame {
  width: 100%; /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%; /*高さをpaddingで指定(16:9)*/
  height: 0px; /*高さはpaddingで指定するためheightは0に*/
  position: relative;
}
.hd_youtube .youtube_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hd_youtube .youtube_txt {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
}
.hd_youtube .youtube_txt a {
  display: inline-block;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: solid 2px #8ad1ac;
}
.hd_youtube .youtube_txt a i {
  display: inline;
}
.hd_youtube .youtube_txt a:hover {
  opacity: 0.5;
}

.info_content a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.info_content a .smn_frame {
  width: auto;
  flex: none;
}
.info_content a img {
  width: 100px;
  height: auto;
  margin-right: 10px;
  flex: none;
}

.all_frame {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.all_frame .page_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.all_frame .page_frame .page_content {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}

.spa_page {
  width: 100%;
}
.spa_page .wid_kiji {
  display: none;
}

.right_content * {
  z-index: 0;
  display: none;
}

.right_content {
  width: 100%;
  margin-top: 10px;
}

/*トップページ用コンテンツ*/
.hero_content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hero_content .hero_img {
  width: 100%;
  background: url(../img/a1.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
}
.hero_content .hero_img .hero_dark {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.hero_content .hero_img .hero_dark .dark_flex {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 {
  padding: 10px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_name img {
  width: 50px;
  margin-right: 10px;
  border: solid 1px #ccc;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg span {
  text-align: right;
  width: 100%;
  display: block;
  color: #26A69A;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg p {
  font-family: "M PLUS Rounded 1c";
  line-height: 2em;
  margin: 10px 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  color: #F06292;
  font-weight: 600;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg p:first-child i {
  color: #E57373;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg p:nth-child(2) i {
  color: #80DEEA;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg p i {
  flex: none;
  width: 50px;
  font-size: 35px;
  margin-right: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg a {
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(205, 220, 57, 0.95), rgba(0, 150, 136, 0.5));
  color: #fff;
  padding: 5px 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg a:hover {
  opacity: 0.5;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex1 .hd_msg img {
  width: 50px;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 {
  width: 100%;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px;
  background: rgba(0, 191, 165, 0.5);
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav > i {
  font-size: 40px;
  margin-right: 10px;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav:last-of-type {
  border-bottom: none;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav img {
  width: 60px;
  margin-right: 10px;
  flex: none;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav .herolink_in {
  width: 100%;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav .herolink_in p {
  color: #fff;
  font-size: 14px;
}
.hero_content .hero_img .hero_dark .dark_flex .dark_flex2 .hero_link .hero_nav:hover {
  opacity: 0.5;
}

.dr_content .content_txt h4 {
  margin: 10px 0;
}
.dr_content .content_txt .dr_txt h4 {
  border-bottom: solid 1px #ccc;
  text-align: left;
  padding: 5px 0;
  margin: 5px 0;
  font-size: 20px;
  color: #AEEA00;
}
.dr_content .content_txt .dr_comment {
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin: 10px 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #f9ffff;
  border: solid 3px #ccc;
  box-sizing: border-box;
}
.dr_content .content_txt .dr_comment span {
  font-weight: bold;
  color: #00897B;
}
.dr_content .content_txt .dr_comment:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.dr_content .content_txt .dr_comment:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #ccc;
  z-index: 1;
}

.sougou_content .content_img img {
  border-radius: 0;
  border: none;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  height: auto;
}

.page_plate {
  padding-top: 50px;
}
.page_plate .plate_dark {
  padding: 35px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.page_plate h2 {
  text-align: center;
  font-weight: 500;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.page_plate h2::before {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background-color: #26A69A;
  position: absolute;
  bottom: -15px;
}
.page_plate p {
  color: #fff;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}

.move_content .content_in {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.move_content .content_in .move_frame {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.move_content .content_in .move_frame .move_in {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  margin-bottom: 40px;
}
.move_content .content_in .move_frame .move_in img {
  max-width: 200px;
}
.move_content .content_in .move_frame .move_in p {
  text-align: center;
  display: inline;
  color: #8ad1ac;
  padding: 2px 5px;
  width: auto;
  margin-top: 10px;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
.move_content .dr_content {
  padding: 0;
  margin: 0;
}
.move_content .dr_content .dr_comment {
  margin-top: 20px;
}

.card_content {
  padding: 10px;
}
.card_content .txt_link {
  margin: 0;
}

.rec_page .rec_content .content_in, .riyou_page .rec_content .content_in {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
.rec_page .rec_content .content_in .rec_card, .riyou_page .rec_content .content_in .rec_card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  position: relative;
  padding: 5px 10px;
}
.rec_page .rec_content .content_in .rec_card i, .riyou_page .rec_content .content_in .rec_card i {
  font-size: 24px;
}
.rec_page .rec_content .content_in .rec_card h2, .riyou_page .rec_content .content_in .rec_card h2 {
  color: #B2DFDB;
  text-align: center;
  padding: 5px 0;
}
.rec_page .rec_content .content_in .rec_card .rec_block, .riyou_page .rec_content .content_in .rec_card .rec_block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: dashed 1px #ccc;
  margin-top: 10px;
  padding-bottom: 5px;
}
.rec_page .rec_content .content_in .rec_card .rec_block:last-child, .riyou_page .rec_content .content_in .rec_card .rec_block:last-child {
  border: none;
}
.rec_page .rec_content .content_in .rec_card .rec_block .rec_title, .riyou_page .rec_content .content_in .rec_card .rec_block .rec_title {
  width: 5rem;
  flex: none;
}
.rec_page .rec_content .content_in .rec_card .rec_tag, .riyou_page .rec_content .content_in .rec_card .rec_tag {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -3px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 13px;
  background: #26A69A;
  border-radius: 2px 0 0 0;
}
.rec_page .rec_content .content_in .rec_card .rec_tag:before, .riyou_page .rec_content .content_in .rec_card .rec_tag:before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #00796B;
  border-right: solid 5px transparent;
}
.rec_page .rec_content .content_in .rec_card .rec_tag:after, .riyou_page .rec_content .content_in .rec_card .rec_tag:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #26A69A;
}

.wid_section {
  width: 100%;
}
.wid_section .video_content {
  position: relative;
  overflow: hidden;
  /*↓ここを動画の比率に合わせる*/
  width: 100%;
  padding-top: 50%;
}
.wid_section .video_content video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wid_section .video_content .video_dark {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#fff 40%, transparent 0), radial-gradient(#fff 40%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.wid_section .video_content .video_dark .video_dark_in {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg {
  padding: 40px 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg img {
  width: 50px;
  margin-bottom: 10px;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg h3 {
  font-size: 24px;
  background: linear-gradient(90deg, #76FF03, #FFEA00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg p {
  font-size: 20px;
  color: #fff;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg a {
  z-index: 1;
  margin-top: 15px;
  padding: 5px 10px;
  color: #fff;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-left: 2px solid #76FF03;
  border-right: 2px solid #FFEA00;
  -o-border-image: linear-gradient(90deg, #76FF03, #FFEA00);
     border-image: linear-gradient(90deg, #76FF03, #FFEA00);
  border-image-slice: 1;
}
.wid_section .video_content .video_dark .video_dark_in .video_msg a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.gg_calendar {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gg_calendar iframe {
  width: 100%;
}

.dark_flex_sub {
  width: auto;
}
.dark_flex_sub .dark_flex_sub_in {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.dark_flex_sub .dark_flex_sub_in .arrow_box p {
  width: auto;
  text-align: center;
  padding: 10px;
  /*color:#81D4FA;*/
  font-size: 22px;
  font-size: 20px;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.dark_flex_sub .sub_img {
  padding: 0;
  /*background:rgba(0,102,51,.8);*/
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.dark_flex_sub .sub_img h2 {
  font-size: 22px;
  text-align: center;
  padding: 10px 0 0;
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark_flex_sub .sub_img .sub_struct {
  padding: 10px 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #ccc;
}
.dark_flex_sub .sub_img .sub_struct h3 {
  font-size: 20px;
}
.dark_flex_sub .sub_img .sub_struct h4 {
  color: #9C27B0;
}
.dark_flex_sub .sub_img .sub_struct p {
  font-size: 12px;
}
.dark_flex_sub .sub_img .sub_struct a {
  text-decoration: underline;
  color: #26A69A;
  text-align: right;
}
.dark_flex_sub .sub_img .sub_struct a:hover {
  opacity: 0.5;
}
.dark_flex_sub .sub_img .sub_struct img {
  width: 130px;
  margin-right: 10px;
}

.btm_icon_frame {
  width: 100%;
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.btm_icon_frame .btm_icon {
  margin-top: 40px;
  display: inline-block;
}

.bosyuu_red {
  color: #e57373;
}

.gaiyou_page .rec_content .content_in .rec_card {
  width: 100%;
}
.gaiyou_page .rec_content .content_in .rec_card .rec_block {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gaiyou_page .rec_content .content_in .rec_card .rec_block .rec_title {
  width: 100%;
  color: #8ad1ac;
  margin-bottom: 10px;
  font-size: 20px;
}
.gaiyou_page .rec_content .content_in .rec_card .rec_block .rec_txt {
  width: auto;
  padding-left: 20px;
  margin-bottom: 10px;
}
.gaiyou_page .rec_content .content_in .rec_card .rec_block .rec_link {
  text-decoration: underline;
}
.gaiyou_page .rec_content .content_in .rec_card .rec_block .rec_link:hover {
  opacity: 0.5;
}
.gaiyou_page .gaiyou_line {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: dashed 1px #ccc;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.gaiyou_page .gaiyou_line:last-child {
  border-bottom: none;
}
.gaiyou_page .gaiyou_line .gaiyou_title {
  width: 100px;
  flex: none;
}
.gaiyou_page .gaiyou_line .gaiyou_txt {
  width: auto;
}

.dark_flex_sub {
  padding: 0 0 20px;
}

.swing_title {
  margin: 20px 0 0;
  color: #8ad1ac;
  border: dashed 3px #ccc;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}

.swings {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}
.swings .swing_frame {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.swings .swing_frame img {
  width: 200px;
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 50%;
  border: solid 10px #8ad1ac;
}
.swings .swing_frame .swing_txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.riyou_page .rec_card {
  max-width: 600px !important;
}

.sien_content {
  margin-bottom: 40px;
}
.sien_content:last-child {
  margin-bottom: 0;
}

.child_txt_in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.child_txt_in .child_line {
  width: 100%;
}
.child_txt_in img {
  width: 80px;
  flex: none;
  margin: 10px 0 0 10px;
}

.pyramid {
  margin: 20px 0 20px;
  width: 100%;
  /*background: #eee;*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.pyramid .pyramid_left .pyramid_flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.pyramid .pyramid_left .pyramid_flex:nth-child(1) p {
  border: solid 2px #4CAF50;
}
.pyramid .pyramid_left .pyramid_flex:nth-child(2) p {
  border: solid 2px #8BC34A;
}
.pyramid .pyramid_left .pyramid_flex:nth-child(3) p {
  border: solid 2px #CDDC39;
}
.pyramid .pyramid_left .pyramid_flex:nth-child(4) p {
  border: solid 2px #FFEB3B;
}
.pyramid .pyramid_left .pyramid_flex:nth-child(5) p {
  border: solid 2px #FFC107;
}
.pyramid .pyramid_left .pyramid_flex p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 2px;
  border-radius: 10px;
  margin: 5px;
  font-size: 12px;
  text-align: center;
}
.pyramid .pyramid_right {
  margin: 20px 0;
}
.pyramid .pyramid_right .pyramid_txt_flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.pyramid .pyramid_right .pyramid_txt_flex h4 {
  width: 60px;
  flex: none;
}

.pyramid .pyramid_right .pyramid_txt_flex:nth-child(1) h4 {
  color: #43A047;
}
.pyramid .pyramid_right .pyramid_txt_flex:nth-child(2) h4 {
  color: #7CB342;
}
.pyramid .pyramid_right .pyramid_txt_flex:nth-child(3) h4 {
  color: #ccc;
}
.pyramid .pyramid_right .pyramid_txt_flex:nth-child(4) h4 {
  color: #FDD835;
}
.pyramid .pyramid_right .pyramid_txt_flex:nth-child(5) h4 {
  color: #FFB300;
}

.jisseki_frame {
  width: 100%;
  max-width: 700px;
}
.jisseki_frame h3 {
  text-align: center;
  background: none;
  color: #8ad1ac;
  display: block;
  font-size: 20px;
}
.jisseki_frame .jisseki_txt_frame .jisseki_txt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: dashed 1px #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.jisseki_frame .jisseki_txt_frame .jisseki_txt span {
  width: 100px;
  flex: none;
  text-align: right;
  margin-right: 20px;
}
.jisseki_frame .jisseki_txt_frame .jisseki_txt p {
  width: 100%;
}

.swing_long_txt {
  max-width: 600px;
}

.st_content .content_in {
  align-items: flex-start;
}
.st_content .content_in .sien_content h4 {
  margin-top: 20px;
}
.st_content .content_in .sien_content img {
  width: 300px;
  height: 200px;
  border: none;
  border-radius: 0;
}
.st_content .content_in .sien_content .content_txt {
  margin-left: 0;
}

.ac_content .content_in {
  width: 100%;
}
.ac_content .ac_flex {
  width: 100%;
}
.ac_content .ac_flex iframe {
  width: 100%;
  height: 250px;
}
.ac_content .ac_flex .ac_right {
  margin-top: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.ac_content .ac_flex .ac_right img {
  width: 120px;
  flex: none;
  margin-right: 10px;
}

.st_map_flex {
  width: 100%;
  margin-top: 20px;
}

.st_flex {
  width: 100%;
}
.st_flex h3 {
  margin: 0;
  padding: 0;
  color: #58BE89;
  background: none;
}
.st_flex .st_img {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.st_flex .st_img img {
  width: 130px;
  margin-right: 10px;
}
.st_flex .st_social {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  border: solid 1px #ccc;
  border-left: none;
  border-right: none;
  width: auto;
  margin: 10px 0;
}
.st_flex .st_social .st_fukidasi {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  border: solid 3px #ccc;
  box-sizing: border-box;
}
.st_flex .st_social .st_fukidasi:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.st_flex .st_social .st_fukidasi:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 14px solid #ccc;
  z-index: 1;
}
.st_flex .st_social .st_fukidasi p {
  margin: 0;
  padding: 0;
  color: #58BE89;
}
.st_flex .st_social a {
  margin-left: 20px;
}
.st_flex .st_social a:hover {
  opacity: 0.5;
}
.st_flex .st_social a i {
  background: linear-gradient(90deg, #CDDC39, #009688);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
}

.map_flex {
  width: 100%;
}
.map_flex iframe {
  width: 100%;
  height: 250px;
}

.hos_img {
  margin-bottom: 10px;
}

.hos_txt {
  max-width: 660px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.hos_txt h4 {
  font-size: 20px;
  color: #fff;
  border-bottom: solid 1px #00897B;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hos_txt p {
  line-height: 1.8;
  color: #fff;
}
.hos_txt span {
  color: #fff;
}

.spinal_frame {
  margin-top: 40px;
  width: 100%;
}
.spinal_frame .spinal_content {
  margin-bottom: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.spinal_frame .spinal_content img {
  max-width: 400px;
}
.spinal_frame .spinal_content p {
  margin-top: 20px;
  max-width: 500px;
}

.foot_frame {
  max-width: 800px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
}
.foot_frame .foot_content {
  width: 300px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.foot_frame .foot_content img {
  width: 300px;
}
.foot_frame .foot_content p {
  color: #fff;
  background-color: #26A69A;
  width: auto;
  padding: 5px 10px;
  margin-top: 10px;
}

/* .content:last-child {
  padding-bottom: 40px;
} */

.prepar_frame {
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.prepar_frame h3 {
  text-align: center;
  padding: 5px 10px;
  font-size: 20px;
}
.prepar_frame .prepar {
  border: solid 1px #ccc;
  padding: 5px 10px;
}

.sp_float {
  margin-bottom: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.sp_float h3 {
  text-align: left;
  background: none;
  color: #26A69A;
  padding: 0;
}
.sp_float p {
  max-width: 500px;
}
.sp_float img {
  max-width: 400px;
}

.book {
  margin-top: 20px;
}

.ck_content .time_line .time_line_right .time_line_txt img {
  width: 100%;
}

.qa {
  width: 100%;
  max-width: 750px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
}
.qa:last-child {
  margin-bottom: 0;
}
.qa h3 {
  background: none;
  color: #26A69A;
  padding: 0;
  margin: 0;
}
.qa span {
  color: inherit;
  font-size: 24px;
}
.qa p {
  border-top: solid 1px #ccc;
  line-height: 1.8;
}
.qa p span {
  color: #e57373;
}

.day_content {
  margin-bottom: 40px;
}
.day_content .content_img img {
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  height: auto;
}

.eg_name {
  text-align: center;
  margin-bottom: 10px;
}

.hd_time {
  margin-top: 40px;
}
.hd_time h3 {
  text-align: center;
  font-size: 24px;
  color: #26A69A;
}

.hd_title h2 {
  font-family: "M PLUS Rounded 1c";
  line-height: 1.8em;
  margin: 20px 0;
  font-size: 25px;
  text-align: center;
  color: #F06292;
  font-weight: 600;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  text-rendering: optimizeSpeed;
}

.hd_select_wrap h3 {
  font-size: 24px;
  color: #26A69A;
  text-align: center;
  margin: 20px 0;
}
.hd_select_wrap .hd_select_flex .hd_select .select_img {
  height: 150px;
  width: 100%;
  background: url(../img/zm.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.hd_select_wrap .hd_select_flex .hd_select .select_txt {
  width: 100%;
  padding: 0 10px 20px;
  box-sizing: border-box;
}
.hd_select_wrap .hd_select_flex .hd_select .select_txt a:hover {
  opacity: 0.5;
}
.hd_select_wrap .hd_select_flex .hd_select .select_txt span {
  color: #26A69A;
  font-size: 30px;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  font-weight: bold;
}
.hd_select_wrap .hd_select_flex .hd_select .select_txt h4 {
  width: 100%;
  font-size: 24px;
  border-bottom: solid 2px #ccc;
  color: #32b7fb;
}
.hd_select_wrap .hd_select_flex .hd_select .select_txt a {
  color: #26A69A;
  display: inline-block;
  text-decoration: underline;
  margin: 0 5px;
}
.hd_select_wrap .hd_select_flex .hd_select:nth-child(2) .select_img {
  background: url(../img/ha.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.hd_select_wrap .hd_select_flex .hd_select:nth-child(3) .select_img {
  background: url(../img/ct.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.hd_select_wrap .hd_select_flex .hd_select:nth-child(4) .select_img {
  background: url(../img/mh.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.hd_select_wrap .hd_select_flex .hd_select:nth-child(5) .select_img {
  background: url(../img/ym.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.hd_select_wrap .hd_select_flex .hd_select:nth-child(6) .select_img {
  background: url(../img/st.webp) no-repeat;
  background-size: cover;
  background-position: center;
}

.star {
  animation: flashing 0.5s infinite;
  font-size: 20px;
  color: #ffffbc;
}

.star:nth-of-type(n+5) {
  animation: flashing2 1.2s infinite;
  font-size: 20px;
  color: #ffff63;
}

.star:nth-of-type(n+9) {
  animation: flashing3 2.5s infinite;
  font-size: 20px;
  color: rgb(255, 255, 86);
}

@keyframes flashing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flashing2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flashing3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fukuri_wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  background-color: #f9ffff;
  overflow: hidden;
}
.fukuri_wrap h3 {
  text-align: center;
  margin: 20px 0;
  width: 100%;
  font-size: 20px;
  color: #26A69A;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.fukuri_wrap h3 i {
  z-index: -1;
  position: absolute;
  top: 10%;
  left: 10%;
}
.fukuri_wrap h3 i:nth-of-type(2) {
  top: 80%;
  left: 30%;
}
.fukuri_wrap h3 i:nth-of-type(3) {
  top: 40%;
  left: 60%;
}
.fukuri_wrap h3 i:nth-of-type(4) {
  top: 30%;
  left: 90%;
}
.fukuri_wrap h3 i:nth-of-type(5) {
  top: 20%;
  left: 15%;
}
.fukuri_wrap h3 i:nth-of-type(6) {
  top: 10%;
  left: 50%;
}
.fukuri_wrap h3 i:nth-of-type(7) {
  top: 60%;
  left: 80%;
}
.fukuri_wrap h3 i:nth-of-type(8) {
  top: 80%;
  left: 40%;
}
.fukuri_wrap h3 i:nth-of-type(9) {
  top: 75%;
  left: 5%;
}
.fukuri_wrap h3 i:nth-of-type(10) {
  top: 10%;
  left: 30%;
}
.fukuri_wrap h3 i:nth-of-type(11) {
  top: 70%;
  left: 70%;
}
.fukuri_wrap h3 i:nth-of-type(12) {
  top: 50%;
  left: 95%;
}
.fukuri_wrap .fukuri_flex {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.fukuri_wrap .fukuri_flex .fukuri_left {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.fukuri_wrap .fukuri_flex .fukuri_left .fukuri_left_txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
.fukuri_wrap .fukuri_flex .fukuri_left .fukuri_left_txt .fukuri_txt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.fukuri_wrap .fukuri_flex .fukuri_left .fukuri_left_txt .fukuri_txt p {
  font-size: 18px;
}
.fukuri_wrap .fukuri_flex .fukuri_left .fukuri_left_txt .fukuri_txt i {
  margin-right: 10px;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: solid 1px #B2DFDB;
  flex: none;
  color: #B2DFDB;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-size: 20px;
}
.fukuri_wrap .fukuri_flex .fukuri_left h4 {
  font-size: 18px;
  color: #fff;
}
.fukuri_wrap .fukuri_flex .fukuri_left a {
  margin-top: 20px;
  color: #fff;
  text-decoration: underline;
}
.fukuri_wrap .fukuri_flex .fukuri_right {
  max-width: 620px;
}
.fukuri_wrap .fukuri_flex .fukuri_right img {
  margin: 10px 0;
}
.fukuri_wrap .fukuri_flex .fukuri_right .fukuri_right_txt a {
  background-color: #26A69A;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 5px 10px;
  margin: 10px;
  margin-left: auto;
}
.fukuri_wrap .fukuri_flex .fukuri_right .fukuri_right_txt a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.fukuri_wrap .fukuri_flex .fukuri_right .fukuri_right_txt p {
  font-size: 18px;
  margin-bottom: 1rem;
}
.fukuri_wrap .fukuri_flex .fukuri_right .fukuri_right_txt p span {
  color: #26A69A;
  font-size: 18px;
  font-weight: bold;
}

.hand_wrap {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  position: relative;
}
.hand_wrap > i {
  position: absolute;
  font-size: 50px;
  z-index: -1;
  color: #ffff99;
  top: 15%;
  left: 20%;
}
.hand_wrap > i:nth-of-type(2) {
  top: 15%;
  left: 50%;
}
.hand_wrap > i:nth-of-type(3) {
  top: 15%;
  left: 80%;
}
.hand_wrap > i:nth-of-type(4) {
  top: 40%;
  left: 5%;
}
.hand_wrap > i:nth-of-type(5) {
  top: 40%;
  left: 35%;
}
.hand_wrap > i:nth-of-type(6) {
  top: 40%;
  left: 60%;
}
.hand_wrap > i:nth-of-type(7) {
  top: 40%;
  left: 90%;
}
.hand_wrap > i:nth-of-type(8) {
  top: 70%;
  left: 20%;
}
.hand_wrap > i:nth-of-type(9) {
  top: 70%;
  left: 50%;
}
.hand_wrap > i:nth-of-type(10) {
  top: 70%;
  left: 80%;
}
.hand_wrap .hand_hd {
  text-align: center;
  margin: 20px 0;
  width: 100%;
  font-size: 20px;
  color: #26A69A;
  background: none;
}
.hand_wrap .hand_list {
  gap: 20px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  box-sizing: border-box;
}
.hand_wrap .hand_list .hand_frame {
  box-sizing: border-box;
}
.hand_wrap .hand_list .hand_frame .hand_title {
  color: #00897B;
  text-align: center;
  margin-bottom: 10px;
}
.hand_wrap .hand_list .hand_frame .hand_flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.hand_wrap .hand_list .hand_frame .hand_flex p {
  background-color: #64B5F6;
  opacity: 0.8;
  color: #fff;
  padding: 2px 5px;
  border-radius: 10px;
}
.hand_wrap .hand_list .hand_frame a {
  color: #26A69A;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: underline;
}
.hand_wrap .hand_list .hand_frame a:hover {
  opacity: 0.5;
}

.hd_right {
  display: none;
}

.hs_wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.hs_wrap .hs_img {
  background: url(../img/hs.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.hs_wrap .hs_img .hs_msg {
  margin-top: 0;
  padding-top: 0;
  background-image: radial-gradient(rgb(9, 6, 194) 40%, transparent 0), radial-gradient(#000 40%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 4px 4px;
}
.hs_wrap .hs_img .hs_msg h3 {
  text-align: center;
  margin: 20px 0;
  width: 100%;
  font-size: 30px;
  color: #fff;
  background: none;
  text-shadow: 3px 3px 3px #000;
}
.hs_wrap .ceo_name {
  margin-top: 20px;
}
.hs_wrap .ceo_name p {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background: #00897B;
  padding: 5px 10px;
  border-radius: 20px;
}

.build_wrap {
  padding: 40px 15px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.build_wrap .build_frame {
  background: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px;
  width: 100%;
}
.build_wrap .build_frame .build_txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  box-sizing: border-box;
  word-break: break-all;
}
.build_wrap .build_frame .build_txt:last-child {
  border-bottom: none;
}
.build_wrap .build_frame .build_txt > p {
  padding: 20px;
  box-sizing: border-box;
}
.build_wrap .build_frame .build_txt > p:first-child {
  width: 100%;
  flex: none;
  color: #26A69A;
  border-bottom: 1px dotted #ccc;
}
.works_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
}
.works_frame .content_in {
  padding: 10px;
  position: relative;
}
.works_frame .content_in:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100px;
  background: #efffff;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 30px;
  transform: skewY(-15deg);
}
.works_frame .content_in:after {
  content: " ";
  display: block;
  width: 100%;
  height: 50px;
  background: #efffff;
  position: absolute;
  z-index: -1;
  right: 0;
  top: 150px;
  transform: skewY(-15deg);
}
.works_frame .content_in .hos_img {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.works_frame .content_in .hos_img img {
  border-radius: 0;
  width: 80%;
}
.works_frame .content_in .img_txt {
  position: absolute;
  bottom: -10px;
  left: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.works_frame .content_in .img_txt span {
  color: white;
  font-size: 30px;
  font-weight: bold;
}
.works_frame .content_in .img_txt h3 {
  padding: 0;
  margin: 0;
  background: none;
  color: #BBDEFB;
}
.works_frame .content_in p {
  margin-top: 20px;
  border-top: solid 1px #ccc;
  line-height: 1.6;
}

.hero_v {
  display: none;
}

.top_icons_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}
.top_icons_wrap .top_icons_frame {
  display: flex;
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.top_icons_wrap .top_icons_frame .top_icons_flex {
  box-sizing: border-box;
  width: 28%;
  flex: none;
}
.top_icons_wrap .top_icons_frame .top_icons_flex a {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.top_icons_wrap .top_icons_frame .top_icons_flex a:hover {
  opacity: 0.5;
}
.top_icons_wrap .top_icons_frame .top_icons_flex a i {
  color: #26A69A;
  font-size: 30px;
}
.top_icons_wrap .top_icons_frame .top_icons_flex a p {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}

.hero_content .hero_img .hero_dark {
  box-sizing: border-box;
  padding: 0;
  position: relative;
  height: 100vh;
}

.hero_content .hero_img .hero_dark .dark_flex {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.about_sec {
  background: linear-gradient(0deg, #fff 0%, #fff 20%, #B2DFDB 20%, #B2DFDB 100%);
}
.about_sec .about_frame .about_flex {
  padding: 40px 20px;
}
.about_sec .about_frame .pic_txt {
  padding: 20px;
  background: #fff;
}
.about_sec .about_frame h3 {
  color: #00897B;
  font-size: 21px;
  font-weight: 500;
  line-height: 2.5rem;
}
.about_sec .about_frame p {
  margin-top: 20px;
}
/*
.left_content .build_wrap {
  background: #F7F3EA;
} */

.common_page .common_content {
  width: 100%;
}
.common_page .common_content .common_img {
  display: block;
  background: url(../img/sholaship.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 50vh;
}
.common_page .common_content .common_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.common_page .build_wrap .build_frame {
  margin-top: -45vh;
}

.question_page .common_content .common_img {
  background: url(../img/question.webp);
  background-size: cover;
  background-position: center;
}

.infomation_page .common_content .common_img {
  background: url(../img/infomation.webp);
  background-size: cover;
  background-position: center;
}

.privacy_page .common_content .common_img {
  background: url(../img/privacy.webp);
  background-size: cover;
  background-position: center;
}

.contact_page .common_content .common_img {
  background: url(../img/contact.webp);
  background-size: cover;
  background-position: center;
}

.scholarship_page .build_txt:last-child {
  border-top: 1px solid #ccc;
}
.scholarship_page .build_wrap .build1 .build_txt > p:first-child {
  font-size: 18px;
  color: #00897B;
  border: none;
  font-weight: 500;
  margin-bottom: 10px;
}
.scholarship_page .build_wrap .build1 .build_txt {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  border-top: none;
}
.scholarship_page .build_wrap .build1 .build_txt p a {
  display: inline-block;
  color: #26A69A;
  text-decoration: underline;
  margin-right: 5px;
}
.scholarship_page .build_wrap .build1 .build_txt p {
  padding: 0;
}
.scholarship_page .build_wrap .build1 {
  gap: 20px;
}
.scholarship_page .table02 {
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  margin-bottom: 1em;
  border-color: #ececec;
  border-spacing: 0;
}
.scholarship_page .table02 tbody {
  border: solid 1px #ccc;
}
.scholarship_page .table02 th, .scholarship_page .table02 td {
  padding: 0.4em;
  line-height: 1.6;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.scholarship_page .table02 th, .scholarship_page .table02 u {
  background: #eee;
  font-weight: 500;
}
.scholarship_page .w_sec {
  background: #fafafa;
}
.scholarship_page .w_sec .build_frame {
  margin: 0;
}
.scholarship_page .w_sec .build_frame .build_txt:last-child {
  border-top: none;
  padding-top: 0;
  border-top: none;
}
.scholarship_page .bk {
  color: #555 !important;
}
.scholarship_page .setai_list p {
  margin-bottom: 20px;
}

.question_page .build_wrap .build_frame {
  gap: 40px 0;
}
.question_page .build_wrap .build_frame .build_txt {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  border-bottom: none;
}
.question_page .build_wrap .build_frame .build_txt > p:first-child {
  width: 100%;
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  color: #00897B;
  padding-bottom: 10px;
}
.question_page .qs_content {
  /* チェックボックスは非表示 */
  /* アコーディオンラベルのスタイル */
  /* 矢印のスタイルと初期回転方向 */
  /* 開閉コンテンツのスタイル */
  /* チェックが入ったときのコンテンツ表示 */
  /* チェックが入ったときの矢印の回転方向 */
}
.question_page .qs_content input[type=checkbox] {
  display: none;
}
.question_page .qs_content .q_accordion {
  border-bottom: solid 1px #ccc;
}
.question_page .qs_content .accordion-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
}
.question_page .qs_content .arrow {
  transform: rotate(180deg); /* 初期状態を上向きに設定 */
  transition: transform 0.5s ease;
}
.question_page .qs_content .arrow + p {
  margin-left: 10px;
}
.question_page .qs_content .q_txt {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.question_page .qs_content input[type=checkbox]:checked + .accordion-label + .q_txt {
  max-height: 500px; /* 必要に応じて調整 */
  transition-delay: 0.1s;
  padding-top: 20px;
}
.question_page .qs_content input[type=checkbox]:checked + .accordion-label {
  background: rgba(0, 0, 0, 0.03);
}
.question_page .qs_content input[type=checkbox]:checked + .accordion-label p,
.question_page .qs_content input[type=checkbox]:checked + .accordion-label i {
  color: #26A69A;
}
.question_page .qs_content input[type=checkbox]:checked + .accordion-label .arrow {
  transform: rotate(0deg); /* チェック時は下向きに */
}
.question_page .qs_content i {
  font-size: 18px;
}
.question_page .qs_content .q_txt p {
  margin-left: 25px;
  width: auto;
  padding-bottom: 40px;
}

.infomation_page .build_wrap .build_frame {
  max-width: 700px;
  gap: 20px;
}
.infomation_page .build_wrap .build_frame h3 {
  background: none;
  color: #00897B;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
.infomation_page .build_wrap .build_frame .build_txt {
  padding-bottom: 20px;
  gap: 10px;
  border-bottom: dashed 1px #ccc;
}
.infomation_page .build_wrap .build_frame .build_txt > p {
  padding: 0;
}
.infomation_page .build_wrap .build_frame .build_txt > p:first-child {
  border-bottom: none;
  color: #555;
}
.infomation_page .build_wrap .build_frame .build_txt > p:first-child span {
  font-weight: bold;
  margin-right: 20px;
}
.infomation_page .build_wrap .build_frame .info_seet {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.infomation_page .build_wrap .build_frame .info_seet p {
  font-size: 16px;
  color: #26A69A !important;
  font-size: 16px;
  font-weight: bold;
}
.infomation_page .build_wrap .build_frame .info_seet a {
  color: #26A69A;
}
.infomation_page .build_wrap .build_frame .info_seet .info_seet_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.privacy_page .build_wrap {
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.privacy_page .build_wrap .build_frame {
  max-width: 500px;
  width: auto;
  gap: 60px;
}
.privacy_page .build_wrap .build_frame .build_txt {
  border-bottom: none;
  gap: 10px;
}
.privacy_page .build_wrap .build_frame .build_txt i {
  color: #26A69A;
  margin-right: 10px;
}
.privacy_page .build_wrap .build_frame .build_txt > p:first-child {
  border-bottom: none;
  color: #555;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}
.privacy_page .build_wrap .build_frame .build_txt > p {
  padding: 0;
}
.privacy_page .build_wrap .build_frame2 {
  margin-top: 0;
}

.contact_page .build_wrap .build_frame {
  padding: 20px 0;
}

.sv_wrap {
  padding: 20px 10px;
}
.sv_wrap h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.sv_wrap h3::before {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background-color: #26A69A;
  position: absolute;
  bottom: -15px;
}
.sv_wrap .sv_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.sv_wrap .sv_frame .sv_content {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  border: solid 1px #ccc;
  padding: 0 0 20px;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
  border-top: none;
  gap: 20px;
}
.sv_wrap .sv_frame .sv_content .sv_title {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.sv_wrap .sv_frame .sv_content .sv_title i {
  color: #26A69A;
  margin-right: 10px;
  font-size: 45px;
}
.sv_wrap .sv_frame .sv_content .sv_title h4 {
  font-size: 18px;
  color: #26A69A;
}
.sv_wrap .sv_frame .sv_content a {
  background-color: #26A69A;
  color: white;
  margin-top: 20px;
  padding: 5px 10px;
  border-radius: 20px;
}
.sv_wrap .sv_frame .sv_content a:hover {
  opacity: 0.5;
}
.rev_wrap {
  background-color: #fafafa;
  padding: 20px 10px;
  width: 100%;
  box-sizing: border-box;
}
.rev_wrap h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.rev_wrap h3::before {
  content: "";
  display: block;
  height: 3px;
  width: 70px;
  background-color: #26A69A;
  position: absolute;
  bottom: -15px;
}
.rev_wrap .rev_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.rev_wrap .rev_frame img {
  max-width: 800px;
}
.rev_wrap .rev_frame .rev_txt .rev_icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.rev_wrap .rev_frame .rev_txt .rev_icon i {
  margin-right: 20px;
  color: gold;
  font-size: 50px;
}
.rev_wrap .rev_frame .rev_txt .rev_icon h4 {
  font-size: 16px;
  color: #26A69A;
}
.rev_wrap .rev_frame .rev_txt p {
  max-width: 600px;
}
.rev_wrap .rev_frame .rev_txt p span {
  font-weight: bold;
  color: #00897B;
}
.rev_wrap .rev_frame a {
  color: #26A69A;
  text-decoration: underline;
}
.rev_wrap .rev_frame a:hover {
  opacity: 0.5;
}
.rev_wrap .rev_frame a i {
  color: #26A69A;
}

.pdf_wrap {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.pdf_wrap .pdf_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.pdf_wrap .pdf_frame a {
  color: #26A69A;
  text-decoration: underline;
}

.hr_txt {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin-top: 40px;
  width: -moz-fit-content;
  width: fit-content;
  border: solid 3px #b2dfdb;
}
.hr_txt p {
  color: #fff;
  text-align: center;
}
.hr_txt h3 {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.hr_txt i {
  color: #B2DFDB;
  font-size: 30px;
  margin-right: 10px;
}
.hr_txt .hr_time {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.hr_txt .hr_time p {
  font-size: 19px;
}
.hr_txt .hr_area {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
.hr_txt .hr_area .area_txt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-top: solid 1px #fff;
  padding-top: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.hr_txt .hr_area .area_txt p {
  padding: 5px;
  background-color: #26A69A;
}

.nodoka_page .nodoka_wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.nodoka_page .nodoka_wrap .nodoka_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background: #fafafa;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.nodoka_page .nodoka_wrap .nodoka_frame .nodoka_txt {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.nodoka_page .nodoka_wrap .nodoka_frame .nodoka_txt h3 {
  font-weight: bold;
  padding: 0;
  color: #26A69A;
  background: none;
  margin: 0;
  text-align: left;
}
.nodoka_page .nodoka_wrap .nodoka_frame .nodoka_txt i {
  font-size: 50px;
  margin-right: 10px;
  color: #26A69A;
}

.service_page .nodoka_wrap .nodoka_frame .nodoka_txt h3 {
  font-size: 22px;
  font-weight: 400;
}

.sv_wrap {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
.sv_wrap .half_sv {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.sv_wrap .half_sv h4 {
  color: #26A69A;
  font-size: 16px;
}
.sv_wrap .half_sv + a {
  background-color: #26A69A;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
}

.nodoka_plate {
  padding-top: 0;
}
/*# sourceMappingURL=maps/size_320.css.map */
