@charset "UTF-8";
/*
Them Name: craft_hamamatsu
Version: 3.0
*/


/* 共通 */
:root {
    --white: #fff;
    --milk: #FFFEF6;
    --lightPink: #FFB0AC;
    --hotPink: #FFACA8;
    --pink: #EE827C;
    --lightYellow: #FFDE62;
    --yellow: #FCC800;
    --gray: #cacaca;
    --darkGray: #696969;
    --black: #404040;
    --title: "Zen Maru Gothic", serif;
}

html {
    font-size: 100%;
}

body {
    font-size: 90%;
    width: 100%;
    height: auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

.wrapper {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 3vw;
}

.nav {
    position: relative;
    font-family: var(--title);
    font-size: 150%;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    color: #404040;
}
.nav a {
    color: #404040;
}

.cont-title {
    font-size: 220%;
    font-family: var(--title);
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.1vw;
    color: var(--black);
}

/* タイトルの装飾 */
.content .cont-title {
    text-align: center;
}
.content .cont-title .marker {
    padding-bottom: 1px;
    background: linear-gradient(transparent 70%, var(--lightYellow) 30%);
}

.jump {
    font-size: 150%;
    font-family: var(--title);
    font-weight: 400;
    font-style: normal;
    color: var(--black);
}

.text {
    font-size: 1.1rem;
}

.toptitle{
    font-size: 2.2rem;
}

.size {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.sp-br {
    display: inline-block;
}
/* ぼかし用css */
.mainblur {
    filter: blur(8px);
}

/* ボタン一覧 */
.light-w {
    transition: all .2s;
}
.light-w:hover {
    opacity: 0.5;
    transition: all .3s;
}
.push {
    transition: all .3s;
}
.push:hover {
    transform: scale(1.02);
    transition: all .3s;
}

.btn06 {
    position: relative;
    display: inline-block;
    background: var(--white);
    padding: 10px 50px 10px 40px;
    border: var(--black) 1px solid;
    border-radius: 50px;
    text-align: center;
    /* アニメーション */
    transition: ease .2s;
}
.btnarrow1::after {
    content: '';
    position: absolute;
    top: 42%;
    right: 20px;
    /* 矢印 */
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--black);
    border-right: 1px solid var(--black);
    transform: rotate(45deg);
    transition: all 0.3s;
}
.btnarrow1:hover:after {
    right: 15px;
}


.btn {
    padding: 3vw;
    border: var(--pink) solid 2px;
    border-radius: 50px;
    background: var(--white);
    transition: all .3s;
}
.btn span {
    color: var(--pink);
    font-family: var(--title);
    font-weight: 600;
}

.btn:hover {
    border: var(--white) solid 2px;
    background: var(--pink);
}
.btn:hover span {
    color: var(--white);
}


@media (max-width: 800px) {
    .sm-cont-title {
        font-size: 2.2rem;
        font-family: var(--title);
        font-weight: 400;
        font-style: normal;
        line-height: 4.5rem;
    }

    .jump {
        font-size: 175%;
        font-family: var(--title);
        font-weight: 400;
        font-style: normal;
    }

}


/*下層ページ共通
-----------------------------------------------------------*/

/* menu部分 */
#milk {
    background: var(--milk);
}
#white {
    background: var(--white);
}

#menu .top {
    text-align: center;
    padding: 5vw 0 10vw;
}
#menu .top img {
    width: 6vw;
}

#menu .cont-title {
    font-size: 2.3rem;
    margin-top: 4vw;
}

#menu .menu-list {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-list li {
    background: var(--white);
    margin-right: 2vw;
    border: var(--darkGray) solid 3px;
    border-bottom: none;
    border-radius: 25px 25px 0 0;
    width: calc(100% / 4);
    text-align: center;

    transform: translateY(1vw);
    transition: all .5s;
}
.menu-list li:nth-of-type(1) {
    margin-left: 2vw;
}
.menu-list a {
    color: var(--black);
    font-family: var(--title);
    display: block;
    font-weight: 500;
    font-size: 160%;
    padding: 2.5vw 1.2vw 3vw;
}

.menu-list .current-menu-item {
    background: var(--hotPink);
    border: var(--hotPink) solid 2px;
}
.menu-list .current-menu-item a {
    color: var(--white);
}

.menu-list li:hover {
    transform: translateY(calc(0vw + 1px));
    transition: all .5s;
}

.menu-bottom {
    position: absolute;
    content: '';
    width: 100%;
    height: 3vh;
    background: var(--hotPink);
}

/* コンテンツ幅とか */
.content {
    margin: 20vh auto 25vh;
    text-align: left;
    width: 80%;
    margin-bottom: 25vh;
}
.content .text {
    color: var(--black);
    line-height: 3rem;
}

/* タイトルの装飾 */
.content .wp-block-heading {
    text-align: center;
}
.content .wp-block-heading.marker {
    padding-bottom: 1px;
    background: linear-gradient(transparent 70%, var(--lightYellow) 30%);
}


/* 箇条書き */
.content .sub-title {
    position: relative;
    display: inline;
    font-family: var(--title);
    color: var(--black);
    font-size: 200%;
    border-bottom: var(--darkGray) 1px solid;
    padding-bottom: 0.5vw;
    font-weight: 500;
}

.list-p li {
    display: flex;
    justify-content: left;
    align-items: end;
}
.list-p .sub-title {
    margin-left: 10px;
    font-weight: 400;
}
.list-p img {
    transform: translateY(7px);
}

.list-p .text {
    margin-top: 1.5vw;
    margin-left: 70px;
}

@media (max-width:1200px) {
    /* コンテンツ幅 */
    .content {
        width: 90%;
    }

    .menu-list li {
        border-radius: 20px 20px 0 0;
        border: var(--darkGray) solid 2px;
        border-bottom: none;
    }
    .menu-list a {
        font-size: 110%;
    }
}


