@charset "UTF-8";
/*Theme Name: ゆり庵*/
@media (min-width: 768px) {
  html {
    font-size: 125%;
  }
  body {
    font-family: "mamelon", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #424242;
    background: #be3d74;
    padding: 30px;
  }
  body img {
    height: auto;
  }
  body .imgleft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body .imgleft > div {
    width: 100%;
    margin-left: 40px;
  }
  body .imgleft > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body .imgright > div {
    width: 100%;
    margin-right: 40px;
  }
  body .imgright > div p:not(:last-child) {
    margin-bottom: 30px;
  }
  body .inner {
    width: 920px;
    margin: 0 auto;
  }
  body .inner.wide {
    width: 980px;
  }
  body .inner.narrow {
    width: 820px;
  }
  body .bg_white {
    background: #fff;
    border-radius: 20px;
  }
  body .bg_lpink {
    background: #ffecf4;
    padding: 30px;
  }
  body .bg_lpink.txt {
    border-radius: 20px;
    padding: 20px;
    color: #be3d74;
  }
  body .main_title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title em {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  body .main_title em:after {
    position: absolute;
    content: "";
    background: url("images/common/bg_line.svg") no-repeat;
    background-size: 100%;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: -1;
  }
  body .main_title span {
    color: #be3d74;
  }
  body .sub_title {
    margin-bottom: 30px;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #fff;
    background: #be3d74;
    border-radius: 100px;
  }
  body .sub_title.mini {
    font-size: 1rem;
    padding: 5px 10px;
  }
  body .sub_title.center {
    text-align: center;
  }
  body .deco_title {
    position: relative;
    padding-left: 30px;
    display: block;
  }
  body .deco_title:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .deco_title.en {
    font-family: "baloo-2", sans-serif;
    letter-spacing: 2px;
    color: #be3d74;
  }
  body .deco_title.mini:after {
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    left: 5px;
  }
  body .deco_title.big {
    font-size: 1.6rem;
  }
  body .pink_title {
    color: #be3d74;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  body .pink_title.big {
    font-size: 1.8rem;
  }
  body .pink_title.mini {
    font-size: 1.2rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .pink_title span {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  body .bl_title {
    border-left: 5px solid #be3d74;
    padding: 10px 20px;
    color: #be3d74;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .btn {
    display: block;
    width: 350px;
    border-radius: 200px;
    border: 3px solid #be3d74;
    padding: 20px;
    background: #be3d74;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_white.svg") no-repeat;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }
  body .btn:hover {
    background: #ffecf4;
    color: #be3d74;
  }
  body .white_btn {
    display: block;
    width: 430px;
    border-radius: 200px;
    border: 3px solid #be3d74;
    padding: 15px;
    text-align: center;
    position: relative;
    color: #be3d74;
  }
  body .white_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }
  body .white_btn:hover {
    background: #be3d74;
    color: #fff;
  }
  body .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
  body .telarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
  }
  body .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  body .tel {
    display: block;
    color: #be3d74;
    font-size: 1.8rem;
  }
  body .tel img {
    margin-right: 10px;
    vertical-align: middle;
  }
  body .tel:hover {
    color: #ffd8e4;
  }
  body .tel.big {
    font-size: 2rem;
  }
  body .sns {
    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;
    gap: 20px;
  }
  body .wave_right {
    position: absolute;
    top: 0;
    right: 0;
  }
  body .wave_right img:first-child {
    position: relative;
    z-index: 1;
    min-width: 585px;
    width: 40vw;
  }
  body .wave_right img:last-child {
    position: absolute;
    content: "";
    z-index: 0;
    right: 20px;
    bottom: 50px;
    min-width: 470px;
    width: 30vw;
  }
  body .wave_left {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  body .wave_left img:first-child {
    position: relative;
    z-index: 1;
    min-width: 585px;
    width: 40vw;
  }
  body .wave_left img:last-child {
    position: absolute;
    content: "";
    z-index: 0;
    left: 0;
    bottom: 20px;
    min-width: 470px;
    width: 30vw;
  }
  body .graf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .graf dt {
    width: 220px;
    padding: 20px 10px;
    background: #be3d74;
    color: #fff;
    border-radius: 20px 0 0 20px;
    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;
  }
  body .graf dt:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .graf dd {
    width: calc(100% - 220px);
    background: #ffecf4;
    padding: 20px;
    border-radius: 0 20px 20px 0;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body .box {
    border: 5px solid #be3d74;
    border-radius: 20px;
    padding: 40px;
  }
  body .box:not(:last-child) {
    margin-bottom: 40px;
  }
  body .box .imgleft > img {
    border-radius: 10px;
  }
  body .column .main_title {
    margin-bottom: 80px;
  }
  body .column .column_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 60px 10px;
    margin-bottom: 60px;
  }
  body .column .column_list .thumb {
    max-width: 300px;
    width: 100%;
    position: relative;
    display: block;
  }
  body .column .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 66.7%;
  }
  body .column .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  body .column .column_list .title a {
    display: block;
  }
  body .column .column_list .title a:hover {
    color: #be3d74;
  }
  body .column .btn {
    margin: 0 auto;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
  body .dec .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 130px;
  }
  body .dec .cat:hover {
    background: #fff;
    color: #be3d74;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }
  body .cat_list li:not(:first-child) {
    margin-left: 20px;
  }
  body .cat_list a {
    color: #be3d74;
    min-width: 130px;
    font-size: 0.8rem;
    border: 3px solid #be3d74;
    text-align: center;
    border-radius: 100px;
    display: block;
    padding: 0 5px;
  }
  body .cat_list a:hover {
    background: #be3d74;
    color: #fff;
  }
  body .home_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 50px 40px;
  }
  body .home_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .home_list .thumb {
    max-width: 200px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  body .home_list .thumb:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  body .home_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  body .home_list .title {
    text-align: center;
  }
  body .home_list .title a:hover {
    color: #be3d74;
  }
  body .home_list p {
    font-size: 0.8rem;
    margin: 10px 0;
  }
  body .home_list .btn {
    width: 100%;
    padding: 2px;
    font-size: 1rem;
    margin-top: auto;
  }
  body .home_list .btn:after {
    display: none;
  }
  body .point_list {
    padding-top: 40px;
  }
  body .point_list li {
    border: 5px solid #be3d74;
    border-radius: 20px;
    padding: 30px;
    position: relative;
  }
  body .point_list li:not(:last-child) {
    margin-bottom: 100px;
  }
  body .point_list span {
    position: absolute;
    top: -55px;
    left: 30px;
    background: #be3d74;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 20px 20px 0 0;
    width: 200px;
    padding-top: 10px;
  }
  body .point_list img {
    border-radius: 10px;
  }
  body .point_list .pink_title {
    font-weight: 500;
  }
  body .flow_list.flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body .flow_list.flx ul:first-child {
    width: 60%;
  }
  body .flow_list.flx ul:first-child li span {
    width: 50%;
  }
  body .flow_list.flx ul:first-child li div {
    width: 50%;
  }
  body .flow_list.flx ul:last-child img {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  body .flow_list .sub_title {
    width: 200px;
  }
  body .flow_list ul:first-of-type li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
    font-size: 1.2rem;
    position: relative;
  }
  body .flow_list ul:first-of-type li:not(:last-child) {
    padding-bottom: 40px;
  }
  body .flow_list ul:first-of-type li:not(:last-child):after {
    position: absolute;
    content: "";
    background: #be3d74;
    width: 1px;
    height: 100%;
    top: 10px;
    left: 10px;
  }
  body .flow_list ul:first-of-type li span {
    color: #be3d74;
    padding-left: 40px;
    position: relative;
    width: 15%;
  }
  body .flow_list ul:first-of-type li span:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .flow_list ul:first-of-type li p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .check_list li {
    position: relative;
    padding-left: 40px;
  }
  body .check_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .check_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_check.svg") no-repeat;
    top: 3px;
    left: 0;
    width: 23px;
    height: 23px;
  }
  body .form .small {
    width: 55%;
  }
  body .form input[type="text"] {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    background: #ffecf4;
    outline: none;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    /*チェックボックスの枠*/
    content: "";
    border: 1px solid #be3d74;
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    /*チェックアイコン*/
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 15px;
    height: 8px;
    border-left: 3px solid #be3d74;
    border-bottom: 3px solid #be3d74;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form textarea {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    background: #ffecf4;
    outline: none;
  }
  body .form .btn {
    margin: 40px auto 0;
    padding: 0;
  }
  body .form .btn .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    background: #be3d74;
    padding: 20px 40px;
    border-radius: 200px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 100%;
    font-family: "mamelon", sans-serif;
  }
  body .form input[type="submit"]:hover,
  body .form input[type="button"]:hover {
    cursor: pointer;
    background: #fff;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
  }
  header .menu-content {
    position: relative;
    padding: 0 30px 0 60px;
  }
  header .menu-content .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .menu-content .nav > li:not(:last-child) {
    margin-right: 60px;
  }
  header .menu-content .nav > li.parent {
    position: relative;
  }
  header .menu-content .nav > li.parent p {
    position: relative;
  }
  header .menu-content .nav > li.parent p.triangle:after {
    position: absolute;
    content: "";
    bottom: -11px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #be3d74 transparent;
    border-width: 0px 15px 10px 15px;
  }
  header .menu-content .nav > li p,
  header .menu-content .nav > li > a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  header .menu-content .nav > li p:hover,
  header .menu-content .nav > li > a:hover {
    color: #ffecf4;
  }
  header .menu-content .nav > li p .deco_title,
  header .menu-content .nav > li > a .deco_title {
    display: block;
    font-size: 1rem;
    color: #fff;
  }
  header .menu-content .nav > li p .deco_title:after,
  header .menu-content .nav > li > a .deco_title:after {
    background: url("images/common/deco_title_white.svg") no-repeat;
  }
  header .menu-content .sns {
    display: none;
  }
  header .menu-content .child_menu {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  header .menu-content .child_cont {
    max-width: 1280px;
    background: #fff;
    border: 5px solid #be3d74;
    border-radius: 20px;
    padding: 20px;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
  header .menu-content .child_cont > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .menu-content .child_cont > ul a {
    display: block;
    margin-bottom: 10px;
  }
  header .menu-content .child_cont > ul a:hover {
    color: #be3d74;
  }
  header .h_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 270px;
    width: 21vw;
  }
  header .h_left.bg_lpink {
    border-radius: 20px;
  }
  header .h_left:before {
    position: absolute;
    content: "";
    background: url("images/common/nav_curves.svg") no-repeat;
    right: -20px;
    top: 62px;
    width: 20px;
    height: 20px;
  }
  header .h_left:after {
    position: absolute;
    content: "";
    background: url("images/common/nav_curves.svg") no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -20px;
    top: 112px;
    width: 20px;
    height: 20px;
  }
  header .h_left .subnav {
    padding-top: 20px;
  }
  header .h_left .subnav li:first-child a {
    border-radius: 20px 20px 0px 0px;
    padding: 20px 10px 10px 60px;
  }
  header .h_left .subnav li:first-child a:after {
    top: 60%;
  }
  header .h_left .subnav li:last-child a {
    border-radius: 0px 0px 20px 20px;
    padding: 10px 10px 20px 60px;
  }
  header .h_left .subnav li:last-child a:after {
    top: 40%;
  }
  header .h_left .subnav li a {
    display: block;
    background: #fff;
    padding: 10px 10px 10px 60px;
    font-size: 0.8rem;
    color: #be3d74;
  }
  header .h_left .subnav li a:after {
    left: 30px;
  }
  header .h_left .subnav li a:hover {
    background: #be3d74;
    color: #fff;
  }
  header .h_left .sns {
    position: relative;
  }
  header .h_left .sns:after {
    position: absolute;
    content: "";
    background: url("images/common/nav_curves.svg") no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    bottom: -50px;
    width: 20px;
    height: 20px;
  }
  header .bg_lpink {
    border-radius: 20px 20px 0 0;
  }
  header .bg_lpink .mv {
    position: relative;
  }
  header .bg_lpink .mv img {
    width: 100%;
    border-radius: 20px;
  }
  header .bg_lpink .mv .copy {
    position: absolute;
    top: 30px;
    right: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 5px 10px;
    min-width: 860px;
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .bg_lpink .mv .copy strong {
    display: block;
    color: #be3d74;
    font-size: 2.7rem;
    letter-spacing: 5.4px;
  }
  header .bg_lpink .bg_white {
    min-width: 920px;
    width: 71vw;
    min-height: 455px;
    padding: 50px 50px 70px 70px;
    margin-left: auto;
  }
  header .bg_lpink .bg_white .breadcrumbs {
    margin-bottom: 60px;
    text-align: right;
  }
  header .bg_lpink .bg_white .breadcrumbs a:hover {
    color: #be3d74;
  }
  header .bg_lpink .bg_white .deco_title {
    margin-bottom: 80px;
  }
  header .bg_lpink .bg_white .page_title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  main.bg_lpink {
    border-radius: 0 0 20px 20px;
    padding: 0 30px 30px;
  }
  main .sec {
    position: relative;
    padding: 100px 0 60px;
    margin-bottom: 30px;
  }
  main .sec .deco_title {
    margin-bottom: 80px;
  }
  main .sec .sec_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main .rds_sec {
    padding: 0 0 30px;
  }
  main .rds_sec:not(:last-child) {
    margin-bottom: 30px;
  }
  main .rds_sec h2 {
    color: #fff;
    text-align: center;
    font-size: 2rem;
    background: #be3d74;
    border-radius: 20px 20px 0 0;
    padding: 10px;
    margin-bottom: 30px;
  }
  main .rds_sec > h3,
  main .rds_sec .telarea h3 {
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
  }
  main .rds_sec p {
    text-align: center;
    font-weight: 500;
    margin: 40px 0;
  }
  main .rds_sec .telarea {
    width: 1140px;
  }
  main .rds_sec .tel {
    text-align: center;
  }
  main.top .message .wave_right img:first-child {
    min-width: 720px;
  }
  main.top .message .wave_right img:last-child {
    right: 30px;
    bottom: 90px;
    min-width: 540px;
  }
  main.top .message .main_title {
    width: 440px;
  }
  main.top .message h4 {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 20px;
  }
  main.top .message p {
    width: 600px;
    margin-left: auto;
  }
  main.top .message p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.top .message .btn {
    margin: 60px 0 0 auto;
  }
  main.top .service .main_title {
    margin-bottom: 140px;
  }
  main.top .service li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 120px;
  }
  main.top .service li:not(:last-child) {
    margin-bottom: 120px;
  }
  main.top .service li:nth-child(odd) .pic span {
    right: -90px;
  }
  main.top .service li:nth-child(odd) .pic p {
    top: -10px;
    left: -20px;
  }
  main.top .service li:nth-child(odd):first-child .pic p {
    top: -60px;
  }
  main.top .service li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.top .service li:nth-child(even) .pic span {
    left: -90px;
  }
  main.top .service li:nth-child(even) .pic p {
    top: -30px;
    right: 20px;
  }
  main.top .service li:nth-child(even):last-child .pic p {
    top: -20px;
    right: 40px;
  }
  main.top .service li .pic {
    position: relative;
    width: 50%;
  }
  main.top .service li .pic span {
    position: absolute;
    content: "";
    top: -60px;
    background: url("images/top/bg_deco.svg") no-repeat;
    background-position: center center;
    width: 196px;
    height: 186px;
    color: #be3d74;
    font-size: 3.2rem;
    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.top .service li .pic p {
    position: absolute;
    color: #be3d74;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
  main.top .service li .pic img {
    border-radius: 20px;
  }
  main.top .service li .txt {
    width: 50%;
    padding-top: 100px;
  }
  main.top .service li .txt .deco_title {
    margin-bottom: 20px;
  }
  main.top .service li .txt p {
    margin-bottom: 20px;
  }
  main.top .service li .txt .btn {
    width: 400px;
  }
  main.top .movie .main_title {
    margin-bottom: 80px;
  }
  main.top .movie ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 60px 120px;
    margin-bottom: 80px;
  }
  main.top .movie ul iframe {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.top .movie p {
    margin-bottom: 80px;
  }
  main.top .movie .btn {
    margin: 0 auto;
  }
  main.top .info .inner {
    padding: 30px 0;
  }
  main.top .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px;
  }
  main.top .info li div {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.top .info li div .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 130px;
  }
  main.top .info li div .cat:hover {
    background: #fff;
    color: #be3d74;
  }
  main.top .info li h3 {
    width: calc(100% - 300px);
  }
  main.top .info li h3 a:hover {
    color: #be3d74;
  }
  main.top .info .btn {
    margin: 0 auto;
  }
  main.sub .faq .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 80px;
  }
  main.sub .faq .tabs li {
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    background: #ffecf4;
    color: #be3d74;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .faq .tabs li:hover, main.sub .faq .tabs li.current {
    cursor: pointer;
    background: #be3d74;
    color: #fff;
  }
  main.sub .faq .tab_cont {
    display: none;
  }
  main.sub .faq .tab_cont.current {
    display: block;
  }
  main.sub .faq .main_title {
    margin-bottom: 80px;
  }
  main.sub .faq .sub_title {
    border-radius: 10px;
    font-size: 1rem;
    padding: 20px;
  }
  main.sub .faq p {
    margin-bottom: 20px;
  }
  main.sub .recruit .main_title {
    font-size: 2rem;
    margin-bottom: 80px;
  }
  main.sub .recruit #message ul {
    padding-top: 40px;
  }
  main.sub .recruit #message ul li {
    border: 3px solid #be3d74;
    border-radius: 100px;
    color: #be3d74;
    padding: 10px 0 10px 10px;
  }
  main.sub .recruit #message ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .recruit #detail .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
    margin-bottom: 40px;
  }
  main.sub .recruit #detail .tabs li {
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    border: 3px solid #be3d74;
    color: #be3d74;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .recruit #detail .tabs li:hover {
    cursor: pointer;
    background: #be3d74;
    color: #fff;
  }
  main.sub .recruit #detail .tabs li.current {
    background: #be3d74;
    color: #fff;
  }
  main.sub .recruit #detail .sub_tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 20px 80px;
    margin: 0 auto 100px;
  }
  main.sub .recruit #detail .sub_tabs li {
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main.sub .recruit #detail .sub_tabs li:hover {
    cursor: pointer;
  }
  main.sub .recruit #detail .sub_tabconter .sub_tabs li {
    border: 3px solid #be3d74;
    color: #be3d74;
  }
  main.sub .recruit #detail .sub_tabconter .sub_tabs li.current, main.sub .recruit #detail .sub_tabconter .sub_tabs li:hover {
    background: #be3d74;
    color: #fff;
  }
  main.sub .recruit #detail .tab_cont,
  main.sub .recruit #detail .sub_tabcont {
    display: none;
  }
  main.sub .recruit #detail .tab_cont.current,
  main.sub .recruit #detail .sub_tabcont.current {
    display: block;
  }
  main.sub .mail .main_title {
    position: relative;
    font-size: 2rem;
    margin-bottom: 80px;
  }
  main.sub .mail .main_title img {
    position: absolute;
    top: -50px;
    left: 400px;
  }
  main.sub .mail #list {
    padding: 100px 0;
  }
  main.sub .mail #list .sec_list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .mail #list h5 {
    font-weight: 500;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .mail #us {
    padding: 100px 0;
  }
  main.sub .mail #us .main_title img {
    top: -30px;
  }
  main.sub .mail #us .sec_list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .kaisha .sec_list > li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.sub .kaisha .main_title {
    font-size: 2rem;
    margin-bottom: 100px;
  }
  main.sub .kaisha #message {
    padding: 100px 0 80px;
  }
  main.sub .kaisha #message .imgleft {
    margin-bottom: 60px;
  }
  main.sub .kaisha #message p {
    font-size: 0.9rem;
  }
  main.sub .kaisha #message p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .kaisha #message p span {
    color: #be3d74;
  }
  main.sub .kaisha #philosophy {
    padding: 100px 0;
  }
  main.sub .kaisha #philosophy .main_title {
    margin-bottom: 20px;
  }
  main.sub .kaisha #philosophy p {
    font-size: 0.9rem;
  }
  main.sub .kaisha #philosophy p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .kaisha #org,
  main.sub .kaisha #about {
    padding: 100px 0;
  }
  main.sub .kaisha #org .org_list,
  main.sub .kaisha #about .org_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .kaisha #org .org_list > li:nth-child(1),
  main.sub .kaisha #about .org_list > li:nth-child(1) {
    width: 100px;
  }
  main.sub .kaisha #org .org_list > li:nth-child(2),
  main.sub .kaisha #about .org_list > li:nth-child(2) {
    width: 200px;
  }
  main.sub .kaisha #org .org_list > li:nth-child(3),
  main.sub .kaisha #about .org_list > li:nth-child(3) {
    width: 520px;
  }
  main.sub .kaisha #org .org_list > li li,
  main.sub .kaisha #about .org_list > li li {
    position: relative;
  }
  main.sub .kaisha #org .org_list > li li:after,
  main.sub .kaisha #about .org_list > li li:after {
    position: absolute;
    content: "";
    background: #be3d74;
    top: 50%;
    left: -53px;
    width: 50px;
    height: 3px;
  }
  main.sub .kaisha #org .org_list > li li:not(:last-child),
  main.sub .kaisha #about .org_list > li li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .kaisha #org .org_list .bdr,
  main.sub .kaisha #about .org_list .bdr {
    border: 3px solid #be3d74;
    border-radius: 20px;
    padding: 0 25px;
  }
  main.sub .kaisha #org .org_list h4,
  main.sub .kaisha #about .org_list h4 {
    position: relative;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.6rem;
    height: 480px;
    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;
    letter-spacing: 10px;
  }
  main.sub .kaisha #org .org_list h5,
  main.sub .kaisha #about .org_list h5 {
    text-align: center;
    font-size: 1.2rem;
    height: 100px;
    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.sub .kaisha #org .org_list p,
  main.sub .kaisha #about .org_list p {
    font-size: 0.9rem;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main.sub .kaisha iframe {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  main.sub .work .sec_list > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .work .sub_title {
    margin-bottom: 40px;
  }
  main.sub .work .choice_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
  }
  main.sub .work .choice_list.four {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  main.sub .work .choice_list .deco_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.sub .work .choice_list img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  main.sub .work #yurijob .imgleft img,
  main.sub .work #yuriwork .imgleft img {
    border-radius: 20px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li:not(:last-child),
  main.sub .work #yuriwork .flow_list ul:first-child li:not(:last-child) {
    padding-bottom: 15px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li.pt,
  main.sub .work #yuriwork .flow_list ul:first-child li.pt {
    padding-top: 20px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li span,
  main.sub .work #yuriwork .flow_list ul:first-child li span {
    width: 20%;
  }
  main.sub .work #yurijob .flow_list.flx ul:first-child span,
  main.sub .work #yuriwork .flow_list.flx ul:first-child span {
    width: 30%;
  }
  main.sub .work #yurijob .flow_list.flx ul:last-child li,
  main.sub .work #yuriwork .flow_list.flx ul:last-child li {
    position: relative;
  }
  main.sub .work #yurijob .flow_list.flx ul:last-child li:first-child,
  main.sub .work #yuriwork .flow_list.flx ul:last-child li:first-child {
    right: 40px;
  }
  main.sub .work #yurijob .flow_list.flx ul:last-child li:last-child,
  main.sub .work #yuriwork .flow_list.flx ul:last-child li:last-child {
    bottom: 20px;
    right: -60px;
  }
  main.sub .work #yurijob .flow_list.flx ul:last-child img,
  main.sub .work #yuriwork .flow_list.flx ul:last-child img {
    border-radius: 0;
    margin-bottom: 0;
  }
  main.sub .kids .sec {
    padding: 100px 0;
  }
  main.sub .kids .sec .sec_list > li:not(:last-child) {
    margin-bottom: 100px;
  }
  main.sub .kids .sub_title {
    margin-bottom: 40px;
  }
  main.sub .kids #after_school .flow_list:not(:last-child),
  main.sub .kids #child_development .flow_list:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .kids #after_school .flow_list span,
  main.sub .kids #child_development .flow_list span {
    width: 18%;
  }
  main.sub .kids #after_school .flow_list.flx > div,
  main.sub .kids #child_development .flow_list.flx > div {
    width: 48%;
  }
  main.sub .kids #after_school .flow_list.flx li:last-of-type,
  main.sub .kids #child_development .flow_list.flx li:last-of-type {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 40px;
  }
  main.sub .kids #after_school .flow_list.flx li:last-of-type:after,
  main.sub .kids #child_development .flow_list.flx li:last-of-type:after {
    position: absolute;
    content: "";
    background: #be3d74;
    width: 1px;
    height: 85%;
    bottom: 10px;
    left: 10px;
  }
  main.sub .kids #after_school .flow_list.flx span,
  main.sub .kids #child_development .flow_list.flx span {
    width: 35%;
  }
  main.sub .kids #after_school .pic_list,
  main.sub .kids #child_development .pic_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 55px;
    margin: 60px auto;
  }
  main.sub .kids #after_school .pic_list img,
  main.sub .kids #child_development .pic_list img {
    border-radius: 10px;
  }
  main.sub .kids #after_school .graf,
  main.sub .kids #child_development .graf {
    margin-bottom: 80px;
  }
  main.sub .daylife .sub_title {
    margin: 40px 0 20px;
  }
  main.sub .daylife .imgleft {
    margin-bottom: 40px;
  }
  main.sub .daylife .imgleft img {
    border-radius: 10px;
  }
  main.sub .daylife #care,
  main.sub .daylife #training {
    padding: 100px 0 80px;
  }
  main.sub .daylife #care .bg_lpink,
  main.sub .daylife #training .bg_lpink {
    margin: 40px auto 60px;
  }
  main.sub .home .main_title {
    margin-bottom: 100px;
  }
  main.sub .home .concept p {
    width: 530px;
    margin-left: auto;
  }
  main.sub .home .concept p:not(:last-child) {
    margin-bottom: 30px;
  }
  main.sub .home .concept .btn {
    margin: 60px 0 0 auto;
  }
  main.sub .home .about img {
    display: block;
    margin: 0 auto 40px;
  }
  main.sub .thoughts img {
    display: block;
    margin: 0 auto 40px;
  }
  main.sub .thoughts p {
    margin-bottom: 30px;
  }
  main.sub .thoughts p span {
    color: #be3d74;
  }
  main.sub .work_houkoku ul:not(:last-child),
  main.sub .kids_hyouka ul:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .work_houkoku ul li:not(:last-child),
  main.sub .kids_hyouka ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #be3d74;
    margin-bottom: 20px;
  }
  main.sub .work_houkoku ul a,
  main.sub .kids_hyouka ul a {
    display: block;
    text-decoration: underline;
  }
  main.sub .work_houkoku ul a:not(:last-child),
  main.sub .kids_hyouka ul a:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .work_houkoku ul a:hover,
  main.sub .kids_hyouka ul a:hover {
    color: #be3d74;
  }
  main.sub .privacy p {
    margin-bottom: 50px;
    font-size: 0.9rem;
  }
  main.sub .privacy p:not(:last-of-type) {
    margin-bottom: 30px;
  }
  main.sub .privacy dd {
    font-size: 0.9rem;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 50px;
  }
  main.sub .archive .archive_list {
    margin-bottom: 40px;
  }
  main.sub .archive .archive_list li {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .archive .archive_list li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #be3d74;
  }
  main.sub .archive .archive_list li div {
    width: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main.sub .archive .archive_list li div .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 130px;
  }
  main.sub .archive .archive_list li div .cat:hover {
    background: #fff;
    color: #be3d74;
  }
  main.sub .archive .archive_list li h4 {
    width: calc(100% - 300px);
  }
  main.sub .archive .archive_list li h4 a {
    display: block;
  }
  main.sub .archive .archive_list li h4 a:hover {
    color: #be3d74;
  }
  main.sub .pagination ul {
    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;
    font-size: 1.2rem;
  }
  main.sub .pagination ul span {
    width: 50px;
    height: 50px;
    background: #be3d74;
    margin: 0 10px;
    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;
    color: #fff;
    border-radius: 100px;
  }
  main.sub .pagination ul a {
    width: 50px;
    height: 50px;
    background: #ffecf4;
    margin: 0 10px;
    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;
    color: #be3d74;
    border-radius: 100px;
  }
  main.sub .pagination ul a:hover {
    background: #be3d74;
    color: #fff;
  }
  main.sub .single .content > p {
    margin-bottom: 40px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #be3d74;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #be3d74;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 40px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 40px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #ffecf4;
    padding: 20px 40px;
    position: relative;
    margin: 40px 0;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #be3d74;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #be3d74;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 60px;
    margin: 40px auto;
    border-radius: 20px;
    background: #ffecf4;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #fff;
    background: #be3d74;
    border-radius: 100px;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    border-left: 5px solid #be3d74;
    padding: 10px 20px;
    font-size: 1.2rem;
    color: #be3d74;
  }
  main.sub .single .content h4 {
    color: #be3d74;
    font-size: 1.2rem;
    margin: 20px 0;
    border-bottom: 3px solid #be3d74;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 40px auto;
  }
  main.sub .single .content table th {
    background: #be3d74;
    border: 1px solid #be3d74;
    padding: 10px;
    text-align: left;
    width: 200px;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content table td {
    border: 1px solid #be3d74;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #be3d74;
    border: 1px solid #be3d74;
    padding: 10px;
    width: 200px;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 200px);
    border: 1px solid #be3d74;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single #gallery .home-main .swiper-slide {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  main.sub .single #gallery .home-main .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 66.5%;
  }
  main.sub .single #gallery .home-main .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  main.sub .single #gallery .home-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide {
    min-width: 200px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .single #info iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
  }
  main.sub #pagenavi a {
    width: 280px;
  }
  main.sub #pagenavi .next:after {
    right: 30px;
    left: auto;
  }
  footer {
    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;
    padding: 60px 0;
  }
  footer .f_right {
    color: #fff;
  }
  footer .f_right > ul {
    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;
  }
  footer .f_right > ul > li {
    margin-left: 80px;
  }
  footer .f_right > ul > li li {
    color: #ffd8e4;
    margin-bottom: 20px;
  }
  footer .f_right > ul > li a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  footer .f_right > ul > li a:hover {
    color: #ffd8e4;
    text-decoration: underline;
  }
  footer .f_right small {
    display: block;
    text-align: right;
    font-size: 0.8rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    background: #be3d74;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
    border-radius: 200px;
  }
  footer .pagetop:hover {
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    background: #fff;
    color: #be3d74;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "mamelon", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background: #be3d74;
    color: #424242;
    padding: 10px;
  }
  body img {
    height: auto;
  }
  body .imgleft img,
  body .imgright img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  body .imgleft > div p:not(:last-child),
  body .imgright > div p:not(:last-child) {
    margin-bottom: 20px;
  }
  body .bg_white {
    background: #fff;
    border-radius: 20px;
  }
  body .bg_lpink {
    background: #ffecf4;
    padding: 10px;
  }
  body .bg_lpink.txt {
    border-radius: 20px;
    color: #be3d74;
  }
  body .main_title {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  body .main_title.center {
    text-align: center;
  }
  body .main_title em {
    position: relative;
    display: inline-block;
    z-index: 1;
  }
  body .main_title em:after {
    position: absolute;
    content: "";
    background: url("images/common/bg_line.svg") no-repeat;
    background-size: 100%;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 15px;
    z-index: -1;
  }
  body .main_title span {
    color: #be3d74;
  }
  body .sub_title {
    margin-bottom: 20px;
    padding: 10px 15px;
    font-size: 1.2rem;
    color: #fff;
    background: #be3d74;
    border-radius: 100px;
  }
  body .sub_title.mini {
    font-size: 1rem;
    padding: 5px 10px;
  }
  body .sub_title.center {
    text-align: center;
  }
  body .deco_title {
    position: relative;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
  }
  body .deco_title:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .deco_title.en {
    font-family: "baloo-2", sans-serif;
    letter-spacing: 2px;
    color: #be3d74;
  }
  body .deco_title.mini:after {
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    width: 5px;
    height: 5px;
    left: 5px;
  }
  body .deco_title.big {
    font-size: 1.2rem;
  }
  body .pink_title {
    color: #be3d74;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .pink_title.big {
    font-size: 1.4rem;
  }
  body .pink_title.mini {
    font-size: 1rem;
  }
  body .pink_title.center {
    text-align: center;
  }
  body .pink_title span {
    font-size: 0.8rem;
  }
  body .bl_title {
    border-left: 5px solid #be3d74;
    padding: 5px 10px;
    color: #be3d74;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  body .btn {
    display: block;
    width: 100%;
    border-radius: 200px;
    padding: 10px;
    background: #be3d74;
    text-align: center;
    position: relative;
    color: #fff;
  }
  body .btn:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_white.svg") no-repeat;
    background-size: 100%;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }
  body .white_btn {
    display: block;
    width: 100%;
    border-radius: 200px;
    border: 1px solid #be3d74;
    padding: 10px;
    text-align: center;
    position: relative;
    color: #be3d74;
  }
  body .white_btn:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
  }
  body .btnarea {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  body .telarea li:not(:last-child) {
    margin-bottom: 20px;
  }
  body .logo {
    text-align: center;
  }
  body .tel {
    display: block;
    color: #be3d74;
    font-size: 2rem;
  }
  body .tel img {
    width: 30px;
    margin-right: 5px;
    vertical-align: sub;
  }
  body .tel.big {
    font-size: 2.2rem;
  }
  body .sns {
    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;
    gap: 10px;
  }
  body .wave_right {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 240px;
    width: 70%;
  }
  body .wave_right img:first-child {
    position: relative;
    z-index: 1;
  }
  body .wave_right img:last-child {
    position: absolute;
    content: "";
    z-index: 0;
    right: 30px;
    bottom: 20px;
    width: 60%;
  }
  body .wave_left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 240px;
    width: 70%;
  }
  body .wave_left img:first-child {
    position: relative;
    z-index: 1;
  }
  body .wave_left img:last-child {
    position: absolute;
    content: "";
    z-index: 0;
    left: 30px;
    bottom: 30px;
    width: 60%;
  }
  body .graf dt {
    padding: 10px;
    background: #be3d74;
    color: #fff;
    border-radius: 10px 10px 0 0;
    text-align: center;
  }
  body .graf dd {
    background: #ffecf4;
    padding: 10px;
    border-radius: 0 0 10px 10px;
  }
  body .graf dd:not(:last-of-type) {
    margin-bottom: 20px;
  }
  body .box {
    border: 3px solid #be3d74;
    border-radius: 20px;
    padding: 20px;
  }
  body .box:not(:last-child) {
    margin-bottom: 20px;
  }
  body .box .imgleft > img {
    border-radius: 10px;
  }
  body .column .column_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 40px;
  }
  body .column .column_list .thumb {
    width: 100%;
    position: relative;
    display: block;
  }
  body .column .column_list .thumb:before {
    content: "";
    display: block;
    padding-top: 66.7%;
  }
  body .column .column_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  body .column .column_list .title a {
    display: block;
  }
  body .dec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px;
  }
  body .dec .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 80px;
    font-size: 0.8rem;
    margin-left: 10px;
  }
  body .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0;
  }
  body .cat_list li:not(:first-child) {
    margin-left: 5px;
  }
  body .cat_list a {
    color: #be3d74;
    min-width: 50px;
    font-size: 0.6rem;
    border: 1px solid #be3d74;
    text-align: center;
    border-radius: 100px;
    display: block;
    padding: 0 5px;
  }
  body .home_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  body .home_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .home_list .thumb {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  body .home_list .thumb:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  body .home_list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  body .home_list .title {
    text-align: center;
  }
  body .home_list p {
    font-size: 0.8rem;
    margin: 10px 0;
  }
  body .home_list .btn {
    padding: 5px;
    margin-top: auto;
  }
  body .home_list .btn:after {
    display: none;
  }
  body .point_list {
    padding-top: 30px;
  }
  body .point_list li {
    border: 3px solid #be3d74;
    border-radius: 20px;
    padding: 20px;
    position: relative;
  }
  body .point_list li:not(:last-child) {
    margin-bottom: 60px;
  }
  body .point_list span {
    position: absolute;
    top: -28px;
    left: 15px;
    background: #be3d74;
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    border-radius: 10px 10px 0 0;
    width: 120px;
  }
  body .point_list img {
    border-radius: 10px;
  }
  body .point_list .pink_title {
    font-weight: 500;
  }
  body .flow_list.flx ul:first-child {
    margin-bottom: 20px;
  }
  body .flow_list.flx ul:first-child li span {
    width: 48%;
  }
  body .flow_list.flx ul:first-child li div {
    width: 52%;
  }
  body .flow_list.flx ul:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
  body .flow_list.flx ul:last-child li {
    width: 100%;
  }
  body .flow_list.flx ul:last-child img {
    width: 100%;
    border-radius: 10px;
  }
  body .flow_list .sub_title {
    width: 200px;
  }
  body .flow_list ul:first-of-type li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  body .flow_list ul:first-of-type li:not(:last-child) {
    padding-bottom: 20px;
  }
  body .flow_list ul:first-of-type li:not(:last-child):after {
    position: absolute;
    content: "";
    background: #be3d74;
    width: 1px;
    height: 100%;
    top: 10px;
    left: 5px;
  }
  body .flow_list ul:first-of-type li span {
    color: #be3d74;
    padding-left: 20px;
    position: relative;
    width: 30%;
  }
  body .flow_list ul:first-of-type li span:after {
    position: absolute;
    content: "";
    background: url("images/common/deco_title_pink.svg") no-repeat;
    background-size: 100%;
    width: 10px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
  }
  body .check_list li {
    position: relative;
    padding-left: 20px;
  }
  body .check_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  body .check_list li:after {
    position: absolute;
    content: "";
    background: url("images/common/icon_check.svg") no-repeat;
    background-size: 100%;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
  }
  body .insta:not(:last-child) {
    margin-bottom: 40px;
  }
  body .form input[type="text"] {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    background: #ffecf4;
    outline: none;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
    position: relative;
    width: 100%;
    margin: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
    /*チェックボックスの枠*/
    content: "";
    border: 1px solid #be3d74;
    background: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: -3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
  }
  body .form .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    /*チェックアイコン*/
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 15px;
    height: 8px;
    border-left: 3px solid #be3d74;
    border-bottom: 3px solid #be3d74;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body .form textarea {
    font-family: "mamelon", sans-serif;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    font-size: 1rem;
    background: #ffecf4;
    outline: none;
  }
  body .form .btn {
    margin: 20px auto 0;
    padding: 0;
  }
  body .form .btn .wpcf7-spinner {
    display: none;
  }
  body .form input[type="submit"],
  body .form input[type="button"] {
    outline: none;
    -webkit-appearance: none;
    background: #be3d74;
    padding: 10px;
    border-radius: 200px;
    width: 100%;
    font-family: "mamelon", sans-serif;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    position: relative;
  }
  header .menu-btn {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    z-index: 100;
    background: #be3d74;
    color: #fff;
    font-weight: bold;
    font-size: 0.8rem;
    border-radius: 0px 0px 0px 20px;
    text-align: center;
    padding: 10px;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 16px;
  }
  header .menu-btn span:after {
    top: 8px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0%;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #be3d74;
    color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px 10px;
    overflow: scroll;
    z-index: 99;
  }
  header .menu-content .nav {
    padding: 40px 0 20px;
  }
  header .menu-content .nav .parent p {
    display: block;
    padding: 10px 20px;
    position: relative;
    background: #be3d74;
    color: #fff;
    font-size: 1.2rem;
  }
  header .menu-content .nav .parent p:before, header .menu-content .nav .parent p:after {
    position: absolute;
    content: "";
    top: 48%;
    right: 10px;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  header .menu-content .nav .parent p:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  header .menu-content .nav .parent p:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header .menu-content .nav .parent p.close:after {
    display: none;
  }
  header .menu-content .nav > li > p,
  header .menu-content .nav > li > a {
    display: block;
    padding: 10px 20px;
    font-weight: bold;
    position: relative;
    background: #be3d74;
    color: #fff;
    font-size: 1.2rem;
  }
  header .menu-content .nav > li > p:after,
  header .menu-content .nav > li > a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .menu-content .nav > li > p .deco_title,
  header .menu-content .nav > li > a .deco_title {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
  }
  header .menu-content .nav > li > p .deco_title:after,
  header .menu-content .nav > li > a .deco_title:after {
    background: url("images/common/deco_title_white.svg") no-repeat;
    background-size: 100%;
  }
  header .menu-content .child_menu {
    display: none;
  }
  header .menu-content .child_cont {
    padding: 0 20px;
  }
  header .menu-content .child_cont > ul {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
  }
  header .menu-content .child_cont > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
  header .menu-content .child_cont > ul > li > a {
    display: block;
    margin-bottom: 10px;
  }
  header .menu-content .child_cont > ul .deco_title {
    color: #be3d74;
  }
  header .logo img {
    width: 50px;
  }
  header .bg_lpink {
    border-radius: 10px 10px 0 0;
  }
  header .bg_lpink .mv {
    position: relative;
  }
  header .bg_lpink .mv img {
    width: 100%;
    border-radius: 20px;
  }
  header .bg_lpink .mv .copy {
    position: absolute;
    top: 10px;
    right: 45px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 5px;
    min-width: 185px;
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .bg_lpink .mv .copy strong {
    display: block;
    color: #be3d74;
    font-size: 3vw;
  }
  header .bg_lpink .bg_white {
    padding: 20px;
  }
  header .bg_lpink .bg_white .breadcrumbs {
    margin: 10px 0;
    text-align: right;
    font-size: 0.8rem;
  }
  header .bg_lpink .bg_white .deco_title {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  header .bg_lpink .bg_white .page_title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  header .bg_lpink .bg_white p {
    font-size: 0.8rem;
  }
  header .h_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 100px;
    width: 30%;
  }
  header .h_left.bg_lpink {
    border-radius: 10px;
  }
  header .h_left:before {
    position: absolute;
    content: "";
    background: url("images/common/nav_curves.svg") no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 10px;
    bottom: -20px;
    width: 20px;
    height: 20px;
  }
  header .h_left:after {
    position: absolute;
    content: "";
    background: url("images/common/nav_curves.svg") no-repeat;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -20px;
    top: 10px;
    width: 20px;
    height: 20px;
  }
  header .h_left .sns {
    display: none;
  }
  header.sub .h_left {
    display: none;
  }
  main.bg_lpink {
    border-radius: 0 0 10px 10px;
  }
  main .sec {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  main .sec .sec_list > li:not(:last-child) {
    margin-bottom: 40px;
  }
  main .rds_sec {
    padding: 0 0 20px;
  }
  main .rds_sec:not(:last-child) {
    margin-bottom: 20px;
  }
  main .rds_sec h2 {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    background: #be3d74;
    border-radius: 20px 20px 0 0;
    padding: 10px 5px;
    margin-bottom: 20px;
  }
  main .rds_sec .inner {
    padding: 0 20px;
  }
  main .rds_sec > h3,
  main .rds_sec .telarea h3 {
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
  }
  main .rds_sec p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
  }
  main .rds_sec .tel {
    text-align: center;
  }
  main.top .deco_title {
    margin-bottom: 60px;
  }
  main.top .message {
    padding: 40px 20px 160px;
  }
  main.top .message .wave_right img:last-child {
    bottom: 30px;
  }
  main.top .message .main_title {
    width: 200px;
  }
  main.top .message h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  main.top .message p {
    margin: 0 0 20px auto;
  }
  main.top .service .main_title {
    margin-bottom: 60px;
  }
  main.top .service li:not(:last-child) {
    margin-bottom: 80px;
  }
  main.top .service li:nth-child(odd) .pic span {
    right: -20px;
  }
  main.top .service li:nth-child(odd) .pic p {
    top: -20px;
    right: 50px;
  }
  main.top .service li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main.top .service li:nth-child(even) .pic span {
    left: -20px;
  }
  main.top .service li:nth-child(even) .pic p {
    top: -30px;
    left: 50px;
  }
  main.top .service li .pic {
    position: relative;
    margin-bottom: 20px;
  }
  main.top .service li .pic span {
    position: absolute;
    content: "";
    top: -40px;
    background: url("images/top/bg_deco.svg") no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    color: #be3d74;
    font-size: 1.8rem;
    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.top .service li .pic p {
    position: absolute;
    color: #be3d74;
    font-size: 0.9rem;
    text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px, #fff 2px 2px 2px, #fff -2px 2px 2px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 2px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
  }
  main.top .service li .pic img {
    width: 100%;
    border-radius: 20px;
  }
  main.top .service li .txt .deco_title {
    margin-bottom: 10px;
  }
  main.top .service li .txt p {
    margin-bottom: 20px;
  }
  main.top .movie ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 40px;
  }
  main.top .movie ul iframe {
    display: block;
    border-radius: 20px;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.top .movie p {
    margin-bottom: 40px;
  }
  main.top .info li {
    margin-bottom: 20px;
  }
  main.top .info li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.top .info li div .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 80px;
    font-size: 0.8rem;
    margin-left: 10px;
  }
  main.sub .faq .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 20px;
  }
  main.sub .faq .tabs li {
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    background: #ffecf4;
    color: #be3d74;
  }
  main.sub .faq .tabs li.current {
    background: #be3d74;
    color: #fff;
  }
  main.sub .faq .tab_cont {
    display: none;
  }
  main.sub .faq .tab_cont.current {
    display: block;
  }
  main.sub .faq .sub_title {
    border-radius: 10px;
    font-size: 1rem;
  }
  main.sub .faq p {
    margin-bottom: 20px;
  }
  main.sub .recruit #message ul {
    padding-top: 20px;
  }
  main.sub .recruit #message ul li {
    border: 2px solid #be3d74;
    border-radius: 100px;
    color: #be3d74;
    padding: 10px 30px;
  }
  main.sub .recruit #message ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .recruit #detail .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin-bottom: 20px;
  }
  main.sub .recruit #detail .tabs li {
    text-align: center;
    border-radius: 100px;
    padding: 5px;
    border: 2px solid #be3d74;
    color: #be3d74;
  }
  main.sub .recruit #detail .tabs li.current {
    background: #be3d74;
    color: #fff;
  }
  main.sub .recruit #detail .sub_tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-bottom: 20px;
  }
  main.sub .recruit #detail .sub_tabs li {
    text-align: center;
    border-radius: 100px;
    padding: 5px;
  }
  main.sub .recruit #detail .sub_tabconter .sub_tabs li {
    border: 2px solid #be3d74;
    color: #be3d74;
  }
  main.sub .recruit #detail .sub_tabconter .sub_tabs li.current {
    background: #be3d74;
    color: #fff;
  }
  main.sub .recruit #detail .tab_cont,
  main.sub .recruit #detail .sub_tabcont {
    display: none;
  }
  main.sub .recruit #detail .tab_cont.current,
  main.sub .recruit #detail .sub_tabcont.current {
    display: block;
  }
  main.sub .mail .main_title {
    position: relative;
  }
  main.sub .mail .main_title img {
    position: absolute;
    top: -30px;
    left: 190px;
    width: 60px;
  }
  main.sub .mail #list h5 {
    font-weight: 500;
    font-size: 1.2rem;
  }
  main.sub .mail #us .main_title img {
    top: -10px;
  }
  main.sub .kaisha #message .imgleft {
    margin-bottom: 40px;
  }
  main.sub .kaisha #message p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .kaisha #message p span {
    color: #be3d74;
  }
  main.sub .kaisha #philosophy .main_title,
  main.sub .kaisha #philosophy .pink_title {
    margin-bottom: 10px;
  }
  main.sub .kaisha #philosophy p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .kaisha #org .org_list > li:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .kaisha #org .org_list > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .kaisha #org .org_list > li ul li {
    position: relative;
    width: 24%;
  }
  main.sub .kaisha #org .org_list > li ul li:after {
    position: absolute;
    content: "";
    background: #be3d74;
    top: -22px;
    left: 50%;
    width: 2px;
    height: 20px;
  }
  main.sub .kaisha #org .org_list .bdr {
    border: 2px solid #be3d74;
    border-radius: 10px;
    padding: 5px;
  }
  main.sub .kaisha #org .org_list h4 {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    letter-spacing: 5px;
  }
  main.sub .kaisha #org .org_list h5 {
    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;
    font-size: 0.8rem;
    height: 30px;
  }
  main.sub .kaisha #org .org_list p {
    font-size: 0.6rem;
    line-height: 1.8;
  }
  main.sub .kaisha iframe {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  main.sub .work .choice_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
  }
  main.sub .work .choice_list .deco_title {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  main.sub .work .choice_list img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  main.sub .work #yurijob .imgleft img,
  main.sub .work #yuriwork .imgleft img {
    border-radius: 20px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li:not(:last-child),
  main.sub .work #yuriwork .flow_list ul:first-child li:not(:last-child) {
    padding-bottom: 10px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li.pt,
  main.sub .work #yuriwork .flow_list ul:first-child li.pt {
    padding-top: 20px;
  }
  main.sub .work #yurijob .flow_list ul:first-child li span,
  main.sub .work #yuriwork .flow_list ul:first-child li span {
    width: 30%;
  }
  main.sub .kids #after_school .flow_list,
  main.sub .kids #child_development .flow_list {
    margin-bottom: 20px;
  }
  main.sub .kids #after_school .flow_list.flx ul:last-child,
  main.sub .kids #child_development .flow_list.flx ul:last-child {
    display: block;
    margin-bottom: 20px;
  }
  main.sub .kids #after_school .flow_list.flx ul:last-child li:last-of-type,
  main.sub .kids #child_development .flow_list.flx ul:last-child li:last-of-type {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 20px;
  }
  main.sub .kids #after_school .flow_list.flx ul:last-child li:last-of-type:after,
  main.sub .kids #child_development .flow_list.flx ul:last-child li:last-of-type:after {
    position: absolute;
    content: "";
    background: #be3d74;
    width: 1px;
    height: 70%;
    bottom: 10px;
    left: 5px;
  }
  main.sub .kids #after_school .flow_list.flx span,
  main.sub .kids #child_development .flow_list.flx span {
    width: 35%;
  }
  main.sub .kids #after_school .pic_list li,
  main.sub .kids #child_development .pic_list li {
    margin-bottom: 20px;
  }
  main.sub .kids #after_school .pic_list img,
  main.sub .kids #child_development .pic_list img {
    width: 100%;
    border-radius: 10px;
  }
  main.sub .kids #after_school .graf,
  main.sub .kids #child_development .graf {
    margin-bottom: 40px;
  }
  main.sub .daylife .sub_title {
    margin: 20px 0;
  }
  main.sub .daylife .imgleft {
    margin-bottom: 20px;
  }
  main.sub .daylife .imgleft img {
    border-radius: 10px;
  }
  main.sub .daylife #care .bg_lpink,
  main.sub .daylife #training .bg_lpink {
    margin: 20px auto;
  }
  main.sub .home .deco_title {
    margin-bottom: 40px;
  }
  main.sub .home .main_title {
    margin-bottom: 20px;
  }
  main.sub .home .concept {
    padding: 40px 20px 160px;
  }
  main.sub .home .concept p {
    margin-bottom: 20px;
  }
  main.sub .home .about img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .thoughts img {
    display: block;
    margin: 0 auto 20px;
  }
  main.sub .thoughts p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .thoughts p span {
    color: #be3d74;
  }
  main.sub .work_houkoku ul:not(:last-child),
  main.sub .kids_hyouka ul:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .work_houkoku ul li:not(:last-child),
  main.sub .kids_hyouka ul li:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px dashed #be3d74;
    margin-bottom: 20px;
  }
  main.sub .work_houkoku ul a,
  main.sub .kids_hyouka ul a {
    display: block;
    text-decoration: underline;
  }
  main.sub .work_houkoku ul a:not(:last-child),
  main.sub .kids_hyouka ul a:not(:last-child) {
    margin-bottom: 20px;
  }
  main.sub .privacy {
    line-height: 1.8;
  }
  main.sub .privacy p {
    margin-bottom: 40px;
  }
  main.sub .privacy p:not(:last-of-type) {
    margin-bottom: 20px;
  }
  main.sub .privacy dd:not(:last-child) {
    margin-bottom: 40px;
  }
  main.sub .archive .archive_list {
    margin-bottom: 40px;
  }
  main.sub .archive .archive_list li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #be3d74;
  }
  main.sub .archive .archive_list li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  main.sub .archive .archive_list li div .cat {
    display: block;
    background: #be3d74;
    border: 1px solid #be3d74;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    min-width: 80px;
    font-size: 0.8rem;
    margin-left: 10px;
  }
  main.sub .pagination ul {
    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.sub .pagination ul span {
    width: 40px;
    height: 40px;
    background: #be3d74;
    margin: 0 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;
    color: #fff;
    border-radius: 100px;
  }
  main.sub .pagination ul a {
    width: 40px;
    height: 40px;
    background: #ffecf4;
    margin: 0 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;
    color: #be3d74;
    border-radius: 100px;
  }
  main.sub .single .content > p {
    margin-bottom: 20px;
  }
  main.sub .single .content > p a {
    text-decoration: underline;
    word-break: break-all;
    color: #be3d74;
  }
  main.sub .single .content > p strong {
    font-weight: bold;
    color: #be3d74;
  }
  main.sub .single .content > p em {
    font-style: italic;
  }
  main.sub .single .content img,
  main.sub .single .content .wp-video {
    margin: 20px auto;
    display: block;
  }
  main.sub .single .content iframe {
    width: 100%;
    display: block;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  main.sub .single .content blockquote {
    background: #ffecf4;
    padding: 20px 40px;
    position: relative;
    margin: 20px 0;
    border-radius: 20px;
  }
  main.sub .single .content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "FontAwesome";
    font-weight: bold;
    font-size: 20px;
    color: #be3d74;
    top: 10px;
    left: 10px;
  }
  main.sub .single .content blockquote:after {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f10e";
    font-size: 20px;
    color: #be3d74;
    right: 10px;
    bottom: 10px;
  }
  main.sub .single .content blockquote p:last-child {
    margin-bottom: 0;
  }
  main.sub .single .content ul {
    padding: 20px 20px 20px 40px;
    margin: 20px auto;
    border-radius: 20px;
    background: #ffecf4;
  }
  main.sub .single .content ul li {
    list-style: disc;
  }
  main.sub .single .content ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  main.sub .single .content h2 {
    margin: 20px 0;
    padding: 10px 20px;
    color: #fff;
    background: #be3d74;
    border-radius: 100px;
  }
  main.sub .single .content h3 {
    margin: 20px 0;
    border-left: 5px solid #be3d74;
    padding: 5px 10px;
    color: #be3d74;
  }
  main.sub .single .content h4 {
    color: #be3d74;
    margin: 20px 0;
    border-bottom: 3px solid #be3d74;
  }
  main.sub .single .content table {
    width: 100%;
    margin: 20px auto;
  }
  main.sub .single .content table th {
    background: #be3d74;
    border: 1px solid #be3d74;
    padding: 10px;
    text-align: left;
    width: 100px;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content table td {
    border: 1px solid #be3d74;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single .content dl {
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main.sub .single .content dl dt {
    background: #be3d74;
    border: 1px solid #be3d74;
    padding: 10px;
    width: 100px;
    vertical-align: middle;
    color: #fff;
  }
  main.sub .single .content dl dd {
    width: calc(100% - 100px);
    border: 1px solid #be3d74;
    padding: 10px;
    vertical-align: middle;
  }
  main.sub .single #gallery .home-main .swiper-slide {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  main.sub .single #gallery .home-main .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 66.5%;
  }
  main.sub .single #gallery .home-main .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
  main.sub .single #gallery .home-thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide {
    min-width: 70px;
    width: 100%;
    position: relative;
    display: block;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  main.sub .single #gallery .home-thumbs .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  main.sub .single #info iframe {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  main.sub #pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
  main.sub #pagenavi li {
    width: 32%;
  }
  main.sub #pagenavi a {
    font-size: 0.8rem;
  }
  main.sub #pagenavi a:after {
    width: 10px;
    height: 10px;
    left: 5px;
  }
  main.sub #pagenavi a.next:after {
    right: 5px;
    left: auto;
  }
  footer {
    padding: 20px 0;
  }
  footer .logo {
    max-width: 100px;
    margin: 0 auto 20px;
  }
  footer .f_right {
    color: #fff;
  }
  footer .f_right > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 40px 0 20px;
    font-size: 0.95rem;
    gap: 15px;
  }
  footer .f_right > ul > li li {
    color: #ffd8e4;
    margin-bottom: 20px;
  }
  footer .f_right > ul > li a {
    color: #fff;
    display: block;
    margin-bottom: 20px;
  }
  footer .f_right small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    background: #be3d74;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    border-radius: 200px;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */