@charset "UTF-8";
/*color*/
.bg {
  position: relative;
}

.bg::before {
  width: 50%;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  background: #fcf3f3;
  z-index: -1;
}

.bg01 {
  background-color: #fcf3f3;
}

.bg02 {
  background-color: #f9b900;
}

/*margin*/
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mt120 {
  margin-top: 120px;
}

.mt140 {
  margin-top: 140px;
}

.mb100 {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 30px;
  }
  .mt60 {
    margin-top: 40px;
  }
  .mt80 {
    margin-top: 60px;
  }
  .mt100 {
    margin-top: 80px;
  }
  .mt120 {
    margin-top: 100px;
  }
}

/*---------------------------------------
grid
----------------------------------------*/
.grid_4 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .grid_4 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

/*---------------------------------------
common
----------------------------------------*/
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.sub section {
  max-width: unset;
  width: 100%;
}

.sub .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner {
    padding: 50px 0;
  }
}

.sub .inner .dot li {
  list-style: disc;
  margin-left: 20px;
}

.sub .inner p {
  font-size: 17px;
  line-height: 2.3rem;
  text-align: left;
}

.sub table.def-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  text-align: left;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.3rem;
  letter-spacing: 0.1em;
}

.sub table.def-table tr th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 24%;
  padding: 1.7rem;
  border: 1px solid #ddd;
  background-color: #e94a4e;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr th {
    width: 100%;
    display: block;
  }
}

.sub table.def-table tr td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 76%;
  padding: 1.5rem;
  background: #fff;
  border-bottom: #eee 1px solid;
  border-right: #eee 1px solid;
  border: 1px solid #ddd;
}

.sub table.def-table tr td a {
  color: #e94a4e;
  font-weight: bold;
  font-size: 16px;
}

.sub table.def-table tr td span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub table.def-table tr td {
    width: 100%;
    display: block;
  }
}

.sub p.tex_cen {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .sub p.tex_cen {
    text-align: left;
  }
}

.sub .br_sp {
  display: none;
}

.sub .br_sp02 {
  display: none;
}

.sub .wp-pagenavi {
  /* wp navi*/
  clear: both;
  text-align: center;
  margin: 50px 0 0;
}

.sub .wp-pagenavi a,
.sub .wp-pagenavi span {
  display: inline-block;
  color: inherit;
  background-color: #22222b;
  border: 2px solid #e94a4e;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .wp-pagenavi a:hover,
.sub .wp-pagenavi span:hover {
  border: 2px solid #e94a4e;
  background-color: #f8960b;
  color: #fff;
  z-index: 10;
}

.sub .wp-pagenavi span.current {
  color: #fff;
  background-color: #f8960b;
  border: 2px solid #e94a4e;
  font-weight: bold;
}

.sub .def-btn {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 280px;
  height: 60px;
  line-height: 50px;
}

.sub .def-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #e94a4e;
  border: 2px solid #e94a4e;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.5;
  height: 60px;
}

.sub .def-btn a:hover {
  background: #f8960b;
  border: 2px solid #f8960b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .sub .br_sp {
    display: block;
  }
  .sub .br_pc {
    display: none;
  }
  .sub .sub .inner {
    padding: 60px 0;
  }
  .sub .sub .inner .def-btn {
    width: 100%;
    max-width: 100%;
  }
  .sub .sub .wd30 li.box {
    width: 100%;
    margin-bottom: 20px;
  }
  .sub .sub .wd30 li.box:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd50 .box {
    width: 100%;
  }
  .sub .sub .wd50 dd {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd50 li {
    margin-bottom: 20px;
  }
  .sub .sub .wd50 li:last-child {
    margin-bottom: 0;
  }
  .sub .sub .wd70 .box {
    width: 100%;
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sub .sub .wd70 .s_box {
    width: 100%;
  }
}

@media only screen and (max-width: 496px) {
  .sub .br_sp02 {
    display: block;
  }
}

/*list*/
.sub .inner .list02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list02 li {
  width: calc(100% - 52%);
}

.sub .inner .list02 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list02 li {
    width: 100%;
  }
  .sub .inner .list02 li:nth-child(2) {
    margin-top: 20px;
  }
}

.sub .inner .list03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .list03 li {
  width: calc(100% - 70%);
}

.sub .inner .list03 li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .list03 li {
    width: 100%;
    margin-top: 20px;
  }
  .sub .inner .list03 li:nth-child(1) {
    margin-top: 0px;
  }
}