@media (max-width:800px) {
    /* menu部分 */
    #menu .top {
        padding-top: 18vw;
        padding-bottom: 25vw;
    }
    #menu .short {
        margin-bottom: 0;
        padding-bottom: 25vw;
    }
    #menu .top img {
        width: 20vw;
    }

    #menu .menu-list {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 0;
        padding-bottom: 0;
    }

    .menu-list li {
        display: none;
        margin-right: 0;
        border: none;
        background: none;
        width: 100%;
        text-align: center;
    
        transform: 0;
        transition: all .5s;
    }
    .menu-list li:nth-of-type(1) {
        margin-left: 0;
    }

    .menu-list .jump {
        display: inline;
        font-size: 120%;
        padding-bottom: 3px;
    }
    .menu-list li:nth-of-type(2) .jump {
        font-size: 110%;
    }
    
    .menu-list .mainpage {
        background: none;
        border: none;

    }
    .menu-list .mainpage .jump {
        border-bottom: var(--pink) 2px dashed;
        color: var(--black);
    }
    
    .menu-list li:hover {
        transform: translateY(-15px);
    }

    #menu .cont-title {
        font-size: 2.2rem;
    }
    

    /* コンテンツ幅 */
    .content {
        margin: 15vh auto 20vh;
        width: 100%;
    }
    .content .cont-title {
        font-size: 190%;
        margin-bottom: 5vw;
    }
    .content .text {
        padding: 15vw;
        font-size: 110%;
        line-height: 2.5rem;
    }
    .wrapper {
        padding: 0 5vw;
    }


    /* 箇条書き */
    .content .sub-title {
        font-size: 150%;
        padding-bottom: 1vw;
    }

    .list-p .sub-title {
    margin-left: 10px;
    }
    .list-p img {
        width: 40px;
    }

    .list-p .sub-title::before,
    .list-p .sub-title::after {
    width: 35px;
    height: 35px;
    } 
    .list-p .sub-title::before {
    background: var(--lightPink);
    bottom: -5px;
    left: -40px;
    }
    .list-p .sub-title::after {
    border: var(--darkGray) solid 1px;
    left: -45px;
    bottom: 0;
    }
    .list-p .text {
    margin-left: 50px;
    padding: 0;
    }
}




/* 準備中 (変更前)
-------------------------------------------*/
#content {
    padding: 300px 0 300px;
    text-align: center;
}

#content h1 {
    margin-bottom: 50px;
    color: var(--black);
}

#content .back {
    text-align: center;
    display: inline-block;
}
#content .text {
    text-decoration: solid;
}

/* 
ヘッダー 
---------------------------------------------------------------------*/
header {
    background-color: var(--milk);
    height: 15vh;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2.5vh;
}

.header-content .site-title {
    line-height: 1px;
    width: 13vw;
}

#h-nav {
    display: block;
}

.header-content .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content .nav-menu li  {
    position: relative;
    display: inline-black;
    margin: 0 2vw;
    color: var(--black);
}

.header-content .nav-menu li a {
    font-size: 1.2rem;
}
.header-content .nav-menu li::after {
    position: absolute;
    content: "";
    background: var(--pink);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: ease-in-out 0.2s;
}
.header-content .nav-menu li:hover::after {
    border-radius: 20px;
    width: 98%;
    height: 2px;
}

/*  サブメニュー */
.header-content .nav-menu li > .sub-menu {
    position: absolute;
    width: max-content;
    white-space: nowrap;
    border: 2px solid var(--darkGray);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 4px 4px 0px var(--lightPink);
    left: 0;
    top: 2.5vw;
    z-index: 10;

    /* 非表示 */
    visibility: hidden;
	opacity: 0;
    transition: ease-out 0.2s;
}
/* hoverで表示 */
.header-content .nav-menu li:hover > .sub-menu,
.header-content .nav-menu li:active > .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: ease-in 0.2s;
    transition-delay: 0.1s;
}


.header-content .nav-menu li > .sub-menu li {
    text-align: left;
    margin: 0;
    border-bottom: 1px solid var(--black);
}
.header-content .nav-menu li > .sub-menu li:last-of-type {
    border-bottom: none;
}
.header-content .nav-menu li > .sub-menu li::after {
    position: unset;
}

.header-content .nav-menu li > .sub-menu li a {
    padding: 1vw;
    width: 100%;
    font-weight: 400;
    display: block;
}


@media (max-width: 1200px) {
    header #h-nav {
        display: none;
    }
}

/* ハンバーガーメニュー & スマホ */
.openbtn,
#g-nav {
    display: none;
}
@media (max-width: 1200px) {
    .openbtn {
        display: block;
    }

    #g-nav {
    display: block;
    position: fixed;
    z-index: 999;
    /* ナビのスタート位置と形状 */
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background: var(--milk);
    transition: all .6s;
    /*
    box-shadow: -6px 0px 6px 0px #a8a8a8;
    */
   }
   #g-nav.panelactive {
    right: 0;
   }
   /* 縦スクロール */
   #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    padding-top: 10vh;
    padding-left: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
   }

   /* ナビゲーション */
   .header-content .nav {
    display: inline-block;
    padding-bottom: 3px;
   }
   .header-content li {
    margin: 0;
   }
   .header-content .nav::after {
    width: 100%;
    border-radius: 5px;
    height: 2px;
    background: var(--lightPink);
   }
   .header-content .nav:hover::after {
    width: 100%;
    height: 2px;
    border-radius: 5px;
   }


   #g-nav-list .nav {
    text-align: left;
    border-bottom: 2px solid var(--lightPink);
   }
   #g-nav-list ul {
    flex-direction: column;
    align-items: start;
   }

   #g-nav-list .header-item {
    margin-bottom: 3vw;
    
   }
   #g-nav-list .header-item ul {
    margin-top: 15px;
    margin-left: 10px;
   }

   #g-nav-list .header-item:last-of-type ul {
    margin: 0;
    display: flex;
   }
   #g-nav-list .header-item:last-of-type li {
    margin-bottom: 3vw;
   }
   #g-nav-list .header-item:last-of-type a {
    padding: 0;
   }

   #g-nav li a {
    color: var(--black);
    padding: 10px 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 10%;
   }


   /*ボタンのためのcss*/
   .openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: fixed;
    z-index: 9999;
    top: 3vh;
    right: 1vw;
	cursor: pointer;
    width: 70px;
    height: 70px;
	border-radius: 5px;
    }

    /*ボタン内側*/
    .openbtn span{
        display: inline-block;
        transition: all .4s;/*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background: var(--black);
        width: 45%;
    }

    .openbtn span:nth-of-type(1) {
        top:15px;	
    }

    .openbtn span:nth-of-type(2) {
        top:23px;
    }

    .openbtn span:nth-of-type(3) {
        top:31px;
    }

    /*activeクラスが付与されると線が回転して×に*/

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;/*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

}


/* スマホ */
@media (max-width:800px) {

    header {
        height: 10vh;
    }
    .header-content {
        margin-top: 0;
    }
    .header-content .site-title {
        width: 30vw;
    }

    .header-content .openbtn {
        top: 1vh;
    }
    #g-nav {
        width: 100%;
    }

    #g-nav-list {
        padding-top: 5vh;
    }
    #g-nav-list .header-item {
        margin-bottom: 5vh;
    }

    #g-nav-list .header-item:last-of-type .nav {
        margin-bottom: 5vh;
    }
}


/* LINE登録ボタン
----------------------------*/
#line,
#line a {
    position: fixed;
    right: 0.8vw;
    bottom: 0.8vw;
    line-height: 1rem;
    font-family: var(--title);
    background: var(--milk);
    color: var(--black);
    border: solid 2px #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    z-index: 100;
}

#line {
    padding: 0.8vw;
}

#line .touroku{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#line .sumaho {
    width: 50px;
}

#line .text {
    font-size: 1.25rem;
    line-height: 2rem;
    padding-left: 10px;
}

@media (min-width: 800px) {
    #sm-line {
        display: none;
    }
}


