@charset "UTF-8";
.entry {
  font-size: 16px;
  word-break: break-all;
  letter-spacing: 0.1em;
  /*タイトル*/
}
.entry a {
  text-decoration: underline;
}
.entry a:hover {
  color: #000;
  text-decoration: none;
}
.entry p {
  font-size: 16px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 896px) {
  .entry p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.entry strong {
  font-weight: bold;
}
.entry .textarea {
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .entry .textarea {
    margin-bottom: 40px;
  }
}
.entry .textarea ul.flow li {
  position: relative;
  padding: 20px 20px 20px 80px;
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 2px;
}
.entry .textarea ul.flow li .num {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border: 1px #FFF solid;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  font-size: 16px;
  border-radius: 100%;
}
.entry .textarea .contact {
  background: #FFF;
  padding: 40px;
  border-radius: 40px;
  text-align: center;
}
@media (max-width: 896px) {
  .entry .textarea .contact {
    padding: 20px;
  }
}
.entry .textarea .contact .c_title {
  font-size: 24px;
  font-family: "Zen Antique", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
.entry .textarea .contact p {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .entry .textarea .contact p {
    font-size: 14px;
  }
}
.entry .textarea .contact ul {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .entry .textarea .contact ul {
    flex-direction: column;
  }
}
.entry .textarea .contact ul li {
  position: relative;
  font-family: "Roboto", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-left: 50px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  color: #af2534;
}
@media (max-width: 896px) {
  .entry .textarea .contact ul li {
    padding-left: 40px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.entry .textarea .contact ul li:first-child {
  margin-right: 40px;
}
@media (max-width: 896px) {
  .entry .textarea .contact ul li:first-child {
    margin-right: 0px;
    font-size: 24px;
  }
  .entry .textarea .contact ul li:first-child .icon {
    top: 12px;
  }
}
.entry .textarea .contact ul li .icon {
  position: absolute;
  top: 5px;
  left: 0;
}
@media (max-width: 896px) {
  .entry .textarea .contact ul li .icon {
    top: 0;
  }
}
.entry .textarea .contact ul li .icon svg {
  fill: #af2534;
  width: 40px;
  height: 40px;
}
@media (max-width: 896px) {
  .entry .textarea .contact ul li .icon svg {
    width: 30px;
    height: 30px;
  }
}
.entry .textarea .btn {
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .entry .textarea .btn {
    margin-bottom: 40px;
  }
}
.entry .textarea .btn a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #ff6347;
  color: #FFF;
  border-radius: 50px;
  padding: 10px 20px;
  width: auto;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Antique Soft", serif;
  font-style: normal;
  transition: all 0.5s 0s ease;
  text-decoration: none;
}
.entry .textarea .btn a:hover {
  background: #FFF;
  color: #ff6347;
}
.entry .question_title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "Zen Antique", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-left: 50px;
  position: relative;
}
.entry .question_title::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 1px;
  background: #000;
}
@media (max-width: 896px) {
  .entry .question_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.entry .sub_title01 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-family: "Zen Antique", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .entry .sub_title01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.entry .sub_title02 {
  border-bottom: 1px #af2534 solid;
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 300;
  font-family: "Zen Antique", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #af2534;
}
@media (max-width: 896px) {
  .entry .sub_title02 {
    font-size: 16px;
    margin-bottom: 10%;
  }
}
.entry .sub_title03 {
  color: #000;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  font-family: "Zen Antique", "IBM Plex Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media (max-width: 896px) {
  .entry .sub_title03 {
    font-size: 16px;
    margin-bottom: 10%;
  }
}
.entry .sub_title01 + .sub_title03 {
  margin-bottom: 20px;
}
.entry figure {
  margin-bottom: 40px;
}
@media (max-width: 896px) {
  .entry figure {
    margin-bottom: 40px;
  }
}
.entry figure img {
  overflow: hidden;
  margin: 0;
}
.entry figure a {
  display: block;
}
.entry figure a:hover {
  opacity: 0.7;
}
.entry figure.small {
  width: 50%;
  margin: 0 auto;
}
.entry figure figcaption {
  padding-top: 0.5vw;
  display: block;
  font-size: 1.2vw;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 896px) {
  .entry figure figcaption {
    padding-top: 10px;
    font-size: 10px;
  }
}
.entry .two_column {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .entry .two_column {
    flex-direction: column;
    margin-bottom: 5%;
  }
}
.entry .two_column figure {
  width: 48%;
}
@media (max-width: 896px) {
  .entry .two_column figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
.entry .one_column {
  margin-bottom: 40px;
  display: block;
  position: relative;
  width: 100%;
}
@media (max-width: 896px) {
  .entry .one_column {
    margin-bottom: 5%;
  }
}
.entry .one_column.tate figure {
  width: 48%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .entry .one_column.tate figure {
    margin-bottom: 15%;
  }
}
.entry .youtube_embed {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 896px) {
  .entry .youtube_embed {
    margin-bottom: 15%;
  }
}
.entry .youtube_embed .v_wrap {
  position: relative;
  padding-top: 56%;
}
.entry .youtube_embed .v_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry hr {
  position: relative;
  left: -40px;
  width: 100%;
  width: calc(100% + 80px);
  border-top: 1px #505050 solid;
  margin-top: 60px;
  margin-bottom: 80px;
}
.entry blockquote {
  background: rgba(102, 240, 128, 0.5);
  padding: 40px;
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
  border-radius: 10px;
  font-size: 14px;
}
.entry blockquote::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote::after {
  content: "”";
  position: absolute;
  bottom: -70px;
  right: -10px;
  font-size: 90px;
  line-height: 1;
}
.entry blockquote p:first-child {
  margin-top: 0;
}
.entry .entry_btn_area {
  background: #af2534;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 80px;
}
@media (max-width: 896px) {
  .entry .entry_btn_area {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.entry .entry_btn_area .e_title {
  color: #FFF;
  text-align: center;
  font-size: 25px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 896px) {
  .entry .entry_btn_area .e_title {
    font-size: 18px;
  }
}
.entry .entry_btn_area ul {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .entry .entry_btn_area ul {
    flex-direction: column; /* row row-reverse column */
  }
}
.entry .entry_btn_area ul li {
  width: 48%;
}
@media (max-width: 896px) {
  .entry .entry_btn_area ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.entry .entry_btn_area .page_btn.my_navi a {
  display: block;
  border: 2px #af2534 solid;
  background: #FFF url(../img/common/maynavi.svg) no-repeat center center;
  background-size: auto 25px;
  border-radius: 100px;
  height: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s 0s ease;
  text-decoration: none;
}
.entry .entry_btn_area .page_btn.my_navi a:hover {
  background: #af2534 url(../img/common/maynavi.svg) no-repeat center center;
  background-size: auto 25px;
}
.entry .entry_btn_area .page_btn.my_site a {
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: center; /* flex-start  center  space-between */
  align-items: center; /* flex-start  center  */
  border: 2px #af2534 solid;
  background: #FFF;
  color: #af2534;
  font-size: 24px;
  font-weight: 800;
  background-size: auto 30px;
  border-radius: 100px;
  height: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s 0s ease;
  text-decoration: none;
}
.entry .entry_btn_area .page_btn.my_site a:hover {
  background: #af2534;
  color: #FFF;
}
.entry .table_list {
  overflow: hidden;
  margin-bottom: 80px;
  border-top: 1px #000 solid;
  padding-top: 20px;
}
@media (max-width: 896px) {
  .entry .table_list {
    margin-bottom: 15%;
  }
}
.entry .table_list dl {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px #000 solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 896px) {
  .entry .table_list dl {
    font-size: 14px;
  }
}
.entry .table_list dt {
  width: 20%;
  font-weight: 800;
}
.entry .table_list dd {
  width: 78%;
}
.entry .table_list dd p {
  margin: 0;
}
.entry .border_area {
  margin-bottom: 80px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 896px) {
  .entry .border_area {
    margin-bottom: 15%;
  }
}
.entry .border_area.border {
  background: none;
  border: 2px #000 solid;
}
.entry .border_area figure {
  width: 40%;
  margin-bottom: 0px;
}
.entry .border_area .textarea {
  margin-bottom: 0;
  font-size: 1.5vw;
}
.entry .border_area figure + .textarea {
  width: 55%;
  margin-bottom: 0;
  font-size: 1.5vw;
}
.entry .border_area .sub_title01 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 1.5vw;
  background: none;
  width: auto;
  left: auto;
  color: #000;
  padding: 0;
}
@media (max-width: 896px) {
  .entry .border_area .sub_title01 {
    font-size: 14px;
  }
}
.entry .border_area p {
  margin: 0;
  font-size: 1.2vw;
  line-height: 1.6;
}
@media (max-width: 896px) {
  .entry .border_area p {
    font-size: 12px;
  }
}
.entry .text_image_area {
  position: relative;
  left: -160px;
  width: 100vw;
  margin-bottom: 80px;
  display: flex;
  flex-direction: row; /* row row-reverse column */
  justify-content: space-between; /* flex-start  center  space-between */
  align-items: flex-start; /* flex-start  center  */
}
@media (max-width: 896px) {
  .entry .text_image_area {
    margin-bottom: 40px;
  }
}
@media (max-width: 896px) {
  .entry .text_image_area {
    left: -20px;
    flex-direction: column; /* row row-reverse column */
  }
}
.entry .text_image_area.pos_right {
  flex-direction: row-reverse; /* row row-reverse column */
}
@media (max-width: 896px) {
  .entry .text_image_area.pos_right {
    flex-direction: column; /* row row-reverse column */
  }
}
.entry .text_image_area figure {
  width: 50%;
}
@media (max-width: 896px) {
  .entry .text_image_area figure {
    width: 100%;
  }
}
.entry .text_image_area .textarea {
  width: 50%;
  padding: 40px 80px;
  margin: 0;
}
@media (max-width: 896px) {
  .entry .text_image_area .textarea {
    width: 100%;
    padding: 20px 20px;
    margin: 0;
  }
}/*# sourceMappingURL=entry.css.map */