/* ------------------------------
 width: all
------------------------------ */
main {
  /*------------ about_catch -------------- */
  /*------------ about_case -------------- */
  /*------------ about_area -------------- */
  /*------------ about_plan -------------- */
  /* about_history */
  /* about_option */
  /*------------ about_option -------------- */
}
main section.ttlsection02 .wrapper {
  background-image: url(../../images/bg_ttl_ab.jpg);
}
main #about_catch {
  margin-top: -105px;
  background-image: url(../../images/about_catch_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 40px 150px 234px;
  background-color: #E2E8EC;
}
main #about_catch .about_catch_inner {
  max-width: 1055px;
  margin: 0 auto;
}
main .about_catch_title {
  text-align: center;
  color: #003149;
  font-size: 32px;
}
main .about_catch_content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
main .about_catch_content .about_catch_txt {
  max-width: 533px;
  font-size: 14px;
  line-height: 1.8;
  color: #003149;
}
main .about_catch_content .about_catch_txt p + p {
  margin-top: 20px;
}
main .about_catch_content .about_catch_img_inner {
  width: 434px;
}
main .about_catch_content .about_catch_img_inner img {
  width: 100%;
  display: block;
}
main #about_case {
  padding: 100px 40px 80px 234px;
  background-image: url(../../images/bg01.jpg);
}
main #about_case .about_case_inner {
  max-width: 1055px;
  margin: 0 auto;
}
main #about_case .about_case_inner .btn_type02 {
  margin: 100px auto 0;
}
main #about_case h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  color: #2B2B2B;
  margin-bottom: 90px;
}
main #about_case h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003149;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main #about_case .case_list {
  position: relative;
  min-height: 860px;
  width: 100%;
}
main #about_case .case_list_item {
  position: absolute;
  max-width: 550px;
  width: 100%;
}
main #about_case .case_list_item:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
main #about_case .case_list_item:nth-child(2) {
  top: 70px;
  right: 0;
  z-index: 2;
}
main #about_case .case_list_item:nth-child(3) {
  bottom: 70px;
  left: 0;
  z-index: 3;
}
main #about_case .case_list_item:nth-child(4) {
  bottom: 0;
  right: 0;
  z-index: 4;
}
main #about_case .case_list_img_inner {
  position: relative;
  width: 100%;
}
main #about_case .case_list_img_inner::before {
  content: "";
  display: block;
  padding-top: 300px;
}
main #about_case .case_list_img_inner:hover {
  opacity: 1;
}
main #about_case .case_list_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #about_case .case_kust_txt {
  position: absolute;
  bottom: -95px;
  background-color: #fff;
  padding: 20px;
  font-size: 24px;
  color: #003149;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  max-width: 106px;
}
main #about_case .case_list_img_inner:hover .case_kust_txt {
  bottom: -30px;
}
main #about_case .case_list_item:nth-child(odd) .case_kust_txt {
  left: 50px;
}
main #about_case .case_list_item:nth-child(even) .case_kust_txt {
  right: 50px;
}
main #about_case .case_btn {
  margin: 100px auto 0;
  display: block;
}
main #about_area {
  padding: 100px 40px 80px 234px;
  background-image: url(../../images/bg_blue.png);
  background-color: #E2E8EC;
  overflow: hidden;
}
main #about_area .about_area_inner {
  max-width: 1055px;
  margin: 0 auto;
}
main #about_area .about_area_inner .btn_type02 {
  margin: 20px auto 0;
}
main #about_area h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  color: #2B2B2B;
  margin-bottom: 90px;
}
main #about_area h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003149;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main #about_area .about_area_content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main #about_area .about_area_content h4 span {
  font-size: 30px;
  border-bottom: 2px dotted #E6B422;
}
main #about_area .about_area_txt_inner {
  max-width: 530px;
  width: 100%;
}
main #about_area .about_area_txt_inner p {
  margin-top: 60px;
  text-align: left;
}
main #about_area .about_area_img_inner {
  max-width: calc(100% - 530px - 60px);
  width: 100%;
  margin-left: 50px;
}
main #about_area .about_area_txt {
  color: #003149;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 55px;
}
main #about_area .about_area_list {
  margin-top: -30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #about_area .about_area_list_item {
  width: calc((100% - 80px) / 3);
  background-color: #FCF7E9;
  outline: 1px solid #E6B422;
  padding: 30px 40px;
  position: relative;
}
main #about_area .about_area_list_item:nth-child(n+2) {
  background-color: #f3f3f2;
  outline: 0.5px solid #003149;
}
main #about_area .about_area_list_item_label {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #E6B422;
  border-radius: 100%;
  color: #003149;
  font-size: 24px;
  top: -35px;
  right: 35px;
  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;
}
main #about_area .about_area_list_item_ttl {
  font-size: 26px;
  color: #003149;
}
main #about_area .about_area_list_item_txt {
  font-size: 18px;
  color: #003149;
  margin-top: 20px;
  letter-spacing: 0.01em;
}
main #about_area .about_area_list_item_samp {
  font-size: 14px;
  color: #003149;
  margin-top: 12px;
  letter-spacing: -0.06em;
}
main #about_area .about_area_txt {
  text-align: center;
  color: #003149;
  font-size: 14px;
}
main #about_area .about_area_btn {
  margin: 20px auto 0;
  display: block;
  padding-right: 120px;
}
main #about_plan {
  padding: 100px 40px 80px 223px;
}
main #about_plan .about_plan_inner {
  max-width: 1055px;
  margin: 0 auto;
}
main #about_plan h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  color: #2B2B2B;
  margin-bottom: 90px;
}
main #about_plan h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003149;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main #about_plan h4 {
  font-size: 30px;
  padding-bottom: 10px;
}
main #about_plan .about_plan_survey {
  max-width: 100%;
  width: 100%;
  outline: solid 1px #DEE4E7;
  padding: 30px;
  margin-top: 90px;
}
main #about_plan .ttl_lev4_dot_about_plan {
  border-bottom: dashed 1px #003149;
  display: block;
  position: relative;
}
main #about_plan .about_plan_survey_content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main #about_plan .about_plan_survey_recomend {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f3f2;
  padding: 30px 30px;
  width: 454px;
}
main #about_plan .about_plan_survey_recomend_ttl_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 140px;
}
main #about_plan .about_plan_survey_recomend_ttl_inner .about_plan_survey_recomend_ttl {
  width: 100%;
  text-align: center;
}
main #about_plan .about_plan_survey_recomend_txt {
  width: calc(100% - 155px) !important;
}
main #about_plan .about_plan_survey_recomend_ttl, main #about_plan .about_plan_survey_recomend_txt_list_item {
  font-size: 14px;
  letter-spacing: 0.06em;
}
main #about_plan .about_plan_survey_recomend_ttl {
  padding: 2px 4px;
  background-color: #003149;
  color: #fff;
  letter-spacing: -0.01em;
}
main #about_plan .about_plan_survey_recomend_txt_list_item {
  color: #003149;
}
main #about_plan .about_plan_survey_recomend_txt_list_item + .about_plan_survey_recomend_txt_list_item {
  margin-top: 8px;
}
main #about_plan .about_plan_survey_detail {
  width: 100%;
  max-width: 100%;
  width: calc(100% - 514px);
}
main #about_plan .about_plan_survey_detail_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main #about_plan .about_plan_survey_detail_ttl {
  max-width: 90px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-top: solid 0.5px #003149;
  font-size: 14px;
  color: #003149;
}
main #about_plan .about_plan_survey_detail_txt {
  max-width: calc(100% - 90px);
  width: 100%;
  padding: 10px 0 10px 25px;
  border-top: solid 0.5px rgba(0, 49, 73, 0.3);
  font-size: 14px;
  color: #003149;
  letter-spacing: 0.01em;
}
main #about_plan .about_plan_survey_detail_list:last-child .about_plan_survey_detail_ttl {
  border-bottom: solid 0.5px #003149;
}
main #about_plan .about_plan_survey_detail_list:last-child .about_plan_survey_detail_txt {
  border-bottom: solid 0.5px rgba(0, 49, 73, 0.3);
}
main #about_plan .about_plan_survey_txt {
  font-size: 14px;
  color: #003149;
  line-height: 1.8;
  margin-top: 30px;
}
main #about_plan .about_plan_survey_gold {
  outline: solid 1px #E6B422;
  padding-top: 50px;
}
main #about_plan .ttl_lev4_dot_about_plan_recomend {
  position: absolute;
  width: 100px;
  height: 100px;
  background-color: #E6B422;
  border-radius: 100%;
  color: #003149;
  font-size: 24px;
  font-weight: 600;
  top: 50%;
  left: -5px;
  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;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