@media (max-width: 1200px) {

    #line .sumaho {
        width: 4vw;
    }

    #line .text {
        font-size: 110%;
        padding-left: 1vw;
    }

}

@media (max-width: 800px) {
    /* スマホ用 登録ボタン（画面下）*/
    #sm-line {
        position: fixed;
        z-index: 120;
        background: var(--milk);
        width: 100%;
        height: 10vh;
        bottom: 0;
        border-radius: 20px 20px 0 0;
        box-shadow: 0px -10px 10px -6px rgba(150, 150, 150, 0.3);
    }

    #sm-line .touroku {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3.5vw;
    }

    #sm-line .sumaho {
        width: 9vw;
    }
    #sm-line .text {
        color: var(--black);
        font-family: var(--title);
        font-size: 150%;
        font-weight: 600;
        padding-left: 3vw;
    }

    #line {
        display: none;
    }

    /* アニメーション用css */
    .fadeOutTrigger {
        opacity: 1;
    }

    .fadeOut {
        animation-name: fadeOutAnime;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        opacity: 1;
    }
    @keyframes fadeOutAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        to {
            opacity: 0;
            transform: translateY(500px);
        }
    }

}


/* メインビジュアル
---------------------------- */
#mainvisual {
    position: relative;
    margin: 0 auto;
}

#mainvisual .pc-phot {
    width: 100%;
    left: 0;
}




@media (min-width:800px) {
    #mainvisual .sm-phot {
        display: none
    }
}
@media (max-width: 800px) {
    #mainvisual .pc-phot {
        display: none;
    }

    #mainvisual {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #mainvisual .sm-photo {
        max-width: 800px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 0;
    }
}



/* 私たちについて
---------------------------- */
#about {
    position: relative;
    background-color: var(--lightPink);
    color: #fff;
    padding-top: 10vh;
    padding-bottom: 45vh;
}

#about .wrapper {
    text-align: center;
}

#about a {
    color: #fff;
}

#about img {
    width: 5vw;
    margin: 50px 0 60px;
}
#about .cont-title{
    color: var(--white);
}
#about span {
    display: inline-block;
    color: var(--yellow);
    text-shadow: 
    2px  2px 1px var(--white),
   -2px  2px 1px var(--white),
    2px -2px 1px var(--white),
   -2px -2px 1px var(--white),
    2px  0px 1px var(--white),
    0px  2px 1px var(--white),
   -2px  0px 1px var(--white),
    0px -2px 1px var(--white);  
}

#about .text {
    width: 590px;
    margin: 9vh auto;
    text-align: left;
    line-height: 3rem;
}

#about .btn06 {
    border: none;
}
#about .jump  {
    font-size: 120%;
}

@media (min-width: 800px) {
    #about .sm-cont-title {
        display: none;
    }
}

@media (max-width: 800px) {
    #about {
        padding-top: 10vh;
    }
    #about .cont-title {
        display: none;
    }

    #about .wrapper {
        margin-top: 0;
    }

    #about img {
        width: 23vw;
        margin: 5vh 0;
    }

    #about .text {
        width: auto;
        margin: 5vh 2vw 3vh;
    }
}  


/* 学習について
--------------------------------------- */
#yellow {
    padding-top: 10vh;
    background: var(--lightYellow);
    color: var(--black);
}

.learning {
    background-color: var(--white);
    border: 2px solid var(--black);
    width: 70vw;
    padding: 0;
    border-radius: 50px 50px 0 0;
    margin-bottom: 3vh;
}

.learning .cont-title {
    position: relative;
    font-size: 300%;
    padding: 2vh 2vh 2vh 4vw;
}
.learning .cont-title::before {
    position: absolute;
    content: '';
    background-color: var(--pink);
    height: 1.5vh;
    width: 1.5vh;
    border-radius: 50%;
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
}

.learning .learn01-cont {
    display: flex;
    justify-content: space-between;
    padding: 7vh 3vw;
    border-top: var(--black) dashed 2px;
}

.learning .text {
    width: 50%;
    padding: 0 3vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.learning .text p {
    line-height: 3rem;
}

.learning .phot {
    width: 45%;
}

.learning .phot img {
    width: 80%;
    border: var(--white) solid 2px;
    border-radius: 10px;
    box-shadow: 13px 13px 0px 0px var(--pink);
}




/* sp */
@media (max-width:1200px) {
    #yellow {
        padding-top: 5vh;
    }
    .learning {
        width: 90vw;
    }
    
    .learning .cont-title {
        padding: 2vw 2vw 2vw 6vw;
    }
    .learning .cont-title::before {
        left: 3vw;
    }

    .learning .learn01-cont {
        padding: 5vw 3vw;
    }

    .learning .btn-center {
        margin-top: 5vw;
    }

}

@media (max-width: 800px) {

    .learning {
        position:relative;
        border-radius: 20px;
        padding: 0 0 20vw;
    }

    .learning .learn01-cont {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        padding: 0 4vw 4vw;
        height: 100%;
    }
    .learning .cont-title {
        font-size: 175%;
        padding: 5vw 2vw 5vw 13vw;
    }
    .learning .cont-title::before {
        left: 6.5vw;
        width: 1.2vh;
        height: 1.2vh;
    }

    .learning .text {
        width: 100%;
        margin: 3vh 0 0 0;
        padding: 0;
        line-height: 2rem;
    }

    .learning .phot {
        width: 100%;
        text-align: center;
    } 
    
    .learning .phot img {
        white: 90%;
        margin: 0;
        margin-bottom: 5vw;
        transform: translate(-5px, -5px);
    }

    .learning .btn06 {
        position:absolute;
        width: 90%;
        bottom: 5vw;
        left: 50%;
        transform: translateX(-50%);
    }

    .learning .jump {
        font-size: 120%;
    }

}


/* 特徴　アクセス
---------------------------------------------- */
.sub-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70vw;
    padding: 0 0 15vw 0;
}

.sub-cont img {
    height: 8vw;
    margin: 5vw 0;
}

.sub-cont .item-u,
.sub-cont .item-a {
    background-color: var(--white);
    border: 2px solid var(--black);
    text-align: center;
    width: 50%;
    padding: 0;
}
.sub-cont .cont-title {
    border-top: dashed var(--black) 2px;
    padding: 5vh 0;
}

.sub-cont .item-u {
    border-radius: 0 0 0 50px;
    margin-right: 1.5vh;
    margin-left:0;
}
.sub-cont .item-a {
    border-radius: 0 0 50px 0;
    margin-left: 1.5vh;
}



/* sp */
@media (max-width: 1200px) {
    .sub-cont {
        width: 90vw;
        padding: 0 0 40vh 0;
    }
    
    .sub-cont img {
        height: 20vh;
        margin: 10vh 0;
    }

}

