@charset "UTF-8";

@font-face
{
    font-family: 'zen';
    font-weight: 400;
    src: url(../oldfont/ZenKakuGothicNew-Regular.ttf) format('opentype');
}

@font-face
{
    font-family: 'zen';
    font-weight: 500;
    src: url(../oldfont/ZenKakuGothicNew-Medium.ttf) format('opentype');
}

@font-face
{
    font-family: 'zen';
    font-weight: 600;
    src: url(../oldfont/ZenKakuGothicNew-Bold.ttf) format('opentype');
}

@font-face
{
    font-family: 'EB Garamond', serif;
    font-weight: 600;
    src: url(../oldfont/EBGaramond-VariableFont_wght.ttf) format('opentype');
}


/* スタイルリセット
---------------------------------------*/
button,
hr,
input
{
    overflow: visible
}

address,
blockquote,
body,
dl,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
iframe,
ol,
p,
pre,
table,
ul
{
    margin: 0
}


a,
hr,
legend
{
    color: inherit
}

/*親要素のスタイルを継承*/


progress,
sub,
sup
{
    vertical-align: baseline
}


fieldset,
legend,
ol,
option,
td,
th,
ul
{
    padding: 0
}

caption,
th
{
    text-align: left
}

*,
::after,
::before
{
    box-sizing: border-box;
    border-style: solid;
    border-width: 0
}

html
{
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    outline-color: -webkit-focus-ring-color
}

details,
main
{
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}

ul
{
    list-style: none
}

dt
{
    font-weight: 700
}

dd
{
    margin-left: 0
}

hr
{
    box-sizing: content-box;
    height: 0;
    border-top-width: 1px;
    clear: both
}

code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: inherit
}

address
{
    font-style: inherit
}

a
{
    background-color: transparent;
    text-decoration: none
}

