@charset "UTF-8";
@import url("global.css");
#sec_read {
  margin-bottom: 120px;
}
#sec_read .sp_fig {
  display: none;
}
#sec_read .box {
  width: 100%;
  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;
}
#sec_read .box figure {
  position: relative;
  width: 40vw;
  height: 480px;
  margin-right: calc(50% - 50vw + 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#sec_read .box figure img {
  position: absolute;
  inset: 0;
  margin: auto;
  -o-object-position: center center;
     object-position: center center;
}
#sec_read .box .txtbox {
  width: 60%;
  padding-right: 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}
#sec_read .box .txtbox .txt .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#sec_read .box .txtbox .txt .text + .text {
  margin-top: 20px;
}

#sec_main {
  margin-bottom: 120px;
}
#sec_main .check_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*justify-content: space-between;*/
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 80px;
}
#sec_main .check_list > li {
  position: relative;
  width: 33.3333333333%;
}
#sec_main .check_list > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 40px;
}
#sec_main .check_list > li .inner h4 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#sec_main .check_list > li .inner h4 span {
  display: block;
}
#sec_main .check_list > li .inner h4 span.number {
  margin: 0 auto;
  line-height: 1;
  display: inline-block;
  border-bottom: 2px solid #111;
  font-size: 32px;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
#sec_main .check_list > li .inner figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 20px auto;
  max-width: 230px;
}
#sec_main .check_list > li .inner .textbox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#sec_main .check_list > li .inner .textbox p {
  text-align: left;
}
#sec_main .check_list > li .inner .textbox .koumoku {
  background: #F3F2EE;
  border-radius: 2px;
  margin-top: 20px;
  padding: 15px 30px;
  text-align: left;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
}
#sec_main .check_list > li .inner .textbox .koumoku li {
  font-size: 15px;
}
#sec_main .check_list > li .inner .textbox .koumoku li::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #B7CCA3;
  display: inline-block;
  border-radius: 100%;
  margin-right: 8px;
  vertical-align: 1px;
}

#sec_price {
  margin-bottom: 120px;
}
#sec_price .list {
  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;
  margin: 0 -40px;
}
#sec_price .list li {
  width: 700px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec_price .list li .inner {
  width: 100%;
  padding: 30px 60px;
  text-align: center;
  background: #F3F2EE;
  margin: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
#sec_price .list li .inner .price {
  background: #fff;
  text-align: center;
  margin-bottom: 15px;
  padding: 30px 0;
  line-height: 1;
  font-weight: bold;
}
#sec_price .list li .inner .price .mark {
  line-height: 1.8;
  padding: 0 10px;
  background: -webkit-linear-gradient(transparent 60%, rgba(183, 204, 163, 0.5) 50%);
  font-size: 20px;
}
#sec_price .list li .inner .price .mark em {
  font-size: 34px;
  font-style: normal;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#sec_price .list li .inner figure {
  width: 260px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}
#sec_price .list li .inner .present_box {
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
}
#sec_price .list li .inner .present_box .text {
  padding: 0 30px;
}
#sec_price .list li .inner .present_box .text .sub {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#sec_price .list li .inner .present_box .text .sub span {
  display: inline-block;
  height: 1px;
  position: relative;
}
#sec_price .list li .inner .present_box .text .sub span.lineleft::before, #sec_price .list li .inner .present_box .text .sub span.lineright::after {
  width: 26px;
  content: "";
  background-image: linear-gradient(to right, #14163E, #14163E 3px, transparent 3px, transparent 8px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: -10px;
  bottom: 0;
  left: -35px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
#sec_price .list li .inner .present_box .text .sub span.lineright::after {
  left: auto;
  right: -35px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
#sec_price .list li .inner .present_box .text .sub::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 140px;
  top: 50%;
}
#sec_price .list li .inner .present_box .text > h4 {
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
#sec_price .list li .inner .present_box .text > p {
  line-height: 1.4;
  font-size: 14px;
}
#sec_price .list li .inner .present_box::after {
  content: "";
  display: block;
  width: 230px;
  height: 1px;
  background-color: #666;
  position: absolute;
  left: 0px;
  bottom: 0;
}