@media (max-width: 800px) {
    .sub-cont {
        padding-bottom: 20vh;
        flex-direction: column;
    }

    .sub-cont img {
        margin: 0;
        width: 15vw;
        height: auto;
    }
    .sub-cont .cont-title {
        border-top: none;
        padding-left: 6vw;
    }

    .sub-cont .item-u,
    .sub-cont .item-a {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 90vw;
        border-radius: 20px;
        padding: 0 8vw;
    }

    .sub-cont .item-u {
        margin-right: 0;
    }


    .sub-cont .item-a {
        margin: 3vh 0;
    }

}


/* お知らせ
---------------------------------------- */
#milk-top {
    position: relative;
    background-color: var(--milk);
    color: var(--black);
    border-top: 2px solid var(--black);
    padding-bottom: 30vh;
}

#milk-top::before,
#milk-top::after {
    position: absolute;
    content: '';
}
#milk-top::before {
    top: -15vh;
    left: calc(50%);
    transform: translateX(-50%);
    width: 50vh;
    height: 50vh;
    border: 2px solid var(--black);
    border-radius: 50%;
    background: var(--milk);
}
#milk-top::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--milk);
}


.news-top {
    position: relative;
    padding-bottom: 5vh;
    z-index: 10;
}

.news-top .cont-title {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 225%;
    left: 50%;
    transform: translate(-50%, -4vh);
    padding-bottom: 20px;
}
.news-top .cont-title::after {
    position: absolute;
    content: '';
    height: 0.3vh;
    width: 90%;
    background: var(--pink);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.newstop-cont {
    margin: 0 auto;
    width: 80vw;
    padding-top: 2vw;
}

.news-top .nopost-text {
    font-size: 2rem;
    border-bottom: var(--gray) dashed 2px;
    margin: 3vw 10vw 5vw;
}

/* 準備中 
.news-top .text {
    font-size: 2rem;
    border-bottom: var(--gray) dashed 2px;
    margin: 15vh 10vw;
}
*/


/* 記事のタイトル、リンク */

.news-top .blog-cont {
    width: auto;
    margin-top: 50px;
    padding: 100px;
    color: var(--black);
}
.blog-cont .blog-list {
    display: flex;
    justify-content: left;
    align-items: end;
    margin: 0 5vw 3vw;
    padding-bottom: 0.5vw;
    border-bottom: var(--gray) dashed 2px;

}
.blog-cont time {
    font-size: 120%;
    padding: 0 20px;
}
.blog-cont .text {
    font-size: 200%;
    font-family: var(--title);
    padding-left: 30px;
}

.news-top .btn06 {
    transform: translateX(60vw);
}



@media (max-width: 800px) {
    #milk-top {
        padding-bottom: 20vh;
    }

    .news-top {
        padding-bottom: 5vh;
        z-index: 10;
    }
    
    .news-top .cont-title {
        font-size: 220%;
        left: 50%;
        transform: translate(-50%, -7.5vh);
        padding-bottom: 1vh;
    }
    
    
    .newstop-cont {
        width: 90vw;
    }

    /* ボタン */
    .news-top .btn06 {
        position: absolute;
        width: 80%;
        margin-top: 7vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .news-top .btn06 .jump {
        font-size: 120%;
    }

    /* 準備中 
    .newstop-cont .text {
        margin: 1vh 7vw 7vh;
        font-size: 150%;
    }
    */

    /* 記事のタイトル、リンク */
    .news-top .blog-cont {
        margin-top: 30px;
        padding: 0;
    }
    .blog-cont time {
        padding: 0 10px;
    }
    .blog-cont .blog-list {
        flex-direction: column;
        align-items: start;
        margin: 5vh 0 0;
        padding-bottom: 0.5vw;
    }
    .blog-cont .text {
        font-size: 175%;
        font-family: var(--title);
        padding-left: 0;
        padding: 0 10px 10px;
    }
    
}


/* SNS
---------------------------*/
#sns .box {
    position: relative;
    margin: 20vh auto 0;
    width: 80%;
    z-index: 10;
    text-align: center;
    border: var(--black) solid 2px;
    border-radius: 50px;
    background: var(--white);
    box-shadow: 2vh 2vh 0px 0px var(--lightYellow);
}

#sns .cont-title {
    font-size: 2.25vw;
    padding: 2vh 0;
    border-bottom: var(--black) dashed 2px;
}
#sns .sns-box {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: end;
    padding: 10vh 0;
}
#sns a {
    display: block;
}

#sns .sns-item img {
    width: 3vw;
}
#sns .text {
    color: var(--black);
    font-family: var(--title);
    /* font-size: 120%; */
    padding-top: 2vh;
}
#sns .sns-item:nth-of-type(4) img {
    margin-bottom: 1vh;
}


/* sp */
@media (max-width: 800px) {
    #sns .box {
        margin: 40vw auto 0;
        width: 90vw;
        border-radius: 20px;
        box-shadow: 1.5vh 1.5vh 0px 0px var(--lightYellow);
    }
    
    #sns .cont-title {
        font-size: 150%;
        padding: 4vh 0;
    }
    #sns .sns-box {
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
        padding: 4vh 0;
    }
    #sns a {
        display: flex;
        justify-content: left;
        align-items: center;
    }
    
    #sns .sns-item img {
        width: 10vw;
    }
    #sns ul {
        margin-left: 6vw;
    }
    #sns li {
        margin: 3vh 0;
    }
    #sns .text {
        font-size: 120%;
        padding: 0;
        margin: 0 0 0 5vw;
    }
    #sns .sns-item:nth-of-type(4) img {
        margin-bottom: 0;
    }
}


/* 
about
-----------------------------------------------------------------*/
.about {
    margin-top: 2vw;
    margin-bottom: 20vh;
}
.about .text,
.policy .text {
    padding: 4vw 12vw;
}

@media (max-width: 800px) {
    .about {
        margin-bottom: 15vh;
    }

    .about .text,
    .policy .text {
        padding: 5vw;
    }
}

/*
shien
----------------------------------------------------------------*/
.shien .text {
    padding: 4vw 12vw;
}

@media (max-width: 800px) {
    .shien .text {
        padding: 5vw;
    }
}

/*
tokutyou
----------------------------------------------------------------*/
.tokutyou dl {
    display: flex;
    justify-content: center;
    align-items: start;
    margin: 5vh 7vw 6vh;
}
.tokutyou .number {
    -webkit-text-stroke: 1px var(--darkGray);
    color: rgba(0,0,0,.0);
    font-family: var(--title);
    font-size: 1300%;
    font-weight: 500;
    text-shadow: 4px 4px 0 var(--lightPink);
}
.tokutyou dd {
    margin: 70px 0 0 1vw;
    width: 80%;
}
.tokutyou .text {
    margin-top: 3vh;
}


@media (max-width: 800px) {
    .tokutyou dl {
        margin: 5vh 0 7vh;
    }
    .tokutyou .number {
        margin: 0;
        font-size: 500%;
        -webkit-text-stroke: 0.5px var(--darkGray);
        text-shadow: 2px 2px 0 var(--lightPink)
    }
    .tokutyou dd {
        margin-top: 25px;
        margin-left: 0;
    }
    .tokutyou .text {
        padding: 0;
    }
}


