@charset "UTF-8";
@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #2d2d2d;
  background: #fff;
  letter-spacing: 0.085em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1240px;
  }
}

a {
  color: #2d2d2d;
}
a img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #2d2d2d;
  text-decoration: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner,
.container,
.gutters,
.mce-content-body {
  margin: initial;
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  #header > .inner, #nav > .inner, #contents > .inner, #footer .inner,
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}

body, #wrap {
  padding-top: 0 !important;
}

#header {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media (max-width: 767px) {
  #header {
    padding: 0;
    position: sticky;
    margin: auto;
    left: 0;
    right: 0;
    bottom: auto;
    top: 0;
  }
  #header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .header_inner .header_logo {
    float: none;
    width: 78%;
    margin: 0;
    padding-left: 3%;
    text-align: left;
    max-width: 550px;
  }
  #header .header_inner .sp_nav {
    text-align: right;
    width: 17%;
    max-width: 110px;
    padding: 0;
    position: relative !important;
  }
  #header .header_inner .sp_nav .sp_nav_icon img {
    max-width: 100%;
    max-height: initial;
    margin-right: initial;
  }
  #header .header_inner .sp_nav .sp_close a {
    position: relative;
  }
  #header .header_inner .sp_nav .sp_close a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../img/common/hov_sp_menu.png") no-repeat center/100%;
  }
}
@media (min-width: 768px) {
  #header {
    position: absolute !important;
    margin: auto;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 20px 0;
    min-width: 1239px;
  }
  #header h1 {
    max-width: 40%;
    width: 640px;
  }
}

.mainimage {
  height: initial;
  margin-bottom: 0;
}

#nav {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
@media (max-width: 767px) {
  #nav .header_menu {
    position: fixed;
    bottom: auto;
    top: 24vw !important;
    max-height: 76vh;
    overflow: auto;
  }
  #nav .header_menu > li {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  }
  #nav .header_menu > li > a {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  }
  #nav .header_menu > li.sp_nav_tel {
    padding: 10px 0;
  }
  #nav .header_menu > li.sp_nav_tel .sec_title {
    text-align: center;
    font-weight: bold;
    color: #df87bd;
    margin-bottom: 5px;
  }
  #nav .header_menu > li.sp_nav_tel .sec_tel {
    text-align: center;
  }
  #nav .header_menu > li.sp_nav_tel .sec_tel a {
    font-size: 20px;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-left: 26px;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  #nav .header_menu > li.sp_nav_tel .sec_tel a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 21px;
  }
  #nav .header_menu > li.sp_nav_tel .sec_tel a:hover {
    color: #2d2d2d;
    background: #fff;
  }
  #nav .header_menu > li.sp_nav_tel.sp_nav_tel1 .sec_tel a:after {
    background: url("../img/common/sp_side_tel01.png") no-repeat center/cover;
  }
  #nav .header_menu > li.sp_nav_tel.sp_nav_tel2 .sec_title {
    color: #98ccd9;
  }
  #nav .header_menu > li.sp_nav_tel.sp_nav_tel2 .sec_tel a:after {
    background: url("../img/common/sp_side_tel02.png") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  #nav {
    padding: 0;
    background: #f7f3ed;
    min-width: 100%;
    width: 100%;
  }
  #nav .header_menu {
    max-width: 1239px;
    width: 100%;
    margin: auto;
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #nav .header_menu > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: initial;
  }
  #nav .header_menu > li > a {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
    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;
    text-align: center;
    height: 75px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08em;
    border-left: 1px solid #ccc !important;
  }
  #nav .header_menu > li:last-child > a {
    border-right: 1px solid #ccc !important;
  }
  #nav .header_menu > li.menu-item-has-children > a {
    position: relative;
  }
  #nav .header_menu > li.menu-item-has-children > a:after {
    background: none;
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 1px solid #df87bd;
    border-right: 1px solid #df87bd;
  }
}