#sec_flow {
  margin-bottom: 120px;
}
#sec_flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}
#sec_flow .flow_list li {
  position: relative;
}
#sec_flow .flow_list li h4 {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sec_flow .flow_list li h4 .num {
  margin-right: 30px;
  font-size: 50px;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}
#sec_flow .flow_list li .textarea {
  padding: 5px;
  padding-left: 95px;
  position: relative;
  height: 90px;
}
#sec_flow .flow_list li .textarea p {
  font-size: 14px;
}
#sec_flow .flow_list li::after {
  content: "";
  width: 2px;
  height: 90px;
  background: #B7CCA3;
  position: absolute;
  bottom: 10px;
  left: 30px;
  display: block;
}
#sec_flow .flow_list li:last-child::after {
  display: none;
}
#sec_flow .flow_list li .arrow {
  position: absolute;
  bottom: 38px;
  left: 15px;
}
#sec_flow .flow_list li .arrow .down {
  width: 34px;
  height: 34px;
  background: #B7CCA3;
  border-radius: 50px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}
#sec_flow .flow_list li .arrow .down::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  margin-left: -1px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.tel_box {
  margin-bottom: 120px;
}
.tel_box .tel_wrap {
  position: relative;
  padding: 40px 20px 20px;
  border-bottom: 1px solid #666;
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
}
.tel_box .tel_wrap .tel_title {
  position: absolute;
  inset: 0;
  bottom: auto;
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px 1em auto 1em 1fr;
  grid-template-columns: 50px auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.tel_box .tel_wrap .tel_title::before, .tel_box .tel_wrap .tel_title::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #666;
}
.tel_box .tel_wrap .tel {
  color: #2B2B2B;
}
.tel_box .tel_wrap .tel_num {
  font-family: "Aleo", "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 43px;
  font-weight: 600;
  display: block;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.tel_box .tel_wrap .tel_notes {
  color: #2B2B2B;
  font-size: 13px;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1400px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  #sec_read .box figure {
    width: 40vw;
  }
  #sec_main .check_list {
    margin: 0 -20px;
  }
  #sec_main .check_list > li .inner {
    margin: 0 20px;
  }
  #sec_main .check_list > li .inner h4 {
    letter-spacing: 0;
  }
  #sec_main .check_list > li .inner .textbox p {
    font-size: 15px;
  }
  #sec_main .check_list > li .inner .textbox .koumoku {
    padding: 15px;
    height: auto;
  }
  #sec_main .check_list > li .inner .textbox .koumoku li {
    text-indent: -22px;
    margin-left: 22px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #sec_read {
    margin-bottom: 90px;
  }
  #sec_read .contenttitle .title-main strong {
    font-size: 40px;
  }
  #sec_read .sp_fig {
    margin: 0 auto;
    display: block;
  }
  #sec_read .box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec_read .box figure {
    display: none;
  }
  #sec_read .box .txtbox {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #sec_read .box .txtbox .txt .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #sec_read .box .txtbox .txt .title br {
    display: none;
  }
  #sec_read .box .txtbox .txt .text + .text {
    margin-top: 15px;
    text-align: justify;
  }
  #sec_main {
    margin-bottom: 90px;
  }
  #sec_main .check_list {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0;
  }
  #sec_main .check_list > li {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
  }
  #sec_main .check_list > li .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  #sec_main .check_list > li .inner h4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 24px;
    margin-top: 20px;
  }
  #sec_main .check_list > li .inner h4 span {
    display: inline-block;
    margin: 0 auto;
  }
  #sec_main .check_list > li .inner h4 span.number {
    margin: 0 auto;
    margin-right: 20px;
    font-size: 32px;
  }
  #sec_main .check_list > li .inner figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px auto;
    max-width: inherit;
  }
  #sec_main .check_list > li .inner .textbox {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sec_main .check_list > li .inner .textbox > p {
    width: 80%;
    margin: 15px auto;
    margin-right: auto;
    line-height: 1.5;
  }
  #sec_main .check_list > li .inner .textbox:has(.koumoku) > p {
    width: 60%;
    margin-right: 5%;
  }
  #sec_main .check_list > li .inner .textbox .koumoku {
    margin: 0 auto;
    padding: 15px 20px;
    text-align: left;
    height: auto;
    width: 50%;
  }
  #sec_main .check_list > li .inner .textbox .koumoku li {
    line-height: 1.5;
  }
  #sec_main .check_list > li + li {
    margin-top: 60px;
  }
  #sec_price {
    margin-bottom: 90px;
  }
  #sec_price .list {
    margin-top: 40px;
  }
  #sec_price .list li {
    width: 700px;
    max-width: inherit;
  }
  #sec_price .list li .inner {
    padding: 20px;
  }
  #sec_price .list li .inner .price {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  #sec_price .list li .inner .price .mark {
    line-height: 1.6;
  }
  #sec_price .list li .inner .price p {
    font-size: 14px;
  }
  #sec_price .list li .inner figure {
    width: 40%;
  }
  #sec_price .list li .inner .present_box {
    margin-top: 20px;
    padding-bottom: 15px;
  }
  #sec_price .list li .inner .present_box .sub {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #sec_price .list li .inner .present_box .sub span.lineleft::before, #sec_price .list li .inner .present_box .sub span.lineright::after {
    width: 26px;
    background-size: 6px 1px;
    top: -10px;
    bottom: 0;
    left: -35px;
  }
  #sec_price .list li .inner .present_box .sub span.lineright::after {
    left: auto;
    right: -35px;
  }
  #sec_price .list li .inner .present_box .sub::before {
    width: 60%;
  }
  #sec_price .list li .inner .present_box .text {
    padding: 0 25px;
  }
  #sec_price .list li .inner .present_box p {
    font-size: 14px;
  }
  #sec_flow {
    margin-bottom: 90px;
  }
  #sec_flow .flow_list li h4 .num {
    margin-right: 28px;
    font-size: 46px;
  }
  #sec_flow .flow_list li .textarea {
    height: 85px;
    padding-left: 85px;
  }
  #sec_flow .flow_list li .textarea p {
    font-size: 14px;
  }
  #sec_flow .flow_list li::after {
    height: 85px;
    bottom: 10px;
  }
  #sec_flow .flow_list li .arrow {
    bottom: 36px;
  }
  #sec_flow .flow_list li .arrow .down {
    width: 34px;
    height: 34px;
  }
  #sec_flow .flow_list li .arrow .down::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .tel_box {
    margin-bottom: 90px;
  }
  .tel_box .tel_wrap .tel_title {
    -ms-grid-columns: 1fr auto 1fr;
    grid-template-columns: 1fr auto 1fr;
  }
  .tel_box .tel_wrap .tel {
    text-align: center;
    font-size: 19px;
  }
  .tel_box .tel_wrap .tel_num {
    text-align: center;
    font-size: 38px;
  }
  .tel_box .tel_wrap .tel_notes {
    text-align: center;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #sec_read {
    margin-bottom: 80px;
  }
  #sec_read .contenttitle .title-main strong {
    font-size: 30px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
  }
  #sec_read .contenttitle .title-main br {
    display: block;
  }
  #sec_read .sp_fig {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 20px;
  }
  #sec_read .box .txtbox {
    margin-top: 0;
    padding: 0;
    letter-spacing: 0;
  }
  #sec_read .box .txtbox .txt .title {
    font-size: 16px;
  }
  #sec_read .box .txtbox .txt .text {
    font-size: 14px;
  }
  #sec_read .box .txtbox .txt .text + .text {
    margin-top: 10px;
  }
  #sec_main {
    margin-bottom: 80px;
  }
  #sec_main .check_list > li .inner figure {
    margin: 0 60px;
    text-align: center;
  }
  #sec_main .check_list > li .inner h4 {
    font-size: 18px;
  }
  #sec_main .check_list > li .inner h4 span.number {
    margin-right: 15px;
    font-size: 26px;
  }
  #sec_main .check_list > li .inner .textbox {
    margin: 0 auto;
    display: block;
  }
  #sec_main .check_list > li .inner .textbox > p {
    width: auto;
    margin: 20px auto;
    font-size: 14px;
  }
  #sec_main .check_list > li .inner .textbox:has(.koumoku) > p {
    width: auto;
    margin-right: auto;
  }
  #sec_main .check_list > li .inner .textbox .koumoku {
    padding: 10px 15px;
    width: auto;
  }
  #sec_main .check_list > li .inner .textbox .koumoku li {
    font-size: 14px;
  }
  #sec_main .check_list > li .inner .textbox .koumoku li::before {
    width: 8px;
    height: 8px;
  }
  #sec_main .check_list > li + li {
    margin-top: 40px;
  }
  #sec_price {
    margin-bottom: 80px;
  }
  #sec_price .text {
    font-size: 14px;
  }
  #sec_price .list {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
  }
  #sec_price .list li {
    width: 100%;
  }
  #sec_price .list li .inner {
    margin: 0 auto;
    padding: 20px;
  }
  #sec_price .list li .inner p {
    font-size: 16px;
  }
  #sec_price .list li .inner .price {
    padding: 10px 0;
    margin-bottom: auto;
  }
  #sec_price .list li .inner .price .mark em {
    font-size: 26px;
  }
  #sec_price .list li .inner .present_box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 5px;
    padding-bottom: 20px;
  }
  #sec_price .list li .inner .present_box .text {
    padding: 0;
  }
  #sec_price .list li .inner .present_box .text .sub {
    padding-left: 10%;
    font-size: 16px;
  }
  #sec_price .list li .inner .present_box .text .sub span.lineleft::before, #sec_price .list li .inner .present_box .text .sub span.lineright::after {
    top: -6px;
  }
  #sec_price .list li .inner .present_box .text .sub::before {
    width: 48%;
    left: auto;
    right: 0;
  }
  #sec_price .list li .inner .present_box .text > h4 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #sec_price .list li .inner .present_box .text > p {
    font-size: 12px;
  }
  #sec_price .list li .inner .present_box::after {
    width: 100%;
  }
  #sec_price .list li .inner figure {
    position: relative;
    width: 55%;
    margin: 0 auto;
    bottom: auto;
    right: auto;
  }
  #sec_flow {
    margin-bottom: 80px;
  }
  #sec_flow .flow_list li h4 {
    font-size: 18px;
  }
  #sec_flow .flow_list li h4 .num {
    margin-right: 20px;
    font-size: 38px;
  }
  #sec_flow .flow_list li .textarea {
    height: 80px;
    padding: 4px;
    padding-left: 70px;
  }
  #sec_flow .flow_list li .textarea p {
    font-size: 13px;
  }
  #sec_flow .flow_list li::after {
    left: 20px;
    height: 80px;
    bottom: 10px;
  }
  #sec_flow .flow_list li .arrow {
    bottom: 34px;
    left: 6px;
  }
  #sec_flow .flow_list li .arrow .down {
    width: 32px;
    height: 32px;
  }
  #sec_flow .flow_list li .arrow .down::after {
    width: 5px;
    height: 5px;
  }
  .tel_box {
    margin-bottom: 60px;
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .tel_box .tel_wrap .tel {
    font-size: inherit;
  }
  .tel_box .tel_wrap .tel_num {
    font-size: 32px;
  }
}