/* 
company
-----------------------------------------------------------------*/
.company {
    margin-bottom: 20vh;
}

.company dl {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: var(--gray) 2px dashed;
    margin: 30px;
    padding: 10px;
}
.company dl:first-of-type {
    margin-top: 10vh;
}
.company dt {
    font-size: 100%;
    vertical-align: middle;
    width: 30%;
}
.company dd {
    font-family: var(--title);
    font-size: 120%;
    width: 70%;
    line-height: 2rem;
}
.company a {
    color: var(--black)
}



.group {
    padding: 100px 0;
}
.company-cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10vh 20px;
    margin-bottom: 5vh;
}

.company-cont .company-icon {
    width: 45%;
    height: auto;
    max-width: 1000px;
    aspect-ratio: 4/3;
    object-fit: cover;
    padding: 10px;
    border-radius: 30px;
}
.company-cont ul {
    width: 50%;
    margin: 2vh 0 0 60px;
}

.com-title {
    display: inline;
    font-size: 150%;
    font-family: var(--title);
}

.company-cont li {
    padding: 0;
}
.company-cont li:first-of-type {
    border-bottom: var(--lightPink) 2px dashed;
    margin: 0 0 5vh 0;
    padding: 0 0 10px;
}
.company-cont .text {
    margin-top: 5vh;
    line-height: 2rem;
}
.company-cont .address {
    margin-top: 0;
}


.company-cont .jump {
    font-size: 120%;
}
.company-cont li:last-of-type {
    padding-top: 4vh;
}

/* 写真調整 */
.oyama .company-icon {
    object-position: bottom;
}

.nishioyama {
    object-position: left;
}



@media (max-width:800px) {
    .company {
        margin-bottom: 5vh;
    }
    
    .company dl {
        margin: 30px;
        padding: 0 0 5px 0;
    }
    .company dt {
        padding-right: 5px;
    }
    

    .company-cont {
        flex-direction: column;
        padding: 5vh 0;
        margin-bottom: 5vh;
    }
    
    .company-cont .company-icon {
        width: 100%;
        max-width: 1000px;
        height: 300px;
        padding: 0;
        border-radius: 20px;
    }
    .company-cont ul {
        width: 100%;
        margin: 3vh 0 0 0;
        text-align: center;
    }
    
    .company-cont li {
        margin: 0;
        padding: 0;
    }
    .company-cont li:first-of-type {
        margin: 0 0 5vh 0;
        padding: 0 0 5px;
    }
    .company-cont .com-title {
        line-height: 3rem;
    }
    .company-cont .text {
        text-align: left;
        margin-top: 3vh;
        padding: 0;
    }
    .company-cont .address {
        margin-top: 0;
    }
    
    
    /* 写真調整 */
    .oyama .company-icon {
        object-position: bottom;
    }
    
    .nishioyama {
        object-position: left;
    }
}

/*
use
-------------------------------------------------------------------*/
.use-list  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 10vh 0;
}

.use-list ul {
    position: relative;
    text-align: center;
    width: 20%;
    margin-top: 50px;
}

.use-border {
    position: absolute;
    background-color: var(--lightPink);
    width: 65%;
    height: 3px;
    left: 50%;
    transform: translateX(-50%) translateY(220px);
}

.use-list img {
    width: 170px;
    border-radius: 50%;
    box-shadow: 8px 0 0 0 var(--lightPink);
}
.use-list .text{
    font-size: 175%;
    padding-top: 2vh;
    font-family: var(--title);
    color: var(--black);
}

.use-list .number {
    font-size: 350%;
    font-family: var(--title);
    margin: 3vh auto 0;
    text-align: center;
    color: var(--pink);
}


/* 登録ボタン */
.use-contact {
    margin: 25vh auto 0;
    text-align: center;
    background: var(--hotPink);
    width: 100%;
    padding: 7vh 0 10vh;
}

.use-contact .text {
    margin-bottom: 5vw;
    font-size: 200%;
    color: var(--white);
    font-family: var(--title);
}

.use-contact .btn {
    color: var(--pink);
    font-family: var(--title);
    font-weight: 600;
    font-size: 220%;
    padding: 1.5vw 7vw;
    border-radius: 100px;
}
.use-contact .btn:hover {
    color: var(--white);
}

@media (max-width:1200px) {
    .use-border {
        transform: translateX(-50%) translateY(180px);
    }

    .use-list img {
        width: 140px;
    }
    .use-list .number {
        font-size: 300%;
        margin-top: 2vh;
    }
    .use-list .text {
        font-size: 140%;
        line-height: 2.5rem;
    }
}

@media (max-width:800px) {
    .use {
        padding: 0 30px;
        margin-bottom: 10vh;
    }
    .use-list {
        flex-direction: column;
        justify-content: left;
        margin: 0;
    }
    .use-list ul {
        display: flex;
        justify-content: left;
        align-items: center;
        width: 100%;
        margin: 30px auto;
    }
    .use-list .text {
        font-size: 110%;
        padding: 0 0 0 1vw;
        margin-top: 15px;
        font-size: 125%;
    }

    .use-list img {
        width: 90px;
        box-shadow: 0 8px 0 0 var(--lightPink);
    }
    .use-list .number {
        padding: 0;
        border-radius: 50%;
        margin: 0 2vw 0 3vw;
    }
    
    .use-border {
        width: 2px;
        height: 600px;
        left: 73px;
        transform: translateY(100px);
    }

    /*　登録ボタン */
    .use-contact {
        margin-top: 15vh;
        padding: 5vh 0;
    }
    
    .use-contact .text {
        padding-bottom: 5vw;
        font-size: 150%;
    }
    
    .use-contact .btn {
        font-size: 175%;
        padding: 2.5vw 20vw;
        margin: 30px 0;
    }
    .use-contact .btn:hover {
        color: var(--white);
    }
}

/* 
service
---------------------------------------------------------*/
.service {
    margin: 5vw auto 0;
    width: 70%;
    text-align: left;
}
.service ul {
    margin: 2vw 0 8vw;
}

.service .text {
    line-height: 2rem;
}

@media (max-width:800px) {
    .service {
        width: 100%;
        margin: 0 0 150px;
    }
    .service ul {
        margin: 10vh 0 15vh;
        width: 98%;
    }

    .service .text {
        margin-top: 5vw;
    }

}

