<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
Theme Name: vie_ly
Author: num
Description: This is my original theme.
Version: 1.0
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,u-floatLeft
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #664d4d;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-weight: 500;
    font-family: 'Kiwi Maru', serif;
}
.number_font {
    font-family: 'Quicksand', serif;
    font-weight: 500;
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    line-height: 2;
    word-wrap: break-word;
    font-size: 16px;
    counter-reset: wpp-ranking;
    color: #333;
    position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
Navigation,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
    height: 100%;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
input {
    box-sizing: border-box;
}
a,
a:visited {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    color: #664d4d;
}
a:hover {
    text-decoration: none;
}
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0px;
}
.clear {
    clear: both;
}
img {
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
}

/*-------------------------------------
Font Awesome
-------------------------------------*/
.fa{font-family:var(--fa-style-family, "Font Awesome 6 Free");font-weight: var(--fa-style, 900);}
.fa-solid,.fa-regular,.fa-brands,.fas,.far,.fab,.fa-sharp-solid,.fa-classic,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free';}
.fab,.fa-brands{font-family:'Font Awesome 6 Brands';}
.fa-1x{font-size:1em;}
.fa-2x{font-size:2em;}
.fa-3x{font-size:3em;}
.fa-4x{font-size:4em;}
.fa-5x{font-size:5em;}
.fa-6x{font-size:6em;}
.fa-7x{font-size:7em;}
.fa-8x{font-size:8em;}
.fa-9x{font-size:9em;}
.fa-10x{font-size:10em;}
.fa-2xs{font-size:0.625em;line-height:0.1em;vertical-align:0.225em;}
.fa-xs{font-size:0.75em;line-height:0.08333em;vertical-align:0.125em;}
.fa-sm{font-size:0.875em;line-height:0.07143em;vertical-align:0.05357em;}
.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em;}
.fa-xl{font-size:1.5em;line-height:0.04167em;vertical-align:-0.125em;}
.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em;}
.fa-fw{text-align:center;width:1.25em;}
.fab,.fa-brands{font-weight:400;}
.far,.fa-regular{font-weight:400;}
.fas,.fa-solid{font-weight:900;}