abbr[title]
{
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong
{
    font-weight: bolder
}

small
{
    font-size: 80%
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub
{
    bottom: -.25em
}

sup
{
    top: -.5em
}

embed,
iframe,
img,
object
{
    vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea
{
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: 0 0;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit
}

[type=checkbox]
{
    -webkit-appearance: checkbox;
    appearance: checkbox
}

[type=radio]
{
    -webkit-appearance: radio;
    appearance: radio
}

button,
select
{
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button
{
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none
}

[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled],
button[disabled]
{
    cursor: default
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner
{
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring
{
    outline: ButtonText dotted 1px
}

select::-ms-expand
{
    display: none
}

fieldset
{
    min-width: 0
}

legend
{
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea
{
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button
{
    height: auto
}

[type=search]
{
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration
{
    -webkit-appearance: none
}

::-webkit-file-upload-button
{
    -webkit-appearance: button;
    font: inherit
}

label[for]
{
    cursor: pointer
}

summary
{
    display: list-item
}

[contenteditable]
{
    outline: 0
}

table
{
    border-collapse: collapse;
    border-spacing: 0
}

td,
th
{
    vertical-align: top
}

th
{
    font-weight: 700
}

[hidden],
template
{
    display: none
}

/* 全体スタイル
---------------------------------------*/
html
{
    scroll-behavior: smooth;
    overflow-x: hidden;
    font-size: 62.5%;
    /*pxだと10px;*/
}

@media screen and (min-width: 1025px) and (max-width: 1200px)
{

    /*画面サイズが901pxから1100pxまではここを読み込む*/
    html
    {
        font-size: 56.7%;
    }
}

@media screen and (min-width:501px) and (max-width:1024px)
{

    /*画面サイズが900pxから501pxまではここを読み込む*/
    html
    {
        font-size: 65%;
    }
}

@media screen and (max-width:500px)
{

    /*画面サイズが500px以下はここを読み込む*/
    html
    {
        font-size: 62.5%;
    }
}

body
{
    width: 100%;
    height: auto;
    color: #717171;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-family: 'zen', "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    position: relative;
    margin: 0;
    padding: 0;
}

img
{
    max-width: 100%;
    height: auto;
}

a
{
    display: block;
    text-decoration-line: none;
}

a:hover
{
    opacity: 0.75;
}

a img:hover
{

    opacity: 0.8;
}


.pc-none
{
    display: none;
}

.sp-none
{
    display: block;
}

@media screen and (max-width: 1024px)
{
    body
    {
        font-size: 1.6rem;
    }

    .pc-none
    {
        display: block;
    }

    .sp-none
    {
        display: none;
    }
}

.clear
{
    clear: both;
}

/*ヘッダー
-------------------------------------*/
header
{
    width: 100%;
    /*box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16);*/
    position: fixed;
    top: 0;
    z-index: 100;
}

.header-inner
{
    width: 100%;
    padding: 15px 3% 10px;
    background: #fff;
}

header h1 img
{
    height: 30px;
}

.header-inner h1 p
{
    font-size: 11px;
    color: #808080;
    line-height: 1;
    padding-bottom: 4.1px;
}

.header-inner .link
{
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.header-inner .link a
{
    display: block;
    font-size: 14px;
    color: #8EBCD1;
    width: 49.7%;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
}

.header-inner .link a.left
{
    border-right: 1px solid #8EBCD1;
}

nav
{
    display: block;
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 200;
    opacity: 0;
}

.open nav
{
    right: 0;
    opacity: 1;
}

nav .inner
{
    width: 100%;
    padding-top: 120px;
}

.head
{
    position: relative;
    width: 100%;
    height: 73px;
    background-image: url(../img/oldcommon/menu_image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.head a
{
    position: absolute;
    top: 25px;
    left: 5%;
    display: flex;
    align-items: center;
}

.head a img
{
    padding-right: 0.5em;
    width: 22px;
}

nav .inner ul
{
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li
{
    position: relative;
    background: #fff;
    padding: 0 3%;
    margin: 0;
    display: flex;
    align-items: center;
}

nav .inner ul li.title
{
    background: #8cbacf;
    height: 2.25rem;
}

nav .inner ul li.title img
{
    height: 1.2rem
}

nav .inner ul li a
{
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    font-size: 1.4rem;
    color: #7CCCF1;
    text-decoration: none;
    transition-duration: 0.2s;
}

nav .inner ul li.uline a
{
    border-bottom: 2px dashed #90c2d8;
}

nav .inner ul li a.sp-none
{
    display: flex;
}

nav .inner ul li a.pc-none
{
    display: none;
}

nav .inner ul li a img
{
    padding-right: 0.5em;
    width: 22px;
}

/*ハンバーガーボタン*/
.toggle_btn
{
    display: block;
    position: fixed;
    top: 16px;
    right: 15px;
    width: 40px;
    height: 40px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}

.toggle_btn span
{
    display: block;
    position: absolute;
    left: 0;
    width: 39px;
    height: 1px;
    background-color: #7CCCF1;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1)
{
    top: 10px;
}

.toggle_btn span:nth-child(2)
{
    display: none;
}

.toggle_btn span:nth-child(3)
{
    bottom: 10px;
}

.open .toggle_btn
{
    z-index: 400;
}

.open .toggle_btn span:nth-child(1)
{
    top: 0;
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2)
{
    opacity: 0;
}

.open .toggle_btn span:nth-child(3)
{
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
}


#mask
{
    display: none;
    transition: all .5s;
}

.open #mask
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    opacity: .8;
    z-index: 100;
    cursor: pointer;
}


@media screen and (max-width: 1024px)
{
    header
    {
        height: 64px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
    }

    .header-inner h1
    {
        padding-bottom: 0;
    }

    header h1 img
    {
        height: 30px;
    }

    nav
    {
        right: -80%;
        width: 80%;
    }

    nav .inner
    {
        padding-top: 85px;
    }

    nav .inner ul li a.sp-none
    {
        display: none;
    }

    nav .inner ul li a.pc-none
    {
        display: flex;
    }

    .toggle_btn
    {
        right: 4%;
    }
}

@media screen and (max-width: 500px)
{
    .header-inner
    {
        padding: 15px 3% 7px;
    }

    .header-inner h1 a
    {
        display: inline-block;
        line-height: 1.5;
    }

    .header-inner h1 a.sp-none
    {
        display: none;
    }

    .header-inner h1 p
    {
        font-size: 7px;
        padding-bottom: 0;
    }

    header h1 img
    {
        height: 19px;
    }

    .header-inner .link
    {
        margin-top: 10px;
    }

    .header-inner .link a
    {
        font-size: 11px;
    }

    .header-inner .link a
    {
        width: 44%;
        height: 2em;
        line-height: 2em;
        ;
    }

    .header-inner .link a.left
    {
        width: 56%;
    }

    nav .inner ul li a img
    {
        width: 18px;
    }

    nav .inner ul li a.pc-none,
    nav .inner ul li a
    {
        font-size: 1.2rem;
    }

    .toggle_btn
    {
        width: 35px;
        height: 35px;
        top: 13px;
    }
}

/*検索
------------------------------------------*/
.search
{
    background: #fff;
    padding: 4px;
}

.search .gsc-control-cse
{
    padding: 0.5em 0.5em 0.2em;
}

.search form.gsc-search-box
{
    width: 275px !important;
}

@media screen and (max-width: 500px)
{
    .search form.gsc-search-box
    {
        width: 220px !important;
    }
}

.search table.gsc-search-box
{
    margin: 5px 5% !important;
}

.search form.gsc-search-box
{
    padding-right: 0 !important;
}

.search .gsc-search-button
{
    width: auto;
}

.search .gsc-search-button-v2
{
    padding: 10px 0 !important;
    text-align: center;
    width: 40px;
    background-color: #8cbacf;
    border-color: #8cbacf;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.search .gsc-input-box
{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0;
}

.search table.gsc-search-box td.gsc-input
{
    padding-right: 0;
}

.search table.gsc-search-box td
{
    margin-left: 0;
}

/*フッター
-------------------------------------------*/
footer
{
    background: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 16px 0 35px;
    margin-top: 100px;
    border-top: 1px dotted #8ebcd1;
}

#footer-sns-link-area ul
{
    display: flex;
}

#footer-tamahome-link-area .link-box
{
    display: flex;
}

.link-item
{
    font-size: 1.1rem;
    color: #8ebcd1;
}

.link-item .top-btn
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8ebcd1;
    color: #fff;
    width: 96px;
    height: 32px;
    margin-left: 1rem;
}

@media screen and (max-width: 1024px)
{
    footer
    {
        margin-top: 50px;
        padding: 23px 0 35px;
    }

    #footer-sns-link-area
    {
        display: none;
    }

    #footer-tamahome-link-area,
    #footer-tamahome-link-area .link-box,
    .link-item
    {
        width: 100%;
        text-align: center;
    }

    .link-item a
    {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .link-item a img
    {
        width: 12px;
        height: 12px;
        margin-right: 5px;
    }
}

/*コンテナ
-------------------------------------------*/
.container
{
    max-width: 1024px;
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}


/*最上部画像
-------------------------------------------*/
.main
{
    position: relative;
    margin-top: 112px;
}

.main .container
{
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.main .container img
{
    width: 39.4rem;
}

@media screen and (max-width: 1500px)
{
    .main .container img
    {
        width: 30vw;
        max-width: 292px;
    }
}

@media screen and (max-width: 1024px)
{
    .main
    {
        margin-top: 85px;
    }

    .main .container
    {
        top: 8%;
    }

    .main .container img
    {
        width: 75vw;
        margin: 0 auto;
    }
}

/*紹介
-------------------------------------------*/
#intro
{
    background: #FFF;
    padding: 160px 0 70px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 3;
}

#intro .sns
{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#intro .sns a
{
    margin: 0 10px
}

@media screen and (max-width: 1024px)
{
    #intro
    {
        background: #fff;
        padding: 77px 0 35px;
        font-size: 1.6rem;
        line-height: 2;
    }

    #intro .sns
    {
        margin-top: 32px;
    }
}

/*ワンモアベイビーCafe
-------------------------------------------*/
#cafe
{
    position: relative;
    background: #7CCCF1;
    padding: 120px 0 90px;
}

#cafe .bosyu
{
    position: absolute;
    top: 50px;
    right: 13%;
    width: 140px;
    height: 140px;
}

#cafe .container
{
    width: 100%;
}

#cafe .title
{
    width: 830px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff;
}

#cafe h2
{
    font-size: 2rem;
    font-weight: 500;
    padding-bottom: 25px;
}

#cafe h2 span
{
    font-size: 3.8rem;
    font-weight: 500;
    display: block;
}

#cafe .form
{
    margin-top: 25px;
}

#cafe .categoy
{
    background: #E3F5FD;
    padding: 59px 5.2rem 20px;
    margin-top: 80px;
}

#cafe .categoy h2
{
    width: 149px;
    margin: 0 auto 19px;
}

.box .btn
{
    transition: all .5s ease;
}

.box.open .btn
{
    transform: rotate(180deg);
}

.box
{
    margin: 20px 0;
    border: 1px solid #7CCCF1;
    border-radius: 5px;
    background: #F5F5F5;
}

.box h3
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 63px;
    background: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 2rem;
    font-weight: 500;
    padding: 0 2rem;
}

.box.open h3
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid #7CCCF1;
}

.q-area
{
    display: none;
    padding: 0 1rem;
    transition: all .5s ease;
}

.q-area.open
{
    display: block;
}

.box .q-area .question
{
    background: #F5F5F5;
    padding: 27px 4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CECECE;
    transition: all .5s ease;
}

.box .q-area:last-child .question
{
    border: none;
}

.box .question
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.box .question .left
{
    width: 17%;
}

.box .question .left img
{
    width: 107px;
    height: 89px;
    object-fit: cover;
    border-radius: 5px;
}

.box .question .right
{
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box .question .right .txt
{
    display: flex;
    padding-right: 5%;
    width: 75%;
}

.box .question .right .txt p
{
    line-height: 2;
    font-weight: 500;
}

.box .question .right .txt img
{
    width: 39.12px;
    padding-right: 1.2rem;
    margin-bottom: 2rem;
}

.box .question .right a
{
    width: 144px;
}

#cafe #onayami
{
    background: #E3F5FD;
    padding: 34px 5.2rem 63px;
}

#cafe #onayami .wt
{
    background: #fff;
    padding: 4rem 3.7rem;
    border-radius: 9px;
    border-image: url(../img/supoort/dots.svg) 27 space;
}

#cafe #onayami .wt a
{
    width: 25.9rem;
    margin: 30px auto 0;
}

#cafe #onayami .pc-none
{
    margin: 0 auto;
}

@media screen and (max-width: 1024px)
{
    #cafe
    {
        padding: 52px 0 0;
    }

    #cafe .bosyu
    {
        top: 20px;
        right: 8%;
        width: 15vw;
        height: 15vw;
        z-index: 2;
    }

    #cafe .categoy
    {
        padding: 7%;
    }

    #cafe .title
    {
        position: relative;
        display: block;
        width: 75%;
        padding-right: 0;
        text-align: center;
        z-index: 1;
    }

    #cafe .title img
    {
        max-width: 345px;
        width: 100%;
    }

    #cafe .txt
    {
        width: 100%;
    }

    #cafe h2
    {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.8rem;
        text-align: center;
    }

    #cafe .pc-none a
    {
        display: block;
    }

    .box .question .txt
    {
        align-items: flex-start;
    }

    #cafe h2 span
    {
        font-size: 2.5rem;
    }

    .box .q-area .question
    {
        align-items: flex-start;
    }

    .box .question .left
    {
        width: 32%;
    }

    .box .question .right
    {
        width: 68%;
        display: block;
    }

    .box .question .right .txt
    {
        width: 100%;
        padding-right: 0;
    }

    .box .question .right .txt img
    {
        width: 25px;
        padding-right: 0.5rem;
    }

    .box .question .right .txt p
    {
        line-height: 1.4;
    }

    .box .question .right a
    {
        margin-left: 25px;
        margin-top: 10px;
    }

    #cafe #onayami
    {
        padding: 0 7% 5.7rem;
    }

    #cafe #onayami .wt a
    {
        width: 100%;
        text-align: center;
    }

    #cafe .categoy
    {
        margin-top: 48px;
        padding: 40px 7% 35px;
    }

    #cafe .categoy h2
    {
        width: 126px;
        margin: 0 auto;
        padding-bottom: 38px;
    }

    .box
    {
        margin: 10px 0;
    }

    .box h3
    {
        font-size: 1.8rem;
        height: 57px;
    }

    #cafe #onayami .wt
    {
        padding: 2.7rem 2rem;
    }

    .box .question
    {
        padding: 0 3%;
    }

    .q-area
    {
        padding: 0 4%;
    }

    .box .q-area .question
    {
        padding: 2rem 0;
    }

    .box .question .left img
    {
        width: 80px;
        height: 110px;
    }

    .box .question .right .txt img
    {
        margin-bottom: 0;
        margin-top: 4px;
    }
}

@media screen and (max-width: 500px)
{
    #cafe .bosyu
    {
        width: 90px;
        height: 90px;
    }

    #cafe #onayami .wt a
    {
        width: 90%;
    }

    .box .question .right
    {
        width: 64%;
    }

    .box .question .right .txt img
    {
        width: 20px;
    }

    .box .question .right .txt p
    {
        font-size: 1.4rem;
    }

    .box .question .right a
    {
        margin-left: 5%;
        width: 80%;
    }

    .box .btn
    {
        width: 17px;
        height: 17px;
    }

    #cafe .title img
    {
        width: 85%;
    }
}

/*カウンセラー紹介
-------------------------------------*/
#counselor
{
    background: #7CCCF1;
    padding-bottom: 90px;
}

#counselor h2
{
    text-align: center;
    padding-bottom: 32px;
}

#counselor .title
{
    color: #fff;
    text-align: center;
    line-height: 1.8;
}

#counselor .slider
{
    position: relative;
    margin-top: 50px;
}

.next-arrow
{
    position: absolute;
    top: 46%;
    right: calc((100vw - 1024px) / 2.1);
}

.prev-arrow
{
    position: absolute;
    top: 46%;
    left: -24.5px;
    z-index: 2;
}

#counselor .slick-track
{
    display: flex;
}

#counselor .slider.pc-none
{
    display: none;
}

#counselor .slider.sp-none
{
    display: block;
    margin-left: calc((100vw - 1024px) / 2);
}

#counselor .slider .item
{
    width: 345px;
    border-radius: 5px;
    margin-right: 17px;
}

#counselor .slider .top
{
    display: flex;
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#counselor .slider .top .left
{
    width: 137px;
    height: 156px;
}

#counselor .slider .top .left img
{
    width: 137px;
    height: 156px;
    object-fit: cover;
    border-top-left-radius: 5px;
}

#counselor .slider .bottom
{
    position: relative;
    height: 209px;
    display: flex;
    background: #F5FBFD;
    padding: 1.5em 0.8em 1.5em 1em;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#counselor .slider .bottom p
{
    font-weight: 400;
    font-size: 16px;
}

#counselor .slider .top .right
{
    padding: 21.77px 14.52px 0 21.77px;
    width: calc(100% - 137px);
    height: 156px;
}

.enname
{
    color: #7CCCF1;
    font-size: 14px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}

.name
{
    font-size: 23px;
    font-weight: 400;
}

.job
{
    font-size: 13.5px;
    color: #B1B1B1;
    margin-top: 5px;
}

.job p
{
    line-height: 1.4;
    font-weight: 400;
}

.slick-slide img.pc-none
{
    display: none;
}

#counselor .slider .bottom .btn3
{
    position: absolute;
    bottom: 21px;
    right: 22px;
    width: 21px;
    height: 21px;
}

@media screen and (max-width: 1024px)
{
    #counselor
    {
        padding-bottom: 6.5rem;
    }

    #counselor h2
    {
        padding-top: 47px;
    }

    #counselor h2 img
    {
        width: 142px;
    }

    #counselor .slider.pc-none
    {
        display: block;
        padding-left: 0;
        width: 85%;
        margin: 0 auto;
    }

    #counselor .slider.sp-none
    {
        display: none;
    }

    #counselor .slider .item
    {
        width: 100%;
        margin-bottom: 20px;
    }

    #counselor .slider .item .top
    {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #counselor .slider .item.open .top
    {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #counselor .slider .item .bottom
    {
        display: none;
    }

    #counselor .slider .item.open .bottom
    {
        display: flex;
        height: auto;
    }

    #counselor .slider .top .left
    {
        width: 137px;
    }

    #counselor .slider .item .top .left img
    {
        width: 100%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    #counselor .slider .item.open .top .left img
    {
        border-bottom-left-radius: 0px;
    }

    #counselor .slider .top .right
    {
        position: relative;
        width: calc(100%-137px);
        height: 156px;
        padding: 22px 33px;
    }

    #counselor .slider .item .top .right img
    {
        position: absolute;
        right: 19px;
        bottom: 10px;
        width: 21px;
        height: 21px;
    }

    #counselor .title
    {
        display: block;
        width: 85%;
        margin: 0 auto 38px;
    }

    .enname
    {
        font-size: 14px;
    }

    .job
    {
        margin-top: 5px;
        line-height: 1.4;
    }

    .slick-slide img.pc-none
    {
        display: block;
    }
}

@media screen and (max-width: 500px)
{
    #counselor .slider .top .left
    {
        width: 35.43%;
    }

    #counselor .slider .top .right
    {
        width: 64.57%;
        height: 156px;
        padding: 16px 19px 0 16px;
    }

    .enname
    {
        font-size: 13px;
    }

    .name
    {
        font-size: 18px;
    }

    .job p
    {
        line-height: 1.33;
        letter-spacing: 0;
    }

    #counselor .slider .item.open .top .right img
    {
        width: 17px;
        height: 17px;
    }
}

/*カウンセラーモーダル
-------------------------------------------*/
.modal_bg
{
    display: none;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 7000;
}

.modal_box
{
    position: fixed;
    z-index: 7777;
    display: none;
    width: 85%;
    max-width: 512px;
    margin: 0;
    padding: 26px 35px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
}

.mo-img
{
    width: 94px;
    height: 105px;
    border-radius: 5px;
    object-fit: cover;
    display: block;
    margin: 0 auto 5px;
}

.mo-enname
{
    color: #7CCCF1;
    text-align: center;
    font-size: 14px;
    font-family: 'EB Garamond', serif;
    font-weight: 500;
}

.mo-name
{
    font-size: 18px;
    text-align: center;
}

.mo-job
{
    font-size: 14px;
    color: #B1B1B1;
    margin: 19px 0 14px;
}

.mo-prof
{
    height: 100.86px;
    overflow-y: scroll;
    font-size: 14px;
    padding: 19px 21px;
    background: #F5FBFD;
}

.modal_close
{
    position: absolute;
    top: 23px;
    right: 25px;
}

.modal_close img
{
    width: 29.25px;
    height: 29.25px;
}

@media screen and (max-width: 600px)
{
    .modal_box
    {
        max-height: auto;
        padding: 27px 20px;
    }

    .modal_close img
    {
        top: 5%;
        right: 5%;
    }
}

/*おすすめコンテンツ
-------------------------------------------*/
#recomended
{
    padding: 78px 0;
    text-align: center;
}

#recomended .top
{
    display: flex;
    align-items: center;
    margin: 55px auto 10px;
    border-radius: 5px;
    border: 1px solid #7CCCF1;
}

#recomended .top .left
{
    width: 45%;
    background: #E3F5FD;
    text-align: center;
    padding: 4.6rem 4.4rem;
}

#recomended .top .left img
{
    width: 100%;
}

#recomended .top .right
{
    width: 55%;
    padding: 0 5.7rem;
    text-align: left;
}

#recomended .top .right p
{
    line-height: 2;
    font-weight: 400;
}

#recomended .top .right a
{
    padding-top: 26px;
}

#recomended .bottom
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#recomended .bottom .item
{
    position: relative;
    display: flex;
    align-items: center;
    width: 32.7%;
    height: 131px;
    border-radius: 5px;
    border-top: 1px solid #7CCCF1;
    border-right: 1px solid #7CCCF1;
    border-bottom: 1px solid #7CCCF1;
    margin-bottom: 10px;
}

#recomended .bottom .left
{
    width: 129px;
    height: 131px;
    border-top: 1px solid #7CCCF1;
    border-left: 1px solid #7CCCF1;
    border-bottom: 1px solid #7CCCF1;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#recomended .bottom .left img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#recomended .bottom .right
{
    width: calc(100% - 129px);
    text-align: left;
    padding: 1.5rem 1rem 1rem;
}

#recomended .bottom p
{
    font-size: 1.3rem;
    font-weight: 400;
    padding-bottom: 0.5rem;
    letter-spacing: 0;
}

#recomended .bottom h3
{
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3;
    color: #5BBBE8;
}

.btnzone
{
    position: absolute;
    content: '';
    bottom: 10px;
    right: 10px;
}

.btnzone img
{
    width: 21px;
    height: 21px;
}

@media screen and (max-width: 1024px)
{
    #recomended
    {
        padding: 4.5rem 0;
    }

    #recomended h2 img
    {
        width: 172px;
        padding: 0;
    }

    #recomended .top
    {
        display: block;
        margin: 34px auto 10px;
    }

    #recomended .top .left
    {
        width: 100%;
        padding: 2.2rem 2rem;
    }

    #recomended .top .right
    {
        width: 100%;
        padding: 6% 5% 9%;
    }

    #recomended .top .right a
    {
        text-align: center;
    }

    #recomended .top .right p
    {
        line-height: 1.7;
    }

    #recomended .bottom
    {
        display: block;
    }

    #recomended .bottom .item
    {
        width: 100%;
    }
}



@media screen and (max-width: 500px)
{
    #recomended .top .right a
    {
        width: 87%;
        margin: 0 auto;
    }

    .btnzone img
    {
        width: 17px;
        height: 17px;
    }
}