@charset "UTF-8";

:root {
    --khaki: #C7B946;
    --lavender: #ce66ff;
    --purple: #7983C5;
    --purple_bg: #f7ebfc;
    --l_purple_bg: #f7ebfc;
    --s_pink: #E89289;
    --pink: #DA7D67;
    --yellow: #ECDD62;
    --l_yellow: #F0EDB3;
    --red: #d32d26;
    --d_green: #62A5A0;
    --l_green: #7BA35D;
    --blue: #5BA4C2;
    --yu_go: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    --gill: Gill Sans, Gill Sans MT, Calibri, sans-serif;
    ;
}

.main-visual {
    /*background: url(../images/mv01.png) no-repeat center / cover;*/
    height: 50vw;
    position: relative;
}

.slider {
	position: relative;
	/*height: 100vh;*/
}

.slider-item01 {
	background:url("../images/mv01.png");
}

.slider-item02 {
	background:url("../images/mv02.png");
}

.slider-item03 {
	background:url("../images/mv03.png");
}

.slider-item04 {
	background:url("../images/mv04.png");
}

.slider-item {
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 50vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

.mv_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 1280px;
    transform: translate(-50%, -50%);
}

.mv_catch h2 {
    font-size: clamp(1.6rem, 4.6vw, 6rem);
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    /*text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);*/
	text-shadow:
       3px  3px 4px #97C15B,
      -3px  3px 4px #97C15B,
       3px -3px 4px #97C15B,
      -3px -3px 4px #97C15B,
       3px  0px 4px #97C15B,
       0px  3px 4px #97C15B,
      -3px  0px 4px #97C15B,
       0px -3px 4px #97C15B; 
}