/*-------------------------------------
JSアニメーションパーツ
-------------------------------------*/
/*フェードアップアニメーション*/
.fadeUp {
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s, transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s,
        -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
.fadeUp:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.fadeUp:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.fadeUp:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.fadeUp:nth-child(4) {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
}
.fadeUp:nth-child(5) {
    -webkit-transition-delay: 1.0s;
    transition-delay: 1.0s;
}
.fadeUp:nth-child(6) {
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s;
}
.fadeUp:nth-child(7) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}
.fadeUp:nth-child(8) {
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
}
.fadeUp:nth-child(9) {
    -webkit-transition-delay: 2.0s;
    transition-delay: 2.0s;
}
.fadeUp:nth-child(10) {
    -webkit-transition-delay: 2.25s;
    transition-delay: 2.25s;
}
.fadeUp:nth-child(11) {
    -webkit-transition-delay: 2.5s;
    transition-delay: 2.5s;
}
.fadeUp:nth-child(12) {
    -webkit-transition-delay: 2.75s;
    transition-delay: 2.75s;
}
.fadeUp-is-show {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*左方向から右へフェードイン*/
.slide_left_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
}
.slide_left_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_left_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_left_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*右方向から左へフェードイン*/
.slide_right_fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    opacity: 0;
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
}
.slide_right_fadeIn:nth-child(2) {
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}
.slide_right_fadeIn:nth-child(3) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.slide_right_fadeIn-is-show {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
/*回転しながらフェードイン*/
.RotationFadeIn {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    transition: all 800ms cubic-bezier(0.07, 0.76, 0.44, 1);
    visibility: hidden;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.RotationFadeIn:nth-child(3n + 1) {
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}
.RotationFadeIn:nth-child(3n + 2) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.RotationFadeIn:nth-child(3n + 3) {
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}
.RotationFadeIn-is-show {
    visibility: visible;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
/*ボックスアニメーション*/
.block {
    position: relative;
    z-index: 0;
}
.block:before {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 100%;
    top: -10%;
    left: 0;
    z-index: -1;
    background-color: #036eb7;
    -webkit-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.block.block_is-show:before {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

/* Font Awesome */
.fa-envelope:before { /*メールアイコン*/
    content: "\f0e0";
}
.fa-line:before { /*LINEアイコン*/
    content: "\f3c0";
}
.fa-phone:before { /*電話アイコン*/
    content: "\f095";
}
.fa-facebook-square:before { /*Facebookアイコン*/
    content: "\f082";
}
.fa-square-x-twitter:before { /*Xアイコン*/
    content: "\e61a";
}
.fa-home:before { /*ホームアイコン（パンくず）*/
    content: "\f015";
}
.fa-circle-chevron-right:before {
    content: "\f138";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-history:before {
    content: "\f1da";
}
.fa-clock:before {
    content: "\f017";
}
.fa-download:before {
    content: "\f019";
}
.fa-phone-volume:before {
    content: "\f2a0";
}

/*-------------------------------------
共通パーツ
-------------------------------------*/
.pc_none2 {
    display: none;
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex_center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex_center_center {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.con_m {
    margin: 0 0 5vw;
}
.margin_bottom {
    margin-bottom: 30px;
}
.margin_bottom2 {
    margin-bottom: 10px;
}
.margin_bottom3 {
    margin-bottom: 10vh;
}
.margin_bottom5 {
    margin-bottom: 50px;
}
.text_center {
    text-align: center !important;
}
.main_wrap .text_left {
    text-align: left;
}
.main_wrap .text_right {
    text-align: right;
}
.text_bold {
    font-weight: bold;
}
figcaption {
    margin-top: 10px;
    font-weight: bold;
}

/*コンテンツタイトル*/
.top_h2 {
    font-size: 32px;
    margin-bottom: 50px;
    text-align: center;
    /*color: #ff87a0;*/
    color: #664d4d;
    line-height: 1.5;
    letter-spacing: 5px;
}
.top_h2 span {
    display: block;
    font-size: 18px;
    color: #664d4d;
}

/*-------------------------------------
レイアウト
-------------------------------------*/
.wrap {
    margin: 0 auto;
    overflow: hidden;
    max-width: 1920px;
    position: relative;
}
.wpcf_text{
    font-size:20px;
    margin:30px 0;
}

/* TOPのスライダー画像 */
.slider {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
}
.slider_inner {
    display: block;
}
.slider_inner_sp {
    display:none;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.mypattern {
    width: 100%;
}
/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: 0.2s linear;
}
.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #fff;
    background: #d94177;
    width: 60px;
    height: 60px;
    padding: 10px 10px;
}
.slick-prev{
    height: 30px;
    left: 0px;
    z-index: 1;
}
.slick-prev:before{
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f053";
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-next{
    height: 30px;
    right: 25px;
    z-index: 1;
}
.slick-next:before{
    font-family:"Font Awesome 6 Free";
    font-weight: bold;
    content: "\f054";
}
.home .slick-dots{
    bottom:-45px;
}
.slick-dots li.slick-active button:before{
    color:#e84188;
}
.slick-dots li button::before{
    color:#e84188;
}
/*メインスライダー*/
.slick-track {
    /* height: 550px; */
}
.slick-track img {
    font-family: "object-fit: cover;";
    object-fit: cover;
}
.slider {
    display: none;
}
.slider.slick-initialized {
    display: block;
}

/*-------------------------------------
header
-------------------------------------*/
body.home .header {
    position: relative;
}
.header_nav_container {
    max-width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.top_nav_inner {
    background: #fff;
}
.header_nav_box {
    display: flex;
    align-items: center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    padding: 0px 0;
}
.header_nav_box p {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #664d4d;
}
.header_cat_image {
    max-width: 50px;
    width: 100%;
    margin-right: 10px;
}
.header_cat_image img {
    width: 100%;
}
.header_phone_text_top a {
    font-size: 32px;
    line-height: 1.3;
    color: #ff87a0;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Quicksand', sans-serif;
}
.header_phone_text_top i {
    color: #ff87a0;
    margin-right: 5px;
}
.header_phone_text_bottom {
    font-size: 14px;
    color: #664d4d;
}

/* サイトタイトル */
.site_title {
    width: 190px;
    margin: 0;
    padding: 10px 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.site_title a {
    display: block;
    color: #222;
    font-weight: bold;
    max-width: 210px;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}

/*ナビ*/
.tel_container_pc{
    width: 250px;
    text-align:left;
    margin-right: 20px;
}
.tel_container_pc p {
    color: #202020;
}
.tel_container_pc p a {
    color: #202020;
    text-decoration: none;
    font-size:24px;
}
.header_inner {
    display: flex;
    padding: 0 20px;
    margin: 0px auto 25px;
    position: relative;
}

.header_nav {
    padding: 0px 0;
    background-image: url("img/pattern_back.png");
}
.header_nav nav {
    margin: 0 auto 0px auto;
    max-width: 1000px;
    height: 100%;
}
.pc_header_nav {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto 0px auto;
}
.pc_header_nav ul {
    display: flex;
	justify-content: flex-start;
}
.pc_header_nav li {
    z-index: 1;
    flex: 1 0 auto;
	display: flex;
    padding: 15px 0;
}
.pc_header_nav li span {
    position: relative;
    width: 100%;
    display: block;
    border-left: solid 1px #b89292;
}
.pc_header_nav li:last-child span {
    border-left: none;
}
.pc_header_nav li:last-child {
    padding: 0;
}
.pc_header_nav a {
    padding: 5px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    color: #664d4d;
	flex: 1 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pc_header_nav a:hover {
    opacity: 0.8;
}
.pc_header_nav &gt; ul &gt; li:last-child a {
    padding: 5px 0;
}
.pc_header_nav &gt; ul &gt; li:last-child a i {
    margin-right: 5px;
    color: #fff;
}
.pc_header_nav &gt; ul &gt; li:last-child:hover &gt; a {
    opacity: 0.8;
}
.pc_header_nav &gt; ul &gt; li:last-child a {
    background: #d94177;
    color: #fff;
    padding: 5px 0px;
}
.pc_header_nav &gt; ul &gt; li:last-child:hover &gt; a {
    opacity: 0.8;
}

/**/
.is-fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1001;
    width: 100%;
    max-width: 1920px;
}

/*************************************/
.header_img_container {
    position: relative;
}
.header_img_container h1 {
    margin: 0 0 0px;
    padding-top: 20px;
    text-align: center;
}
.header_img_container h1 span {
    font-size: 30px;
    color: #fff;
    background: rgba(255,135,160,0.85);
    padding: 10px 40px;
}
h1 {

}

.content_inner p {
    font-size: 17px;
    line-height: 2.0;
}
/*.other_h2 {
    font-size: 48px;
    margin: 0 0 30px;
    text-align: left;
}
.other_h2::after {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
    margin: 20px auto;
	background-color: #fff;
}
.other_h2 span {
    display: block;
    font-size: 14px;
    color: #fff;
}*/
.other_h2 {
    text-align: center;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #ff87a0;
}
.single_h2 {
    font-size: 30px;
}
.top_heading {
    color: #fff;
    font-size: 28px;
    margin-bottom: 20px;
}
.header_main_container p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.header_img_container &gt; .heading_main_image {
    background: url(img/other_header_image.jpg) no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    height:250px;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}
.header_img_container {
    position: relative;
    margin: 0px auto 0;
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url("img/top_back_image.png");
}
.header_img_container &gt; .heading_main_about_image {
    background: url(img/main_about_image.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height:300px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
body .header_img_container {
    position: relative;
    z-index: 0;
}
.header_img_inner_img {
    position: relative;
    margin: 0px auto 0;
    padding-top: 50px;
    padding-bottom: 100px;
    background-image: url("img/top_back_image.png");
}

/*-------------------------------------
TOPページ
-------------------------------------*/
.content_inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 100px 20px;
}
.heading_icon {
    position: absolute;
    top: -25px;
    left: 0;
    background-image: url("img/pattern_line.png");
    background-repeat: repeat;
    width: 1920px;
    height: 50px;
}
.top_message,
.top_menu,
.top_blog,
.top_tiktok,
.sns_contaciner,
.blog_container_inner,
.recruit_inner,
.company_inner,
.contact_inner,
.about_point_inner,
.about_diet_inner,
.about_service_inner,
.menu_insurance_inner,
.menu_course_inner,
.menu_actual_inner {
    position: relative;
}

/* 院長あいさつ */
.top_message_box {
    display: flex;
}
.top_message_text span {
    color: #ff87a0;
}
.top_message_heading {
    margin-bottom: 10px;
    font-size: 24px !important;
    color: #ff87a0;
}
.top_message_text .mb {
    margin-bottom: 10px;
}
.top_message_image p {
    margin-top: 5px;
    text-align: center;
    font-size: 18px;
}
.top_message_box:nth-of-type(1),
.top_message_box:nth-of-type(2) {
    margin-bottom: 60px;
}
.top_message_box:nth-of-type(1) .top_message_image {
    max-width: 250px;
    width: 100%;
    margin-right: 40px;
}
.top_message_box:nth-of-type(2) .top_message_image img {
    width: 360px;
    max-width: 360px;
}

.top_message_box:nth-of-type(3) .top_message_image img {
    width: 400px;
    max-width: 400px;
}
.top_message_box:nth-of-type(2) .top_message_image {
    order: 2;
    max-width: 360px;
    width: 100%;
    margin-left: 30px;
}
.top_message_box:nth-of-type(2) .top_message_text {
    order: 1;
}
.top_message_box:nth-of-type(3) .top_message_image {
    max-width: 400px;
    width: 100%;
    margin-right: 30px;
}
.top_message_text ul {
    font-size: 17px;
    line-height: 1.8;
    list-style-type: none;
    margin: 10px 0;
}
.top_message_text li+li {
  margin-top: 3px;
}
.top_message_text li {
  position: relative;
  padding-left: 25px;
}
.top_message_text li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 10px;
    top: .45em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    border-right: 2px solid #ff87a0;
    border-bottom: 2px solid #ff87a0;
}
.top_message_text li:after {
    content: "";
    position: absolute;
    top: .35em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #ff87a0;
    border-radius: 2px;
}

/* メニュー */
.top_menu {
    background-image: url("img/top_back_image.png");
}
.top_menu_list {
    display: flex;
}
.top_menu_list li {
	width: calc(100% / 3 - 30px);
    margin-right: 45px;
    position: relative;
}
.top_menu_list li:last-child {
    margin-right: 0;
}
.img_wrap{
    width: 100%;
    max-width: 260px;
    margin: -10px auto;
    overflow: hidden;
}
.img_wrap img{
    width: 100%;
    cursor: pointer;
    transition-duration: 0.5s;
}
.img_wrap:hover img{
    transform: rotateY( 360deg );
    transition-duration: 0.5s;
    opacity: 0.8;
}
.menu_button_more {
    max-width: 300px;
    margin: 50px auto 0;
    text-align: center;
}
.menu_button_more a {
    display: block;
    padding: 20px 30px;
    background: #d94177;
    color: #fff !important;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
}
.menu_button_more a:hover {
    background: #e84188;
}
.menu_button_more i {
    color: #fff;
    margin-right: 5px;
}
/* ブログ */
.top_blog_list {
    display: flex;
    flex-wrap: wrap;
}
.top_blog_list &gt; li {
	width: calc(100% / 2 - 15px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.top_blog_list &gt; li:nth-of-type(2n) {
    margin-right: 0;
}
.top_blog_image {
    overflow: hidden;
    margin-bottom: 10px;
    aspect-ratio: 16/9;
}
.top_blog_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.btn_container {
    max-width: 300px;
    margin: 0 auto;
}
.btn_container a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.btn_container a:hover {
    opacity: 0.8;
}

.post-categories {
}
.blog_btn {
    text-align: center;
}
.blog_btn a {
    position: relative;
    font-size: 18px;
    text-decoration: none;
    background: #fff;
    border: solid 1px #d94177;
    color: #d94177;
    padding: 15px 50px 15px 30px;
}
.blog_btn a:hover {
    background: #d94177;
    color: #fff;
}
.blog_btn a:hover:after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.blog_btn a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 30px;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 10px;
    height: 10px;
    border-top: solid 2px #d94177;
    border-right: solid 2px #d94177;
    transform: translateY(-50%) rotate(45deg);
}
@keyframes skewanime {
    100% {
        left:-10%;
    }
}
/* インスタグラム */
.insta_img_list {
	flex-wrap: wrap;
}
.insta_img_list .item {
	width: calc(100% / 3 - 10px);
	height: calc(100% / 3 - 10px);
    padding-top: calc(100% / 3 - 10px);
	position: relative;
	margin: 0 10px 10px 0;
    overflow: hidden;
}
.insta_img_list .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* お知らせ */
.top_tiktok {
    background-image: url("img/top_back_image.png");
}
/* .tiktok-embed {
    max-width: 1000px;
} */
.news_list {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}
.news_thumbnail {
    width: 100%;
    max-width: 150px;
    margin-bottom: 10px;
    aspect-ratio: 12/9;
    margin-right: 20px;
}
.news_thumbnail img {
    object-fit: cover;
    width: auto;
    max-width: 150px;
}
.post_txt {
    display: inline-block;
    font-size: 15px;
    font-family: 'Quicksand', serif;
}
.news_text_top {
    font-size: 18px;
}
.news_text_bottom {
    font: 400 15px/1;
    font-size: 16px;
}

/*cta*/
.cta_cat_image {
    width: 100%;
    max-width: 70px;
    margin-right: 10px;
}
.common_contact_container {
    padding: 50px 20px;
    background: url("img/pattern_back.png");
    width: 100%;
}
.common_contact_inner {
    margin: 0 auto;
    padding: 40px 0;
    width: 100%;
    max-width: 768px;
    background: #fff;
}
.cta_line {
    max-width: 340px;
}
.contact_tel_box_cta {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_cta_line {
    max-width: 340px;
    margin-left: 20px;
}
.cta_line a:hover {
    opacity: 0.8;
}
.common_contact_inner_left {
    text-align: center;
}
.top_contact_text_right {
}
.top_contact_text_top {
    font-size: 24px;
    font-weight: bold;
    color: #664d4d;
    text-align: left;
}
.top_contact_text_line {
    margin-left: 30px;
}
.cta_icon {
    line-height: 0;
    margin-bottom: 0px;
    text-align: left;
}
.top_contact_text_middle {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: left;
}
.top_contact_text_bottom {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}
.common_contact_inner_inner .cta_mail a {
    text-decoration: none;
    display: block;
    width: 100%;
    max-width: 400px;
    letter-spacing: 0.08em;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    background: #d94177;
    color:#fff;
    text-align: center;
    border-radius: 10px;
}
.common_contact_inner_inner .cta_mail a {
    position: relative;
    z-index: 1;
    transition: .3s;
}
.common_contact_inner_inner .cta_mail a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #d94177;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}
.common_contact_inner_inner .cta_mail a:hover {
    background: #e84188;
}
.common_contact_inner_inner .cta_tel {
    text-align: center;
    line-height: 1.2;
}
.common_contact_inner_inner .cta_tel a {
    font-size: 40px;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Quicksand', serif;
    color: #ff87a0;
}
.common_contact_inner_inner .fa-phone {
    margin-right: 5px;
    color: #ff87a0;
}
.common_contact_inner_inner .fa-envelope {
    margin-right: 5px;
    color: #fff;
}

/* 初めての方へページ */
.about_point_text h3 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    border-bottom: dotted 2px #ff87a0;
    line-height: 1.5;
}
.about_point_text h3 &gt; span:first-child {
    margin-right: 10px;
    width: 100%;
    max-width: 70px;
}
.about_point_box {
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
    border: solid 1px #ff87a0;
}
.about_point_inner .content_inner section:last-child .about_point_box {
    margin-bottom: 0;
}

.about_point_image {
    max-width: 300px;
    width: 100%;
    margin-right: 20px;
}
.about_point_text {
    
}

.about_diet_box {
    display: flex;
}
.about_diet_image {
    max-width: 300px;
    width: 100%;
    margin-right: 20px;
}

.about_diet_inner {
    background-image: url("img/top_back_image.png");
}
.about_diet_inner h3 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    border-bottom: dotted 2px #ff87a0;
    line-height: 1.5;
}
.about_diet_inner h3 &gt; span:first-child {
    margin-right: 10px;
    width: 100%;
    max-width: 70px;
}
.about_diet_box {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
}

.about_service_box {
    display: flex;
}
.about_service_box h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    border-bottom: dotted 2px #ff87a0;    
}
.about_service_box:nth-of-type(1) {
    margin-bottom: 60px;
}
.about_service_box:nth-of-type(1) .about_service_image {
    max-width: 400px;
    width: 100%;
    margin-right: 30px;
}
.about_service_box:nth-of-type(2) .about_service_image img {
    width: 250px;
    max-width: 250px;
}
.about_service_box:nth-of-type(2) .about_service_image {
    order: 2;
    max-width: 250px;
    width: 100%;
    margin-left: 30px;
}
.about_service_box:nth-of-type(2) .about_service_text {
    order: 1;
}

.about_service_box h3 {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    border-bottom: dotted 2px #ff87a0;
}
.about_service_box h3 &gt; span:first-child {
    margin-right: 20px;
    width: 100%;
    max-width: 50px;
}
.about_service_box h3 &gt; span:last-child {
}

/* メニューページ */
.menu_insurance_box_bottom table {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.menu_insurance_box_bottom th {
    border: solid 1px #ff87a0;
    background: #ffeef4;
}
.menu_insurance_box_bottom td {
    border: solid 1px #ff87a0;
}
.menu_insurance_box_bottom .sup,
.menu_course_inner_box .sup {
    font-size: 15px;
}
.menu_insurance_box {
    display: flex;
    margin-bottom: 40px;
}
.menu_insurance_image {
    max-width: 400px;
    width: 100%;
    margin-right: 20px;
}
.menu_insurance_text .mb {
    margin-bottom: 10px;
}
.menu_insurance_box_bottom_heading {
    margin-bottom: 10px;
}
.menu_insurance_box_bottom_heading span {
    padding: 3px 10px;
    background: #ffc9d2;
    font-size: 20px;
}
.menu_actual_text_box {
    margin-bottom: 10px;
}
.menu_actual_text_box div {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
}
.menu_actual_text_box div:before {
    position: absolute;
    content: '●';
    top: 1px;
    left: 0;
    color: #ffc9d2;
}

.menu_insurance_box:nth-of-type(1) .menu_insurance_image {
    max-width: 360px;
    width: 100%;
    margin-right: 40px;
}
.menu_insurance_box:nth-of-type(1) .menu_insurance_image img {
    width: 360px;
    max-width: 400px;
}
.menu_insurance_box:nth-of-type(2) .menu_insurance_image img {
    width: 400px;
    max-width: 400px;
}
.menu_insurance_box:nth-of-type(2) .menu_insurance_image {
    order: 2;
    max-width: 400px;
    width: 100%;
    margin-left: 40px;
}
.menu_insurance_box:nth-of-type(2) .menu_insurance_text {
    order: 1;
}
.menu_course_inner_box {
    margin-bottom: 30px;
    padding: 30px;
    background: #fff;
}

.menu_course_inner section section:last-child .menu_course_inner_box {
    margin-bottom: 0;
}

.menu_course_inner {
    background-image: url("img/top_back_image.png");
}

.menu_inner h3 {
    font-size: 22px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.5;
    border-bottom: dotted 2px #ff87a0;
}
.menu_inner h3 &gt; span:first-child {
    margin-right: 20px;
    width: 100%;
    max-width: 50px;
}
.menu_inner h3 &gt; span span {
    display: block;
    font-size: 16px;
    background: #ffeef4;
    padding: 3px 10px;
    border-radius: 20px;
    text-align: center;
}
.menu_course_list {
    display: flex;
    margin-bottom: 20px;
}
.menu_course_list li {
    display: flex;
    justify-content: center;
	width: calc(100% / 4 - 12px);
    margin-right: 16px;
    border: solid 1px #ff87a0;
    padding: 5px;
    align-items: center;
}
.menu_course_list_box2 {
    display: flex;
    align-items: center;
}
.menu_course_list li:last-child {
    margin-right: 0;
}
.menu_course_list_time {
    background: #ffeef4;
    padding: 0 15px;
    margin-right: 10px;
}
.menu_course_list_price {
    color: #ff87a0;
    font-size: 24px;
}

.menu_course_list2 {
    display: flex;
    margin-bottom: 20px;
}
.menu_course_list2 li {
    display: flex;
    justify-content: center;
	width: calc(100% / 2 - 10px);
    margin-right: 20px;
    border: solid 1px #ff87a0;
    padding: 5px;
    align-items: center;
}
.menu_course_list2 li .sup {
    margin-left: 10px;
}
.menu_course_list2 li:last-child {
    margin-right: 0;
}
.menu_course_list_time2 {
    background: #ffeef4;
    padding: 0 15px;
    margin-right: 10px;
}
.menu_course_list_price2 {
    color: #ff87a0;
    font-size: 24px;
}

.menu_course_list3 {

    margin-bottom: 20px;
}
.menu_course_list3 li {

	width: 100%;
    max-width: 310px;
    border: solid 1px #ff87a0;
    padding: 5px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.menu_course_list3 li .sup {
    margin-left: 10px;
}
.menu_course_list3 li:last-child {
    margin-right: 0;
}
.menu_course_list3 p {
    margin-left: 20px;
}
.menu_course_list_box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu_course_list_time3 {
    background: #ffeef4;
    padding: 0 15px;
    margin-right: 10px;
}
.menu_course_list_price3 {
    color: #ff87a0;
    font-size: 24px;
}

.menu_course_price_heading {
    margin-bottom: 15px;
    padding: 5px 15px;
    font-size: 20px;
    background: #ffc9d2;
}
.menu_course_box,
.menu_actual_box  {
    display: flex;
    margin-bottom: 30px;
}
.menu_course_image {
    max-width: 220px;
    width: 100%;
    margin-right: 20px;
}
.menu_course_image img {
    max-width: 220px;
    width: 220px;
}
.menu_actual_inner_box {
    margin-bottom: 30px;
    padding: 30px;
    border:solid 2px #ffc9d2;
}
.menu_actual_image {
    max-width: 220px;
    width: 100%;
    margin-right: 20px;
}
.menu_actual_image img {
    max-width: 220px;
    width: 220px;
}
.menu_actual_inner_box {
    margin-bottom: 30px;
    padding: 30px;
    border:solid 2px #ffc9d2;
}
.menu_actual_inner section section:last-child .menu_actual_inner_box {
    margin-bottom: 0;
}

.menu_settlement_inner {
    position: relative;
    background-image: url("img/top_back_image.png");
}
.menu_settlement_box {
    background: #fff;
    padding: 40px;
}
.menu_settlement_box_one {
    margin-bottom: 30px;
}
.menu_settlement_box_one .menu_settlement_image {
    max-width: 400px;
}
.menu_settlement_box_two .menu_settlement_image {
    max-width: 250px;
}
.menu_settlement_box h3 {
    
}
.menu_settlement_inner p {
    margin-bottom: 30px;
    text-align: center;
}
.menu_settlement_image {
    
}
.menu_settlement_image img {
    width: 100%;
}
.menu_settlement_bottom {
    margin-top: 80px;
}

/* 採用情報ページ */
.recruit_top_box table {
    width: 100%;
    margin: 10px 0 50px;
}
.recruit_top_box th {
    width: 25%;
    padding: 10px 15px;
    background: #ffeef4;
    border: solid 1px #ffc9d2;
}
.recruit_top_box td {
    width: 75%;
    padding: 10px 15px;
    border: solid 1px #ffc9d2;
}
.recruit_top_list {
    margin-bottom: 30px;
}
.recruit_top_list li {
    font-size: 18px;
}
.recruit_bottom_box_inner {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.recruit_bottom_box_inner:last-child {
    margin-bottom: 0;
    background-image: url("img/top_back_image.png");
    padding: 30px;
}
.recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_image {
    order: 2;
    max-width: 380px;
    width: 100%;
    margin-left: 40px;
}
.recruit_bottom_box_inner:nth-of-type(2) .recruit_bottom_image {
    max-width: 300px;
    width: 100%;
    margin-right: 40px;
}
.recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_image img {
    width: 380px;
    max-width: 380px;
}
.recruit_bottom_box_inner:nth-of-type(2) .recruit_bottom_image img {
    width: 300px;
    max-width: 300px;
}
.recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_text {
    order: 1;
}
.recruit_bottom_text .mb {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .top_h2 {
        margin-bottom: 40px;
        line-height: 1.4;
        font-size: 28px;
    }
    .other_h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .header_nav_box {
        padding: 0;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 20px;
    }
    .slick-prev{
        height: 30px;
        left: 0px;
    }
    .slick-next{
        height: 30px;
        right: 13px;
    }
   /*-------------------------------------
    TOPページ
    -------------------------------------*/
    .content_inner {
        padding: 60px 20px;
    }
    /* お知らせ */
    .news_list {
        margin-bottom: 20px;
    }
    .news_list:last-child {
        margin-bottom: 0;
    }
    .post_txt {
        font: 400 15px/1;
    }
    .news_thumbnail {
        margin-bottom: 10px;
        margin-right: 20px;
    }
    /*cta*/
    .common_contact_container {
        padding: 20px;
        margin: 0;
    }
    .common_contact_container &gt; section {
        padding: 50px 20px;
    }
    .common_contact_inner {
        padding: 20px;
    }
    .common_contact_inner p {
    }
    .common_contact_inner_inner div a {
    }
    .common_contact_inner_inner .cta_tel {
        margin-right: 0;
        margin-bottom: 0;
    }
    .common_contact_inner_inner .cta_tel a {
        padding: 0; 
    }
    .common_contact_inner_inner i {
        margin-right: 5px;
    }
    .header_img_container h1 {
        font-size: 24px;
    }
    .header_img_container h1 span {
        font-size: 20px;
        color: #fff;
    }
    /* 院長あいさつ */
    .top_message_box {
        display: block;
    }
    .top_message_box p {
        font-size: 16px;
        line-height: 2.0;
    }
    .top_message_heading {
        margin-bottom: 10px;
        font-size: 20px !important;
    }
    .top_message_text .mb {
        margin-bottom: 10px;
    }
    .top_message_box:nth-of-type(1),
    .top_message_box:nth-of-type(2) {
        margin-bottom: 30px;
    }
    .top_message_box:nth-of-type(1) .top_message_image,
    .top_message_box:nth-of-type(2) .top_message_image,
    .top_message_box:nth-of-type(3) .top_message_image {
        margin: 0 auto 20px;
    }
    .top_message_box:nth-of-type(2) .top_message_image img,
    .top_message_box:nth-of-type(3) .top_message_image img {
        width: 100%;
    }
    .top_message_text ul {
        font-size: 16px;
        line-height: 1.8;
        margin: 10px 0;
    }
    .top_message_text li {
        padding-left: 25px;
    }

    /* メニュー */
    .top_menu_list {
        display:block;
    }
    .top_menu_list li {
        width: 100%;
        max-width: 260px;
        margin: 0 auto 30px;
    }
    .top_menu_list li:last-child {
        margin: 0 auto;
    }
    .img_wrap{
        width: 100%;
        max-width: 260px;
        margin: -10px auto;
        overflow: hidden;
    }
    .menu_button_more {
        margin-top: 50px;
        text-align: center;
    }
    .menu_button_more a {
        padding: 20px 30px;
        font-size: 18px;
        border-radius: 10px;
    }
    
.menu_course_list3 {
    display: block;
    margin-bottom: 20px;
}
.menu_course_list3 li {
    display: block;
	width: 100%;
    margin-right: 20px;
    border: solid 1px #ff87a0;
    padding: 5px 20px;
    align-items: center;
}
.menu_course_list3 li .sup {
    margin-left: 10px;
}
.menu_course_list3 li:last-child {
    margin-right: 0;
}
.menu_course_list_box {
    display: flex;
    align-items: center;
}

    /* 初めての方へページ */
    .about_point_text h3 {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        border-bottom: dotted 2px #ff87a0;
    }
    .about_point_text h3 &gt; span:first-child {
        margin-right: 10px;
        width: 100%;
        max-width: 70px;
    }
    .about_point_box {
        display: block;
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: dotted 1px #ff87a0;
    }
    .about_point_inner .content_inner section:last-child .about_point_box {
        margin-bottom: 0;
    }
    .about_point_image {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .about_diet_box {
        display: block;
    }
    .about_diet_image {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .about_diet_inner h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 1.5;
    }
    .about_diet_inner h3 &gt; span:first-child {
        margin-right: 10px;
        width: 100%;
        max-width: 70px;
    }
    .about_diet_box {
        margin-bottom: 30px;
        padding: 30px;
        background: #fff;
    }

    .about_service_box {
        display: block;
    }
    .about_service_box h3 {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-size: 22px;   
    }
    .about_service_box:nth-of-type(1) {
        margin-bottom: 60px;
    }
    .about_service_box:nth-of-type(1) .about_service_image {
        max-width: 400px;

        margin: 0 auto 20px;
    }
    .about_service_box:nth-of-type(2) .about_service_image img {
        width: 100%;
        max-width: 400px;
    }
    .about_service_box:nth-of-type(2) .about_service_image {
        order: 2;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .about_service_box:nth-of-type(2) .about_service_text {
        order: 1;
    }
    .about_service_box h3 {
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 22px;
    }
    .about_service_box h3 &gt; span:first-child {
        margin-right: 20px;
        width: 100%;
        max-width: 50px;
    }

    /* メニューページ */
    .menu_insurance_box_bottom table {
        margin: 20px 0;
    }
    .menu_insurance_box_bottom .sup,
    .menu_course_inner_box .sup {
        font-size: 15px;
    }
    .menu_insurance_box {
        display: block;
        margin-bottom: 40px;
    }
    .menu_insurance_image {
        max-width: 400px;
        width: 100%;
        margin-right: 0;
    } 
    .menu_insurance_box:nth-of-type(1) .menu_insurance_image {
        margin-right: 0;
    }
    .menu_insurance_box:nth-of-type(2) .menu_insurance_image {
        margin-left: 0;
    }
    .menu_insurance_box:nth-of-type(1) .menu_insurance_image img,
    .menu_insurance_box:nth-of-type(2) .menu_insurance_image img {
        width: 100%;
    }
    .menu_insurance_text .mb {
        margin-bottom: 10px;
    }
    .menu_insurance_box_bottom_heading {
        margin-bottom: 10px;
    }
    .menu_insurance_box_bottom_heading span {
        padding: 3px 10px;
        font-size: 20px;
    }
    .menu_actual_text_box {
        margin-bottom: 10px;
    }
    .menu_actual_text_box div {
        padding-left: 30px;
        font-size: 20px;
    }
    .menu_actual_text_box div:before {
        top: 1px;
        left: 0;
    }
    .menu_insurance_box:nth-of-type(1) .menu_insurance_image,
    .menu_insurance_box:nth-of-type(2) .menu_insurance_image {
        margin: 0 auto 20px;
    }
    .menu_inner h3 {
        display: flex;
        align-items: center;
        padding-bottom: 10px;
        margin-bottom: 30px;
        font-size: 22px;
        border-bottom: dotted 2px #ff87a0;
    }
    .menu_inner h3 &gt; span:first-child {
        margin-right: 20px;
        width: 100%;
        max-width: 50px;
    }
    .menu_course_list {
        display: block;
        margin-bottom: 20px;
    }
    .menu_course_list li {
        justify-content: space-between;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding: 5px 20px;
    }
    .menu_course_list li:last-child {
        margin-right: 0;
    }
    .menu_course_list_time {
        background: #ffeef4;
        padding: 0 15px;
        margin-right: 10px;
    }
    .menu_course_list_price {
        color: #ff87a0;
        font-size: 24px;
    }
    
    .menu_course_list2 {
        display: block;
        margin-bottom: 20px;
    }
    .menu_course_list2 li {
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 5px 20px;
        margin-bottom: 10px;
    }
    .menu_course_list_box2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menu_course_list2 li .sup {
        margin-left: 10px;
    }
    .menu_course_list2 li:last-child {
        margin-right: 0;
    }
    .menu_course_list_time2 {
        padding: 0 15px;
        margin-right: 10px;
    }
    .menu_course_list_price2 {
        font-size: 24px;
    }
    
    .menu_course_price_heading {
        margin-bottom: 15px;
        padding: 5px 15px;
        font-size: 20px;
        background: #ffc9d2;
    }
    .menu_course_box,
    .menu_actual_box  {
        display: block;
        margin-bottom: 30px;
    }
    .menu_course_image,
    .menu_actual_image {
        max-width: 220px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .menu_actual_inner_box {
        margin-bottom: 30px;
        padding: 30px;
    }
    .menu_actual_image img {
        max-width: 220px;
        width: 220px;
    }
    .menu_actual_inner_box {
        margin-bottom: 30px;
        padding: 30px;
        border:solid 2px #ffc9d2;
    }
    .menu_actual_inner section section:last-child .menu_actual_inner_box {
        margin-bottom: 0;
    }

    /* 採用情報ページ */
    .recruit_top_box table {
        width: 100%;
        margin: 10px 0 50px;
    }
    .recruit_top_box th {
        width: 25%;
        padding: 10px 15px;
        background: #ffeef4;
        border: solid 1px #ffc9d2;
    }
    .recruit_top_box td {
        width: 75%;
        padding: 10px 15px;
        border: solid 1px #ffc9d2;
    }
    .recruit_top_list {
        margin-bottom: 30px;
    }
    .recruit_top_list li {
        font-size: 18px;
    }
    .recruit_bottom_box_inner {
        display: block;
        margin-bottom: 50px;
    }
    .recruit_bottom_box_inner:last-child {
        margin-bottom: 0;
        padding: 30px;
    }
    .recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_image {
        order: 2;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_image img {
        width: 100%;
        max-width: 400px;
    }
    .recruit_bottom_box_inner:nth-of-type(2) .recruit_bottom_image img {
        width: 100%;
        max-width: 300px;
    }
    .recruit_bottom_box_inner:nth-of-type(2) .recruit_bottom_image {
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .recruit_bottom_box_inner:nth-of-type(1) .recruit_bottom_text {
        order: 1;
    }
    .recruit_bottom_text .mb {
        margin-bottom: 10px;
    }
}

/*-------------------------------------
パンくず
-------------------------------------*/
.breadcrumbsinner {
    width: 100%;
    padding: 30px 50px;
    background: #fdeff5;
}
.breadcrumbs {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    background: none;
    position: relative;
}
.breadcrumbs a,
.breadcrumbs span {
    font-size: 13px;
    color: #202020;
}
.breadcrumbs:before {
    content: "\f015";
    font: 100% "Font Awesome 6 free";
    font-weight: bold;
}
.breadcrumbs span:last-child a {
    pointer-events: none;
    text-decoration: none;
}

/*-------------------------------------
アクセス・お問い合わせ
-------------------------------------*/
.company_infomation {
    margin-bottom: 50px;
}
.company_infomation dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #ffc9d2;
    border-left: 1px solid #ffc9d2;
    border-right: 1px solid #ffc9d2;
}
.company_infomation dt {
    float: left;
    width: 27.27%;
    padding: 23px 0;
    text-align: center;
    background: #ffeef4;
    border-bottom: 1px solid #ffc9d2;
}
.company_infomation dd {
    float: left;
    padding: 23px 13px;
    width: 72.73%;
    border-bottom: 1px solid #ffc9d2;
}
.company_infomation_image {
    margin-bottom: 30px;
}
.company_googlemap iframe {
    width: 100%;
    border: none;
    height: 450px;
}
.contact_tel_box {
    background-image: url(img/top_back_image.png);
    padding: 30px;
    text-align: center;
}
.contact_tel a {
    text-decoration: none;
    letter-spacing: 0.08em;
    font-size: 40px;
    color: #ff87a0;
    text-align: center;
    font-weight: bold;
}
.contact_inner .contact_tel {
    margin-right: 20px;
}
.contact_tel i {
    margin-right: 5px;
    color: #ff87a0;
}
.contact_tel_top {
    font-size: 20px;
}
.contact_text_box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.contact_cat_image {
    width: 100%;
    max-width: 150px;
    margin-right: 30px;
}

@media only screen and (max-width: 768px) {
    
    /*-------------------------------------
    アクセス・お問い合わせ
    -------------------------------------*/
    .company_inner {
        display: block;
    }
    .company_inner dl {
        width: 100%;
    }
    .company_image {
        width: 100%;
        max-width: 400px;
        margin: 20px auto 0;
    }
    .company_googlemap iframe {
        width: 100%;
        border: none;
        height: 450px;
    }
    .contact_text_box {
        display: block;
    }
    .contact_cat_image {
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }
    .contact_tel_box {
        padding: 30px;
    }
    .contact_inner a {
        text-decoration: none;
        letter-spacing: 0.08em;
        font-size: 24px;
    }
    .contact_tel_bottom {
        font-size: 14px;
    }
    .contact_inner .contact_tel {
        margin-right: 20px;
    }
    .contact_tel i {
        margin-right: 5px;
    }
    
}

/*-------------------------------------
ブログ
-------------------------------------*/
.single_wrap,
.blog_wrap {
    position: relative;
}
.blog_inner,
.single_inner,
.search_inner {
    order: 2;
    width: calc(100% - 250px);
}
.my_result_count {
    margin: 0 0 20px;
}
.blog_inner &gt; ul &gt; li {
    margin: 0 0 30px;
    cursor: pointer;
}
.blog_photo img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 200px;
    width: 300px !important;
}
.blog_text {
    width: calc(100% - 300px - 30px);
    margin: 0 0 0 30px;
}



.details {
    display: flex;
    justify-content: space-between;
}

.blog_title {
    margin: 5px 0 10px;
    text-align: left;
    line-height: 1.2;
}
.blog_title a {
    font-size: 16px;
    line-height: 1.7;
}
.read-more {
    text-align: right;
}
.read-more a {
    position: relative;
    color: #d94177;
    border: 1px solid #d94177;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.25em;
    display: inline-block;
}
.blog_inner li:hover .read-more a {
    background: #ffeef4;
}
.top_blog_text_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_blog_text&gt;div&gt;a {
    color: #d94177 !important;
    font-size: 18px;
    text-decoration: none;
}
.top_blog_text&gt;div&gt;a:hover {
    color: #d94177 !important;
    text-decoration: underline;
}
.post-categories li a {
    margin: 0 5px 0 0;
    padding: 3px 10px;
    font-size: 15px;
    text-decoration: none;
}
.post-categories li a:hover {
    color: #d94177;
}
.post-categories li a:hover:before {
}
.post-categories li a:before {
    content: "\f07c";
    font: 100%/1 "font awesome 6 free";

    display: inline-block;
    margin: 0 2px 0 0;
}
.share_sns_container {
    margin: 0 0 0 auto;
}
.share_sns_container li :before {
    font-size: 1.875rem;
    display: block;
    margin: 0 10px 0 0;
}
.share_sns_container li:nth-of-type(1) :before {
    color: #3f51b5;
}
.share_sns_container li:nth-of-type(2) :before {
    color: #000;
}
.share_sns_container li:nth-of-type(3) :before {
    color: #4caf50;
}
.article_top {
    margin: 0 0 30px;
}
.article_main h2 {
    margin: 30px 0 20px 0;
    background: #f1f3f6;
    padding: 10px 20px;
    font-size: 25px;
    color: #202020;
    text-align: left;
}
.article_main h3 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.4375rem;
    border-bottom: 1px solid #333;
    padding: 0 0 5px;
    text-align: left;
}
.article_main h3:before {
    content: none;
}
.article_main h4 {
    margin: 30px 0 20px 0;
    font-weight: bold;
    font-size: 1.25rem;
}
.article_main h5 {
    margin: 30px 0 20px 0;
    font-weight: bold;
}
.article_main .post_thumbnail_container img {
    display: block;
    margin: 0 auto 30px;
    height: auto;
}
.article_main img {
    display: block;
    margin: 0 auto 30px;
}
.article_main a {
}
.article_main p {
    margin: 0 0 25px;
    line-height: 1.8;
}
.article_main strong {
    background: linear-gradient(transparent 60%, #ffdf30 60%);
    font-weight: bold;
}
.article_main table {
    margin: 0 0 25px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
}
.article_main table th {
    background: #fffaf5;
    font-weight: bold;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 10px 20px;
}
.article_main table td {
    border-left: 1px solid #222;
    padding: 10px 20px;
    border-bottom: 1px solid #222;
    font-size: 15px;
}
.article_main ul {
    padding: 20px 20px 20px 30px;
    border: solid 1px #d94177;
    margin: 0 0 30px;
}
.article_main ul li {
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.article_main ul li:before {
    position: absolute;
    content: "";
    display: inline-block;
    background: #d94177;
    border-radius: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_main ol {
    border: solid 1px whitesmoke;
    padding: 20px 20px 20px 50px;
    position: relative;
    background: #fafafa;
    margin: 0 0 30px;
}
.article_main ol li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    position: relative;
}
.article_main ol li:before {
    font-family: "Font Awesome 6 Free";
    content: "\f0da";
    position: absolute;
    font-weight: bold;
    left: -18px;
    color: #d94177;
}
.article_main dl {
}
.article_main dt {
    background: #fff5d6;
    padding: 10px;
    margin: 0 0 10px;
}
.article_main dd {
    margin: 0 0 25px;
    line-height: 1.8;
}
/*シングル　ページネーション*/
.single_pagenavi {
    /*margin: 10vh 0;*/
}
.single_pagenavi .next {
    margin: 0 0 0 auto;
}
.single_pagenavi .prev a,
.single_pagenavi .next a {
    background: #d94177;
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
}
.single_pagenavi :before {
    color: #fff;
}
.single_pagenavi .prev a:hover,
.single_pagenavi .next a:hover {
    background: #333;
}
/*目次*/
.outline {
    border: 1px solid #ddd;
    padding: 30px;
    margin: 10px 0 30px;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1.5em;
    max-width: 800px;
}
.outline__title {
    font-size: 1rem;
    font-weight: bold;
}
.outline__toggle {
    display: none;
}
.outline__switch::before {
    content: "開く";
    cursor: pointer;
    background: #fff;
    border: solid 1px #eee;
    padding: 5px 10px;
    font-size: 0.8rem;
    margin-left: 5px;
    border-radius: 5px;
}
.outline__toggle:checked + .outline__switch::before {
    content: "閉じる";
}
.outline__switch + .outline__list {
    overflow: hidden;
    width: 0;
    height: 0;
    margin: -20px 0;
    transition: 0.2s;
    border: none;
    padding: 0;
}
.outline__toggle:checked + .outline__switch + .outline__list {
    width: auto;
    height: auto;
    margin: 20px 0px 0;
    transition: 0.2s;
    border-top: solid 1px #ddd;
    padding: 17px 20px 0;
    border-bottom: none;
    background: none;
}
ul.outline__list li {
    border: none;
    margin: 0 0 0px;
    padding: 0.5em 0.5em 0.5em 15px;
}
ul.outline__list li:before {
    content: "-";
    width: 0;
    height: 0;
    line-height: 1.6;
    top: 6px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}
ul.outline__list ul {
    border: none !important;
    margin: 0 !important;
    padding: 0em 0 0em 1em !important;
    background: none !important;
}
.outline__link {
    position: relative;
    color: #191919 !important;
}
span.outline__number {
    display: none;
}
label.outline__switch {
    position: relative;
    float: right;
}
.outline ul {
    -webkit-padding-start: 1.2em;
}

/*-------------------------------------
サイドバー
-------------------------------------*/
.side_container {
    margin-right: 50px;
    width: 250px;
}
.side_container &gt; div {
    margin-bottom: 30px;
}
.widget_title div {
    color: #ff87a0;
    letter-spacing: 0.08em;
    border-bottom: 1px solid;
    margin-bottom: 10px;
    padding: 10px 0;
}
.side_container li {
    position: relative;
    padding: 10px 0;
    transition: 0.3s ease-out;
}
.side_container li:hover {
    opacity: 0.7;
}
.side_container li a {
    font-size: 0.8125rem;
    text-decoration: none;
    color: #222;
}
.side_container li a div {
    line-height: 1.4;
}
/*検索窓*/
.widget_search {
    position: relative;
}
.widget_search input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0.16);
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: 0.4em 0.8em;
    outline: 0;
}
.widget_search input[type="text"] {
    width: 100%;
}
.widget_search input[type="submit"] {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    font-weight: bold;
    font-family: "font awesome 6 free";
}
/*最近の投稿*/
.widget_my_recent_posts img {
    max-width: 70px;
    height: 50px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 5px 0 0;
}
.widget_my_recent_posts .news_clock {
    font-size: 0.6875rem;
    display: flex;
    align-items: center;
    margin: 5px 0 0;
}
.widget_my_recent_posts time {
    font-size: 0.6875rem;
}
/*カテゴリーとアーカイブ*/
.widget_archive li a,
.widget_categories li a {
    display: block;
    padding: 0 0 0 10px;
}
.widget_archive li:before,
.widget_categories li:before {
    content: "-";
    margin: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 5px;
}
/*アーカイブ　ページネーション*/
.wp-pagenavi .page-numbers {
    padding: 10px 20px;
    background: #f1f3f6;
    color: #d94177;
    text-decoration: none;
}
.wp-pagenavi .current {
    background: #d94177;
    color: #fff;
}
.wp-pagenavi .page-numbers:hover {
    opacity: 0.8;
}

/*-------------------------------------
お問い合わせ
-------------------------------------*/
.contact_inner_contact {
    text-align: center;
    background: #fbfbf8;
    padding: 40px 20px;
    margin: 0 auto 5vw;
}
.contact_inner_contact p:last-child {
    margin: 0;
}
.contact_inner_contact a {
    text-decoration: none;
    color: #d94177;
    margin: 0 0 5px;
    width: 100%;
    cursor: pointer;
    display: block;
    letter-spacing: 0.08em;
    font-size: 24px;
    font-weight: bold;
}
.contact_inner_contact a img {
    max-width: 60px;
    padding: 0 10px 0 0;
}
.contact_inner_contact a:hover {
    opacity: 0.7;
}

/*お問い合わせフォーム内*/
.wpcf7 {
    margin-top: 50px;
}
.wpcf7-form_form {
    border-top: 1px solid #ffc9d2;
    background: #fff;
}
.wpcf7_left {
    display: block;
    max-width: 250px;
    width: 100%;
    padding: 25px 15px;
    list-style: none;
    border-bottom: 1px solid #ffc9d2;
}
form.wpcf7-form .required:after {
    content: '必須';
    width: auto;
    display: inline-block;
    background: #e74c3c;
    padding: 0px 5px 0px 5px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    margin: 0 0 0 5px;
    vertical-align: middle;
}
.wpcf7_right {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 1px solid #ffc9d2;
    border-left: none;
    /* border-bottom: none; */
}
.wpcf7_checkbox_title {
    max-width: 200px;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f3f3f3;
}
span.wpcf7-list-item {
    display: block !important;
}
.wpcf7-list-item_first_input input {
    width: auto !important;
}
span.wpcf7-list-item input {
    width: auto !important;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
    border: 2px solid #e94e43 !important;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
@media all and (-ms-high-contrast: none) {
    span.wpcf7-list-item input {
        margin: 0px 5px 0px 0;
    }
}
.form_privacy span.wpcf7-list-item input {
    margin: 0px 5px 4px 0;
}
.wpcf7_container #info2 {
    margin: 10px 0 0;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    border: 1px solid #ffc9d2;
    padding: 8px;
    width: 100%;
    font-size: 100%;
    /*background: #ffeef4;
    color: #ffc9d2;*/
    outline: none;
}
.wpcf7-checkbox input,
.wpcf7-checkbox label span {
    cursor: pointer;
}
.form_privacy {
    margin: 30px 0;
    display: block;
    text-align: center;
}
.wpcf7c-elm-step2 {
    text-align: center;
}
.wpcf7_container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
input::placeholder {
    color: #ddd;
}
input::-moz-input-placeholder {
    color: #ddd;
}
input::-ms-input-placeholder {
    color: #ddd;
}
textarea::placeholder {
    color: #ddd;
}
textarea::-ms-placeholder {
    color: #ddd;
}
textarea::-moz-placeholder {
    color: #ddd;
}
/*submitボタンのリセットCSS*/
input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.wpcf7-form div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #e94e43;
    font-size: 14px;
    color: #e94e43;
    margin: 30px 0;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    color: #e94e43;
}
/*submitボタンの装飾*/
.wpcf7c_submit {
    text-align: center;
}
.wpcf7c_submit input {
    outline: none;
    max-width: 250px;
    width: 100%;
    margin: 15px auto 0;
    display: block;
    color: #fff;
    font-weight: 700;
    z-index: 0;
    border: none;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 0.18em;
}
.wpcf7c_submit input[type="submit"] {
    text-align: center;
    background: #d94177;
}
.wpcf7c_submit input[type="submit"]:hover,
.wpcf7c_submit input[type="button"]:hover {
    opacity: 0.8;
}
.wpcf7c_submit input[type="button"] {
    background: none;
    border: 1px solid;
    color: #d94177;
}
/*プライバシーポリシー*/
.readme {
    width: 78%;
    height: 200px;
    margin: 40px auto 10px;
    overflow-y: scroll;
    padding: 10px 20px;
    border: 1px solid #ffc9d2;
    font-size: 0.8125rem;
}
.readme dl {
    margin: 20px 0 0;
}
.readme dt {
    font-weight: bold;
}
.readme dd {
    margin: 0 0px 0px 15px;
}
.readme ol li {
    margin: 0 0 0 40px;
    list-style: decimal-leading-zero;
}

fieldset {
    display: contents;
}

/*-------------------------------------
フッター部分
-------------------------------------*/
/* フッター */
.footer {
    padding: 35px 50px;
    background: #fff;
}
.footer_nav {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    padding-bottom: 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ccc;
}
.footer_nav a {
    text-decoration: none;
    position: relative;
    margin: 0 30px 0 0;

}
.footer_nav a:before {
    font-family: "Font Awesome 6 Free";
    font-weight: bold;
    content: "\f105";
    display: inline-block;
    margin: 0 3px 0 0;
    color: #d94177;
}
.footer_nav a:hover {
    text-decoration: underline;
}
.footer_address_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_logo {
    width: 100%;
    max-width: 200px;
}
.footer_address_container .site_title {
    padding: 0;
}
.footer_address_container .site_title a {
    margin: 0 auto;
}
/*sns部分*/
.footer .share_sns_container ul {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 30px 0 0;
}
.footer .share_sns_container li :before {
    color: #202020 !important;
    transition: 0.3s;
}
.share_sns_container li:hover :before {
    opacity: 0.7;
}
.footer_sns a i {
    color: #202020;
    font-size: 30px;
}
/*アドレス*/
.address_container {
    text-align: left;
    font-size: 14px;
    margin: 10px 0 5px 20px;
    color: #202020;
}
.address_container a {
    color: #202020;
    text-decoration: none;
}
.footer_sns {
    text-align: left;
    margin: 10px 0 5px 20px;
}
.copyright {
    text-align: center;
    border: none;
    color: #202020;
    font-size: 0.6875rem;
    margin: 35px 0 0;
}
.copyright p {
    color: #202020;
}
.copyright a {
    font-size: 0.875rem;
    color: #202020;
}

@media only screen and (max-width: 768px) {
    .sns_contaciner {
        padding: 60px 0;
    }
    /*-------------------------------------
    フッター部分
    -------------------------------------*/
    /* フッター */
    .footer {
        padding: 35px 50px;
    }
    .footer_nav {
        display: block;
        padding-bottom: 20px;
        margin: 0 auto 20px;
        border-bottom: 1px solid #ccc;
    }
    .footer_nav a {
        text-decoration: none;
        position: relative;
        margin: 0 30px 0 0;
        font-size: 0.8125rem;
        color: #202020;
    }
    .footer_nav a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: bold;
        content: "\f105";
        display: inline-block;
        margin: 0 3px 0 0;
    }
    .footer_nav a:hover {
        text-decoration: underline;
    }
    .footer_address_container {
        display: block;
    }
    .footer_logo {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    /*sns部分*/
    .footer .share_sns_container ul {
        -webkit-justify-content: center;
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer .share_sns_container li :before {
        color: #202020 !important;
        transition: 0.3s;
    }
    .share_sns_container li:hover :before {
        opacity: 0.7;
    }
    .footer_sns a i {
        color: #202020;
        font-size: 30px;
    }
    /*アドレス*/
    .address_container {
        text-align: left;
        font-size: 0.8125rem;
        margin: 10px 0 0px 0px;
        color: #202020;
    }
    .address_container a {
        color: #202020;
        text-decoration: none;
    }
    .footer_sns {
        text-align: left;
        margin: 10px 0 5px 20px;
    }
    .copyright {
        text-align: center;
        border: none;
        color: #202020;
        font-size: 0.6875rem;
        margin: 35px 0 0;
    }
    .copyright p {
        color: #202020;
    }
    .copyright a {
        font-size: 0.875rem;
        color: #202020;
    }
}

/* topに戻る */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 6;
}
#page-top a {
    display: block;
    position: relative;
    color: #d94177;
    padding: 10px 12px;
    border-radius: 50%;
    border: 1px solid #d94177;
    background: #fff;
    width: 50px;
    height: 50px;
}
#page-top a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #d94177;
    border-left: 2px solid #d94177;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 61%;
}
#page-top a:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 1300px) {
    .top_company_text,
    .recruit_top_text {
        left: 3%;
    }
}
@media only screen and (max-width: 1024px) {
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    body.home .header {
        height: auto;
    }
    .header_img_inner_img {
    }
}
@media only screen and (min-width: 769px) {
    .pc_none {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .sp_none {
        display: none !important;
    }
    /*-------------------------------------
    共通パーツ
    -------------------------------------*/
    .main_wrap {
        position: relative;
    }
    body .header_img_container{
        padding-top: 0px;
    }
    .header_img_container &gt; div:not(.header_img_inner_img) {
        margin: 0 0 0 auto;
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding: 0;
    }
    .site_title {
        padding: 5px 0;
    }
    .is-fixed .site_title {
        padding: 20px 10px 20px 0;
    }
    .site_title a {
        margin: 0;
    }
    .is-fixed .site_title a {
        max-width: 100%;
    }
    .header_nav_container {
        padding: 5px 15px;
        position: static;
    }
    .header_nav_container:before {
        content: none;
    }
    body.home .header {
        position: relative;
    }
    .header_nav_container.flex {
            display: block;
    }
    .header_nav_container {
        max-width: 1000px;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
    }
    .top_nav_inner {
        position: static;
    }
    .sp_header_nav_box {
        display: flex;
        align-items: center;
    }
    .sp_header_nav_box .header_cat_image {
        margin-left: 10px;
    }
    .header_nav_box {
        display: block;
        align-items: center;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        padding: 0px 0;
    }
    .header_nav_box p {
        font-size: 14px;
        line-height: 1.5;
        margin: 10px 0;
    }
    .header_cat_image {
        max-width: 50px;
        width: 100%;
        margin-right: 10px;
    }
    .header_cat_image img {
        width: 100%;
    }
    .header_phone_text_top i {
        margin-right: 5px;
    }
    .header_phone_text_bottom {
        font-size: 14px;
    }
    body.home .header_img_container {
        width: 82.75%;
        padding: 0;
    }
    .header_img_inner_img {
        margin-top: 0px !important;
    }
    .header_img_inner_img &gt; div {
    }
    /***** ハンバーガーメニュー *****/
    .scroll-prevent {
        overflow: hidden;
    }
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.5s;
    }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    .menu-trigger {
        display: inline-block;
        width: 50px;
        height: 45px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 27px;
        right: 10px;
        z-index: 100;
        background: #fff;
        border: solid 1px #e84188;
    }
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 10px;
        width: 30px;
        height: 2px;
        background-color: #e84188;
        transition: all 0.5s;
    }
    .menu-trigger.active span {
        background-color: #e84188;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 12px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
        top: 9px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 21px;
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 12px;
    }
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
        bottom: 8px;
    }
    .sp_trigger_nav {
        width: 100%;
        height: 100%;
        padding: 75px 0;
        background: #ffffff;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 8;
        transform: translate(100%);
        transition: all 0.5s;
        overflow-y: auto;
    }
    .sp_trigger_nav.open {
        transform: translateZ(0);
    }
    .sp_trigger_nav ul {
        height: auto;
        margin: 0 0 40px;
        line-height: 1.6;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li {
        margin: 0 0 5px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner a {
        font-size: 15px;
        text-align: left;
        position: relative;
        display: block;
        text-decoration: none;
        padding: 10px 20px;
        text-align: center;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li:last-child a {
        display: inline-block;
        background: #d94177;
        padding: 10px 30px;
        color: #fff;
    }
    .sp_trigger_nav .sp_trigger_nav_inner li:last-child a i {

        color: #fff;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner {
        border-bottom: none;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a {
        padding: 10px 0 10px 60px;
    }
    .sp_trigger_nav .sp_trigger_nav_inner_inner li a:before {
        content: "┗";
        font-weight: normal;
        left: 40px;
        color: #222;
    }
    .sp_trigger_nav li:last-child {
        border: none;
        text-align: center;
        margin: 10px 0 0 0;
    }
    .tel_container {
        padding: 30px 10px;
        text-align: center;
        width: 90%;
        margin: 0 auto;
        background: #ffeef4;
    }
    .tel_container {
        line-height: 1.6;
    }
    .tel_container a {
        text-decoration: none;
        font-size: 24px;
        font-weight: bold;
        display: block;
        margin: 0 0 5px;
        color: #ff87a0;
    }
    .tel_container i {
        margin-right: 5px;
        color: #ff87a0;
    }
    .sp_trigger_nav_bottom {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 0 10vw;
    }
    .sp_trigger_nav_bottom a {
        background: #fbfbf8;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 16px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 10px 0 0;
        text-decoration: none;
    }
    .sp_trigger_nav_bottom a i {
        color: #d94177;
    }
    .sp_trigger_nav_bottom img {
        max-width: 28px;
    }

    /*ハンバーガーメニューここまで*/
    /***************************/

    form.wpcf7-form{
        margin-top: -20px;
        padding-top: 20px;
    }
    
    /*-------------------------------------
    ブログ
    -------------------------------------*/
    .single_pagenavi {
        margin-bottom: 30px;
    }
    .blog_container,
    .single_contaciner {
        display: block;
    }
    .blog_inner,
    .single_inner,
    .search_inner,
    .side_container {
        width: 100%;
    }
    .blog_inner {
        margin: 0 0 50px;
    }
    .sns_inner {
        padding: 5px 0px 0px;
        display: block;
    }
    .sns_instagram{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sns_inner_inner{
        width: 100%;
        margin: 0 auto;
    }

    /*cta*/
    .cta_cat_image {
        max-width: 70px;
        margin-right: 10px;
    }
    .common_contact_inner {
        margin: 0 auto;
        padding: 20px;
        width: 100%;
        max-width: 768px;
        background: #fff;
    }
    .common_contact_inner .flex_center_center {
        display: block;
    }
    .common_contact_inner .flex {
        justify-content: center;
    }
    .cta_line {
        max-width: 340px;
        margin: 20px auto 0;
    }
    .contact_tel_box_cta {
        display: block;
    }
    .contact_cta_line {
        max-width: 340px;
        margin-left: 0px;
        margin: 20px auto 0;
    }
    .cta_line a:hover {
        opacity: 0.8;
    }
    .common_contact_inner_left {
        text-align: center;
    }
    .top_contact_text_right {
    }
    .top_contact_text_top {
        font-size: 20px;
        font-weight: bold;
        color: #664d4d;
        text-align: left;

    }
    .top_contact_text_line {
        margin-left: 0px;
    }
    .cta_icon {
        line-height: 0;
        margin-bottom: 0px;
        text-align: left;
    }
    .top_contact_text_middle {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left;
    }
    .top_contact_text_bottom {
        color: #000;
        font-size: 14px;
        margin-bottom: 5px;
        text-align: center;
    }
    .common_contact_inner_inner .cta_mail a {
        text-decoration: none;
        display: block;
        width: 100%;
        max-width: 400px;
        letter-spacing: 0.08em;
        font-size: 16px;
        padding: 15px 10px;
        position: relative;
        background: #d94177;
        color:#fff;
        text-align: center;
        border-radius: 10px;
    }
    .common_contact_inner_inner .cta_mail a {
        position: relative;
        z-index: 1;
        transition: .3s;
    }
    .common_contact_inner_inner .cta_mail a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #d94177;
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
    }
    .common_contact_inner_inner .cta_mail a:hover {
        background: #e84188;
    }
    .common_contact_inner_inner .cta_tel {
        text-align: center;
        line-height: 1.2;
    }
    .common_contact_inner_inner .cta_tel a {
        font-size: 30px;
    }
    .common_contact_inner_inner .fa-phone {
        margin-right: 5px;
    }
    .common_contact_inner_inner .fa-envelope {
        margin-right: 5px;
    }

}
@media only screen and (max-width: 550px) {

    .slider {
        display:none;
    }
    .slider_sp {
        width: 100%;
        margin: 0 auto 20px;
        display:block;
    }
    .slider_inner {
        display: none;
    }
    .slider_inner_sp {
        display:block;
    }
    .storycontent .slick-track img {
        height: 400px !important;
        object-fit: cover;
        object-position: center center;
    }

    /*-------------------------------------
共通パーツ
-------------------------------------*/
    .sp_none2 {
        display: none !important;
    }
    .pc_none2 {
        display: block;
    }
    .top_h2 h2:before {
        font-size: 40px;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 5vw;
    }
    .fixed_text {
        font-size: 100px;
    }
    
    /***********************/
    body.page-template-default .main_inner {
        padding: 30px 20px;
    }
    .message_container {
        padding: 25vw 0px 15vw;
    }
    .common_contact_inner ul {
        display: block;
    }
    .common_contact_inner li {
        margin: 0 0 20px;
    }
    body.home .header_img_container {
        width: 100%;
    }
    .header_img_container &gt; div:not(.header_img_inner_img) {
    }
    body:not(.home) h1 {
        padding: 40px 10px;
    }
    body:not(.home) h1:before {
        font-size: 23px;
    }
    body:not(.home) h1::after {
        left: 23px;
        top: 14px;
    }


    /*-------------------------------------
    レイアウト
    -------------------------------------*/
    .wrap {
        /*font-size: 0.875rem;*/
    }
    /*-------------------------------------
    header
    -------------------------------------*/
    .header {
        padding-top: 0;
    }
    .site_title a {
        color: #fff;
    }
    .header_img_inner_img {
        position: relative;
        margin: 0px auto 0;
        padding: 20px 20px 70px;
    }
    .header_img_inner_img &gt; div {
        width: 100%;
    }

    /*-------------------------------------
    TOPページお知らせ
    -------------------------------------*/
    .new_container {
        margin: 0 0 10vw auto;
    }
    .new_container_title {
    }
    .new_inner {
        padding: 10px 0 0;
    }
    .new_container .slick .slide-arrow {
        width: 63px;
        height: 63px;
        top: -93px;
    }
    .new_container .slick .next-arrow {
        right: -20px;
    }
    .new_container:before {
        font-size: 80px;
        top: auto;
        bottom: 0;
        left: auto;
        right: 100%;
    }
    
    /*-------------------------------------
    TOP ブログ
    -------------------------------------*/
    .post_list_inner{
        margin-bottom: 5vw;
    }
    .post_list_inner ul{
        max-width: 1060px;
        margin: 0 auto;
        padding: 0 20px;
        display: block;
    }
    .post_list_inner ul li{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .post_list_inner ul li:last-child{
        margin-bottom: 0;
    }
    .post_list_inner h3 {
        margin: 10px 0 0;
    }
    .blog_list_article p a{
        color: #d94177;
    }

    .btn_a{
        margin-top: 40px;
    }
    .btn_a a{
        display: block;
        width: 260px;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        background: #ffdf30;
        color: #222;
    }
    .header_nav_box {
        display: block;
    }
    .header_nav_box p {
        margin-left: 0px;
        margin: 10px 0;
        font-size: 14px;
        line-height: 1.5;
    }

    /*-------------------------------------
    お問い合わせ
    -------------------------------------*/
    body.page-template-contact .header_img_container &gt; div:not(.header_img_inner_img),
    body.page-template-thanks .header_img_container &gt; div:not(.header_img_inner_img) {
        background-size: cover;
    }
    .header_img_container &gt; .heading_main_image {
        background-position: 88% 50%;
    }
    .page-template-contact .contact_inner_contact {
        padding: 20px 10px;
    }
    .page-template-contact .contact_inner_contact {
        padding: 20px 10px;
    }
    .contact_inner_contact a {
        font-size: 20px;
    }
    .contact_inner_contact a img {
        max-width: 40px;
    }
    .wpcf7 {
        margin: 30px 0 0;
    }
    .wpcf7_container div.flex {
        display: block;
    }
    .wpcf7_checkbox_title {
        border: none;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea {
        font-size: 16px;
    }
    .wpcf7-form_form .flex {
        display: block;
        border-bottom: 1px solid #ffc9d2;
        padding: 0 0 15px;
    }
    .wpcf7_left {
        max-width: 100%;
        border: none;
        padding: 10px 0;
    }
    .wpcf7_right {
        /* border-left: 1px solid #ddd; */
        padding: 0;
        border: none;
    }
    .readme {
        width: 100%;
        margin: 30px 0 10px;
        height: 150px;
    }

    /*-------------------------------------
    ブログページ
    -------------------------------------*/
    .blog_container {
    }
    .blog_inner li &gt; section &gt; div {
    }
    .blog_text {
        width: calc(100% - 130px);
        margin: 0;
    }
    .blog_photo {
        margin: 0 10px 0 0;
    }
    .blog_photo img {
        height: 100px;
        width: 120px !important;
    }
    .post-categories li a {
        font-size: 11px;
    }
    .single_contaciner {
        padding: 10vw 20px 15vw;
    }
    .article_top {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cat_container + div {
        padding: 6px 0px 0 0;
    }
    .article_main p {
        font-size: 0.875rem;
    }
    /*目次*/
    .outline {
        padding: 20px;
    }
    .outline__toggle:checked + .outline__switch + .outline__list {
        padding: 17px 0px 0;
    }
    .footer {
        padding: 50px 20px;
    }
    .footer_nav {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .footer_nav li {
        margin: 0 0 5px;
    }
    .copyright {
        padding: 35px 50px 35px;
        margin: 0;
    }
    .breadcrumbsinner {
        padding: 30px 20px;
    }
    .article_main img {
        object-fit: contain;
        font-family: "object-fit: cover;";
        height: auto;
    }
    
    /*-------------------------------------
    会社概要ページ
    -------------------------------------*/
    .company_top {
        margin: 0 0 10vw;
    }
    .company_top_img {
        display: block;
        margin: 0 0 10vw;
    }
    .company_top_img_img {
        max-width: 100%;
        margin: 0 auto 5vw;
        padding: 0 20px;
    }
    .company_top_img_text {
        width: 100%;
        padding: 0 20px;
    }
    .company_top_img_text &gt; div {
        font-size: 20px;
    }
    .company_top_text {
        padding: 0 20px;
        margin: 0;
    }
    .company_top_name {
        padding: 0 20px;
    }

    .company_bottom {
        padding: 0 20px;
    }
    
    /*-------------------------------------
    footer
    -------------------------------------*/
    .footer_inner {
        display: block;
    }
    .footer_nav {
        border: none;
        padding: 0;
        margin: 0 0 30px;
    }
    .address_container {
        padding: 20px 0;
    }

    /*-------------------------------------
    footer追従ナビ
    -------------------------------------*/
    .sp_bar {
        padding-bottom: env(safe-area-inset-bottom);
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        background: #e84188;
    }
    .sp_bar li {
        width: calc(100% / 2);
        padding: 5px 0;
    }
    .sp_bar a {
        color: #fff;
        padding: 0px 10px;
        display: block;
        font-size: 0.6875rem;
        text-align: center;
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        position: relative;
        text-decoration: none;
    }
    .sp_bar li a:before {
        font-weight: bold;
        font-family: "Font Awesome 6 Free";
        display: block;
    }
    .sp_bar li:nth-of-type(1) a:before {
        content: "\f0e0";
    }
    .sp_bar li:nth-of-type(1) a:before {
        content: "\f095";
    }
    .sp_bar li:nth-of-type(2) :before {
        content: "\f077";
    }
}
@media only screen and (max-width: 320px) {
    .wp-pagenavi {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .wp-pagenavi .page-numbers {
        margin: 0 5px 5px 0;
    }
}

.box2,
.box1,
.box4,
.txt_solid_bl,
.txt_solid_rd,
.txt_dot_bk,
.txt_dot_gr,
.txt_dot_pk {
	display: inline-block;
}
.box5 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box5:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ffdd40;
}
.box6 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #ffdd40;
}
.box6:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #ffdd40;
}
.text_anime01 {
	-webkit-animation:blink .5s ease-in-out infinite alternate;
	-moz-animation:blink .5s ease-in-out infinite alternate;
	animation:blink .5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* コンタクトフォーム確認画面 */
#wpcf7cpcnf table {
    border: none;
    width: 100%;
}
#wpcf7cpcnf table th {
    background: #fdeff5;
    border: 1px solid #ccc;
    color: #202020;
    text-align: left;
    width: 25%;
    padding: 10px 15px;
}
#wpcf7cpcnf table th p {
    color: #202020;
}
#wpcf7cpcnf table td {
    background: #fff;
    border: 1px solid #ccc;
    width: 75%;
    padding: 5px 15px;
}
.wpcf7cp-btns {
    text-align: center;
}
.wpcf7cp-btns button {
    padding: 15px 20px;
    font-weight: bold;
    cursor: pointer;
}
.wpcf7cp-cfm-edit-btn {
    background: #f3f3f3;
    color: #202020;
    border: none;
}
.wpcf7cp-cfm-submit-btn {
    background: #d94177;
    color: #fff;
    border: none;
}
.grecaptcha-badge{
    bottom: 80px !important;
    z-index: 5;
}</pre></body></html>