.side_bnr_box {
  position: fixed;
  margin: auto;
  left: auto;
  right: 0;
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 100;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.side_bnr_box .side.side01 {
  background: #fcf2f7;
}
.side_bnr_box .side.side02 {
  background: #e9f2f5;
}
@media (max-width: 767px) {
  .side_bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
    margin: auto;
    left: 0;
    right: 0;
    width: 98%;
  }
  .side_bnr_box .side_title {
    padding: 10px 0;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
  }
  .side_bnr_box .side_title:after, .side_bnr_box .side_title:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 2px;
    background: #d869af;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .side_bnr_box .side_title .sec_sub {
    display: block !important;
  }
  .side_bnr_box .side_btn {
    font-size: 15px;
  }
  .side_bnr_box .side_btn a {
    position: relative;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
  }
  .side_bnr_box .side_btn a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
  }
  .side_bnr_box .side_btn a .sec_span {
    position: relative;
  }
  .side_bnr_box .side_btn a .sec_span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
  .side_bnr_box .side_btn.side_btn01 a:after {
    width: 17px;
    height: 11px;
    background: url("../img/common/sp_side_arrow01.png") no-repeat center/cover;
  }
  .side_bnr_box .side_btn.side_btn01 a .sec_span {
    padding-left: 36px;
  }
  .side_bnr_box .side_btn.side_btn01 a .sec_span:after {
    width: 26px;
    height: 20px;
    background: url("../img/common/sp_side01.png") no-repeat center/cover;
  }
  .side_bnr_box .side_btn.side_btn02 a {
    color: #06c755;
  }
  .side_bnr_box .side_btn.side_btn02 a:after {
    width: 15px;
    height: 11px;
    background: url("../img/common/sp_side_arrow02.png") no-repeat center/cover;
  }
  .side_bnr_box .side_btn.side_btn02 a .sec_span {
    padding-left: 35px;
  }
  .side_bnr_box .side_btn.side_btn02 a .sec_span:after {
    width: 25px;
    height: 23px;
    background: url("../img/common/sp_side02.png") no-repeat center/cover;
  }
  .side_bnr_box {
    -webkit-transform: translateY(92px);
            transform: translateY(92px);
  }
  .side_bnr_box .side {
    width: 49%;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .side_bnr_box .side.open {
    -webkit-transform: translateY(-92px);
            transform: translateY(-92px);
  }
  .side_bnr_box .side.open .side_title:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .side_bnr_box .side.side01 {
    background: #fff;
  }
  .side_bnr_box .side.side01 .side_btn.side_btn01 a {
    color: #d869af;
  }
  .side_bnr_box .side.side01 .side_title .sec_sub .sec_color {
    color: #d869af;
  }
  .side_bnr_box .side.side02 {
    background: #fff;
  }
  .side_bnr_box .side.side02 .side_btn.side_btn01 a {
    color: #429ab0;
  }
  .side_bnr_box .side.side02 .side_btn.side_btn01 a:after {
    background: url("../img/common/sp_side_arrow03.png") no-repeat center/cover;
  }
  .side_bnr_box .side.side02 .side_btn.side_btn01 a .sec_span:after {
    background: url("../img/common/sp_side03.png") no-repeat center/cover;
  }
  .side_bnr_box .side.side02 .side_title:after, .side_bnr_box .side.side02 .side_title:before {
    background: #429ab0;
  }
  .side_bnr_box .side.side02 .side_title .sec_sub .sec_color {
    color: #429ab0;
  }
}
@media (min-width: 768px) {
  .side_bnr_box {
    top: 120px;
    bottom: auto;
    right: 0;
    left: auto;
    -webkit-transform: translateX(340px);
            transform: translateX(340px);
  }
  .side_bnr_box .side.open {
    -webkit-transform: translateX(-340px);
            transform: translateX(-340px);
  }
  .side_bnr_box .side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 333px;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  .side_bnr_box .side .side_title {
    font-size: 22px;
    letter-spacing: 0;
    cursor: pointer;
    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;
    text-align: center;
    width: 80px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .side_bnr_box .side .side_title:hover {
    opacity: 0.7;
  }
  .side_bnr_box .side .side_title .sec_span1 {
    padding-bottom: 45px;
    height: auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .side_bnr_box .side .side_title .sec_span1 .sec_span {
    letter-spacing: -0.1em;
  }
  .side_bnr_box .side .side_title .sec_span2 {
    font-size: 18px;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 14px;
    padding-bottom: 13px;
  }
  .side_bnr_box .side .side_title .sec_span2:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 17px;
    height: 11px;
    background: url("../img/common/side_arrow.png") no-repeat center/cover;
  }
  .side_bnr_box .side .side_box {
    padding: 70px 35px 35px;
    width: calc(100% - 80px);
  }
  .side_bnr_box .side .side_tel {
    margin-bottom: 20px;
  }
  .side_bnr_box .side .side_tel a {
    letter-spacing: 0.08em;
    padding-left: 26px;
    font-size: 30px;
    line-height: 1;
    position: relative;
  }
  .side_bnr_box .side .side_tel a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 21px;
  }
  .side_bnr_box .side .side_btn {
    width: 100%;
  }
  .side_bnr_box .side .side_btn a {
    font-size: 22px;
    width: 100%;
    max-width: 270px;
    height: 60px;
    color: #fff;
    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;
    text-decoration: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    position: relative;
  }
  .side_bnr_box .side .side_btn a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
  }
  .side_bnr_box .side .side_btn a .sec_span {
    position: relative;
  }
  .side_bnr_box .side .side_btn a .sec_span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
  }
  .side_bnr_box .side .side_btn a:hover {
    opacity: 0.7;
  }
  .side_bnr_box .side .side_btn.side_btn01 a {
    background: #d869af;
  }
  .side_bnr_box .side .side_btn.side_btn01 a:after {
    width: 17px;
    height: 11px;
    background: url("../img/common/side_arrow02.png") no-repeat center/cover;
  }
  .side_bnr_box .side .side_btn.side_btn01 a .sec_span {
    padding-left: 36px;
  }
  .side_bnr_box .side .side_btn.side_btn01 a .sec_span:after {
    width: 26px;
    height: 20px;
    background: url("../img/common/side01.png") no-repeat center/cover;
  }
  .side_bnr_box .side .side_btn.side_btn02 {
    margin-top: 10px;
  }
  .side_bnr_box .side .side_btn.side_btn02 a {
    background: #06c755;
  }
  .side_bnr_box .side .side_btn.side_btn02 a:after {
    width: 15px;
    height: 11px;
    background: url("../img/common/side_arrow03.png") no-repeat center/cover;
  }
  .side_bnr_box .side .side_btn.side_btn02 a .sec_span {
    padding-left: 35px;
  }
  .side_bnr_box .side .side_btn.side_btn02 a .sec_span:after {
    width: 25px;
    height: 23px;
    background: url("../img/common/side02.png") no-repeat center/cover;
  }
  .side_bnr_box .side:not(:first-child) {
    margin-top: 7px;
  }
  .side_bnr_box .side.side01 .side_title {
    background: #d869af;
  }
  .side_bnr_box .side.side01 .side_tel a:after {
    background: url("../img/common/side_tel01.png") no-repeat center/cover;
  }
  .side_bnr_box .side.side02 .side_title {
    background: #98ccd9;
  }
  .side_bnr_box .side.side02 .side_btn.side_btn01 a {
    background: #98ccd9;
  }
  .side_bnr_box .side.side02 .side_tel a:after {
    background: url("../img/common/side_tel02.png") no-repeat center/cover;
  }
}

