:root {
  --vw: 1vw;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
.va_top {
  vertical-align: top;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
body {
  color: #555;
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 55px 10px 35px;
}
h2 {
  font-size: 38px;
  font-family: "wfbd";
  text-align: center;
  margin-bottom: 32px;
}
.cont_wrap {
  background-color: #fff;
  border-radius: 12px;
}
.contact_btn {
  max-width: 396px;
  background-color: #55c2f0;
  border-radius: 6px;
  color: #fff;
  font-size: 21px;
  line-height: 1.2em;
  text-align: center;
  font-family: "wfbd";
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
}
.contact_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact_btn:hover {
  opacity: 0.7;
}
.more_btn {
  max-width: 395px;
  background-color: #f4a91f;
  border-radius: 6px;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  text-align: center;
  font-family: "wfbd";
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
}
.more_btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more_btn:hover {
  opacity: 0.7;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0 16px;
}
header img {
  display: block;
}
header .site {
  font-size: 17px;
}
header .site a {
  color: #555;
}
.catch {
  background: url(/hfs/img/header_border.png) no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 17px 0 10px;
}
.catch p {
  font-size: 20px;
  font-family: "wfbd";
}
.catch cite {
  font-size: 12px;
  font-family: "wfre";
  font-style: normal;
}
.contact {
  background-color: #55c2f0;
}
.contact .inner {
  padding: 55px 10px 58px;
}
.contact h2 {
  color: #fff;
  margin-bottom: 38px;
}
.contact_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 40px 35px;
}
.contact_wrap a {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.contact_wrap .contact_btn {
  width: 396px;
  margin: 0 0 0 auto;
}
.contact_tel {
  -ms-flex-preferred-size: 38%;
  flex-basis: 38%;
  text-align: center;
  border-right: 4px dotted #c2c2c2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.contact_tel p {
  position: relative;
}
.contact_tel p:first-child {
  font-size: 28px;
  font-family: "wfbd";
  letter-spacing: 0.04em;
  line-height: 1.75;
}
.contact_tel p:last-child {
  font-size: 12px;
  font-family: "wfre";
  margin-top: -8px;
}
.contact_tel p:first-child::before {
  content: "";
  background: url(/hfs/img/icon_tel.png);
  position: absolute;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  left: -36px;
  top: 25%;
}
footer .inner {
  text-align: center;
}
.footer_ttl {
  font-size: 18px;
  font-family: "wfbd";
  margin-bottom: 25px;
}
.footer_logo.jasda {
  margin-bottom: 8px;
}
.footer_logo.lohc {
  margin-bottom: 40px;
}
.footer_address {
  font-size: 12px;
  font-family: "wfre";
  margin-bottom: 20px;
}
.footer_address:last-child {
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.mv__slider {
  position: relative;
}
.mv__slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  font-size: 0;
  width: 42px;
  height: 86px;
  margin: auto 0;
}
.mv__slider .slick-prev {
  left: 0;
  background-image: url(../../img/alow-l.png);
}
.mv__slider .slick-next {
  right: 0;
  background-image: url(../../img/alow_r.png);
}
.mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 541px;
}
.mv .inner {
  position: relative;
  padding: 32px 10px;
}
.mv img {
  display: initial;
  vertical-align: initial;
}
.mv--01 {
  background-image: url(../img/mv_bg.jpg);
}
.mv--01 .mv_item {
  position: relative;
  margin-right: 10px;
}
.mv--01 .mv_item:last-child {
  margin-right: 0;
}
.mv--01 .mv_item p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.mv--01 .mv_item p span.cap {
  font-size: min(2vw, 12px);
}
.mv--01 .mv_item1 h1 {
  font-size: 52px;
  margin-bottom: 18px;
}
.mv--01 .mv_item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mv--01 .mv_item2 a {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.mv--01 .mv_item2 .contact_btn {
  margin: 0;
}
.mv--01 .mv_btn {
  position: relative;
}
.mv--01 .mv_btn a {
  position: absolute;
  left: 55px;
  top: 25px;
}
.mv--01 .mv_btn .contact_btn {
  width: 396px;
}
.mv--02 {
  background-image: url(../img/mv_bg_02.jpg);
  background-position: center top;
  background-size: cover;
}
.mv--02 .inner {
  padding: 46px 7px 35px;
}
.mv--02 .mv__heading {
  width: 514px;
}
.mv--02 .mv__text {
  width: 492px;
  margin-top: 36px;
  margin-left: 4px;
}
.mv--02 .mv__btn {
  padding: 25px 0 0 50px;
}
.mv--02 .mv__btn .contact_btn {
  background: #3b8ec7;
  margin-left: 0;
}
.news {
  background-color: #f7f7f7;
}
.news .inner {
  padding: 34px 0 37px;
}
.news .read {
  display: block;
  text-align: center;
  margin: 0 20px 1.5em;
  background-color: #fff;
  border-radius: 10px;
  padding: 1em 0.5em;
  font-size: 20px;
  line-height: 1.4em;
  font-family: "wfbd";
}
.news .read span {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "wfbd";
}
.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news_wrap h2 {
  font-size: 20px;
  margin: 0 73px 0 0;
}
.news_wrap ul,
.news_wrap .news_list {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}
.news_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 13px;
}
.news_wrap li:last-child {
  margin-bottom: 0;
}
.news_wrap li span {
  font-size: 16px;
  line-height: 1.5em;
  margin-right: 20px;
}
.news_wrap h2.news_ttl,
.news_post .news_ttlsub {
  border-right: 4px dotted #c2c2c2;
  width: 200px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
}
.news_top,
.news_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.news_wrap .news_link {
  display: block;
  padding: 30px 20px;
  background-color: #55c2f0;
  color: #fff;
  font-family: "wfbd";
  border-radius: 10px;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list .news_link {
  background: url(../../img/btn/alow1.png) no-repeat left center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: block;
  margin: 20px 0 0 auto;
  color: #69cfe3;
  padding: 0 0 0 20px;
  font-size: 100%;
  height: 16px;
}
.news_list .news_link::before {
  display: none;
}
.news_wrap .news_link::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 7px;
  height: 7px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_wrap .news_link:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news_list {
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  width: 95%;
  font-size: 12px;
  font-family: "wfbd";
  font-weight: bold;
}
.news_list .osirase {
  width: 100%;
  color: #646464;
  display: block;
  margin-top: 0px;
  clear: both;
  padding: 0;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news_list .osirase a {
  color: #555;
}
.news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  padding: 10px 0 0px 10px;
}
.news_list dl:first-child {
  border-top: 1px dotted #949494;
}
.news-item_category {
  display: inline-block;
  background: #87d8e8;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 14px;
  width: 160px;
}
.news_list .news_item:first-child {
  border-top: 1px dotted #949494;
}
.news_item {
  padding: 10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #949494;
}
.learn h2 {
  text-align: center;
}
.learn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}
.learn_wrap li {
  font-size: 20px;
  line-height: 1.2;
  position: relative;
}
.learn_wrap li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.learn_wrap li > div::before {
  content: url(../img/icon_check.png);
  margin-right: 12px;
}
section.line {
  border-left: 0;
  border-right: 0;
  padding: 50px 0;
  background-color: #f2f5dc;
}
section.line h2 {
  font-size: 170%;
  width: 100%;
  color: #4cbf2c;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.line_area {
  border: 5px solid #4cbf2c;
  max-width: 1000px;
  margin: auto;
  padding: 20px 30px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  width: 95%;
}
.line_area .line_text {
  width: calc(100% - 205px);
  font-size: 115%;
}
.line_area .line_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 185px;
  margin-left: 20px;
}
.line_area .line_btn img {
  width: 100%;
  height: auto;
}
.line_area .btnArea {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.line_area .btnArea a img {
  width: 100%;
}
.line_area .btnArea a:nth-child(1) {
  max-width: 500px;
  color: #55c2f0;
}
.line_area .btnArea a:nth-child(2) {
  max-width: 200px;
}
.about_hfs {
  background-color: #fcf3df;
}
.about_hfs .disc {
  text-align: center;
  font-size: 18px;
}
.about_hfs .cont_wrap {
  padding: 35px 58px 40px;
  margin: 40px 0;
  text-align: center;
}
.about_hfs .cont_wrap h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.about_hfs .cont_wrap p {
  font-size: 18px;
}
.about_hfs .cont_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 25px;
}
.about_hfs .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_hfs .box_wrap .box {
  position: relative;
  width: 470px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0px 28px 23px;
  border-radius: 12px;
}
.about_hfs .box_wrap .box.blue {
  border: solid 4px #69cfe3;
}
.about_hfs .box_wrap .box.pink {
  border: solid 4px #ff8296;
}
.about_hfs .box_wrap .box_ttl {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: 30%;
  padding: 11px 51px;
  font-size: 24px;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.title {
  display: block;
  width: 198px;
  pointer-events: none;
  padding: 16px 0;
  font-size: 24px;
  text-align: center;
  color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
input {
  display: none;
}
.toggle {
  list-style: none;
}
.about_hfs .box_wrap .box.blue .title {
  background: #69cfe3;
}
.about_hfs .box_wrap .box.pink .title {
  background: #ff8296;
}
.about_hfs .box_wrap p {
  font-size: 18px;
  line-height: 1.6;
}
.about_hfs .box_wrap .box_catch {
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
  margin: 26px 0 30px;
}
.about_hf {
  background-color: #d2ecfa;
}
.about_hf .inner {
  padding: 55px 10px 60px;
}
.about_hf .disc {
  font-size: 18px;
  line-height: 1.6;
}
.about_hf .cont_wrap {
  padding: 40px 0 60px;
  margin-top: 35px;
}
.about_hf .cont_wrap h3 {
  font-size: 32px;
  text-align: center;
  color: #f4a91f;
  margin-bottom: 45px;
}
.about_hf .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about_hf .cont .img {
  margin-right: 30px;
}
.about_hf .list li {
  font-size: 20px;
  line-height: 1.82;
  margin-bottom: 8px;
}
.about_hf .list li:last-child {
  margin-bottom: 45px;
}
.about_hf .list li::before {
  content: url(../img/icon_attention.png);
  vertical-align: text-top;
  margin-right: 5px;
}
.voice_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 55px 10px 0;
}
.voice h2 {
  margin-bottom: 45px;
}
.sliderWide {
  position: relative;
}
.sliderWide::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 4px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  z-index: -1;
}
.sliderWide::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: -12px;
  left: 0;
  right: 0;
  border-top: 2px solid #c2c2c2;
  border-bottom: 4px solid #c2c2c2;
  z-index: -1;
}
.slider li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0;
  border-top: 2px solid #c2c2c2;
}
.slider li:first-child {
  border-top: 0;
}
.slider li img {
  max-width: 450px;
  margin: 0 30px 0 0;
}
.slider li p {
  font-size: 18px;
}
.voice .inner {
  padding: 0 10px 52px;
}
.voice_ttl {
  background-color: #f7f7f7;
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  padding: 20px 0;
}
.voice_name {
  display: block;
  margin-top: 20px;
  line-height: 1.6;
}
.gift {
  margin-top: 90px;
}
.gift_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  gap: 5%;
  margin-top: 23px;
}
.gift_wrap ul li {
  text-align: center;
}
.gift_wrap ul li p {
  font-size: 20px;
}
.gift_wrap ul li .notice {
  font-size: 12px;
  margin-top: 0;
}
.gift_wrap ul li img {
  display: block;
  width: 297px;
  height: 178px;
  margin: 20px auto 15px;
}
.group {
  margin-top: 58px;
}
.group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.group ul li {
  margin-bottom: 6px;
}
.frameBox {
  margin: 0 auto;
  padding: 70px 0 30px;
}
.frameBox dl {
  width: 100%;
  border: #b8a891 1px solid;
  border-radius: 10px;
}
.frameBox dt {
  background-color: #b8a891;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0;
}
.frameBox dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 30px 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.frameBox dd .frameData {
  width: 50%;
}
.frameBox dd .frameData p {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 1em;
}
.frameBox dd .frameData p.price {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: bold;
}
.frameBox dd .frameData p.price span {
  font-size: 12px;
}
.frameBox dd figure {
  width: 46%;
  margin: 0;
  padding: 0;
  background: #ecedee;
}
.frameBox dd figure.pc_only {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow {
  background-color: #f7f7f7;
}
.flow .inner {
  text-align: center;
  padding: 50px 10px 0;
  position: relative;
}
.flow .flow_balloon {
  max-width: 100px;
  position: absolute;
  top: 50px;
  right: calc(50% - 350px);
}
.flow .inner .flow_ttl {
  font-size: 24px;
  font-family: "wfbd";
}
.flow .inner .flow_catch {
  font-size: 18px;
  margin-bottom: 35px;
}
.flow .flow_wrap .flow_box {
  max-width: 714px;
  padding: 30px 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 40px;
  position: relative;
}
.flow .flow_wrap .flow_box:nth-child(2) {
  padding: 19px 0;
}
.flow .flow_wrap .flow_box:nth-child(3) {
  margin-bottom: 60px;
}
.flow .flow_wrap .flow_box:nth-child(3)::after {
  content: none;
  background: none;
}
.flow .flow_wrap .flow_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/icon_flow.png) no-repeat;
  width: 44px;
  height: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -32px;
}
.flow .flow_wrap .flow_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: inherit;
}
.flow .flow_wrap .flow_box ul li:first-child {
  color: #55c2f0;
  font-size: 28px;
  font-family: "wfbd";
  border-right: 4px dotted #c2c2c2;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  margin-right: 30px;
}
.flow .flow_wrap .flow_box ul li:nth-child(2) {
  text-align: left;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.flow .flow_wrap .flow_box li p {
  font-size: 22px;
  font-family: "wfbd";
  line-height: 1.5;
  margin: 0 0 7px;
}
.flow .flow_wrap .flow_box li p:last-of-type {
  font-size: 16px;
  font-family: "wfre";
  line-height: 1.4;
  margin: 0;
}
.flow .flow_wrap .flow_box span {
  display: block;
  font-size: 12px;
}
.flow .flow_wrap .flow_box img {
  height: 132px;
  position: absolute;
  right: 35px;
  bottom: 10px;
}
.overview {
  background-color: #fff;
  padding: 30px 80px;
  margin-top: 60px;
  border-radius: 12px;
  letter-spacing: 0.04em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.overview_ttl {
  font-size: 24px;
  margin-bottom: 35px;
}
.overview table {
  text-align: left;
}
.overview table th {
  width: 238px;
}
.overview table,
td,
th {
  border-collapse: collapse;
  border-top: 2px solid #c2c2c2;
}
.overview th.noBorder {
  border-top: none;
}
.overview table th,
.overview table td {
  font-size: 18px;
  padding: 14px 0;
}
.overview table td .note-list__item {
  font-size: 14px;
  line-height: 1.7;
}
@media only screen and (max-width: 768px) {
  .overview table td .note-list__item {
    font-size: 12px;
  }
}

.overview table .table_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.overview table .table_flex li:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.overview table .table_flex li:nth-child(2) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.overview table .table_flex li:last-child {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  text-align: right;
}
.overview table .table_flex li p {
  margin-bottom: 8px;
}
.overview table .table_flex li p:last-child {
  margin-bottom: 0;
}
.overview table .notice {
  font-size: 12px;
  letter-spacing: 0.02em;
  margin-top: -1px;
}
.overview table .note {
  font-size: 14px;
}
.overview table img {
  margin-top: 35px;
}
.overview table .post {
  display: block;
  font-size: 12px;
  line-height: 1.4;
  margin: 12px 0 28px;
}
.overview table .career {
  font-size: 16px;
}
.overview .table__in {
  width: 100%;
  margin-bottom: 10px;
}
.overview .table__in,
.overview .table__in th,
.overview .table__in td {
  vertical-align: unset;
  border-top: none;
}
.overview .table__in th,
.overview .table__in td {
  padding: 5px 0;
}
.overview .table__in th {
  font-weight: normal;
  width: auto;
  padding-right: 15px;
}
.hfsTopics {
  width: 100%;
  background-color: #d2ecfa;
}
.hfsTopics .inner {
  padding: 25px 20px 40px;
}
.hfsTopics h2 {
  margin: 0;
  padding: 0.5em 0 0.8em;
  text-align: center;
}
.hfsTopics p {
  font-size: 18px;
  line-height: 1.6;
}
.open .inner {
  padding: 55px 0 40px;
}
.open h2 {
  font-size: 32px;
  line-height: 1.4375;
}
.open .column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2em;
}
.open .course-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
  color: inherit;
  max-width: 380px;
  width: 39.5833333333%;
  margin: 0;
}
.open .course-box:hover {
  opacity: 0.8;
}
.open .course-box__header {
  position: relative;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 16px 0;
}
.open .course-box__header .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 54px;
  width: 14.2105263158%;
  margin: auto 0;
}
.open .course-box__header .ico img {
  max-width: 100%;
}
.open .course-box__header .heading {
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}
.open .course-box__header .arrow {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  background: url(../img/ico_arrow_course_01.svg) no-repeat center/100% auto;
  width: 12px;
  margin: auto 0;
}
.open .course-box__header .arrow::before {
  content: "";
  display: block;
  padding-top: 158.3333333333%;
}
.open .course-box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.7777777778;
  border-radius: 0 0 6px 6px;
  padding: 20px;
}
.open .course-box--01 .course-box__header {
  background: #eb9c44;
}
.open .course-box--01 .course-box__content {
  background: #fffbed;
}
.open .course-box--02 .course-box__header {
  background: #528fef;
}
.open .course-box--02 .course-box__content {
  background: #ebf6fe;
}
.interview {
  position: relative;
  background: #f7f7f7;
  padding: 48px 0 60px;
}
.interview h2 {
  margin-bottom: 35px;
}
.interview button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.interview .arrow__wrap {
  position: absolute;
  top: 380px;
  right: 0;
  left: 0;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.interview .slick-list {
  overflow: visible !important;
}
.interview .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.interview .slick-arrow {
  position: absolute;
  z-index: 99;
  font-size: 0;
  width: 26px;
  height: 40px;
}
.interview .slick-arrow.slick-prev {
  background: url(../img/ico_arrow_prev_01.svg);
  left: -50px;
}
.interview .slick-arrow.slick-next {
  background: url(../img/ico_arrow_next_01.svg);
  right: -50px;
}
.interview .slick-dots {
  position: absolute;
  bottom: -84px;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.interview .slick-dots li {
  width: 20px;
}
.interview .slick-dots li + li {
  margin-left: 40px;
}
.interview .slick-dots li button {
  display: block;
  background: #adadad;
  font-size: 0;
  border-radius: 50%;
  width: 100%;
  height: 20px;
}
.interview .slick-dots li.slick-active button {
  background: #87cde0;
}
.interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.interview-list:last-of-type {
  margin-top: 48px;
}
.interview-list__wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 15px 0 84px;
}
.interview-list__item {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 31.25%;
  max-width: 300px;
  height: auto;
  padding: 32px 24px;
}
.interview-list__item:nth-child(n + 4) {
  display: none;
}
.interview-list__item--sub {
  padding: 24px;
}
.interview-list__item--sub .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  margin-top: unset;
  padding-left: 1.2em;
}
.interview-list__item--sub .interview-list__post,
.interview-list__item--sub .interview-list__name {
  text-align: left;
}
.interview-list__item--sub .interview-list__post {
  font-size: 14px;
  line-height: 1.4;
  min-height: unset;
  margin-top: unset;
}
.interview-list__item--sub .interview-list__name {
  font-size: 16px;
  line-height: 1.5;
}
.interview-list__item--sub .interview-list__comment {
  margin-top: 16px;
  margin-bottom: 0;
}
.interview-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.interview-list .header__img {
  width: 33.0578512397%;
}
.interview-list .header__img .interview-list__img {
  width: 100%;
}
.interview-list__img {
  max-width: 120px;
  width: 47.619047619%;
}
.interview-list__img img {
  max-width: 100%;
}
.interview-list__img--logo {
  width: 100%;
  max-width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.interview-list__post {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  min-height: 4.2em;
  margin-top: 20px;
}
.interview-list__name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.interview-list__comment {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 20px;
}
.interview-list__btn {
  margin-top: auto;
}
.interview-list__btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/ico_arrow_01.svg) no-repeat right 6% center/12px 19px,
    #87cde0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  width: 100%;
  height: 51px;
}
.interview-list__btn a:hover {
  opacity: 0.7;
}
.interview .more-btn {
  width: 265px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #8a8a8a;
  margin: 40px auto 0;
  border-radius: 8px;
  position: relative;
}
.interview .more-btn::after {
  content: "+";
  line-height: 0.6;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 30px;
}
.interview .more-btn:hover {
  opacity: 0.6;
}
.interview .more-btn.open::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.organization__img {
  margin-top: 65px;
}
.organization__img img {
  max-width: 100%;
}
.instructor {
  background: #f7f7f7;
}
.instructor .inner {
  padding: 80px 10px;
}
.instructor h2 {
  margin-bottom: 50px;
}
.instructor-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: -5% auto 0;
}
.instructor-list__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  width: 45.2631578947%;
  margin-top: 5.0526315789%;
  padding: 32px 24px 24px;
}
@media only screen and (max-width: 768px) {
  .instructor-list__item {
    width: 100%;
  }
}
.instructor-list__item:first-child .instructor-list__name {
  margin-top: 24px;
}
.instructor-list__img {
  max-width: 200px;
  width: 100%;
}
.instructor-list__img img {
  max-width: 100%;
}
.instructor-list__post {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 5px;
}
.instructor-list__bottom {
  margin-top: auto;
}
.instructor-list__name {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.instructor-list__name::before {
  content: attr(data-title);
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  white-space: nowrap;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
.instructor-list__btn {
  margin-top: 24px;
}
.instructor-list__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ico_arrow_01.svg) no-repeat right 6% center/12px 19px,
    #f8d95c;
  color: #555;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  max-width: 300px;
  width: 100%;
  height: 51px;
}
.instructor-list__btn a:hover {
  opacity: 0.7;
}
.modaal-container {
  border-radius: 8px;
}
.modaal-content-container {
  padding: 3.125% 5% 5%;
}
.modaal-inner-wrapper {
  padding: 10px;
}
.modal .close {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 10;
  background: url(../img/ico_close_01.svg) no-repeat center/100% auto;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.modal h2 {
  color: #555;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
}
.modal .column__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.modal .column--img {
  max-width: 180px;
  width: 20.8333333333%;
  margin-top: 0;
}
.modal .column--text {
  max-width: 636px;
  width: 73.6111111111%;
}
.modal .img img {
  max-width: 100%;
}
.modal .name {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.modal .post {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 22px;
}
.modal .career {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 32px;
}
.modal--interview .column--img {
  max-width: 120px;
  width: 13.8888888889%;
  margin-top: 0;
}
.modal--interview .column--img__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
  max-width: 160px;
  width: 18.5185185185%;
}
.modal--interview .img img {
  max-width: 100%;
}
.modal--interview .post {
  margin-top: 18px;
}
.modal--interview .name {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  img {
    width: 100%;
  }
  .inner {
    padding: 30px 20px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact_btn {
    max-width: 315px;
    font-size: 15px;
    padding: 12px 0;
    margin: 0 auto;
  }
  .more_btn {
    padding: 12px 0;
    font-size: 15px;
  }
  header .inner {
    padding: 9px 15px;
  }
  header img {
    width: 225px;
    height: auto;
  }
  header .site {
    background-size: 100% 3px;
    font-size: 10px;
  }
  .catch {
    padding: 15px 15px 8px;
  }
  .catch p {
    font-size: 15px;
    line-height: 1.5;
  }
  .catch cite {
    display: block;
    font-size: 10px;
    margin-top: 3px;
  }
  .contact .inner {
    padding: 25px 10px 40px;
  }
  .contact h2 {
    margin-bottom: 32px;
  }
  .contact_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0;
  }
  .contact_tel {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    padding: 14px 0;
    margin-bottom: 10px;
  }
  .contact_tel p:first-child {
    font-size: 21px;
  }
  .contact_tel p:last-child {
    font-size: 10px;
  }
  .contact_tel p:first-child::before {
    content: "";
    width: 19px;
    height: 20px;
    left: -40px;
    top: 20%;
  }
  .contact_tel::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    width: 7px;
    height: 7px;
    border-top: 2.5px solid #55c2f0;
    border-right: 2.5px solid #55c2f0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .contact_wrap a {
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    padding: 13.5px 0;
  }
  .contact_wrap .contact_btn {
    width: 100%;
    margin: 0 auto;
  }
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 20px;
  }
  #page_top a img:hover {
    opacity: 1;
  }
  #page_top img {
    width: 50px;
    height: 50px;
  }
  footer .inner {
    padding: 30px 25px;
  }
  .footer_ttl {
    font-size: 13.5px;
    margin-bottom: 27px;
  }
  .footer_logo.jasda {
    margin-bottom: 3px;
  }
  .footer_logo.lohc {
    margin-bottom: 30px;
  }
  .footer_logo.lohc img {
    width: 229px;
    height: auto;
  }
  .footer_address {
    font-size: 10px;
    line-height: 1.5;
  }
  .mv__slider .slick-prev {
    background-image: none;
  }
  .mv__slider .slick-next {
    background-image: none;
  }
  .mv {
    height: 450px;
  }
  .mv .inner {
    max-width: 750px;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .mv--01 {
    background-image: url(../img/mv_bg_sp.jpg);
  }
  .mv--01 .mv_item {
    margin-right: 5px;
  }
  .mv--01 .mv_item p {
    font-size: calc(2.6666666667 * var(--vw));
  }
  .mv--01 .mv_item1 h1 {
    font-size: 32px;
  }
  .mv--01 .mv_item1 {
    position: absolute;
    top: 10px;
    left: 5%;
  }
  .mv--01 .mv_item1 img:first-child {
    width: 235px;
    height: auto;
  }
  .mv--01 .mv_item1 img:nth-child(2) {
    width: 59px;
    height: auto;
  }
  .mv--01 .mv_item2 {
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 72px;
    width: 100%;
  }
  .mv--01 .mv_item2 img {
    width: 103px;
    height: auto;
  }
  .mv--01 .mv_btn {
    position: absolute;
    bottom: 15px;
    width: 100%;
  }
  .mv--01 .mv_btn a {
    position: relative;
    left: 0;
    top: 0;
  }
  .mv--02 {
    background-image: url(../img/mv_bg_02_sp.jpg);
    background-position: center bottom;
  }
  .mv--02 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0 0 calc(3.2 * var(--vw));
  }
  .mv--02 .mv__heading {
    width: calc(85.3333333333 * var(--vw));
    margin: calc(2.6666666667 * var(--vw)) auto 0;
  }
  .mv--02 .mv__text {
    width: calc(87.4666666667 * var(--vw));
    margin: auto auto 0;
  }
  .mv--02 .mv__btn {
    margin-top: calc(3.2 * var(--vw));
    padding: 0;
  }
  .mv--02 .mv__btn .contact_btn {
    margin: 0 auto;
  }
  .overview .table__in th,
  .overview .table__in td {
    display: table-cell;
  }
  .open h2 {
    font-size: 24px;
    padding: 0 20px;
  }
  .open .column__wrap {
    padding: 0 20px;
  }
  .open .course-box {
    max-width: unset;
    width: 100%;
  }
  .open .course-box:not(:nth-of-type(2n + 1)) {
    margin-top: 20px;
  }
  .open .course-box__header .ico {
    width: 14.328358209%;
  }
  .open .course-box__header .heading {
    font-size: 16px;
  }
  .open .course-box__content {
    font-size: 14px;
  }
  .interview .slick-dots {
    bottom: -35px;
  }
  .interview .slick-dots li + li {
    margin-left: 15px;
  }
  .interview-list {
    display: block;
    gap: 0 10px;
  }
  .interview-list__wrap {
    overflow: hidden;
  }
  .interview-list__item {
    margin: 0 15px;
  }
  .interview-list__item:nth-child(n + 4) {
    display: block;
  }
  .interview-list__item {
    max-width: unset;
    width: 100%;
  }
  .interview .more-btn {
    display: none;
  }
  .instructor-list__item {
    width: 100%;
  }
  .modaal-content-container {
    padding: 10px;
  }
  .modal .close {
    top: 10px;
    right: 10px;
  }
  .modal h2 {
    font-size: 24px;
  }
  .modal .column__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal .column--img {
    max-width: unset;
    width: 100%;
  }
  .modal .column--text {
    max-width: unset;
    width: 100%;
  }
  .modal .img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
  }
  .modal .name {
    font-size: 24px;
    text-align: center;
  }
  .modal .post {
    font-size: 14px;
  }
  .modal .career {
    font-size: 14px;
  }
  .modal--interview .column--img {
    max-width: unset;
    width: 100%;
  }
  .modal--interview .column--img__logo .img {
    max-width: 80%;
  }
  .modal--interview .img {
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .title {
    pointer-events: all;
    width: 100%;
    padding: 14px 0;
    border-radius: 6px;
    font-size: 15px;
  }
  .toggle {
    width: 100%;
    height: 0;
    padding: 0 8px;
    overflow: hidden;
  }
  input:checked ~ .toggle {
    height: auto;
    padding: 0;
  }
  .news .read {
    text-align: left;
    margin: 0 0 0.5em;
    padding: 1em 0.8em;
    font-size: 18px;
    line-height: 1.3em;
  }
  .news .read span {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    padding-top: 0.5em;
  }
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_wrap h2 {
    font-size: 24px;
    margin: 0 0 13px 0;
  }
  .news_wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    margin-bottom: 13px;
  }
  .news_wrap li div {
    width: 100%;
    overflow: hidden;
  }
  .news_wrap li span {
    display: block;
    font-size: 16px;
    margin: 0 0 1px 0;
  }
  .news .inner {
    padding: 25px 20px 30px;
  }
  .line_area .line_text,
  .line_area .line_btn {
    width: 100%;
  }
  section.line h2 {
    font-size: 125%;
    text-align: left;
  }
  section.line h2 br {
    display: none;
  }
  .line_area {
    padding: 20px;
  }
  section.line {
    padding: 20px 0;
  }
  .line_area .line_btn {
    max-width: 180px;
    margin: 20px auto 0;
  }
  .learn .inner {
    padding: 28px 20px 5px;
  }
  .learn h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .learn_wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .learn_wrap li > div::before {
    content: "";
    display: inline-block;
    background: url(../img/icon_check.png) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
  }
  .learn_wrap li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .learn_wrap li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    line-height: 1.4;
    position: relative;
    margin-bottom: 9px;
  }
  .learn_wrap li.item2 {
    margin-bottom: 0;
  }
  .learn_wrap li.item2 div {
    margin-bottom: 18px;
  }
  .about_hfs .inner {
    padding: 30px 10px;
  }
  .about_hfs h2 {
    line-height: 1.4;
    margin-bottom: 18px;
  }
  .about_hfs .disc {
    font-size: 15px;
    text-align: left;
  }
  .about_hfs .cont_wrap {
    padding: 10px 10px 32px;
    margin: 10px 0 15px;
    text-align: left;
    border-radius: 6px;
  }
  .about_hfs .cont_wrap h3 {
    font-size: 18px;
    letter-spacing: 0.04em;
    margin-bottom: 17px;
    line-height: 1.4;
  }
  .about_hfs .cont_wrap p {
    font-size: 15px;
    word-break: break-all;
  }
  .about_hfs .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about_hfs .box_wrap .box {
    padding: 0;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .about_hfs .box_wrap .box.blue {
    width: 100%;
    border: none;
  }
  .about_hfs .box_wrap .box.pink {
    width: 100%;
    border: none;
  }
  .about_hfs .box_wrap .title {
    position: relative;
  }
  .title::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 1.5px;
    background-color: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  .title::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    margin: auto;
    width: 13px;
    height: 1.5px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  input:checked + .title::before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  input:checked + .title::after {
    background-color: rgba(0, 0, 0, 0);
  }
  .about_hfs .box_wrap li {
    padding: 0 10px 18px;
  }
  .about_hfs .box_wrap .box_catch {
    font-size: 18px;
    line-height: 1.4;
    margin: 18px 0 10px;
  }
  .about_hfs .box_wrap p {
    font-size: 15px;
  }
  .about_hfs .cont_wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about_hfs .cont_wrap ul li:nth-of-type(1) {
    width: 46.875%;
  }
  .about_hfs .cont_wrap ul li:nth-of-type(2) {
    width: 52.1875%;
  }
  .about_hfs .cont_wrap ul li:nth-of-type(3) {
    width: 46.875%;
  }
  .about_hfs .cont_wrap ul li:nth-of-type(4) {
    width: 53.125%;
  }
  .about_hfs .cont_wrap ul li:nth-of-type(5) {
    width: 46.875%;
  }
  .about_hf .inner {
    padding: 30px 10px;
  }
  .about_hf h2 {
    margin-bottom: 20px;
  }
  .about_hf .disc {
    font-size: 15px;
    margin: 0 10px;
  }
  .about_hf .cont_wrap {
    padding: 15px 10px;
    margin-top: 15px;
    border-radius: 6px;
  }
  .about_hf .cont_wrap h3 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
  }
  .about_hf .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about_hf .cont .img {
    margin-right: 0;
  }
  .about_hf .list li {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .about_hf .list li:last-child {
    margin-bottom: 0;
  }
  .about_hf .list li::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_attention.png);
    background-size: contain;
    vertical-align: middle;
    vertical-align: text-top;
    margin-right: 5px;
  }
  .about_hf a {
    width: 100%;
  }
  .voice .voice_inner {
    padding: 35px 0 0 30px;
  }
  .voice h2 {
    margin-bottom: 27px;
  }
  .sliderArea {
    background: #fff;
    overflow: hidden;
  }
  .sliderWide {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .sliderWide::before,
  .sliderWide::after {
    border-top: 0;
    border-bottom: 0;
  }
  .sliderWide .slick-arrow {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .sliderWide:hover .slick-arrow {
    opacity: 1;
  }
  .slider {
    max-width: 315px;
    margin: 0 -43px;
    padding: 0;
  }
  .slider li {
    border-top: 0;
  }
  .slider .slick-list {
    overflow: visible;
    width: 315px;
  }
  .slider .slick-slide {
    height: auto !important;
    padding: 21px 7px;
    opacity: 0.5;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    position: relative;
  }
  .slider .slick-slide.slick-current {
    opacity: 1;
  }
  .slider .slick-slide a {
    display: block;
  }
  .slider .slick-slide a:hover {
    display: block;
    opacity: 0.7;
  }
  .slider li p {
    font-size: 15px;
  }
  .slider img {
    height: 200px;
    width: 100%;
  }
  .slick-prev,
  .slick-next {
    background-image: none;
    z-index: 1;
  }
  .slick-dots {
    bottom: -33px;
  }
  .slider .slick-slide::before {
    content: "";
    border-top: 2px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 5px;
    right: 8px;
    padding: 3px;
  }
  .slider .slick-slide::after {
    content: "";
    border-top: 1px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    left: 5px;
    right: 8px;
    padding: 3px;
  }
  .slider .slick-slide p {
    padding-bottom: 5px;
    margin-top: 14px;
  }
  .slick-prev,
  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 31%;
    display: block;
    width: 22.5px;
    height: 62.5px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    outline: none;
    background: #555;
  }
  .slick-prev {
    left: -25px;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 62.5px;
    opacity: 0.75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev:before {
    content: "←";
  }
  .slick-next:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -4px;
  }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: #fff;
    outline: none;
    background: #555;
  }
  .slick-prev:hover:before,
  .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    opacity: 1;
  }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25;
  }
  .voice .inner {
    padding: 30px 10px 18px;
  }
  .gift {
    margin-top: 30px;
  }
  .voice_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .voice_ttl {
    font-size: 18px;
    padding: 12px 0;
    border-radius: 6px;
  }
  .gift_wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .gift_wrap ul li {
    text-align: center;
  }
  .gift_wrap ul li p {
    font-size: 15px;
    margin-top: 13px;
  }
  .gift_wrap ul li .notice {
    font-size: 10px;
    margin-top: 0;
  }
  .gift_wrap ul li img {
    display: block;
    width: 201px;
    height: 133px;
    margin: 5px auto;
  }
  .group {
    margin-top: 28px;
  }
  .group ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
  }
  .group ul li {
    margin-bottom: 7px;
  }
  .group li img {
    width: 156px;
  }
  .frameBox {
    margin: 0 auto;
    padding: 6% 0 4%;
  }
  .frameBox dl {
    width: 100%;
    border: #b8a891 1px solid;
    border-radius: 10px;
  }
  .frameBox dt {
    background-color: #b8a891;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 4vw;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    padding: 0.5em 0;
  }
  .frameBox dd {
    display: block;
    margin: 0;
    padding: 6% 5%;
  }
  .frameBox dd .frameData {
    width: 100%;
  }
  .frameBox dd .frameData p {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 0 1em;
  }
  .frameBox dd .frameData p.price {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    padding-top: 1em;
  }
  .frameBox dd .frameData p.price span {
    font-size: 12px;
  }
  .frameBox dd figure {
    width: 100%;
  }
  .frameBox dd figure.pc_only {
    display: none;
  }
  .flow .inner {
    padding: 25px 10px 28px;
  }
  .flow .flow_balloon {
    max-width: 18%;
    position: absolute;
    top: 35px;
    right: 4%;
  }
  .flow .inner .flow_ttl {
    font-size: 15px;
  }
  .flow .inner .flow_catch {
    font-size: 15px;
    margin: 0 16px 13px 16px;
    text-align: left;
  }
  .flow h2 {
    margin-bottom: 25px;
  }
  .flow .flow_wrap .flow_box {
    border-radius: 6px;
    padding: 18px 8px;
    margin-bottom: 30px;
  }
  .flow .flow_wrap .flow_box:nth-child(2) {
    padding: 18px 8px;
  }
  .flow .flow_wrap .flow_box:nth-child(3) {
    margin-bottom: 15px;
  }
  .flow .flow_wrap .flow_box::after {
    background: url(../img/icon_flow.png) no-repeat;
    background-size: 33px 16px;
    width: 33px;
    height: 16px;
    right: 50%;
    bottom: -22px;
  }
  .flow .flow_wrap .flow_box span {
    font-size: 10px;
  }
  .flow .flow_wrap .flow_box li p {
    font-size: 18px;
  }
  .flow .flow_wrap .flow_box li p:last-of-type {
    font-size: 15px;
  }
  .flow .flow_wrap .flow_box ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flow .flow_wrap .flow_box ul li:first-child {
    font-size: 21px;
    -ms-flex-preferred-size: 66px;
    flex-basis: 66px;
    margin-right: 22px;
    border-right: 4px dotted #c2c2c2;
  }
  .flow .flow_wrap .flow_box ul li:nth-child(2) {
    font-size: 15px;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .overview {
    padding: 25px 10px 13px;
    margin-top: 15px;
    border-radius: 6px;
  }
  .overview_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .overview table,
  td,
  th {
    border-collapse: collapse;
    border-top: 1px solid #c2c2c2;
  }
  .overview table {
    border-top: 0;
  }
  .overview table th,
  .overview table td {
    display: block;
    font-size: 15px;
  }
  .overview table th {
    width: 100%;
    padding: 8px 0 5px;
  }
  .overview table td {
    border-top: 0;
    padding: 0 0 6px;
  }
  .overview table tr:nth-of-type(9) td {
    line-height: 1.4;
    margin-top: 3px;
  }
  .overview table .table_flex li:last-child {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
  .overview table .table_flex li p {
    margin-bottom: 0px;
    line-height: 1.5;
  }
  .overview table .note {
    font-size: 10px;
    letter-spacing: 0.04em;
  }
  .overview table .notice {
    font-size: 10px;
  }
  .overview table .instructor_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 10px 0;
  }
  .overview table .instructor {
    font-size: 15px;
  }
  .overview table img {
    margin: 0 10px 0 0;
    width: 118px;
    height: auto;
  }
  .overview table .post {
    font-size: 10px;
    margin: 0;
  }
  .overview table .career {
    font-size: 12px;
    word-break: break-all;
    letter-spacing: 0.04em;
  }
  .news_wrap h2.news_ttl,
  .news_post .news_ttlsub {
    width: 100%;
    border-right: none;
    border-bottom: 4px dotted #c2c2c2;
  }
  .news_wrap ul,
  .news_wrap .news_list {
    width: 100%;
    padding: 0;
  }
  .news_post .news_ttlsub {
    display: none;
  }
  .news_post .news_ttlsub br {
    display: none;
  }
  .news_wrap .news_link {
    padding: 15px 20px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 769px) {
  .open .course-box:not(:nth-of-type(2n + 1)) {
    margin-left: 7.9166666667%;
  }
}
/*# sourceMappingURL=page_hfs.css.map */