/*
access
----------------------------------------------------*/
.content .gaikan {
    position: relative;
    width: 60%;
    margin: 2vw 0 1vw;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

.acc-cont {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    margin: 100px 100px 150px;
}

.acc-cont .list-p {
    margin-right: 1vw;
}
.acc-cont .text {
    margin: 0 0 70px 65px;
}
.acc-cont iframe {
    width: 3 / 4;
}

.transfer ul {
    margin: 3vw 0 70px 60px;
    line-height: 3rem;
}
.transfer li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 110%;
    color: var(--black)
}
.transfer li::before {
    position: absolute;
    content: '';
    width: 0.7vh;
    height: 0.7vh;
    background-color: var(--lightPink);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


@media (min-width:800px) {
    .sm-gaikan {
        display: none;
    }

    .acc-cont {
        margin: 10vw 3vw 7vw;
    }

    .acc-cont .list-p {
        width: 60%;
    }

    .acc-cont .sub-title {
        text-align: left;
    }
}


@media (max-width:800px) {
    .sm-gaikan {
        width: 80%;
        margin: 0 0 50px;
        margin-left: 10%;
    }
    .gaikan {
        display: none;
    }

    .acc-cont {
        flex-direction: column;
        margin: 0 0 150px;
    }

    .access .text {
        margin: 10px 0 70px 50px;
        line-height: 2.5rem;
    }
    
    .transfer ul {
        margin-left: 1vw;
        text-align: left;
        line-height: 2rem;
        margin: 3vw 0;
    }

    iframe {
        margin: 0 auto;
        width: 80%;
        height: 65vw;
    }
}

/*
question
---------------------------------------------------------*/
.que-cont {
    margin: 7vw auto 0;
    width: 75%;
}
.que-cont ul {
    border: var(--black) 2px solid;
    border-radius: 30px;
    margin: 2vw 0 7vw;
    padding: 1.5vw 0;
}
.que-cont li {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 1.5vw;
}
.que-cont li:nth-of-type(1) {
    border-bottom: 2px var(--black) dashed;
    padding-bottom: 1.5vw;
}
.que-cont li:nth-of-type(2) {
    padding-top: 1.5vw;
}

.que-cont .text {
    font-size: 115%;
    line-height: 2rem;
    width: 90%;
}

.que-cont .circle {
    margin-right: 1vw;
    min-width: 50px;
}

.que-cont .q,
.que-cont .an {
    font-size: 220%;
    font-family: var(--title);
    font-weight: normal;
    color: var(--white);
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
}
.que-cont .q {
    background: var(--lightPink);
}
.que-cont .an {
    background: var(--lightYellow);
}

.que-cont .cont-title {
    font-size: 200%;
    text-align: left;
}


@media (max-width:800px) {
    .que-cont {
        margin: 50px auto;
        width: 100%;
    }
    .que-cont ul {
        border-radius: 20px;
        margin-bottom: 10vh;
        padding: 2vh 0;
    }
    .que-cont li {
        padding: 0 2vh;
    }
    .que-cont li:has(.q) {
        align-items: center;
    }
    .que-cont li:has(.an) {
        align-items: start;
    }

    .que-cont li:nth-of-type(1) {
        padding-bottom: 2vh;
    }
    .que-cont li:nth-of-type(2) {
        padding-top: 2vh;

    }
    .que-cont .text {
        padding: 0;
        font-size: 110%;
        line-height: 2.5rem;
        width: 80%;
    }

    .que-cont .circle {
        margin-right: 4vw;
        min-width: 40px;
    }

    .que-cont .q,
    .que-cont .an {
        font-size: 150%;
        width: 40px;
        height: 40px;
        padding-top: 2px;
    }

    .que-cont .an {

    }

    .que-cont .cont-title {
        font-size: 150%;
        margin-bottom: 0;
        line-height: 2rem;
        width: 80%;
    }
}

/*
job
-------------------------------------------------------*/
.learn-cont {
    display: flex;
    justify-content: space-between;
    align-items: start;
    text-align: left;
    margin: 0 50px 6vw;
}
.learn-cont:nth-of-type(2) {
    margin-bottom: 10vw;
}

.learn-cont ul {
    width: 100%;
}
/* 写真なしの指定 */
.learn-cont:has(>img) ul {
    width: 50%;
}


.learn-cont .text {
    line-height: 2rem;
    margin-right: 1vw;
}

.learn-cont .phot {
    width: 50%;
    max-width: 1000px;
    height: 300px;
    object-fit: cover;
    margin: 0 50px 0 0;
}

.job .job-cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 5vw
}

.job .list-p {
    width: 100%;
    margin-top: 5vw;
}

.job .list-p img {
    width: 50px;
}

.job .learn-title {
    color: var(--black);
    font-family: var(--title);
    font-size: 200%;
    display: inline;
    border-bottom: var(--lightPink) 2px solid;
    margin: 3vw 1vw 0;
}

.job .list-p .text {
    width: auto;
}

/* soraのリンク */
.job .sora-cont {
    text-align: right;
    width: 100%;
}
.job .sora-cont p {
    text-align: left;
}
.job .btn06 {
    margin-top: 1vw;
    padding: 0.5vw 2.5vw;
}
.job .btn06 .jump {
    font-size: 1.2rem
}
.job .btnarrow1::after {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

@media (max-width:1200px) {
    .learn-grid {
        padding: 0;
    }
    .learn-cont .list-p {
        width: 55%;
        margin-right: 1vw;
    }
    .learn-cont .text {
        margin-right: 0;
    }
    
    .learn-cont {
        margin: 0 10px 6vw;
    }
    .learn-cont .phot {
        margin: 0;
        margin-left: 1vw;
        width: 45%;
        height: 250px;
    }

    /* soraのリンク */
    .job .btn06 {
        padding: 0.5vw 4vw;
    }
    .job .btn06 .jump {
        font-size: 1rem
    }
}

@media (max-width:800px) {
    .learn-cont {
        flex-direction: column-reverse;
        margin: 5vh 0;
    }
    .learn-cont ul {
        width: 100%;
    }
    .learn-cont:nth-of-type(2) {
        margin-bottom: 20vh;
    }

    .learn-cont .list-p {
        width: 100%;
    }
    .learn-cont .text {
        line-height: 2rem;
        margin-right: 1vh;
    }

    .learn-cont .phot {
        width: 100%;
        max-width: 1000px;
        height: 250px;
        object-fit: cover;
        padding: 0 30px;
        margin-bottom: 40px;
    }


    .job .job-cont {
        width: 100%;
        margin: 0;
        padding-top: 5vw
    }

    .job .list-p {
        margin-top: 10vw;
    }

    .job .list-p img {
        width: 40px;
    }
    .job .list-p p {
        padding-right: 3vw;
    }
    .job .learn-title {
        font-size: 175%;
        margin: 25px 0 15px 5px;
        padding-left: 0;
    }

    /* soraのリンク */
    .job .sora-cont {
        text-align: left;
    }
    .job .btn06 {
        margin-top: 3vw;
        padding: 0.5vw 9vw;
        width: 95%;
    }
}

/*
learn-content
-------------------------------------------------------------*/
.learn-br {
    font-size: 80%;
}

.learn-cont-ex {
    margin: 0 5vw 6vw;
}

.learn-cont-ex .item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    margin-bottom: 6vw;
}