/*check_box*/
.sub .inner .check_box {
  border: 5px solid #e94a4e;
  border-radius: 30px;
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.sub .inner .check_box::after {
  content: "";
  width: 350px;
  height: 450px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/collection/img01.png) no-repeat;
}

.sub .inner .check_box li {
  padding: 12px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}

.sub .inner .check_box li span {
  color: #e94a4e;
}

.sub .inner .check_box li::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../images/common/check.png) no-repeat;
}

@media only screen and (max-width: 900px) {
  .sub .inner .check_box {
    padding-bottom: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .check_box::after {
    background: url(../images/collection/img01_sp.png) no-repeat;
    width: 250px;
    height: 335px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/*main vis*/
.sub_mainvis {
  margin-top: 150px;
  background: url(../images/top/tc02_reason_bg.png) no-repeat left bottom/cover;
  position: relative;
  height: 260px;
}

.sub_mainvis::before {
  content: "";
  width: 56px;
  height: 56px;
  background: url(../images/common/mainvis_icon_beginner.png) no-repeat;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub_mainvis h2 {
  width: 100%;
  color: #131313;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
}

.sub_mainvis h2 span {
  font-size: 40px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 8px;
}

@media only screen and (max-width: 1040px) {
  .sub_mainvis {
    height: 200px;
    margin-top: 100px;
  }
  .sub_mainvis::before {
    top: 17%;
  }
  .sub_mainvis h2 span {
    font-size: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .sub_mainvis {
    height: 180px;
  }
  .sub_mainvis::before {
    top: 11%;
  }
  .sub_mainvis h2 span {
    font-size: 28px;
  }
}

@media only screen and (max-width: 496px) {
  .sub_mainvis {
    height: 150px;
  }
  .sub_mainvis h2 {
    line-height: 0.8rem;
    font-size: 16px;
  }
  .sub_mainvis h2 span {
    font-size: 22px;
  }
}

.mainvis_buy::before {
  background: url(../images/common/mainvis_icon_buy.png) no-repeat;
}

.mainvis_collection::before {
  background: url(../images/common/mainvis_icon_collection.png) no-repeat;
}

.mainvis_collection::before {
  background: url(../images/common/mainvis_icon_collection.png) no-repeat;
}

.mainvis_company::before {
  background: url(../images/common/mainvis_icon_company.png) no-repeat;
}

.mainvis_contact::before {
  background: url(../images/common/mainvis_icon_conteact.png) no-repeat;
}

.mainvis_staff::before {
  background: url(../images/common/mainvis_icon_staff.png) no-repeat;
}

.mainvis_service::before {
  background: url(../images/common/mainvis_icon_service.png) no-repeat;
}

.mainvis_works::before {
  background: url(../images/common/mainvis_icon_works.png) no-repeat;
}

.bcList {
  font-size: 14px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}

.bcList ul {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}

.bcList ul li {
  display: inline;
  list-style: none;
}

.bcList ul li a {
  padding-right: 15px;
  padding-left: 15px;
}

.bcList ul li em {
  font-weight: bold;
  font-style: normal;
}

.bcList ul li:after {
  content: ">";
}

.bcList ul li:last-child {
  padding-left: 5px;
}

.bcList ul li:last-child:after {
  display: none;
}

/* slider */
.bxslider_thumbnail {
  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-top: 30px;
  list-style: none;
}

.bxslider_thumbnail > li {
  width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.bx-wrapper img {
  display: block;
  width: 100%;
}

.bx-controls-direction .bx-prev {
  color: #e94a4e;
  margin: 20px;
  text-transform: uppercase;
}

.bx-controls-direction .bx-next {
  color: #e94a4e;
  margin: 20px;
  text-transform: uppercase;
}

.current span {
  display: inline-block;
  color: inherit;
  background-color: #1b1b1b;
  border: 2px solid #1b1b1b;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation {
  text-align: center;
}

.pagenation li {
  display: inline;
}

.pagenation li a {
  display: inline-block;
  color: inherit;
  background-color: #e94a4e;
  border: 2px solid #e94a4e;
  color: #fff;
  padding: 4px 8px;
  margin: 0 2px 5px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagenation li a:hover, .pagenation li a:active {
  border: 2px solid #1b1b1b;
  background-color: #1b1b1b;
  color: #fff;
  z-index: 10;
  font-weight: bold;
}

/*---------------------------------------
ttl tex
----------------------------------------*/
.sub .inner .ttl-01 {
  font-size: 28px;
  letter-spacing: 0.075em;
  line-height: 1.3rem;
  text-align: center;
}

.sub .inner .ttl-01 .en {
  font-size: 36px;
  display: block;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sub .inner .ttl-01 .ja {
  position: relative;
}

.sub .inner .ttl-01 .ja::before {
  content: "-";
}

.sub .inner .ttl-01 span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  position: relative;
  font-family: "Alata", sans-serif;
  text-transform: uppercase;
}

.sub .inner .ttl-01 span::before {
  content: "";
  background: #e94a4e;
  height: 5px;
  width: 80px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media only screen and (max-width: 767px) {
  .sub .inner .ttl-01 .en {
    font-size: 25px;
  }
}

.sub .inner .ttl-02 {
  font-size: 20px;
  padding: 3px 10px;
  position: relative;
  letter-spacing: 3px;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: left;
  padding-left: 16px;
  background-color: #fff;
  border-bottom: #ddd 1px solid;
  border-left: 3px solid #e94a4e;
}

.sub .inner .catch-01 {
  font-size: 28px;
  line-height: 2.6rem;
  text-align: center;
  font-weight: bold;
}

.sub .inner .catch-01 span {
  font-size: 32px;
  color: #e94a4e;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-01 {
    font-size: 22px;
    line-height: 2.2rem;
    text-align: left;
  }
  .sub .inner .catch-01 span {
    font-size: 26px;
  }
}

@media only screen and (max-width: 496px) {
  .sub .inner .catch-01 {
    font-size: 18px;
  }
  .sub .inner .catch-01 span {
    font-size: 20px;
  }
}

.sub .inner .catch-01.hukidashi {
  position: relative;
  display: inline-block;
  padding: 0 70px;
}

.sub .inner .catch-01.hukidashi::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0;
}

.sub .inner .catch-01.hukidashi::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 65px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

@media only screen and (max-width: 767px) {
  .sub .inner .catch-01.hukidashi {
    padding: 0 50px;
  }
}

.sub .inner .catch-02 {
  font-size: 26px;
  line-height: 4rem;
  text-align: left;
}

/*---------------------------------------
	beginner
----------------------------------------*/
.sub .inner .reason_flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub .inner .reason_flex li {
  width: calc(100% - 55%);
  border-radius: 30px;
  padding: 30px 20px 20px;
  position: relative;
  background-color: #fff;
  margin: 16px;
  margin-top: 26px;
}

.sub .inner .reason_flex li .num {
  position: absolute;
  top: -20px;
  font-size: 50px;
  color: #e94a4e;
  font-family: 'Alata', sans-serif;
  letter-spacing: 0.5rem;
}

.sub .inner .reason_flex li .ttl {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.sub .inner .reason_flex li .ttl span {
  font-size: 20px;
  color: #e94a4e;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub .inner .reason_flex li {
    width: 100%;
  }
  .sub .inner .reason_flex li li {
    margin: 0px;
    margin-top: 30px;
  }
}

.sub .inner .worries_flex li {
  border: 5px solid #fff;
  border-radius: 30px;
  width: calc(100% - 53%);
  padding: 20px;
  padding-top: 30px;
  margin-top: 50px;
  position: relative;
}

.sub .inner .worries_flex li .ttl {
  position: absolute;
  font-size: 30px;
  font-weight: 700;
  top: -25px;
  padding: 0px 8px;
  background: #f9b900;
  color: #fff;
  border-bottom: 5px solid #e94a4e;
}

.sub .inner .worries_flex li .tex_box {
  background-color: #fff;
  padding: 20px;
}

.sub .inner .worries_flex li .tex_box .text {
  padding: 0;
}

.sub .inner .worries_flex li .tex_box .catch {
  font-size: 22px;
  text-align: center;
  color: #e94a4e;
}

.sub .inner .worries_flex li .text {
  padding: 20px;
  background: #fff;
}

.sub .inner .worries_flex li img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .worries_flex li {
    width: 100%;
  }
}

.sub .inner .flow_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 5px solid #e94a4e;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  margin-top: 60px;
}

.sub .inner .flow_flex li {
  width: calc(100% - 52%);
}

.sub .inner .flow_flex li .num {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  top: -25px;
  padding: 0px 5px;
  background: #fff;
  color: #e94a4e;
  font-family: 'Alata', sans-serif;
  letter-spacing: 0.5rem;
  text-transform: uppercase;
}

.sub .inner .flow_flex li .ttl {
  background-color: #f9b900;
  padding: 0.3rem 1rem;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.sub .inner .flow_flex li .tel {
  margin-top: 20px;
}

.sub .inner .flow_flex li .tel p {
  font-family: 'Alata', sans-serif;
  background: url(../images/common/hd_icon_tel.png) no-repeat left top 12px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: left;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 0 0px 45px;
}

.sub .inner .flow_flex li .tex {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flow_flex li {
    width: 100%;
  }
  .sub .inner .flow_flex li:nth-child(2) {
    margin-top: 20px;
  }
}

.sub .inner .price_btn {
  margin: 40px auto;
}

/*---------------------------------------
	collection
----------------------------------------*/
.sub .inner .collection_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .collection_flex .img_box {
  width: calc(100% - 68%);
}

.sub .inner .collection_flex .img_box img {
  width: 100%;
}

.sub .inner .collection_flex .tex_box {
  width: calc(100% - 38%);
}

/*---------------------------------------
	works
----------------------------------------*/
.sub .inner .works_container {
  margin-top: 60px;
  padding-bottom: 20px;
  border-bottom: dashed 3px #eee;
}

.sub .inner .works_container .ttl {
  padding: 0.3rem 1rem;
  background-color: #e94a4e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.sub .inner .works_container .works_flex-left {
  width: calc(100% - 52%);
}

.sub .inner .works_container .works_flex-left .img_flex .img_flex-bf {
  position: relative;
  width: calc(100% - 55%);
}

.sub .inner .works_container .works_flex-left .img_flex .img_flex-bf .bf {
  position: absolute;
  padding: 0.1rem 1rem;
  background-color: #f9b900;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Alata', sans-serif;
}

.sub .inner .works_container .works_flex-left .img_flex .img_flex-bf::before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: -40px;
  background: url(../images/common/arw_02.png) no-repeat;
}

.sub .inner .works_container .works_flex-left .img_flex .img_flex-bf img {
  width: 100%;
}

.sub .inner .works_container .works_flex-left .img_flex-af {
  width: calc(100% - 55%);
}

.sub .inner .works_container .works_flex-left .img_flex-af .af {
  position: absolute;
  padding: 0.1rem 1rem;
  background-color: #40aee7;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-family: 'Alata', sans-serif;
}

.sub .inner .works_container .works_flex-left .img_flex-af img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_container .works_flex-left {
    width: 100%;
  }
}

.sub .inner .works_container .works_flex-right {
  width: calc(100% - 52%);
}

.sub .inner .works_container .works_flex-right dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 3px solid #eee;
  padding-bottom: 8px;
}

.sub .inner .works_container .works_flex-right dl dt {
  width: 25%;
  font-size: 18px;
  font-weight: bold;
  color: #e94a4e;
}

.sub .inner .works_container .works_flex-right dl dd {
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sub .inner .works_container .works_flex-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*---------------------------------------
	buy
----------------------------------------*/
.sub .inner .flex_buy {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.sub .inner .flex_buy li {
  margin-top: 40px;
}

.sub .inner .flex_buy li .ttl {
  border: 5px solid #e94a4e;
  background-color: #e94a4e;
  border-radius: 30px 30px 0 0;
  padding: 0.5rem 1rem;
  color: #fff;
  font-weight: bold;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sub .inner .flex_buy li .tex_box {
  padding: 30px;
  background-color: #fff;
  border: 5px solid #e94a4e;
  border-radius: 0 0 30px 30px;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.sub .inner .flex_buy li .tex_box .tex {
  margin-top: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flex_buy li {
    margin-top: 20px;
  }
}

.sub .inner .purchased li dl {
  text-align: left;
}

.sub .inner .purchased li dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  background-color: #e94a4e;
  padding: 0.6rem 1rem;
  color: #fff;
}

.sub .inner .purchased li dl .ttl {
  margin-top: 20px;
  text-align: left;
  display: block;
}

.sub .inner .purchased li dl .ttl::after {
  display: none;
}

.sub .inner .purchased li dl dd {
  text-align: left;
  display: inline-block;
  margin-right: 20px;
  line-height: 2rem;
  position: relative;
}

.sub .inner .purchased li dl dd::after {
  content: "　/";
}

.sub .inner .purchased li dl .etc {
  text-align: right;
  margin-right: 0;
  display: block;
  font-weight: bold;
}

.sub .inner .purchased li dl .etc::after {
  display: none;
}

.sub .inner .record_item {
  border-bottom: 3px dashed #eee;
  padding-bottom: 40px;
}

.sub .inner .record_item .ttl {
  background-color: #e94a4e;
  padding: 0.3rem 1rem;
  color: #fff;
  font-size: 18px;
}

.sub .inner .record_item .record_flex dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 3px #eee;
}

.sub .inner .record_item .record_flex dl dt {
  width: 30%;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

.sub .inner .record_item .record_flex dl dd span {
  font-size: 40px;
  font-weight: bold;
  color: #e94a4e;
}

@media only screen and (max-width: 767px) {
  .sub .inner .record_item .record_flex dl {
    margin-top: 20px;
  }
}

.sub .inner .record_item .tex {
  margin-top: 20px;
}

/*---------------------------------------
	privacy
----------------------------------------*/
.sub .inner .privacy-content {
  text-align: left;
}

/*---------------------------------------
	sitemap
----------------------------------------*/
.sitemap-btn {
  color: #fff;
  font-size: 16px;
  display: block;
  width: calc(100% - 70%);
  height: 60px;
  line-height: 50px;
}

.sitemap-btn a {
  color: #fff;
  display: block;
  text-decoration: none;
  background: #1b1b1b;
  border: 2px solid #1b1b1b;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 3.5;
  height: 60px;
}

.sitemap-btn a:hover {
  background: #e94a4e;
  border: 2px solid #e94a4e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .sitemap-btn {
    width: calc(100% - 52%);
  }
}

@media only screen and (max-width: 496px) {
  .sitemap-btn {
    width: 100%;
  }
}

/*---------------------------------------
	news
----------------------------------------*/
.sub .inner .news_box ul li {
  letter-spacing: 0.075em;
  font-size: 15px;
  font-weight: 500;
  line-height: 50px;
  padding: 20px 0;
  border-bottom: dashed #ddd 1px;
}

.sub .inner .news_box ul li dl dt {
  width: 14%;
}

.sub .inner .news_box ul li dl dd {
  width: 84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sub .inner .news_detail .detail_img_box {
  margin-top: 40px;
}

.sub .inner .news_detail .blog_day {
  margin-top: 40px;
}

.sub .inner .news_detail .blog_tex {
  margin-top: 20px;
}

.sub .inner .news_detail .blog_btn {
  margin: 40px auto;
}

.sub .inner .article-detail {
  text-align: left;
}

.sub .inner .article-detail .article-detail-title {
  border-bottom: 5px solid #e94a4e;
  padding-bottom: 5px;
}

.sub .inner .article-detail .article-detail-content {
  margin-top: 30px;
}

.back-btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .sub .inner .news_box ul li dl dt {
    width: 100%;
    text-align: left;
  }
  .sub .inner .news_box ul li dl dd {
    width: 100%;
  }
}

.news02 li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .news02 li {
    width: 100%;
  }
}

.sub .reason_section section {
  padding-bottom: 160px;
}

.sub .inner .message_flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .inner .message_flex .message_flex-tex {
  width: calc(100% - 40%);
  line-height: 2rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sub .inner .message_flex .message_flex-tex {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sub .inner .message_flex .message_flex-tex .catch-01 {
    text-align: center;
  }
}

.sub .inner .message_flex-img {
  width: calc(100% - 68%);
  text-align: center;
}

.sub .inner .message_flex-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .message_flex-img {
    width: 100%;
  }
  .sub .inner .message_flex-img img {
    width: auto;
    text-align: center;
  }
}

.gmap iframe {
  width: 100%;
  margin-top: 60px;
}

.staff_list li {
  border: 3px solid #e94a4e;
  background-color: #fdefef;
  border-radius: 25px;
  padding: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.staff_list li .left {
  width: 48%;
}

.staff_list li .left img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .staff_list li .left {
    width: 60%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 469px) {
  .staff_list li .left {
    width: 100%;
    margin: 0 auto;
  }
}

.staff_list li .right {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  .staff_list li .right {
    width: 100%;
  }
}

.staff_list li .name {
  text-align: left;
  color: #40aee7;
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  .staff_list li .name {
    margin-top: 20px;
  }
}

.staff_list li .name span {
  color: #000;
  font-size: 18px;
  margin-left: 20px;
}

.staff_list li .text {
  margin-top: 20px;
}

.w30 {
  width: 28%;
}

.w70 {
  width: 68%;
}

.w50 {
  width: 48%;
}

.sub .inner img {
  max-width: 100%;
  width: auto;
}

.sub .inner p.catch {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}

.sub .inner p.catch span {
  color: #e94a4e;
  font-size: 34px;
}

.sub .inner .flex_service-img {
  width: calc(100% - 65%);
}

.sub .inner .flex_service-img img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flex_service-img {
    width: 50%;
    margin: 0 auto;
  }
}

.sub .inner .flex_service-text {
  width: calc(100% - 40%);
}

.sub .inner .flex_service-text .img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sub .inner .flex_service-text {
    width: 100%;
    margin-top: 20px;
  }
}

.sub .inner .pack_box {
  padding: 0 0;
  background: none;
  margin-top: 40px;
  width: 100%;
}

.sub .inner .pack_box ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub .inner .pack_box ul li {
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .table_scroll {
    overflow-x: scroll;
  }
  .table_scroll .table-wrap {
    width: 767px;
  }
}

.price_table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
}

.price_table thead th {
  color: #fff;
  background: #e94a4e;
  border-radius: 25px;
  padding: 10px 0;
}

.price_table tbody tr {
  border-bottom: 1px dashed #000;
}

.price_table tbody tr th {
  padding: 14px 0;
}

.tc05-plan-bgwhite ul li p.tc05-plan-p01 {
  font-size: 18px;
}

.tc05-plan-bgwhite ul li p.tc05-plan-p02 {
  font-size: 30px;
}

.tc05-plan-bgwhite ul li p.tc05-plan-p04 span {
  font-size: 40px;
}

/*---------------------------------------
	contact
----------------------------------------*/
.sub .inner .contact_text {
  margin-top: 60px;
}

.sub .inner .contact-form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 100%;
}