main #about_plan .ttl_lev4_dot_about_plan_gold {
  padding-left: 110px;
}
main #about_plan .about_plan_survey_recomend_gold {
  width: 412px;
}
main #about_plan .about_plan_survey_detail_gold {
  width: calc(100% - 472px);
}
main #about_plan .about_history {
  padding: 50px 65px;
  border-radius: 10px;
  background-color: #F3F3F2;
  margin-top: 90px;
}
main #about_plan .about_history_inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main #about_plan .about_history_txt_inner {
  max-width: 204px;
}
main #about_plan .about_history_txt_label {
  font-family: "Cinzel", serif;
  background-color: #003149;
  color: #fff;
  padding: 2px 10px;
  letter-spacing: -0.05em;
  text-align: center;
}
main #about_plan .about_history_txt {
  color: #003149;
  font-size: 32px;
  letter-spacing: 0.04em;
}
main #about_plan .about_history_parag_inner {
  max-width: calc(100% - 204px - 50px);
}
main #about_plan .about_history_parag {
  font-size: 14px;
  color: #003149;
  line-height: 2;
  letter-spacing: 0.05em;
}
main .changephotobox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
main .changephotobox .photobox {
  width: calc(100% - 260px);
}
main .changephotobox .photobox img {
  width: 100%;
  display: block;
}
main .changephotobox .changephotolist {
  width: 227px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
main .changephotobox .changephotolist li {
  width: 106px;
}
main .changephotobox .changephotolist li .photo {
  width: 100%;
  height: 75px;
}
main .changephotobox .changephotolist li .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main .changephotobox .changephotolist li .photo img:hover {
  opacity: 0.6;
}
main #about_option {
  background-color: #DEE4E7;
  background-image: url(../../images/bg_blue.png);
}
main #about_option {
  padding: 100px 40px 100px 234px;
  background-image: url(../../images/bg_blue.png);
  background-color: #DEE4E7;
}
main #about_option .about_option_inner {
  max-width: 1055px;
  margin: 0 auto;
}
main #about_option h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  position: relative;
  color: #2B2B2B;
  margin-bottom: 90px;
}
main #about_option h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #003149;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main #about_option .btn_type02 {
  margin: 30px auto 0;
}
main #about_option .about_option_catch {
  color: #003149;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
}
main #about_option .about_option_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
main #about_option .about_option_list_item {
  max-width: calc(25% - 23px);
  width: 100%;
  min-height: 330px;
  background-size: cover;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
}
main #about_option .about_option_list_item:nth-child(1) {
  background-image: url(../../images/option01.jpg);
}
main #about_option .about_option_list_item:nth-child(2) {
  background-image: url(../../images/option02.jpg);
}
main #about_option .about_option_list_item:nth-child(3) {
  background-image: url(../../images/option03.jpg);
}
main #about_option .about_option_list_item:nth-child(4) {
  background-image: url(../../images/option04.jpg);
}
main #about_option .about_option_list_item:nth-child(n+2) {
  margin-left: 30px;
}
main #about_option .about_option_list_item_txt {
  color: #fff;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