#footer {
  background: #fff;
}
#footer .logo {
  margin-bottom: 40px;
}
#footer .consul {
  color: #efa3d3;
}
#footer .consul2 {
  color: #98ccd9;
}
#footer .time-table {
  margin-bottom: 20px;
}
#footer .time-table thead th, #footer .time-table thead td {
  padding: 12.5px 3px;
  font-weight: 400;
}
#footer .time-table tbody th, #footer .time-table tbody td {
  padding: 12px 3px;
  border-bottom: 1px solid #c7c7c7;
}
#footer .access {
  width: 100%;
}
#footer .access th, #footer .access td {
  padding: 10px 0;
}
#footer .access th {
  font-weight: bold;
  width: 80px;
  border-bottom: 1px solid #efa3d3;
}
#footer .access td {
  padding-left: 15px;
  line-height: 26px;
  border-bottom: 1px solid #c7c7c7;
}
#footer .access td a {
  font-family: "Noto Sans JP", sans-serif;
}
#footer .sec_title {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  background: #f9dbee;
  padding: 11px 0px;
}
#footer .google_map {
  margin-bottom: 25px;
}
#footer .google_map iframe {
  width: 100%;
}
#footer .sec_img {
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
}
#footer .price_box {
  border: 1px solid #f9dbee;
}
#footer .row1 {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #959595;
}
#footer .row2 .access th {
  border-color: #98ccd9;
}
#footer .row2 .footer_text {
  margin-bottom: 30px;
}
#footer .row2 .logo {
  margin-bottom: 30px;
}
#footer .row2 .time-table {
  margin-bottom: 5px;
}
#footer .row2 .time-table thead th {
  background: #98ccd9;
}
#footer .row2 .price_box {
  border-color: #cae4eb;
}
#footer .row2 .price_box .sec_title {
  background: #cae4eb;
}
@media (max-width: 767px) {
  #footer .logo {
    max-width: 90%;
    margin: 0 auto 25px;
  }
  #footer .sec_img {
    margin-left: 10px;
    margin-right: 10px;
  }
  #footer .google_map iframe {
    height: 300px;
  }
}
@media (min-width: 768px) {
  #footer {
    padding: 100px 0 0;
  }
  #footer .time-table {
    margin-bottom: 25px;
  }
  #footer .time-table thead th, #footer .time-table thead td {
    padding: 14.5px 3px;
  }
  #footer .time-table tbody th, #footer .time-table tbody td {
    padding: 14px 3px;
  }
  #footer .row {
    gap: 5%;
  }
  #footer .row .col_2 {
    margin: 0;
    width: 47.5%;
  }
  #footer .row1 {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  #footer .google_map iframe {
    height: 446px;
  }
}

#copyright {
  padding: 10px 0 100px;
  margin-top: 50px;
  color: #fff;
  background: #b0a492;
}
@media (min-width: 768px) {
  #copyright {
    margin-top: 100px;
    padding: 10px 0;
  }
}

#aside {
  display: none;
}

.mainblock.under {
  padding-bottom: 0;
}

#a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08, #a09, #a10, #a11, #a12, #a13, #a14, #a15, #a16, #a17, #a18, #a19, #a20 {
  margin-top: initial;
  padding-top: initial;
}

.sec_top {
  margin: 0;
}
.sec_top .row:after {
  display: none;
}
.sec_top p:last-child, .sec_top ul:last-child {
  margin-bottom: 0;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
.sec_top h2.h2_type1 {
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec_top h2.h2_type1 .sec_span {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
  padding-bottom: 10px;
  position: relative;
  padding-top: 36px;
}
.sec_top h2.h2_type1 .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 24px;
  background: #2d2d2d;
}
@media (min-width: 768px) {
  .sec_top h2.h2_type1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
  }
  .sec_top h2.h2_type1 .sec_span {
    font-size: 28px;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
    padding-top: 36px;
  }
  .sec_top h2.h2_type1 .sec_span:after {
    width: 1px;
    height: 24px;
  }
}