.sub .inner .contact-form input[type="radio"] {
  width: auto;
}

.sub .inner .contact-form textarea {
  border: none;
  padding: 15px;
  width: 100%;
  border: 1px solid #ccc;
}

.sub .inner .checkbox input {
  display: inline-block;
  width: 20px;
}

.sub .inner .contact_btn {
  text-align: center;
}

.sub .inner .contact_btn input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: #e94a4e solid 2px;
  background: #e94a4e;
}

.sub .inner .contact_btn input:hover {
  background: #fff;
  border: #e94a4e solid 2px;
  color: #e94a4e;
}

.sub .inner .contact_btn p {
  margin-top: 10px;
}

.sub .inner *:focus {
  outline: none;
}

.sub .inner .clrred {
  color: #cc0000;
}

.sub .inner .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}

.sub .inner .contact_btn .contact_back {
  display: block;
  position: relative;
}

.sub .inner .contact_btn .contact_back::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/sub_btn_icon2.png) no-repeat;
  position: absolute;
  top: 55%;
  left: 38%;
}

.sub .inner .contact_btn .contact_back .input {
  width: 30%;
  min-width: 180px;
  font-size: 1.1em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  line-height: 50px;
  -webkit-appearance: none;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: 800;
  color: #fff;
  cursor: pointer;
  border: none;
  margin: 0 auto;
}

.sub .inner .contact_btn .contact_back a {
  position: relative;
  color: #fff;
  display: block;
  background-color: #f68104;
  color: #fff;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sub .inner .contact_btn .contact_back a:hover {
  background: #262f3a;
  opacity: 0.7;
}

.sub .inner .contact_btn .contact_back a img {
  width: 6px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

.sub .inner .contact_btn .contact_back *:focus {
  outline: none;
}

.sub .inner .contact_btn .contact_back .clrred {
  color: #f8960b;
}

.sub .inner .contact_btn .contact_back .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  border: 1px solid #aaa;
  line-height: 1.7;
}

.sub .inner .contact_btn .contact_back .privacyBox h4 {
  font-size: 1em;
  margin: 20px 0 4px;
  padding: 0;
}

.sub .inner .contact_btn .contact_back .privacyBox p {
  margin-top: 0;
  font-size: 14px;
}
/*# sourceMappingURL=sub.css.map */