main #about_option .about_option_list_item_txt_notice {
  font-size: 14px;
}
main #about_option .about_option_txt {
  font-size: 14px;
  color: #003149;
  text-align: center;
  margin-top: 80px;
}
main #about_option .about_option_btn {
  margin: 20px auto 0;
  display: block;
  padding-right: 60px;
  max-width: 316px;
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main {
    /*------------ about_catch -------------- */
    /*------------ about_case -------------- */
    /*------------ about_area -------------- */
    /*------------ about_plan -------------- */
    /* about_history */
    /* about_option */
    /*------------ about_option -------------- */
  }
  main section.ttlsection02 .wrapper {
    background-image: url(../../images/bg_ttl_ab.jpg);
  }
  main section .btn_type02_box {
    width: 335px;
    margin: 0 auto;
  }
  main section .btn_type02_box .btn_type02 {
    width: 310px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  main #about_catch {
    margin-top: -105px;
    background-image: url(../../images/about_catch_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 20px 60px;
    background-color: #E2E8EC;
  }
  main #about_catch .about_catch_inner {
    max-width: 1055px;
    margin: 0 auto;
  }
  main .about_catch_title {
    text-align: center;
    color: #003149;
    font-size: 24px;
    line-height: 180%;
    text-align: left;
  }
  main .about_catch_content {
    display: block;
    margin-top: 30px;
  }
  main .about_catch_content .about_catch_txt {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    color: #003149;
  }
  main .about_catch_content .about_catch_txt p + p {
    margin-top: 20px;
  }
  main .about_catch_content .about_catch_img_inner {
    width: 100%;
    margin-top: 30px;
  }
  main .about_catch_content .about_catch_img_inner img {
    width: 100%;
    display: block;
  }
  main #about_case {
    padding: 80px 20px 60px;
    background-image: url(../../images/bg01.jpg);
  }
  main #about_case .about_case_inner {
    max-width: 1055px;
    margin: 0 auto;
  }
  main #about_case .about_case_inner .btn_type02 {
    margin: 50px auto 0;
  }
  main #about_case h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    color: #2B2B2B;
    margin-bottom: -5px;
  }
  main #about_case h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #003149;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main #about_case .case_list {
    position: relative;
    min-height: 0;
    width: 100%;
  }
  main #about_case .case_list_item {
    position: static;
    max-width: 100%;
    width: 100%;
    padding-left: 60px;
    margin-top: 50px;
  }
  main #about_case .case_list_item:nth-child(even) {
    padding: 0 60px 0 0;
  }
  main #about_case .case_list_item:nth-child(even) .case_kust_txt {
    left: auto !important;
    right: -60px !important;
  }
  main #about_case .case_list_img_inner {
    position: relative;
    width: 100%;
    height: calc((100vw - 100px) * 0.5);
    display: block;
  }
  main #about_case .case_list_img_inner::before {
    display: none;
  }
  main #about_case .case_list_img_inner:hover {
    opacity: 1;
  }
  main #about_case .case_list_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #about_case .case_kust_txt {
    position: absolute;
    left: -60px !important;
    right: auto !important;
    bottom: -15px;
    background-color: #fff;
    padding: 15px;
    font-size: 16px;
    color: #003149;
    text-align: left;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    letter-spacing: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.3;
    max-width: 100%;
    width: 200px;
  }
  main #about_case .case_list_img_inner:hover .case_kust_txt {
    bottom: -30px;
  }
  main #about_case .case_list_item:nth-child(odd) .case_kust_txt {
    left: 50px;
  }
  main #about_case .case_list_item:nth-child(even) .case_kust_txt {
    right: 50px;
  }
  main #about_case .case_btn {
    margin: 50px auto 0;
    display: block;
  }
  main #about_area {
    padding: 100px 20px 65px;
    background-image: url(../../images/bg_blue.png);
    background-color: #E2E8EC;
  }
  main #about_area .about_area_inner {
    max-width: 1055px;
    margin: 0 auto;
  }
  main #about_area .about_area_inner .btn_type02 {
    margin: 20px auto 0;
  }
  main #about_area h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    color: #2B2B2B;
    margin-bottom: 35px;
  }
  main #about_area h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #003149;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main #about_area .about_area_content {
    display: block;
  }
  main #about_area .about_area_content h4 span {
    font-size: 20px;
    border-bottom: 2px dotted #E6B422;
  }
  main #about_area .about_area_txt_inner {
    max-width: 100%;
    width: 100%;
  }
  main #about_area .about_area_txt_inner p {
    margin-top: 25px;
    text-align: left;
  }
  main #about_area .about_area_img_inner {
    max-width: 100%;
    width: 80%;
    margin: 20px auto 0;
  }
  main #about_area .about_area_img_inner .about_area_img {
    width: 100%;
    display: block;
  }
  main #about_area .about_area_txt {
    color: #003149;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.01em;
    text-align: center;
    margin-top: 55px;
  }
  main #about_area .about_area_list {
    margin-top: 30px;
    display: block;
  }
  main #about_area .about_area_list_item {
    width: 100%;
    background-color: #FCF7E9;
    outline: 1px solid #E6B422;
    padding: 15px 30px;
    position: relative;
    margin-top: 15px;
  }
  main #about_area .about_area_list_item:nth-child(n+2) {
    background-color: #f3f3f2;
    outline: 0.5px solid #003149;
  }
  main #about_area .about_area_list_item_label {
    width: 84px;
    height: 84px;
    background-color: #E6B422;
    border-radius: 100%;
    color: #003149;
    font-size: 20px;
    top: -35px;
    right: 35px;
    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;
  }
  main #about_area .about_area_list_item_ttl {
    font-size: 20px;
    color: #003149;
  }
  main #about_area .about_area_list_item_txt {
    font-size: 16px;
    color: #003149;
    margin-top: 10px;
    letter-spacing: 0.01em;
  }
  main #about_area .about_area_list_item_samp {
    font-size: 14px;
    color: #003149;
    margin-top: 5px;
    letter-spacing: -0.06em;
  }
  main #about_area .about_area_txt {
    text-align: center;
    color: #003149;
    font-size: 14px;
  }
  main #about_area .about_area_btn {
    margin: 20px auto 0;
    display: block;
    padding-right: 120px;
  }
  main #about_plan {
    padding: 100px 20px 0;
  }
  main #about_plan .about_plan_inner {
    max-width: 1055px;
    margin: 0 auto;
  }
  main #about_plan h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    color: #2B2B2B;
    margin-bottom: 35px;
  }
  main #about_plan h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #003149;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main #about_plan h4 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  main #about_plan .about_plan_survey {
    max-width: 100%;
    width: 100%;
    outline: solid 1px #DEE4E7;
    padding: 30px 25px;
    margin-top: 25px;
  }
  main #about_plan .ttl_lev4_dot_about_plan {
    border-bottom: dashed 1px #003149;
    display: block;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
  }
  main #about_plan .about_plan_survey_content {
    display: block;
    margin-top: 25px;
  }
  main #about_plan .about_plan_survey_recomend {
    display: block;
    padding: 15px;
    max-width: 100%;
    width: 100%;
  }
  main #about_plan .about_plan_survey_recomend_ttl_inner {
    width: 100%;
    text-align: center;
  }
  main #about_plan .about_plan_survey_recomend_txt {
    width: 100% !important;
    margin-top: 12px;
  }
  main #about_plan .about_plan_survey_recomend_ttl, main #about_plan .about_plan_survey_recomend_txt_list_item {
    font-size: 14px;
    letter-spacing: 0.06em;
  }
  main #about_plan .about_plan_survey_recomend_ttl {
    display: inline-block;
    width: auto !important;
    padding: 2px 8px;
    background-color: #003149;
    color: #fff;
    letter-spacing: -0.01em;
    text-align: center;
  }
  main #about_plan .about_plan_survey_recomend_txt_list_item {
    color: #003149;
  }
  main #about_plan .about_plan_survey_recomend_txt_list_item + .about_plan_survey_recomend_txt_list_item {
    margin-top: 8px;
  }
  main #about_plan .about_plan_survey_detail {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
  main #about_plan .about_plan_survey_detail_list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main #about_plan .about_plan_survey_detail_ttl {
    max-width: 90px;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    border-top: solid 0.5px #003149;
    font-size: 14px;
    color: #003149;
  }
  main #about_plan .about_plan_survey_detail_txt {
    max-width: calc(100% - 90px);
    width: 100%;
    padding: 12px 0 12px 25px;
    border-top: solid 0.5px rgba(0, 49, 73, 0.3);
    font-size: 14px;
    color: #003149;
    letter-spacing: 0.01em;
  }
  main #about_plan .about_plan_survey_detail_list:last-child .about_plan_survey_detail_ttl {
    border-bottom: solid 0.5px #003149;
  }
  main #about_plan .about_plan_survey_detail_list:last-child .about_plan_survey_detail_txt {
    border-bottom: solid 0.5px rgba(0, 49, 73, 0.3);
  }
  main #about_plan .about_plan_survey_txt {
    font-size: 14px;
    color: #003149;
    line-height: 1.8;
    margin-top: 20px;
  }
  main #about_plan .about_plan_survey_gold {
    outline: solid 1px #E6B422;
    padding-top: 40px;
  }
  main #about_plan .ttl_lev4_dot_about_plan_recomend {
    position: absolute;
    width: 63px;
    height: 63px;
    background-color: #E6B422;
    border-radius: 100%;
    color: #003149;
    font-size: 15px;
    font-weight: 600;
    top: 50%;
    left: -5px;
    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;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-size: 15px;
  }
  main #about_plan .ttl_lev4_dot_about_plan_gold {
    padding-left: 70px;
  }
  main #about_plan .about_plan_survey_recomend_gold {
    max-width: 100%;
  }
  main #about_plan .about_plan_survey_detail_gold {
    max-width: 100%;
  }
  main #about_plan .about_history {
    padding: 40px 20px 60px;
    border-radius: 10px;
    background-color: #F3F3F2;
    margin-top: 50px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  main #about_plan .about_history_inner {
    display: block;
  }
  main #about_plan .about_history_txt_inner {
    max-width: 204px;
  }
  main #about_plan .about_history_txt_label {
    width: 150px;
    font-family: "Cinzel", serif;
    background-color: #003149;
    color: #fff;
    padding: 2px 10px;
    letter-spacing: -0.05em;
    text-align: center;
    font-size: 14px;
  }
  main #about_plan .about_history_txt {
    color: #003149;
    font-size: 24px;
    letter-spacing: 0.04em;
  }
  main #about_plan .about_history_parag_inner {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  main #about_plan .about_history_parag {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #003149;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  main .changephotobox {
    display: block;
    margin-top: 20px;
  }
  main .changephotobox .photobox {
    width: 100%;
  }
  main .changephotobox .photobox img {
    width: 100%;
    display: block;
  }
  main .changephotobox .changephotolist {
    width: 100%;
    margin-top: 15px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  main .changephotobox .changephotolist li {
    width: calc((100% - 20px) / 5);
  }
  main .changephotobox .changephotolist li .photo {
    width: 100%;
    height: calc((100vw - 40px) / 5 * 0.6);
  }
  main .changephotobox .changephotolist li .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    cursor: pointer;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main .changephotobox .changephotolist li .photo img:hover {
    opacity: 0.6;
  }
  main #about_option {
    background-color: #DEE4E7;
    background-image: url(../../images/bg_blue.png);
  }
  main #about_option {
    padding: 100px 20px 70px;
    background-image: url(../../images/bg_blue.png);
    background-color: #DEE4E7;
  }
  main #about_option .about_option_inner {
    max-width: 1055px;
    margin: 0 auto;
  }
  main #about_option h3 {
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    color: #2B2B2B;
    margin-bottom: 35px;
  }
  main #about_option h3::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #003149;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  main #about_option .btn_type02 {
    margin: 30px auto 0;
  }
  main #about_option .about_option_catch {
    color: #003149;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: center;
    text-align: left;
  }
  main #about_option .about_option_list {
    display: block;
    margin-top: 30px;
  }
  main #about_option .about_option_list_item {
    max-width: 100%;
    width: 100%;
    height: 120px;
    min-height: 0;
    background-size: cover;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 15px auto 0 !important;
  }
  main #about_option .about_option_list_item:nth-child(1) {
    background-image: url(../../images/option01.jpg);
  }
  main #about_option .about_option_list_item:nth-child(2) {
    background-image: url(../../images/option02.jpg);
  }
  main #about_option .about_option_list_item:nth-child(3) {
    background-image: url(../../images/option03.jpg);
  }
  main #about_option .about_option_list_item:nth-child(4) {
    background-image: url(../../images/option04.jpg);
  }
  main #about_option .about_option_list_item:nth-child(n+2) {
    margin-left: 30px;
  }
  main #about_option .about_option_list_item_txt {
    color: #fff;
    text-align: left;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 1.5;
    text-align: center;
  }
  main #about_option .about_option_list_item_txt_notice {
    font-size: 14px;
  }
  main #about_option .about_option_txt {
    font-size: 14px;
    color: #003149;
    text-align: left;
    margin-top: 30px;
  }
  main #about_option .about_option_btn {
    margin: 20px auto 0;
    display: block;
    padding-right: 60px;
    max-width: 316px;
  }
  footer {
    margin-top: 0;
  }
}