.learn-cont-ex .list-p {
    width: 60%;
    padding-right: 1vw;
}

.learn-cont-ex .jump {
    position: absolute;
    display: inline;
    padding-bottom: 10px;
    border-bottom: var(--pink) 2px solid;
    left: 50%;
    transform: translateX(-50%) translateY(-1vw);
    margin-bottom: 5vw;
}

/* 写真の場合はwidth50% */
.learn-cont-ex .phot {
    width: 40%;
    padding: 0 10px;
}


@media (max-width:800px) {
    .learn-cont-ex .item {
        flex-direction: column;
        margin: 0;
        padding-top: 0;
    }
    .learn-cont-ex .list-p {
        width: 100%;
    };

    .learn-cont-ex .text {
        line-height: 2rem;
    }

    .learn-cont-ex .phot {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
    }

    .learn-cont-ex .jump {
        font-size: 150%;
        margin-top: 6vh;
    }
}

/*
news
---------------------------------------------------------*/
.news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 80px;
    row-gap: 120px;
    justify-content: center;
    align-items: center;
    margin: 80px 0 0;
    padding: 0 50px;
}

.news-list .item {
    padding: 10px 10px 20px;
    border-radius: 5%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/*
.news-list .date-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 10px;
    font-size: 120%;
    color: var(--black);
}
*/
.news-list .sub-title {
    font-size: 175%;
    text-align: left;
    padding: 0 10px;
    border-bottom: none;
    display: block;
}
.news-list time {
    padding: 0 10px 10px;
    font-size: 120%;
    color: var(--black);
}

.news-list .news-icons {
    border-radius: 30px;
}

/* ページ番号 */
.nav-links {
    padding-top: 0;
}

.nav-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 8px;
}
.nav-links .page-numbers {
    font-size: 125%;
    font-family: var(--title);
    color: var(--darkGray);
    margin: 0 10px;
    padding: 0 5px 5px;
}
.nav-links .current {
    display: inline;
    color: var(--black);
    border-bottom: var(--lightPink) 2px solid;
    border-radius: 3%;
    margin: 0 10px;
    padding: 0 5px 5px;
}

.nav-links li > a:hover {
    color: var(--gray);
    transition: all 0.3s;
}

.nav-links .prev,
.nav-links .next {
    font-size: 95%;
}

/*
.news-page {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5vw 0 7vw;
}
.news-page li {
    text-align: center;
}
.news-page .category-link{
    font-family: var(--title);
    font-size: 200%;
    padding: 0 5px 5px 0;
    color: var(--black);
}

.news-page .main {
    border-bottom: var(--pink) 2px solid;
}

.category-link {
    color: var(--black);
}
*/

/* 記事 */
.news-border { 
    border-top: var(--lightPink) 1vh solid;

}
.news .post-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 2vw 1.5vw;
    border-bottom: var(--lightPink) 2px dashed;
}

.news .post-content {
    padding: 1.5vw 2vw;
}

.news p {
    font-size: 125%;
    color: var(--black);
    line-height: 3rem;
}

.news .post-footer {
    border-top: var(--lightPink) 2px dashed;
    padding: 3vw 2vw 0;
    text-align: center;
}
.news .post-footer .jump {
    border-bottom: var(--lightPink) 2px solid;
    border-radius: 3%;
    padding-bottom: 15px;
}

/*
.news .news-header .date-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .news-header .cont-title {
    margin: 1.5vw;
    text-align: left;
}

.news .post_content {
    border-top: var(--lightPink) 2px dashed;
    border-bottom: var(--lightPink) 2px dashed;
    padding: 1.5vw;
    margin-bottom: 3vw;

    font-size: 125%;
    margin-top: 1.5vw;
    color: var(--black);
    line-height: 3rem;
}

.news img {
    display: block;
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
}
*/
.nav-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.nav-links li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
    font-family: var(--title);
    margin: 0 10px;
    width: 20px;
}
.nav-links li > *:not(.dots) {
    color: var(--black);
}
.nav-links li > .current {
    display: inline;
    border-bottom: var(--pink) solid 2px;
    width: 20px;
    transition: all 0.3s;
}

.nav-links li > a:hover {
    color: var(--gray);
    transition: all 0.3s;
}

/* ページネーションの汎用スタイル 
.nav-links ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.nav-links li > * {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 45px;
}
.nav-links li > *:not(.dots) {
    width: 45px;
    border-radius: 50%;
    color: #000000;
    background: #efefef;
    transition: color 0.3s ease, background 0.3s ease;
}
.nav-links li > .current,
.nav-links li > a:hover {
    color: #ffffff;
    background: #000000;
}
*/

@media (max-width:1200px) {
    .news-list {
        padding: 0;
    }
    .news-list .sub-title {
        font-size: 150%;
    }
}

@media (max-width:800px) {
    .news-list {
        grid-template-columns: auto;
        margin-top: 50px;
    }

    .news-list .item {
        
        overflow: hidden;
    }
    .news-list .item .main-item {
        display: flex;
        justify-content: left;
        align-items: start;
        margin-bottom: 4vh;
        padding: 10px 0;
        border-radius: 15px;
        box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
    }
    /*
    .news-list .date-tag {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 10px 10px;
        font-size: 120%;
        color: var(--black);
    }
    */

    .news-list .sub-title {
        font-size: 180%;

    }
    .news-list time {
        padding: 0 10px;
        font-size: 100%;
        color: var(--black);
    }
    
    .news-list .main-item .news-icon {
        border-radius: 30px;
        width: 30%;
    }

    .news-list .main-item .date-title {
        width: 65%;
        padding-top: 1vw;
    }

    .nav-links {
        margin-top: 5vw
    }
    
    /* 記事 */
    .news .news-header {
        flex-direction: column-reverse;
        align-items: start;
    }
    .news .news-header .cont-title {
        text-align: left;
        font-size: 175%;
        margin: 2vh 0;
    }

    .news .post-content {
        padding: 5vw 2vw;
    }
    .news p {
        line-height: 2.5rem;
    }
    
    .news .post-footer {
        padding: 5vh 2vh 0;
    }
    .news .post-footer .jump {
        font-size: 150%;
        padding-bottom: 10px;
    }

}

/*
プライバシーポリシー
------------------------------------------------------*/
.privacy li {
    margin-bottom: 2vw;
}

.privacy .list-p img {
    transform: translateY(24px);
}

@media (max-width: 800px) {
    .privacy li {
        margin-bottom: 2vh;
    }

    .privacy .list-p img {
        transform: translateY(14px);
    }
}

/*
404 NOT FOUND
-----------------------------------------------------*/
.page-404 {
    text-align: center;
    padding: 15vw 0;
    color: var(--black);
}

.page-404 p {
    margin-bottom: 3vw;
}

.page-404 .back {
    font-size: 120%;
    color: var(--black);
    padding-bottom: 7px;
    border-bottom: var(--lightPink) 2px dashed;
    border-radius: 3px;
}