.sec_contact {
  padding: 50px 0;
}
.sec_contact h2 {
  margin-bottom: 25px;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec_contact h2 .sec_span {
  font-size: 50px;
  color: #bfb7aa;
  font-family: "Times New Roman", serif;
  display: block;
  opacity: 0.3;
  letter-spacing: 0.05em;
  margin-bottom: -15px;
}
.sec_contact h2 .sec_span2 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec_contact h2 .sec_span2:before, .sec_contact h2 .sec_span2:after {
  content: "";
  height: 1px;
  background: #2d2d2d;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec_contact h2 .sec_span2:before {
  margin-right: 1rem;
}
.sec_contact h2 .sec_span2:after {
  margin-left: 1rem;
}
.sec_contact .sec_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_contact .sec_title .sec_span {
  color: #d869af;
  font-weight: bold;
}
.sec_contact .sec_title .sec_bo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fcebf2));
  background: linear-gradient(transparent 60%, #fcebf2 60%);
}
.sec_contact .sec_address {
  line-height: 26px;
  margin-bottom: 10px;
}
.sec_contact .sec_tel {
  margin-bottom: 20px;
}
.sec_contact .sec_tel a {
  letter-spacing: 0.08em;
  padding-left: 26px;
  font-size: 24px;
  line-height: 1;
  position: relative;
}
.sec_contact .sec_tel a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 21px;
}
.sec_contact .sec_btn {
  width: 100%;
  margin: 0;
}
.sec_contact .sec_btn a {
  font-size: 18px;
  width: 100%;
  max-width: 270px;
  height: 60px;
  color: #fff;
  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;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec_contact .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
.sec_contact .sec_btn a .sec_span {
  position: relative;
}
.sec_contact .sec_btn a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.sec_contact .sec_btn a:hover {
  opacity: 0.7;
}
.sec_contact .sec_btn.sec_btn01 a {
  background: #d869af;
}
.sec_contact .sec_btn.sec_btn01 a:after {
  width: 17px;
  height: 11px;
  background: url("../img/common/side_arrow02.png") no-repeat center/cover;
}
.sec_contact .sec_btn.sec_btn01 a .sec_span {
  padding-left: 36px;
}
.sec_contact .sec_btn.sec_btn01 a .sec_span:after {
  width: 26px;
  height: 20px;
  background: url("../img/common/side01.png") no-repeat center/cover;
}
.sec_contact .sec_btn.sec_btn02 {
  margin-top: 10px;
}
.sec_contact .sec_btn.sec_btn02 a {
  background: #06c755;
}
.sec_contact .sec_btn.sec_btn02 a:after {
  width: 15px;
  height: 11px;
  background: url("../img/common/side_arrow03.png") no-repeat center/cover;
}
.sec_contact .sec_btn.sec_btn02 a .sec_span {
  padding-left: 35px;
}
.sec_contact .sec_btn.sec_btn02 a .sec_span:after {
  width: 25px;
  height: 23px;
  background: url("../img/common/side02.png") no-repeat center/cover;
}
.sec_contact .sec_color01 .sec_tel a:after {
  background: url("../img/common/side_tel01.png") no-repeat center/cover;
}
.sec_contact .sec_color02 .sec_title .sec_span {
  color: #429ab0;
}
.sec_contact .sec_color02 .sec_title .sec_bo {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #dff2f7));
  background: linear-gradient(transparent 60%, #dff2f7 60%);
}
.sec_contact .sec_color02 .sec_btn.sec_btn01 a {
  background: #98ccd9;
}
.sec_contact .sec_color02 .sec_tel a:after {
  background: url("../img/common/side_tel02.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec_contact .sec_img {
    margin-bottom: 20px;
  }
  .sec_contact .sec_btn a {
    margin: auto;
  }
  .sec_contact .row .col_2 {
    margin: 0;
  }
  .sec_contact .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec_contact {
    padding: 75px 0 100px;
  }
  .sec_contact h2 {
    margin-bottom: 40px;
    line-height: 1;
  }
  .sec_contact h2 .sec_span {
    font-size: 90px;
    letter-spacing: 0.1em;
    margin-bottom: -30px;
  }
  .sec_contact h2 .sec_span2 {
    font-size: 36px;
    letter-spacing: 0.14em;
  }
  .sec_contact .sec_tel a {
    letter-spacing: 0.08em;
    padding-left: 26px;
    font-size: 30px;
  }
  .sec_contact .sec_title {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin-bottom: 20px;
  }
  .sec_contact .sec_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .sec_contact .sec_box .sec_img {
    width: 280px;
  }
  .sec_contact .sec_box .text_box {
    width: calc(100% - 300px);
  }
  .sec_contact .sec_btn a {
    font-size: 22px;
    width: 100%;
    max-width: 270px;
    height: 60px;
  }
}

.sec01 {
  padding: 50px 0 !important;
  background: url("../img/top/sp_sec01_bg.png") no-repeat center/cover;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec01 .sec_title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #cae6ed));
  background: linear-gradient(transparent 60%, #cae6ed 60%);
}
.sec01 .sec_box {
  padding: 30px 10px;
  position: relative;
  z-index: 0;
}
.sec01 .sec_box:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  border: 1px solid #2d2d2d;
}
.sec01 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -8px;
  top: auto;
  bottom: -8px;
  width: 100%;
  height: 100%;
  background: #abd5df;
  z-index: -2;
}
.sec01 .sec_list li {
  font-size: 16px;
  position: relative;
  padding-left: 37px;
  letter-spacing: 0.1em;
}
.sec01 .sec_list li:not(:first-child) {
  margin-top: 5px;
}
.sec01 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 2px;
  bottom: auto;
  width: 27px;
  height: 21px;
  background: url("../img/top/sec01_check.png") no-repeat center/cover;
}
@media (min-width: 768px) {
  .sec01 {
    padding: 100px 0 100px !important;
    background: url("../img/top/sec01_bg.png") no-repeat center/cover;
  }
  .sec01 .sec_box {
    min-height: 308px;
    padding: 40px 30px 30px;
  }
  .sec01 .sec_title {
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
  }
  .sec01 .sec_list li {
    font-size: 20px;
    padding-left: 37px;
    letter-spacing: 0.05em;
  }
  .sec01 .sec_list li:not(:first-child) {
    margin-top: 5px;
  }
  .sec01 .sec_list li:after {
    top: 6px;
    width: 27px;
    height: 21px;
  }
  .sec01 .row {
    gap: 40px 47px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec01 .row .col_3 {
    width: calc(33.33333% - 31.3333333333px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .sec01 .row .col_3 .sec_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.sec02 {
  padding: 50px 0 !important;
  background: url("../img/top/sp_sec02_bg.png") no-repeat center top/cover;
}
.sec02 h2 {
  margin-bottom: 30px;
}
.sec02 .sec_title {
  font-size: 24px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-bottom: 4px double #d869af;
}
.sec02 .sec_title2 {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding: 10px 20px !important;
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1294117647);
  margin-top: -40px !important;
  margin-bottom: 25px !important;
  position: relative;
}
.sec02 .sec_title2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 14px 0px 14px;
  border-color: #fff transparent transparent transparent;
}
.sec02 .sec_title3 {
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  border-bottom: 4px double #429ab0;
}
.sec02 .sec_title3 .sec_small {
  font-size: 18px;
}
.sec02 .sec_title3 .sec_span {
  color: #429ab0;
}
.sec02 .sec_title4 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-align: center;
  margin: 0 0 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-top: 80px;
  margin-top: 20px;
}
.sec02 .sec_title4 .sec_span {
  color: #429ab0;
}
.sec02 .sec_title4 {
  position: relative;
}
.sec02 .sec_title4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 8px;
  height: 50px;
  background: url("../img/top/sec02_icon01.png") no-repeat center/cover;
}
.sec02 .contents_box {
  padding: 0 10px 30px;
  border: 8px solid #cae6ed;
  background: url("../img/top/sec02_text_box.jpg") no-repeat right bottom/cover;
}
.sec02 .table_text {
  font-weight: 500;
}
.sec02 .sec_text2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.08em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 0;
}
.sec02 .border-table {
  margin-bottom: 5px;
}
.sec02 .border-table th, .sec02 .border-table td {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  border-color: #bdbdbd;
}
.sec02 .border-table thead tr th {
  color: #2d2d2d;
  background: #cae6ed;
  padding: 10px 4px;
}
.sec02 .border-table tbody th, .sec02 .border-table tbody td {
  padding: 10px 4px;
}
.sec02 .border-table tbody th {
  width: 25%;
  background: #e9f2f5;
}
.sec02 .border-table tbody td .sec_span {
  color: #429ab0;
}
.sec02 .row {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .sec02 {
    padding: 95px 0 80px !important;
    background: url("../img/top/sec02_bg.png") no-repeat center top/cover;
  }
  .sec02 h2 {
    margin-bottom: 60px;
  }
  .sec02 .table_text {
    text-align: right;
  }
  .sec02 .row {
    margin-bottom: 80px;
    gap: 60px;
  }
  .sec02 .row .col_2 {
    margin: 0;
  }
  .sec02 .row .col_2:first-child {
    width: 572px;
  }
  .sec02 .row .col_2:last-child {
    width: calc(100% - 632px);
  }
  .sec02 .sec_title {
    font-size: 34px;
    letter-spacing: 0.13em;
    margin-bottom: 20px;
    margin-top: 50px !important;
  }
  .sec02 .sec_text {
    line-height: 32px;
    letter-spacing: 0.08em;
  }
  .sec02 .sec_title2 {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 18px 60px !important;
    border-radius: 50px;
    margin-top: -40px !important;
    margin-bottom: 25px !important;
  }
  .sec02 .sec_title3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
  .sec02 .sec_title3 .sec_small {
    font-size: 26px;
  }
  .sec02 .sec_title4 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.13em;
    margin: 0 0 15px;
    padding-top: 80px;
    margin-top: 20px;
  }
  .sec02 .contents_box {
    padding: 0 75px 75px;
  }
  .sec02 .sec_text2 {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.08em;
    text-align: center;
  }
  .sec02 .sec_text3 {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .sec02 .border-table {
    margin-bottom: 5px;
  }
  .sec02 .border-table th, .sec02 .border-table td {
    font-size: 18px;
  }
  .sec02 .border-table thead tr th {
    padding: 13px 8px;
  }
  .sec02 .border-table tbody th, .sec02 .border-table tbody td {
    padding: 14px 8px;
  }
  .sec02 .border-table tbody th {
    width: 29%;
  }
  .sec02 .sec_box1 {
    margin-right: auto;
    margin-bottom: 40px;
  }
  .sec02 .sec_box2 {
    margin-left: auto;
  }
}