.gnav_inner {
    width: 100%;
    background-image: url(../images/nav_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.mv_pointWrap {
    display: flex;
    position: absolute;
    bottom: 2%;
    right: 3%;
    width: 30vw;
    gap: 5%;
}

.mv_point {
    max-width: 270px;
}

.gnav {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.gnav ul {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.gnav li {
    padding: 2vw 2vw;
}

.gnav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.8rem;
    position: relative;
    gap: 24px;
    transition: .3s;
    color: #ffffff;
    line-height: 1;
}

.gnav li a:hover {
    display: flex;
    opacity: 1;
}

.gnav li a img {
    height: 40px;
    padding-bottom: 10px;
    width: auto;
}

.gnav li a::before {
    content: "";
    width: 0.5px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: -3vw;
    transform: translateY(-50%);
    background: #ffffff;
}

.gnav li:last-child a::before {
    display: none;
}

.gnav .gnavi__list li a::before {
    display: none;
}

.gnav li a::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffffff;
    transition: .3s;
}

.gnav li a:hover::after {
    width: 50%;
    transform: translateX(50%)
}

.gnav li span {
    font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
    ;
    font-size: 1.6rem;
}

.gnav_inner.fixed {
    top: 0;
    position: fixed;
    z-index: 100;
    display: flex;
    padding: 0;
    align-items: center;
    height: 120px;
}

/*.gnav_inner.fixed li a {
    font-size: min(1.1vw, 2.0rem);
}

.gnav_inner.fixed li a span {
    font-size: min(0.9vw, 1.6rem);
}*/

.gnav_inner .info_btnWrap-upper {
    display: none;
}

.gnav_inner.fixed .info_btnWrap-upper {
    display: flex;
    height: 120px;
    width: auto;
}

.gnav_inner.fixed .info_btnWrap-upper .btn_tel {
    height: 120px;
    aspect-ratio: 428/170;
    max-width: none;
}

.gnav_inner.fixed .info_btnWrap-upper .btn_web {
    height: 120px;
    aspect-ratio: 199/170;
    max-width: none;
}

.gnav_inner.fixed .info_btnWrap-upper>* a {
    height: 120px;
    width: auto;
}

.gnav_inner.fixed .info_btnWrap-upper .btn_tel img {
    height: 120px;
    aspect-ratio: 428/170;
    max-width: none;
}

.gnav_inner.fixed .info_btnWrap-upper .btn_web img {
    height: 120px;
    aspect-ratio: 199/170;
}

.gnav_inner.fixed .gnav {
    align-items: center;
}

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

.newsbox {
    background-color: #FCF7E4;
    padding: 3vw 5vw 15vw;
    width: 50%;
}

.accessbox {
    background-color: #F5EFE6;
    padding: 3vw 5vw 15vw;
    width: 50%;
    text-align: center;
}

.yu_go {
    font-family: var(--yu_go);
}

.ttl {
    text-align: center;
    font-size: max(3vw, 3rem);
    margin-bottom: 2%;
    letter-spacing: 0.1em;
}

.khaki {
    color: var(--khaki);
}

.l_khaki {
    color: #CBD5BC;
}

.lavender {
    color: var(--lavender);
}

.purple {
    color: var(--purple);
}

.purple_bg {
    color: var(--purple_bg);
}

.l_purple_bg {
    color: var(--l_purple_bg);
}

.s_pink {
    color: var(--s_pink);
}

.pink {
    color: var(--pink);
}

.yellow {
    color: var(--yellow);
}

.l_yellow {
    color: var(--l_yellow);
}

.red {
    color: var(--red);
}

.d_green {
    color: var(--d_green);
}

.l_green {
    color: var(--l_green);
}

.blue {
    color: var(--blue);
}

.white {
    color: #ffffff;
}

.center {
    text-align: center;
}

.left {
    text-align: justify;
}

.ft_40 {
    font-size: clamp(2rem, 2vw, 4.0rem);
    ;
}

.ft_15 {
    font-size: min(3vw, 15px);
}

.news_box {
    width: 100%;
    border-radius: 20px;
    background: #FFFFFF;
    padding: 2vw;
    font-size: max(1vw, 1.6rem);
    margin-bottom: 6%;
    height: 400px;
    overflow-y: scroll;
}

.news_box li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #CCCCCC;
}

.news_box dt {
    color: var(--khaki);
    margin-bottom: 1rem;
}

.news_box::-webkit-scrollbar {
    width: 10px;
}

.news_box::-webkit-scrollbar-track {
    background-color: #ccc;
}

.news_box::-webkit-scrollbar-thumb {
    background-color: var(--khaki);
}

.time-tableWrap {
    max-width: 600px;
    margin: 0 auto;
}

.time-table {
    background-color: #97C15B;
    padding: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}

.biz-hour {
    width: 100%;
    border-collapse: collapse;
    background-color: #97C15B;
    font-size: min(2.8vw, 2.0rem);
}

.biz-hour td {
    text-align: center;
    line-height: 2.4;
}

.biz-hour thead tr {
    background-color: var(--sky);
    color: #ffffff;
    text-align: center;
    line-height: 2.4;
}

.biz-hour th:first-of-type {
    width: 28vw;
    max-width: 174px;
    text-align: center;
}

.biz-hour tr.U_line {
    border-bottom: 1px solid #ffffff;
    border-right: none;
    margin-bottom: 14px;
}
.U_line th {
    text-align: center;
}

.accessbox {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accessbox h3 {
    line-height: 1;
}

.accessbox p {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.accessbox .parking {
    width: 80%;
    max-width: 500px;
    margin: 20px auto 0;
    height: 80px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    background-color: var(--s_pink);
}

.accessbox .parking p {
    font-size: min(5vw, 2.4rem);
    padding-left: 60px;
    position: relative;
    color: #ffffff;
}

.accessbox .parking p::before {
    content: "";
    width: 45px;
    height: 40px;
    background-image: url(../images/car.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.btn {
    padding: 3% 0;
    text-align: center;
}

.feature {
    position: relative;
    padding-bottom: 5vw;
    padding-top: min(5vw, 320px);
}

.feature::before {
    content: "";
    width: 100%;
    aspect-ratio: 1920 / 200;
    background-image: url(../images/bg_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.feature_ttl {
    position: absolute;
    top: -5vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    max-width: 1000px;
    width: 70%;
}

.feature_sub {
    padding: 0 3vw 0;
    text-align: center;
}

.feature .content {
    margin: 4.6% auto;
}

.flex-2 {
    width: 48%;
}

.feature .flex-2.text_wrap {
    padding-right: 5%;
}

.feature .reverse .flex-2.text_wrap {
    padding: 0 0 0 5%;
}

.feature .content.bg {
    position: relative;
}

.feature .content.bg::before {
    content: "";
    width: 100vw;
    aspect-ratio: 1920/ 1384;
    background-image: url(../images/feature_deco.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.fbox_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 6%;
}

.f_txt {
    font-size: max(1.8vw, 1.8rem);
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 600;
    padding-left: 2vw;
}

.feature .content_imgWrap {
    gap: 40px;
    justify-content: center;
    flex-wrap: nowrap;
    padding-top: 20px;
}

.feature .content_imgWrap .content_img:first-child {
    margin-top: 8%;
}

.alc {
    align-items: center;
}

.purple {
    color: #916ef4;
}

.orange {
    color: #ffab4a;
}

.feature04 {
    width: 50%;
    padding: 3vw 6vw;
    background: linear-gradient(180deg, #DFF1F8 0%, #DFF1F8 50%, #FFFFFF 50%, #FFFFFF 100%);
}

.feature05 {
    width: 50%;
    padding: 3vw 6vw;
    background: linear-gradient(180deg, #F8EDEA 0%, #F8EDEA 50%, #FFFFFF 50%, #FFFFFF 100%);
}

.feature .content {
    position: relative;
}

.feature .deco01 {
    position: absolute;
    bottom: 100%;
    right: 10%;
}

.feature .deco02 {
    position: absolute;
    bottom: 100%;
    left: 30%;
}

.feature .flex-2 {
    position: relative;
}

.feature .flex-2 .deco03 {
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: translateY(50%);
}

.feature .flex-2 .deco04 {
    position: absolute;
    bottom: 30%;
    left: 70%;
    transform: translateY(50%);
}

.img_center {
    text-align: center;
    padding: 3% 0;
}

.img_center img {
    width: 100%;
}

.greeting {
    background-image: url(../images/bg01.png);
    background-size: cover;
    padding: 30px 0;
    position: relative;
}

.greeting_inner {
    background-color: #9BC067;
    background-size: cover;
}

.greeting_inner .flex {
    display: flex;
    align-items: stretch;
}

.greeting .flex-2 {
    margin: 0;
}

.greeting_img {
    position: relative;
    width: 40%;
    max-width: 700px;
    padding-left: 5%;
}

.greeting_img>img {
    position: absolute;
    top: 50%;
    left: 0;
    object-fit: cover;
    transform: translateY(-50%);
}

.name {
    position: absolute;
    bottom: 12%;
    left: -20%;
    z-index: 2;
    width: min(13vw, 250px);
}

.name img {
    width: 100%;
}

.more2 {
    position: absolute;
    bottom: 4%;
    left: 10%;
    z-index: 1;
    width: min(8vw, 150px);
    min-width: 100px;
}

.greeting_txt {
    padding: 7vw 0 7vw 6vw;
    color: #ffffff;
    text-align: justify;
}

.greeting_ttl {
    font-size: max(4.2vw, 3rem);
    margin-bottom: 2%;
    letter-spacing: 0.2em;
    line-height: 1;
}

.greeting_sub p {
    display: block;
    font-size: max(1.3vw, 2.6rem);
    position: relative;
}

.greeting_sub p::after {
    content: "";
    width: calc(100% - 80px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    z-index: 1;
}

.greeting p {
    line-height: 2;
}

.greeting_lead {
    padding: 20px 0;
    line-height: 2;
    letter-spacing: 0.1em;
}

#top_flow {
    padding: 100px 0;
}

.flow_ttl {
    font-size: min(20vw, 100px);
    text-align: center;
    letter-spacing: 0.2em;
}

.flow_index {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 14px;
    width: 90%;
    margin: 40px auto;
    max-width: 1350px;
}

.flow_index li {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
    border: 1px solid var(--d_green);
    font-size: min(3vw, 1.6rem);
    position: relative;
}

.flow_index li:not(:first-child)::before {
    content: "";
    width: 16px;
    height: 1px;
    background-color: var(--d_green);
    position: absolute;
    top: 50%;
    right: 100%;
    z-index: 1;
}

.flow_index li.active {
    color: var(--d_green);
}

#flow_slider li {
    width: 50vw;
}

#flow_slider li img {
    width: 100%;
}

#flow_slider li .caption {
    text-align: justify;
    padding: 2% 5%;
    height: 240px;
}

#flow_slider li .caption dt {
    font-size: min(4vw, 2.0rem);
    font-weight: 400;
    padding-bottom: 10px;
}

#flow_slider li .caption dd {
    font-size: min(3vw, 1.6rem);
}

#flow_slider .slick-next,
#flow_slider .slick-prev {
    content: "";
    display: block;
    width: 1.8vw;
    height: auto;
    aspect-ratio: 65 / 113;
    background: url(../images/arrow.png) no-repeat center / contain;
    position: absolute;
    top: 12vw;
    left: 25%;
    z-index: 5;
    border: none;
    transform: rotate(0);
    ;
}

#flow_slider .slick-next::before,
#flow_slider .slick-prev::before {
    display: none;
}

#flow_slider .slick-next {
    left: auto;
    right: 25%;
    transform: scaleX(-1);
}

.medical_ttl {
    text-align: center;
    padding: 6% 0 0;
}

.medical_ttl p {
    font-size: max(2vw, 2rem);
    padding: 10px 0;
}

.medical .wrap {
    max-width: 1700px;
    margin: 0 auto;
}

.medical .wrap .gap3 {
    max-width: 890px;
    margin: 0 auto 80px;
    gap: 40px;
}

.medical .wrap .gap4 {
    gap: 40px;
}

.hoken_inner {
    background-color: #EECDC9;
    padding: 40px 3%;
    width: 96%;
    margin: 0 auto;
}

.hoken_ttl {
    text-align: center;
    color: #FFFFFF;
    padding: 1%;
    background: #DA9A94;
    font-size: max(2vw, 2rem);
    margin-bottom: 40px;
}

.hoken_inner p {
    text-align: center;
    font-size: min(5vw, 2.8rem);
    margin-bottom: 40px;
    color: #ffffff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.medical .hoken_inner .flex.gap3 {
    max-width: 890px;
}

.free_inner {
    background-color: #BEC2DC;
    background-size: cover;
    padding: 3%;
    width: 96%;
    margin: 0 auto;
}

.free_ttl {
    text-align: center;
    color: #FFFFFF;
    padding: 1%;
    background: #8990C1;
    font-size: max(2vw, 2rem);
    margin-bottom: 40px;
}

.free_inner p {
    text-align: center;
    font-size: min(5vw, 2.8rem);
    margin-bottom: 40px;
    color: #ffffff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.btn_box {
    width: 100%;
    max-width: 380px;
    transition: transform 0.5s ease, opacity 0.3s ease;
    transform: scale(1);
}

.btn_box:hover {
    transform: scale(1.04);
}

.btn_box a {
    transition: opacity 0.5s ease;
}

.btn_box a:hover {
    opacity: 1;
}

.medical .flex.gap3 {
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.bnr {
    text-align: center;
}

.bnr a {
    display: inline-block;
    margin: 80px auto;
    width: 90%;
    max-width: 600px;
}

.recruit_box {
    padding: 3vw;
    background-color: #D2E0DF;
    width: 50%;
}

.recruit_box p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.recruit_box .img_center a {
    width: 80%;
    margin: 0 auto;
    text-align: left;
    max-width: 560px;
    display: block;
}

.secttl {
    text-align: center;
    margin-bottom: 3%;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.secttl h3 {
    font-size: min(10vw, 8rem);
    line-height: 1;
}

.secttl p {
    text-align: center;
    font-size: min(7vw, 3rem);
}

.img_center p {
    padding: 40px 0 0;
    display: inline-block;
    width: auto;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    ;
}

.topics_box {
    padding: 3vw 5%;
    background-color: #EAF3DE;
    width: 50%;
    text-align: center;
}

.topics_itemWrap {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    margin-top: 3%;
}

.topics_itemWrap li {
    background-color: #ffffff;
    padding: 20px;
}

.topics_itemWrap li a.flex {
    flex-wrap: nowrap;
    gap: 20px;
    align-items: center;
}

.topics_itemWrap li a.flex .thumbnail {
    width: 20%;
}

.topics_itemWrap li a.flex .thumbnail img {
    width: 100%;
}

.topics_itemWrap li a.flex dl {
    text-align: justify;
    width: 80%;
    padding-right: 3%;
}

.topics_itemWrap li a.flex dt {
    font-size: 1.6rem;
    color: var(--d_green);
    padding-bottom: 2%;
}

.topics_itemWrap li a.flex dd {
    font-size: 1.8rem;
}

.footer {
    position: relative;
    margin-top: 110px;
    background: #F2F2F2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 60px 0 0;
}

.f_wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

footer .img_center {
    max-width: 500px;
    margin: 0 auto;
}

.f_info {
    width: 48%;
    text-align: center;
}

.f_info p {
    font-size: 18px;
}

.f_info .info_btnWrap.flex {
    position: static;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
    width: 100%;
    margin: 20px auto;
}

.f_info .head-info {
    top: 2vw;
}

.f_time {
    width: 48%;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    /*margin: 0 10px;*/
    /*スライド左右の余白調整*/
}

.f_info {
    position: relative;
}

.copy {
    text-align: center;
    font-size: 1.4rem;
    padding: 20px;
}

/*リンクの形状*/
#page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}

#page-top a:hover {
    opacity: .6;
}

/*リンクを右下に固定*/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    /*はじめは非表示*/
    opacity: 0;
    transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
    animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/*　右の動き　*/
#page-top.RightMove {
    animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 1;
        transform: translateX(100px);
    }
}

@media screen and (min-width:981px) {
    .sp-only {
        display: none !important;
    }
}

@media screen and (max-width:1200px) {
    .gnav_inner.fixed .info_btnWrap-upper {
        display: none;
    }
}

@media screen and (max-width:980px) {
    .pc-only {
        display: none !important;
    }

    .gnav_inner.fixed .info_btnWrap-upper {
        display: none;
    }

    .main-visual {
        height: 120vw;
    }

	.slider-item01 {
		background:url("../images/sp_mv01.png");
	}

	.slider-item02 {
		background:url("../images/sp_mv02.png");
	}

	.slider-item03 {
		background:url("../images/sp_mv03.png");
	}
	
	.slider-item04 {
		background:url("../images/sp_mv04.png");
	}
	
	.slider-item{
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height:120vw;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		background-repeat: no-repeat;/*背景画像をリピートしない*/
		background-position: center;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}
	
    .main-visual_bttom {
        height: 10vw;
        background-image: url(../images/bg01.png);
        background-size: cover;
    }

    .mv_catch {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
    }

    .main-visual_access {
        text-align: center;
        background-color: var(--d_green);
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
    }

    .main-visual_access p {
        font-weight: 700;
        position: relative;
        color: #ffffff;
        font-size: min(3.7vw, 1.8rem);
        padding-left: 50px;
    }

    .main-visual_access p::before {
        content: "";
        width: 40px;
        height: 40px;
        background-image: url(../images/car_icon02.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1;
    }

    .newsbox {
        width: 100%;
        background-image: none;
        background-color: #fef7cf;
    }

    .news_box {
        padding: 10px 20px;
    }

    .accessbox {
        width: 100%;
        background-image: none;
        background-color: #ffe1ae;
        padding-bottom: 30vw;
    }

    .feature .content {
        margin-bottom: 20%;
    }

    .fbox_ttl {
        flex-direction: column;
        gap: 20px;
    }

    .fbox_ttl .f_txt {
        font-size: min(6vw, 33px);
        text-align: center;
    }

    .feature_ttl {
        max-width: 90%;
        margin: 0 auto;
    }

    .feature_sub {
        max-width: 90%;
        margin: 0 auto;
    }

    .flex-2 {
        width: 100%;
        margin-bottom: 3%;
    }

    .flex-2 p {
        line-height: 2;
    }

    .feature .flex-2.text_wrap {
        padding: 20px 5%;
    }

    .feature .content_imgWrap {
        flex-wrap: nowrap;
        gap: 5%;
        width: 98vw;
        margin-left: -4%;
    }

    .feature .content_imgWrap img {
        width: 100%;
    }

    .feature .wrap:last-of-type {
        margin: 4.6% auto 20%;
    }

    .feature .flex.reverse {
        flex-direction: column-reverse;
    }

    .feature .content.bg::before {
        width: 300vw;
    }

    .feature .content.bg .content_img:first-child {
        margin-top: 0%;
    }

    .feature .content.bg .content_img:last-child {
        margin-top: 8%;
    }

    .feature_deco {
        position: absolute;
        top: 23vw;
        left: 75%;
    }

    .fbox_ttl img {
        max-width: 26%;
    }

    .featurebox_bottom_inner {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .featurebox_bottom_inner2 {
        max-width: 100%;
        margin-left: 0;
        padding: 0;
    }

    .feature04 {
        width: 100%;
        background: linear-gradient(180deg, #DFF1F8 0%, #DFF1F8 40%, #FFFFFF 40%, #FFFFFF 100%);
    }

    .feature05 {
        width: 100%;
        background: linear-gradient(180deg, #F8EDEA 0%, #F8EDEA 40%, #FFFFFF 40%, #FFFFFF 100%);
    }

    .feature .deco01 {
        width: 20%;
        left: 10%;
        bottom: 0;
        transform: translateY(50%);
    }

    .feature .flex-2 .deco03 {
        width: 20%;
    }

    .feature .flex-2 .deco04 {
        width: 20%;
        bottom: 0;
        left: 80%;
        transform: translateY(50%);
    }

    .more2 {
        position: absolute;
        bottom: -10%;
        left: 40%;
        width: 20%;
        min-width: 80px;
    }

    .greeting {
        padding-top: min(60vw, 280px);
    }

    .greeting_inner .flex {
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .greeting_img {
        width: 100%;
        height: min(60vw, 280px);
        padding: 0;
        max-width: none;
        position: absolute;
        top: 20px;
        display: flex;
        align-items: center;
    }

    .greeting_img>img {
        position: static;
        width: 50%;
        max-width: 240px;
        height: auto;
        object-fit: cover;
        transform: none;
        margin: 0 20% 0 auto;
    }

    .name {
        bottom: -5%;
        left: 5%;
        width: 40%;
    }

    .greeting_ttl {
        padding-top: 40px;
        font-size: min(11vw, 60px);
        letter-spacing: 0.2em;
    }

    .greeting_sub {
        font-size: min(3.3vw, 1.6rem)
    }

    .greeting_sub p::after {
        width: 60%;
    }

    .greeting_txt {
        padding: 7vw 6vw 7vw 6vw;
        color: #ffffff;
        text-align: justify;
    }

    .greeting .more {
        width: 90%;
        max-width: 400px;
        margin: 40px auto;
    }

    #top_flow .flow_slider li {
        width: 100vw;
    }

    #flow_slider .slick-next,
    #flow_slider .slick-prev {
        width: 3vw;
        top: 30vw;
        left: 2%;
        z-index: 5;
        border: none;
    }

    #flow_slider .slick-next {
        left: auto;
        right: 2%;
        transform: scaleX(-1);
    }

    .medical_ttl {
        max-width: 70%;
        margin: 0 auto;
    }

    .medical .wrap .gap3 {
        margin: 0 auto 20px;
        gap: 20px;
    }

    .medical .wrap .gap4 {
        margin: 0 auto 20px;
        gap: 20px;
    }

    .free_inner p {
        text-align: left;
    }

    .recruit_box {
        width: 100%;
        padding: 40px 3vw;
    }

    .topics_box {
        width: 100%;
        padding: 40px 3vw;
    }

    .topics_box-head {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .topics_itemWrap {
        gap: 20px;
        height: auto;
        padding: 20px 0;
    }

    .f_wrap {
        width: 90%;
        margin: 0 auto;
        max-width: 480px;
    }

    .footer .img_center {
        width: 100%;
        margin: 0 auto;
    }

    .f_info {
        position: static;
        width: 100%;
    }

    .f_info .info_btnWrap.flex {
        flex-direction: column;
        gap: 20px;
    }

    .f_info .btn_sub {
        width: 100%;
    }

    .f_time {
        width: 100%;
    }

    .head-info {
        position: relative;
        flex-direction: column;
    }

    .head-info li:nth-of-type(1) h2 {
        font-size: 1.8rem;
    }

    .head-info li:nth-of-type(1) h3 {
        font-size: 3rem;
    }

    .head-info li:nth-of-type(1) p {
        font-size: 1.6rem;
    }

    .head-info li:nth-of-type(2) p:nth-of-type(1) {
        font-size: 1.6rem;
    }

    .head-info li:nth-of-type(2) p:nth-of-type(2) {
        font-size: 1.4rem;
    }

    .f_info .head-info {
        top: 2vw;
        margin-bottom: 3rem;
    }
}
.pickup
{
    padding: 50px 0;
}
.pickup_ttl
{
    font-size: max(6vw , 40px);
    text-align: center;
    margin-bottom: 6vw;
    letter-spacing: .1em;
}
.abs
{
    position: absolute;
}
.por
{
    position: relative;
}
.pickup_img
{
width: 50%;
}
.pickup_txt
{
    position: relative;
    background: #FDFDF3;
    max-width: 50%;
    width: 100%;
    padding: calc(200 / 1920* 100vw) 3vw 5vw;
}
.pickup_wrap
{
    width: 100%;
    max-width: calc(500 / 1920* 100vw);
    z-index: 1;
    top: calc(-100 / 1920* 100vw);
    left: 50%;
    transform: translate(-50%);
}
.pickup_wrap img
{
    max-width: calc(50% - 30px);
}
.pickup_wrap.flex
{
    justify-content: center;
}
.gap3
{
    gap: 30px;
}
.pickup .sub_ttl
{
    font-size: max(1.6vw , 20px);
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px
}
.pickup .sub_ttl span
{
    font-size: max(1.2vw , 18px);
}
.pickup .more
{
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width:980px) {
    .pickup_img
{
width: 100%;
}
    .pickup_txt
{
    position: relative;
    background: #FDFDF3;
    max-width: 100%;
    width: 100%;
    padding: calc(200 / 650* 100vw) 3vw 5vw;
}
.pickup_wrap
{
    width: 100%;
    max-width: calc(500 / 650* 100vw);
    z-index: 1;
    top: calc(-100 / 650* 100vw);
    left: 50%;
    transform: translate(-50%);
}
    
}