@media (max-width: 800px) {
    .page-404 {
        padding: 25vh 0;
    }
}

.page-404 p {
    margin-bottom: 5vh;
}


/* フッター
--------------------------------------------------- */
footer {
    background-color: var(--milk);
    color: var(--black);
    padding: 17vh 0;
    border-top: var(--hotPink) solid 3vh;
}
footer a {
    color: var(--black);
    line-height: 1;
}

/* フッターボタン */
footer .btn {
    width: 25%;
    padding: 2vw;
    /* padding: 2vw 4vw; */
    border-radius: 100px;
    text-align: center;
}
footer .btn span {
    font-size: 150%;
} 


/* フッター上部 */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3vw;
    padding-bottom: 5vh;
    border-bottom: var(--gray) dashed 2px;
}

.footer-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 60%
}

.footer-icon {
    width: 18vw;
}

.footer-cont .item {
    font-size: 105%;
    margin-left: 4.5vw;
}
.footer-top .nav {
    position: relative;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: left;
}
.footer-top .nav::before {
    position: absolute;
    content: '';
    width: 0.7vh;
    height: 0.7vh;
    background-color: var(--lightPink);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-top ul {
    margin-top: 3vh;
}
.footer-top li {
    padding: 0 0 0 15px;
}
.footer-top ul li a {
    text-decoration: solid;
    padding-bottom: 0.4vh;
}


/* フッター下部 */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-top: 5vw;
    padding-bottom: 12vw;

}

.footer-menu {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-left: 2vw;
    width: 60%;
}


.footer-menu .nav {
    line-height: 3rem;
    text-align: left;
    border-bottom: var(--lightPink) 2px solid;
    padding-bottom: 0;
    margin-bottom: 2vw;
}

.footer-menu li {
    margin-top: 2vw;
    margin-left: 0.5vw;
}
.footer-menu ul:last-of-type {
    margin-left: 0;
}
.footer-menu ul:last-of-type li:first-of-type {
    margin-top: 0;
}

/* sub-menu */
.footer-menu .sub-menu a {
    font-size: 120%;
}


.footer-bottom .btn {
    border: var(--yellow) solid 2px;
}
.footer-bottom .btn span {
    color: var(--yellow);
}
.footer-bottom .btn:hover {
    background: var(--yellow);
}
.footer-bottom .btn:hover span {
    color: var(--white);
}


/*
リンクバナー追加
--------------------------------------*/
/* .footer-bottom figure {
  margin: 0;
}
.footer-bottom .other-link {
  display: flex;
  max-width: 20vw;
  margin-top: 2vw;
  padding: 1vw 0;
  text-align: left;
  overflow-x: auto;
}

.footer-bottom .other-link a {
  margin-right: 1.5vw;
  padding: 0 0.5vw;
}
.footer-bottom .other-link img {
  width: 15vw;
  border-radius: 10px;
  border: var(--gray) 1px solid;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.footer-bottom .other-link a:hover img {
  transform: scale(1.04);
}

/* スクロールバー */

/* スクロールバー全体を対象にする */
.footer-bottom .other-link::-webkit-scrollbar {
  width: 10px; /* スクロールバーの幅 */
  height: 10px; /* スクロールバーの高さ */
}

/* スクロールバーの背景部分をカスタマイズ */
.footer-bottom .other-link::-webkit-scrollbar-track {
  background: #f6f7f8; /* スクロールバーの背景色 */
  border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分をカスタマイズ */
.footer-bottom .other-link::-webkit-scrollbar-thumb {
  background: var(--lightPink); /* スクロールバーの操作部分の背景色 */
  border-radius: 5px; /* 角丸にする */
}

/* スクロールバーの操作部分にホバーした時のスタイル */
.footer-bottom .other-link::-webkit-scrollbar-thumb:hover {
  background: var(--pink); /* ホバー時のスクロールバーの操作部分の背景色 */
} */



/* sp */
@media (max-width: 1200px) {
    footer .btn {
        width: 30%
    }
    footer .btn span {
        font-size: 140%; 
    }

    /* フッター上部 */
    .footer-top {
        align-items: end;
        margin-top: 4vw;
    }
    .footer-cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer-icon {
        width: 23vw;
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .footer-cont .item {
        margin-left: 2vw;
    }
    .footer-top .nav {
        font-size: 1.1rem;
    }

    /* フッター下部 */
    .footer-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 3vw;
    }
    .footer-menu .item1 {
        grid-row: 1 / 2;
        grid-column: 1 / 3;
    }
    .footer-menu .item2 {
        margin-right: 2vw;
    }
}

@media (max-width: 800px) {
    footer {
        border-top: var(--hotPink) solid 3vh;
    }

    /* ボタン */
    footer .btn {
        width: 100%;
        padding: 4vw;
        margin-top: 4vw;
        line-height: 2rem;
    }
    footer .btn span {
        font-size: 150%;
    }
    
    /* フッター上部 */
    .footer-top {
        flex-direction: column;
        align-items: start;
        margin-top: 10vw;
    }
    .footer-cont {
        width: 100%;
        display: block;
    }
    .footer-cont .item {
        margin-left: 1vh;
    }
    
    .footer-icon {
        width: auto;
    }
    .footer-icon img {
        width: 50vw;
    }
    
    /* フッター下部 */
    .footer-bottom {
        flex-direction: column;
        margin-top: 0;
    }

    .footer-menu {
        display: block;
        padding-left: 0;
        width: 100%;
    }
    .footer-menu .footer-item {
        margin-right: 0;
    }
    
    .footer-menu .nav {
        margin-bottom: 2vh;
        margin-top: 4vh;
    }

    .footer-menu li {
        margin-top: 3vh;
        margin-left: 1vh;
    }
    .footer-menu ul:last-of-type li:first-of-type {
        margin-top: 3vh;
    }

    .footer-bottom .btn {
        margin-top: 4vh;
        padding: 4vw 10vw;
    }
}


/* 
境界線部分
------------------------------------------------------------------------- */
/* pink */
.custom-shape-divider-bottom-1732507199 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1732507199 svg {
    position: relative;
    display: block;
    width: calc(300% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1732507199 .shape-fill {
    fill: #FFB0AC;
}

/** For tablet devices **/
@media (min-width: 768px) and (max-width: 1023px) {
    .custom-shape-divider-bottom-1732507199 svg {
        width: calc(300% + 1.3px);
        height: 150px;
    }
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1732507199 svg {
        width: calc(300% + 1.3px);
        height: 30px;
    }
}

/* yellow */
.custom-shape-divider-bottom-1732506925 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1732506925 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 200px;
}

.custom-shape-divider-bottom-1732506925 .shape-fill {
    fill: #FFDE62;
}

/** For mobile devices **/
@media (max-width: 800px) {
    .custom-shape-divider-bottom-1732506925 svg {
        width: calc(100% + 1.3px);
        height: 120px;
    }
}