.sec03 {
  padding: 50px 0 !important;
  background: url("../img/top/sp_sec03_bg.png") no-repeat center top/cover;
}
.sec03 .sec_title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  letter-spacing: 0;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  border-bottom: 4px double #429ab0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec03 .sec_title .sec_large {
  font-size: 22px;
}
.sec03 .sec_title .sec_span {
  color: #429ab0;
  display: block;
}
.sec03 .sec_title2 {
  font-size: 22px;
  line-height: 26px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  padding-bottom: 10px;
  margin: 0 auto 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #d869af;
  border-bottom: 4px double #d869af;
}
.sec03 .sec_text {
  font-weight: 500;
}
.sec03 .sec_list li {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  padding-left: 24px;
}
.sec03 .sec_list li:not(:first-child) {
  margin-top: 3px;
}
.sec03 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 3px;
  bottom: auto;
  width: 18px;
  height: 13px;
  background: url("../img/top/sec03_check.png") no-repeat center/cover;
}
.sec03 .text_box {
  background: #fff;
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  position: relative;
}
.sec03 .box_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  border: none;
  padding: 0;
  font-weight: 400;
  margin: 0 0 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec03 .box_title .sec_span {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 10px;
  display: block;
}
.sec03 .sec_list2 {
  padding-top: 0;
  margin-bottom: 0;
}
.sec03 .sec_list2 li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.sec03 .sec_list2 li:not(:first-child) {
  margin-top: 5px;
}
.sec03 .sec_list2 li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 10px;
  bottom: auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d869af;
}
@media (max-width: 767px) {
  .sec03 .sec_title {
    margin-left: auto;
    margin-right: auto;
  }
  .sec03 .text_box {
    margin-top: 30px;
  }
  .sec03 .row {
    margin-bottom: 50px;
  }
  .sec03 .list_box {
    gap: 2px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec03 .list_box .sec_list2 {
    margin: 0;
    width: 49%;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding: 140px 0 140px !important;
    background: url("../img/top/sec03_bg.png") no-repeat center top/cover;
  }
  .sec03 .sec_img {
    width: 895px;
    margin-left: -200px;
  }
  .sec03 h2.h2_type1 {
    margin-bottom: 180px;
  }
  .sec03 .row {
    margin-bottom: -20px;
  }
  .sec03 .row .col_2 {
    margin-right: auto;
  }
  .sec03 .sec_title {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    text-align: left;
    letter-spacing: 0.13em;
  }
  .sec03 .sec_title .sec_large {
    font-size: 40px;
  }
  .sec03 .sec_title2 {
    font-size: 30px;
    line-height: 1;
    margin-left: 0;
  }
  .sec03 .sec_list li {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding-left: 37px;
  }
  .sec03 .sec_list li:not(:first-child) {
    margin-top: 10px;
  }
  .sec03 .sec_list li:after {
    top: 7px;
    width: 27px;
    height: 21px;
  }
  .sec03 .text_box {
    padding: 60px;
    margin-top: 50px;
  }
  .sec03 .sec_text {
    line-height: 32px;
  }
  .sec03 .box_title {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0.13em;
    padding: 0;
    margin: 0 0 40px;
  }
  .sec03 .box_title .sec_span {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .sec03 .list_box {
    gap: 5px 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec03 .list_box .sec_list2 {
    margin: 0;
    width: 32%;
  }
  .sec03 .sec_box2 {
    width: 50%;
    margin-left: auto;
  }
  .sec03 .sec_list2 {
    display: block;
  }
  .sec03 .sec_list2 li {
    font-size: 18px;
    padding-left: 22px;
  }
  .sec03 .sec_list2 li:after {
    top: 10px;
    width: 12px;
    height: 12px;
  }
}

.sec_parallax {
  position: relative;
  width: 100%;
  height: 300px;
}
.sec_parallax .parallax_contents {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: fill-box;
}
.sec_parallax .sec_parallax_box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.sec_parallax .sec_parallax_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .sec_parallax {
    height: 500px;
  }
}

.sec04 {
  padding: 50px 0 !important;
  background: url("../img/top/sec04_bg.png") no-repeat center top 150px;
}
.sec04 .sec_title {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #2d2d2d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
}
.sec04 .sec_title .sec_span {
  font-size: 26px;
  letter-spacing: 0;
  display: block;
  position: absolute;
  margin: auto;
  top: -20px;
  bottom: auto;
  left: 15px;
  right: auto;
  z-index: -1;
}
.sec04 .sec_list {
  counter-reset: item;
}
.sec04 .sec_list li {
  font-size: 18px;
  letter-spacing: 0;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  counter-increment: item;
}
.sec04 .sec_list li:not(:first-child) {
  margin-top: 25px;
}
.sec04 .sec_list li .sec_span {
  font-size: 16px;
}
.sec04 .sec_list li {
  position: relative;
  padding-left: 50px;
}
.sec04 .sec_list li:after {
  font-family: "Times New Roman", serif;
  font-size: 25px;
  content: counter(item);
  position: absolute;
  display: block;
  margin: auto;
  text-align: center;
  left: 0;
  right: auto;
  top: -5px;
  bottom: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sec04 .row1 .sec_title .sec_span {
  color: #fcebf2;
}
.sec04 .row1 .sec_list li .sec_span {
  color: #d869af;
}
.sec04 .row1 .sec_list li:after {
  color: #d869af;
  background: #fcf0f5;
}
.sec04 .row2 .sec_title .sec_span {
  color: #dcf0f5;
}
.sec04 .row2 .sec_list li .sec_span {
  color: #54a4b8;
}
.sec04 .row2 .sec_list li:after {
  color: #429ab0;
  background: #f0f8fa;
}
.sec04 .sec_btn {
  width: 100%;
  margin: 0;
}
.sec04 .sec_btn a {
  font-size: 18px;
  width: 100%;
  max-width: 270px;
  height: 60px;
  color: #fff;
  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;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec04 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
}
.sec04 .sec_btn a .sec_span {
  position: relative;
}
.sec04 .sec_btn a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
}
.sec04 .sec_btn a:hover {
  opacity: 0.7;
}
.sec04 .sec_btn.sec_btn01 a {
  background: #d869af;
}
.sec04 .sec_btn.sec_btn01 a:after {
  width: 17px;
  height: 11px;
  background: url("../img/common/side_arrow02.png") no-repeat center/cover;
}
.sec04 .sec_btn.sec_btn01 a .sec_span {
  padding-left: 36px;
}
.sec04 .sec_btn.sec_btn01 a .sec_span:after {
  width: 26px;
  height: 20px;
  background: url("../img/common/side01.png") no-repeat center/cover;
}
.sec04 .sec_btn.sec_btn02 {
  margin-top: 10px;
}
.sec04 .sec_btn.sec_btn02 a {
  background: #06c755;
}
.sec04 .sec_btn.sec_btn02 a:after {
  width: 15px;
  height: 11px;
  background: url("../img/common/side_arrow03.png") no-repeat center/cover;
}
.sec04 .sec_btn.sec_btn02 a .sec_span {
  padding-left: 35px;
}
.sec04 .sec_btn.sec_btn02 a .sec_span:after {
  width: 25px;
  height: 23px;
  background: url("../img/common/side02.png") no-repeat center/cover;
}
.sec04 .row2 .sec_btn.sec_btn01 a {
  background: #98ccd9;
}
@media (max-width: 767px) {
  .sec04 .sec_title {
    margin-top: 50px;
  }
  .sec04 .btn_box {
    margin-top: 30px;
  }
  .sec04 .btn_box .sec_btn a {
    margin: auto;
  }
  .sec04 .btn_box .sec_btn:not(:first-child) {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .sec04 {
    padding: 90px 0 100px !important;
  }
  .sec04 h2.h2_type1 {
    margin-bottom: 110px;
  }
  .sec04 .sec_title {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.25em;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .sec04 .sec_title .sec_span {
    font-size: 90px;
    top: -55px;
    left: 60px;
    width: 1200px;
  }
  .sec04 .sec_list li {
    font-size: 26px;
    letter-spacing: 0.12em;
  }
  .sec04 .sec_list li:not(:first-child) {
    margin-top: 30px;
  }
  .sec04 .sec_list li .sec_span {
    font-size: 18px;
  }
  .sec04 .sec_list li {
    padding-left: 80px;
  }
  .sec04 .sec_list li:after {
    font-size: 30px;
    top: -7px;
    width: 56px;
    height: 56px;
  }
  .sec04 .btn_box {
    gap: 20px;
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec04 .btn_box .sec_btn {
    margin: 0;
    width: 270px;
  }
  .sec04 .row1 {
    margin-bottom: 155px;
  }
  .sec04 .row1 .sec_title {
    position: relative;
  }
  .sec04 .row1 .sec_title:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: -20px;
    top: auto;
    bottom: -1px;
    width: 20px;
    height: 1px;
    background: #2d2d2d;
  }
  .sec04 .row1 .sec_img {
    width: 910px;
  }
  .sec04 .row1 .sec_img {
    margin-left: -410px;
  }
  .sec04 .row1 {
    gap: 60px;
  }
  .sec04 .row1 .col_2 {
    margin: 0;
  }
  .sec04 .row1 .col_2:first-child {
    width: calc(100% - 700px);
  }
  .sec04 .row1 .col_2:last-child {
    width: 630px;
  }
  .sec04 .row2 {
    gap: 60px;
  }
  .sec04 .row2 .sec_title {
    position: relative;
  }
  .sec04 .row2 .sec_title:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -20px;
    right: auto;
    top: auto;
    bottom: -1px;
    width: 20px;
    height: 1px;
    background: #2d2d2d;
  }
  .sec04 .row2 .sec_img {
    width: 970px;
  }
  .sec04 .row2 .col_2 {
    margin: 0;
  }
  .sec04 .row2 .col_2:first-child {
    width: calc(100% - 640px);
  }
  .sec04 .row2 .col_2:last-child {
    width: 580px;
  }
  .sec04 .sec_btn a {
    font-size: 22px;
    width: 100%;
    max-width: 270px;
    height: 60px;
  }
}
@media only screen and (min-width: 1240px) {
  .sec04 .row1 .sec_title:after {
    right: calc((100vw - 1200px) / 2 * -1);
    width: calc((100vw - 1200px) / 2);
  }
  .sec04 .row2 .sec_title:after {
    left: calc((100vw - 1200px) / 2 * -1);
    width: calc((100vw - 1200px) / 2);
  }
}

.sec05 {
  padding: 0 0 50px !important;
  position: relative;
  z-index: 0;
}
.sec05:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 100%;
  height: calc(100% - 120px);
  background: #f7f3ed;
  z-index: -1;
}
.sec05 .sec_box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  background: #ffffff;
}
.sec05 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  z-index: 1;
  right: -40px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background: url("../img/top/sec05_arrow.png") no-repeat center/cover;
}
.sec05 .slick-slide {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}
.sec05 .slick-slide:last-child .sec_box:after {
  display: none;
}
.sec05 .tab_item {
  display: none;
}
.sec05 .tab_item.active {
  display: block;
}
.sec05 .slick-slide > div {
  height: 100%;
}
.sec05 .sec05_slide {
  height: 100%;
}
.sec05 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  height: initial;
}
.sec05 .slick-slide:not(.slick-center) {
  opacity: 1;
}
.sec05 .container {
  max-width: 100%;
  width: 100%;
}
.sec05 .slick-dots li {
  margin: 0 4px;
}
.sec05 .slick-dots li button:before {
  opacity: 1;
  color: #e0d8cd;
  font-size: 16px;
}
.sec05 .slick-dots li.slick-active button:before {
  color: #b0a492;
}
.sec05 .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  margin: auto;
  margin-bottom: 20px;
  width: 98%;
}
.sec05 .tab_btn_wrap .tab_btn {
  font-size: 16px;
  line-height: 1;
  padding-bottom: 10px;
  text-align: center;
  width: 49%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #9c958c;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #9c958c;
}
.sec05 .tab_btn_wrap .tab_btn:hover {
  opacity: 0.7;
}
.sec05 .tab_btn_wrap .tab_btn.active {
  color: #429ab0;
  border-color: #429ab0;
  position: relative;
}
.sec05 .tab_btn_wrap .tab_btn.active:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0px 8.5px;
  border-color: #429ab0 transparent transparent transparent;
}
.sec05 .tab_btn_wrap .tab_btn:first-child.active {
  color: #d869af;
  border-color: #d869af;
}
.sec05 .tab_btn_wrap .tab_btn:first-child.active:after {
  border-color: #d869af transparent transparent transparent;
}
.sec05 .sec_box {
  padding: 10px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
}
.sec05 .sec_no {
  position: absolute;
  margin: auto;
  left: -10px;
  right: auto;
  top: -10px;
  bottom: auto;
  color: #fff;
  text-align: center;
  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;
  line-height: 1;
  font-size: 40px;
  font-family: "Times New Roman", serif;
  width: 60px;
  height: 60px;
  background: url("../img/top/sec05_no_bg.png") no-repeat center/cover;
}
.sec05 .sec_title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 20px;
  letter-spacing: 0.13em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  text-align: center;
}
.sec05 .sec_text {
  line-height: 32px;
}
.sec05 .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec05 .slick-track .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec05 .slick-track .slick-slide > div .sec05_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.sec05 .slick-track .slick-slide > div .sec05_slide .sec_box {
  height: 95%;
}
.sec05 .slick-dots {
  bottom: -35px;
}
.sec05 .tab_item:first-child .sec_no {
  background: url("../img/top/sec05_no_bg02.png") no-repeat center/cover;
}
.sec05 .tab_item:first-child .sec_box:after {
  background: url("../img/top/sec05_arrow2.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .sec05 .slick-slide:first-child .sec_box {
    right: 10px;
  }
  .sec05 .slick-slide:last-child .sec_box {
    left: 10px;
  }
}
@media (min-width: 768px) {
  .sec05 {
    padding: 0 0 110px !important;
  }
  .sec05:after {
    height: calc(100% - 180px);
  }
  .sec05 .slick-track {
    gap: 60px;
  }
  .sec05 .sec_no {
    left: -20px;
    top: -20px;
    line-height: 1;
    font-size: 70px;
    width: 110px;
    height: 110px;
  }
  .sec05 .sec_box {
    padding: 40px 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .sec05 .sec_box:after {
    right: -80px;
    width: 100px;
    height: 100px;
  }
  .sec05 .slick-dots {
    bottom: -45px;
  }
  .sec05 .sec_img img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .sec05 h2.h2_type1 {
    margin-bottom: 120px;
  }
  .sec05 .sec_title {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 25px;
    letter-spacing: 0.13em;
  }
  .sec05 .tab_btn_wrap {
    gap: 40px;
    margin-bottom: 50px;
  }
  .sec05 .tab_btn_wrap .tab_btn {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 15px;
    width: 400px;
  }
}
@media screen and (min-width: 1500px) {
  .sec05 .sec_box {
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.sec06 {
  padding: 50px 0 !important;
  background: url("../img/top/sec06_bg.png") no-repeat center top/cover;
}
.sec06 .sec_box {
  padding: 30px 10px;
  background: #fff;
}
.sec06 .border-table {
  margin-bottom: 0;
}
.sec06 .border-table th, .sec06 .border-table td {
  padding: 14px 5px;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border-color: #bdbdbd;
}
.sec06 .border-table thead th {
  font-size: 14px;
  color: #2d2d2d;
  background: #cae6ed;
}
.sec06 .border-table tbody th {
  width: 30%;
  background: #f2f8fa;
}
.sec06 .border-table tbody td {
  font-size: 14px;
  width: 23.3333333333%;
}
.sec06 .js-scrollable {
  margin: 0;
}
@media (max-width: 767px) {
  .sec06 .js-scrollable table {
    width: 800px;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding: 100px 0 !important;
  }
  .sec06 .sec_box {
    padding: 60px;
  }
  .sec06 .border-table {
    margin-bottom: 0;
  }
  .sec06 .border-table th, .sec06 .border-table td {
    padding: 14px 8px;
  }
  .sec06 .border-table thead th {
    font-size: 18px;
  }
  .sec06 .border-table tbody th {
    width: 30%;
  }
  .sec06 .border-table tbody td {
    font-size: 18px;
  }
}

.sec07 {
  padding: 50px 0 !important;
  background: url("../img/top/sec07_bg.png") no-repeat center top;
}
.sec07 .sec_title {
  font-size: 22px;
  line-height: 1;
  padding-bottom: 10px;
  letter-spacing: 0.05em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 30px;
  border-bottom: 1px solid #efa3d3;
}
.sec07 .sec_box {
  padding: 30px 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  background: #fff;
  margin-bottom: 3%;
}
.sec07 .sec_box:last-child {
  margin-bottom: 0;
}
.sec07 .qa-block {
  border: none;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.sec07 .qa-block:last-child {
  margin-bottom: 0;
}
.sec07 .qa-block {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.sec07 .qa-block:before, .sec07 .qa-block:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 24px;
  bottom: auto;
  width: 20px;
  height: 2px;
  background: #efa3d3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec07 .qa-block:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec07 .qa-block.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sec07 .qa-block h4, .sec07 .qa-block .answer {
  padding-left: 50px !important;
}
.sec07 .qa-block h4:after, .sec07 .qa-block .answer:after {
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  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;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sec07 .qa-block h4:before, .sec07 .qa-block .answer:before {
  display: none;
}
.sec07 .qa-block h4 {
  width: 100%;
  margin: 0;
  cursor: pointer;
  letter-spacing: 0.05em;
  padding: 10px 0;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 400;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}
.sec07 .qa-block h4:after {
  background: #efa3d3;
}
.sec07 .qa-block .answer {
  margin: 0;
  padding-top: 25px;
  display: none;
}
.sec07 .qa-block .answer:after {
  top: 20px;
  bottom: auto;
  background: #98ccd9;
}
.sec07 .qa-block .answer p {
  font-weight: 500;
  padding: 0;
  line-height: 28px;
}
@media (min-width: 768px) {
  .sec07 {
    padding: 100px 0 0 !important;
  }
  .sec07 h2.h2_type1 {
    margin-bottom: 70px;
  }
  .sec07 .sec_title {
    font-size: 30px;
    line-height: 1;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
  }
  .sec07 .sec_box {
    padding: 80px;
    margin-bottom: 80px;
  }
  .sec07 .sec_box:last-child {
    margin-bottom: 0;
  }
  .sec07 .qa-block {
    padding: 0 0 30px;
    margin: 0 0 30px;
  }
  .sec07 .qa-block:before, .sec07 .qa-block:after {
    right: 20px;
    top: 24px;
    width: 20px;
    height: 2px;
  }
  .sec07 .qa-block h4, .sec07 .qa-block .answer {
    padding-left: 70px !important;
  }
  .sec07 .qa-block h4:after, .sec07 .qa-block .answer:after {
    font-size: 22px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
  .sec07 .qa-block h4 {
    width: 100%;
    margin: 0;
    letter-spacing: 0.13em;
    padding: 10px 0;
    padding-right: 50px;
    font-size: 20px;
  }
  .sec07 .qa-block .answer {
    padding-top: 25px;
  }
  .sec07 .qa-block .answer:after {
    top: 18px;
  }
  .sec07 .qa-block .answer p {
    line-height: 32px;
  }
}

.sec08 {
  padding: 0 !important;
}
.sec08 .sec_name {
  font-size: 16px;
  letter-spacing: 0em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  margin-bottom: 15px;
}
.sec08 .sec_name .sec_span {
  font-size: 20px;
  color: #d869af;
  padding-right: 30px;
  position: relative;
}
.sec08 .sec_name .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 27px;
  background: #2d2d2d;
}
.sec08 .sec_name .span_large {
  font-size: 18px;
}
.sec08 .sec_img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}
.sec08 .sec_title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
  color: #d869af;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec08 .sec_title:after {
  content: "";
  margin-left: 1.3rem;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #d869af;
}
.sec08 .text_box {
  padding: 20px 10px;
  background: #fff;
}
.sec08 .sec08_box1 {
  margin-bottom: -30px;
}
.sec08 .sec08_box1 .sec_box1:not(:first-child) {
  margin-top: 50px;
}
.sec08 .sec_list li {
  position: relative;
  margin: 0;
  padding-left: 20px;
}
.sec08 .sec_list li:not(:first-child) {
  margin-top: 5px;
}
.sec08 .sec_list li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 8px;
  bottom: auto;
  width: 10px;
  height: 10px;
  background: #efa3d3;
  border-radius: 50%;
}
.sec08 .sec_box2 .sec_name .sec_span {
  color: #429ab0;
}
.sec08 .sec_box2 .sec_title {
  color: #429ab0;
}
.sec08 .sec_box2 .sec_title:after {
  background: #429ab0;
}
.sec08 .sec_box2 .sec_list li:after {
  background: #98ccd9;
}
@media (max-width: 767px) {
  .sec08 h2.h2_type1 {
    margin-bottom: 0;
  }
  .sec08 .row1 {
    margin-bottom: 30px;
  }
  .sec08 .row1:last-child {
    margin-bottom: 0;
  }
  .sec08 .row1 .col_2 {
    margin: 0;
  }
  .sec08 .row1 .col_2:not(:first-child) {
    margin-top: 25px;
  }
  .sec08 .row2 .col_2 {
    margin: 0;
  }
  .sec08 .row2 .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .sec08 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec08 .sec08_box1 {
    padding: 50px 10px;
    background: url("../img/top/sp_sec08_bg01.png") no-repeat center top/cover;
  }
  .sec08 .sec08_box2 {
    padding: 50px 10px;
    background: url("../img/top/sp_sec08_bg02.png") no-repeat center top/cover;
  }
}
@media (min-width: 768px) {
  .sec08 {
    padding: 100px 0 !important;
    z-index: 0;
    position: relative;
  }
  .sec08:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: #e9f2f5;
    z-index: -2;
  }
  .sec08:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 200px;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../img/top/sec08_bg.png") no-repeat center top;
  }
  .sec08 .sec08_box1 {
    margin-bottom: 200px;
  }
  .sec08 .sec08_box1 .sec_box1:not(:first-child) {
    margin-top: 80px;
  }
  .sec08 .sec_name {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
  }
  .sec08 .sec_name .sec_span {
    font-size: 30px;
    padding-right: 60px;
  }
  .sec08 .sec_name .sec_span:after {
    right: 30px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 27px;
  }
  .sec08 .sec_name .span_large {
    font-size: 24px;
  }
  .sec08 .sec_title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .sec08 .sec_title:after {
    margin-left: 1.3rem;
  }
  .sec08 .sec_text {
    line-height: 32px;
  }
  .sec08 .text_box {
    padding: 20px 30px;
  }
  .sec08 .row {
    gap: 0 40px;
  }
  .sec08 .row .col_2 {
    margin: 0;
  }
  .sec08 .row .col_2:first-child {
    width: 500px;
  }
  .sec08 .row .col_2:last-child {
    width: calc(100% - 540px);
  }
  .sec08 .row1 {
    margin-bottom: 30px;
  }
  .sec08 .row2 .col_2 {
    width: calc(50% - 20px) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec08 .row2 .col_2 .text_box {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .sec08 .sec_box1:last-child .row1 {
    margin-bottom: 50px;
  }
  .sec08 .sec_box2 .row1 {
    margin-bottom: 50px;
  }
}