@charset "UTF-8";
/*ホームページ用CSS*/
/* common */
main {
  padding: 0;
}

#front-page {
  /*タブ切り替え全体のスタイル*/
}
#front-page .width {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #front-page .width {
    padding: 4em 1em 0;
  }
}
#front-page h1 img {
  width: 100%;
	height:auto;
}
#front-page h2 {
  font-size: 1.8rem;
  text-align: center;
}
#front-page h2 span {
  font-size: 1.8rem;
}
#front-page section {
  padding-top: 6em;
}
#front-page section h2 + p {
  text-align: center;
  margin-bottom: 2em;
}
#front-page a.BtnWrap {
  text-decoration: none;
}
#front-page a.BtnWrap:hover {
  color: var(--font-color);
}
#front-page .grayBtn {
  margin-top: 3em;
}
#front-page .grayBox .borderBox .price .tax {
  font-size: 0.6rem;
}
#front-page .grayBox .borderBox .price .yen {
  font-size: 1.2rem;
  right: 0.2em;
}
#front-page #about p {
  text-align: left;
}
#front-page #about .flexWrap {
  justify-content: space-between;
  margin-top: 2em;
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  #front-page #about .flexWrap {
    flex-direction: column;
    align-items: center;
  }
}
#front-page #about .flexWrap img.about {
  width: 45%;
	height:auto;
}
@media screen and (max-width: 767px) {
  #front-page #about .flexWrap img.about {
    width: 100%;
	height:auto;
  }
}
@media screen and (max-width: 767px) {
  #front-page #about .flexWrap img.arrow {
    width: 40px;
    height: auto;
    transform: rotate(90deg);
  }
}
#front-page #point .flexWrap {
  justify-content: space-between;
  gap: 0 2em;
}
@media screen and (max-width: 767px) {
  #front-page #point .flexWrap {
    flex-direction: column;
  }
}
#front-page #point .flexWrap .bg-white {
  background: #fff;
  padding: 1.5em;
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #front-page #point .flexWrap .bg-white {
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
}
#front-page #point .flexWrap .bg-white img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  #front-page #point .flexWrap .bg-white img {
    margin: 0;
    gap: 2em;
    width: 30%;
	height:auto;
	  
  }
}
#front-page #point .flexWrap .bg-white p {
  margin-top: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #front-page #point .flexWrap .bg-white p {
    width: 70%;
    margin: 0 0 0 1em;
  }
}
#front-page #reason img {
  width: 100%;
	height:auto;
}
#front-page #option .grayBox {
  gap: 0;
}
#front-page #option .grayBox .grayWrap {
  margin: 1em 0.5em;
}
#front-page #option .grayBox .grayWrap a {
  text-decoration: none;
}
#front-page #option .grayBox .grayWrap .borderBox {
  position: relative;
  padding: 1em 1em 4em 1em;
}
#front-page #option .grayBox .grayWrap .borderBox .price {
  width: auto;
  text-align: right;
  padding-right: 1.2em;
}
#front-page #option .grayBox .grayWrap .borderBox .title {
  font-weight: normal;
  text-align: left;
}
#front-page #option .grayBox .grayWrap img.circle-green {
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}
#front-page #hikari img {
  width: 100%;
	height:auto;
}
#front-page #flow .border-dotted {
  text-align: center;
}
#front-page #flow h4 span {
  font-size: 1.3rem;
  padding-right: 0.5em;
}
#front-page #flow table {
  width: 100%;
  border: 4px solid #FFBBB0;
}
#front-page #flow table tr th,
#front-page #flow table tr td {
  padding: 1.5em;
  border: 2px solid #FFBBB0;
}
#front-page #flow table tr th {
  vertical-align: top;
  text-align: left;
}
#front-page #flow table tr td {
  text-align: center;
}
#front-page #flow table tr td .tel {
  border-bottom: 1px solid #3DC7BE;
  margin-bottom: 0.5em;
  display: inline-block;
  padding: 0 0.5em 0 2em;
}
#front-page #flow table tr td .tel a {
  font-size: 1.5rem;
  color: #3DC7BE;
  text-decoration: none;
  position: relative;
}
#front-page #flow table tr td .tel a:before {
  content: "";
  background-image: url(../../img/pages/front/icon-phone.svg);
  position: absolute;
  left: -1.2em;
  top: 0.2em;
  margin: auto;
  width: 24px;
  height: 24px;
}
#front-page #flow table tr td .font-s {
  font-size: 0.7rem;
}
#front-page #flow table tr td.btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #3DC7BE;
  border-radius: 60px;
  padding: 1em 3em;
}
#front-page #flow table tr td.btn a:after {
  content: "";
  background-image: url(../../img/pages/front/arrow-white.svg);
  position: absolute;
  right: 1.2em;
  bottom: 0.8em;
  margin: auto;
  width: 25px;
  height: 25px;
  transition: all 0.2s ease;
}
#front-page #flow table tr td.btn a:hover:after {
  right: 1em;
}
#front-page #flow h5 {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  #front-page #flow table {
    display: block;
    width: 100%;
  }
  #front-page #flow table tbody {
    display: block;
    width: 100%;
  }
  #front-page #flow table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #FFBBB0;
    text-align: center;
  }
  #front-page #flow table tr th,
  #front-page #flow table tr td {
    border: none;
    display: block;
    text-align: center;
    padding: 1em;
  }
  #front-page #flow table tr td {
    padding-top: 0;
  }
  #front-page #flow table tr td.btn {
    padding: 0 0.5em 1em;
  }
  #front-page #flow table .area {
    border-bottom: 2px solid #FFBBB0;
    font-size: 1.1rem;
  }
  #front-page #flow table .area-bottom {
    border-top: 2px solid #FFBBB0;
  }
}
#front-page #flow ol {
  list-style-type: decimal;
  padding-left: 1.6em;
  margin: 1em 0;
  line-height: 1.3;
}
#front-page #flow ul.list {
  list-style: disc;
  padding-left: 1.6em;
  margin: 1em 0;
  line-height: 1.3;
}
#front-page .tabs {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
@media screen and (max-width: 767px) {
  #front-page .tabs {
    width: 90%;
  }
}
#front-page .tabs .tab_item {
  width: 49%;
  text-align: center;
  display: block;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 1.8em 0;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  background: linear-gradient(#FFFAF9, #FFDED8);
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #front-page .tabs .tab_item {
    flex-direction: column;
    padding: 1em 0 2em;
    width: 50%;
  }
}
#front-page .tabs .tab_item .badge {
  background: #3DC7BE;
  color: #fff;
  border-radius: 30px;
  padding: 0.5em 0.9em;
  font-size: 0.7rem;
  font-weight: normal;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  #front-page .tabs .tab_item .badge {
    margin-bottom: 0.5em;
  }
}
#front-page .tabs .tab_item:after {
  content: "";
  background-image: url(../../img/pages/front/arrow-green.svg);
  position: absolute;
  right: 15%;
  top: 35%;
  margin: auto;
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  #front-page .tabs .tab_item:after {
    right: 45%;
    top: auto;
    bottom: 0.8em;
  }
}
#front-page .tabs .tab_item:hover::after {
  top: 40%;
}
@media screen and (max-width: 767px) {
  #front-page .tabs .tab_item:hover::after {
    top: auto;
  }
}
#front-page .tabs input[name=tab_item] {
  display: none;
}
#front-page .tabs .tab_content {
  display: none;
  padding: 6em 0;
  overflow: hidden;
  background: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 767px) {
  #front-page .tabs .tab_content {
    padding: 0 0 3em;
  }
}
#front-page .tabs .tab_content .flowWrap h4 {
  margin-top: 3em;
}
#front-page .tabs .tab_content .flowWrap h4 + p {
  margin-bottom: 1em;
}
#front-page .tabs #yes:checked ~ #yes_content,
#front-page .tabs #no:checked ~ #no_content {
  display: block;
}
#front-page .tabs input:checked + .tab_item {
  background: #fff;
}
#front-page #news {
  background: #fff;
  margin: 4em auto;
  padding: 4em 3em;
}
@media screen and (max-width: 767px) {
  #front-page #news {
    padding: 3em 1em;
    margin: 4em 1em;
  }
}
#front-page #news .news_list li {
  display: flex;
  align-items: center;
  padding: 1em 2em 0.5em;
  border-bottom: 3px dotted #3DC7BE;
}
@media screen and (max-width: 767px) {
  #front-page #news .news_list li {
    display: block;
    padding: 1em 0.5em;
  }
}
#front-page #news .news_list li .news_list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#front-page #news .news_list li br {
  display: none;
}
@media screen and (max-width: 767px) {
  #front-page #news .news_list li br {
    display: block;
  }
}
#front-page #news .news_list li .news_date {
  width: 25%;
}
@media screen and (max-width: 767px) {
  #front-page #news .news_list li .news_date {
    display: block;
    width: 100%;
  }
}
#front-page #news .news_list li .cat {
  width: 15%;
  background: #364857;
  color: #fff;
  padding: 0.8em;
  margin: 0 4em 0 0;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #front-page #news .news_list li .cat {
    margin: 0 1em 0 0;
    padding: 0.6em;
    width: 25%;
  }
}
#front-page #news .news_list li a {
  text-decoration: none;
  width: 85%;
  line-height: 1.3;
}
#front-page #news .news_list li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=front_page.css.map */