@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/satoshi');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:where([hidden]:not([hidden='until-found'])) {
    display: none !important;
}
:where(html) {
    -webkit-text-size-adjust: 100%;
    color-scheme: light;
}
@supports not (min-block-size: 100dvb) {
    :where(html) {
        block-size: 100%;
    }
}
@media (prefers-reduced-motion: no-preference) {
    :where(html:focus-within) {
        scroll-behavior: smooth;
    }
}
:where(body) {
    block-size: 100%;
    block-size: 100dvb;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
}
:where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
}
:where(textarea) {
    resize: vertical;
    resize: block;
}
:where(button, label, select, summary, [role='button'], [role='option']) {
    cursor: pointer;
}
:where(:disabled) {
    cursor: not-allowed;
}
:where(label:has(> input:disabled), label:has(+ input:disabled)) {
    cursor: not-allowed;
}
:where(button) {
    border-style: solid;
}
:where(a) {
    text-underline-offset: 0.2ex;
}
:where(ul, ol) {
    list-style: none;
}
:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
}
:where(img, picture, svg) {
    max-inline-size: none;
    block-size: auto;
}
:where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
    font-weight: normal;
}
:where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
}
:where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
}
:where(:focus-visible) {
    outline: 2px solid var(--focus-color, Highlight);
    outline-offset: 2px;
}
:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
}
.wf-loading { visibility: hidden;}
.wf-active { visibility: visible;}
/*------------------------------------------------------------
    main contents style
------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
table, tr, th, td {
    border-collapse: collapse;
}
input, textarea, select, button {
    font-family: 'YakuHanJP', "Roboto", hiragino-kaku-gothic-pron, sans-serif;
    font-size: 100%;
    letter-spacing: .05em;
    font-size: 14px;
}
ul, ol, dl {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}
img {
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}
a img {
    border: medium none;
    image-rendering: -webkit-optimize-contrast;
}
a {
    color: #535353;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {
    color: #535353;
    text-decoration: none;
}
a:visited {
    color: #535353;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #535353;
    text-decoration: none;
}
.pc_tab_br {
    display: none;
}
.pc_br {
    display: none;
}
.tab_br {
    display: none;
}
.sp_br {
    
}
#wrapper {
    color: #535353;
    position: relative;
}
@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
body{
    animation: fadeIn 2s forwards;
}
/*------------------------------------------------------------
	key visual
------------------------------------------------------------*/
#key_visual_wrap {
    width: 100%;
    z-index: 1;
    position: relative;
    background-image: url(../image/kv_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#key_wrap {
    width: 100%;
    z-index: 1;
    position: relative;
}
.main_visual_element {
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}
.main_visual_element img {
    width: 100%;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    padding: 0 20px 0 20px;
    width: 100%;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_logo {
    padding: 0;
}
.header_logo a {
    display: flex;
}
.header_logo img {
    width: 180px;
}

.header_nav {
    display: flex;
    align-items: center;
}
.h_phone {
    display: flex;
    margin-right: 25px;
    align-items: center;
    display: none;
}
.h_phone_ico {
    width: 50px;
    margin-right: 8px;
}
.h_phone_ico img {
    width: 50px;
    height: 50px;
}
.h_phone_info {
    flex: 1;
    text-shadow: 1px 1px 0 #fff;
}
.h_phone_num {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.h_phone_bh {
    font-size: 13px;
    line-height: 1;
    padding-left :3px;
}
.phone_sp {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.phone_sp img {
    width: 100%;
}

.h_contact {
    width: 215px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9acbd1;
    border-radius: 100vh;
    display: none;
}
.h_contact span {
    color: #fff;
    font-weight: bold;
}

.contact_icon_btn {
    width: 40px;
    height: 40px;
}
.contact_icon_btn img {
    width: 100%;
}




/**/
.kv_copy_wrap {
    width: 100%;
    padding: 30px 6%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 580px;
}
.kv_copy_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.kvc_main {
    position: relative;
}
.kvcm_copy {
    color: #88c2c9;
    margin-bottom: 20px;
}
.kvcm_copy p {
    font-size: 13px;
    line-height: 1.6:;
    margin-bottom: 5px;
    text-align: center;
}
.kvcm_copy h2 {
    font-size: 24px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.kv_sub_copy {
    font-size: 13px;
}

/**/
.page_head_wrap {
    width: 100%;
    padding: 60px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.page_head_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}
.page_head_inner h2 {
    font-size: 32px;
    font-weight: bold;
    color: #88c2c9;
}

/* ---------- sp_menu　---------　*/
#toggle-nav {
    display: none;
}
#toggle-nav:checked ~ .hamburger {
    height: 28px;
}
#toggle-nav:checked ~ .hamburger div {
    background-color: #fff;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(1) {
    margin-top: 6px;
    transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(2) {
    opacity: 0;
}
#toggle-nav:checked ~ .hamburger div:nth-of-type(3) {
    margin-top: -10px;
    transform: rotate(-135deg);
}
#toggle-nav:checked ~ .hmg_menu {
    opacity: 1;
    visibility: visible;
}
.hamburger_bg {
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 100vh;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    height: 60px;
    width: 60px;
    border-radius: 100vh;
    display: none;
}
.hamburger {
    cursor: pointer;
    position: fixed;
    z-index: 1020;
    top: 64px;
    right: 73px;
    width: 32px;
    height: 14px;
    margin: 0;
    padding: 0;
    display: none;
}
.hamburger div {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #005999;
    transition: background-color 0.5s, transform 0.5s;
}
.hamburger div:nth-of-type(2) {
    margin: 4px 0;
}
.hmg_menu {
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #39B9B7;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out;
    will-change: opacity, visibility;
}
.gnav__menu_wrap {
    flex: 1;
    padding: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gnav__menu_logo {
    margin-bottom: 20px;
}
.gnav__menu_logo img {
    width: 200px;
}
.gnav__menu_inner {
    display: flex;
    margin-bottom: 40px;
}
.gnav__menu {
    width: 44%;
    margin: 0 3%;
}
.gnav__menu__item {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #6fcdcc;
}
.gnav__menu__item a {
    display: flex;
    color: #fff !important;
    align-items: center;
    font-size: 16px;
    letter-spacing: 2px;
    text-decoration: none;
    transition: .2s;
    line-height: 1;
    font-weight: bold;
    background: url(../image/icon/arrow_9.svg) no-repeat right center / 7px auto;
    padding: 25px 30px 25px 0;
}
.gnav__menu__item a:hover {
    
}
.gnav__menu_inner2 {
    margin-left: 3%;
}
.gnav__menu_inner2 ul {
    display: flex;
}
.gnav__menu_inner2 ul li {
    margin-right: 30px;
}
.gnav__menu_inner2 ul li a {
    font-size: 13px;
    letter-spacing: 2px;
    color: #fff !important;
}
.gnav__menu_inner2 ul li a span {
    background: url(../image/icon/window.svg) no-repeat right 1px / 13px 13px;
    padding-right: 18px;
}
.gnav__menu_info {
    display: flex;
    justify-content: space-between;
    margin: 0 3% 30px;
    flex-wrap: wrap;
}
.gnav__menu_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    border-radius: 3px;
    letter-spacing: 2px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    color: #fff !important;
    height: 84px;
    margin-bottom: 15px;
}
.gmi_1 {
    background-image: url(../image/hbg_1.jpg);
}
.gmi_2 {
    background-image: url(../image/hbg_2.jpg);
}
.gmi_3 {
    background-image: url(../image/hbg_3.jpg);
}
.gmi_4 {
    background-image: url(../image/hbg_4.jpg);
}




/*------------------------------------------------------------
　top
------------------------------------------------------------*/
#main_top {
    position: relative;
    background-color: #ffffff;
}
/**/
.about_loop {
    padding: 70px 0 0;
    overflow: hidden;
}
.bbs {
    align-items: center;    
    display: flex;
    width: 100%;
    white-space: nowrap;
    z-index: 1;
}
.bbs ul {
    animation: flowing 100s linear infinite;
    transform: translateX(100%);
    margin: 0;
    padding: 0;
}
.bbs ul li {
    display: inline-block;
    padding-right: 10px;
    font-size: 80px;
    font-weight: normal;
    color: #e8f7f9;
    line-height: 1;
}
@keyframes flowing {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/**/
.about_wrap {
    width: 100%;
    padding: 0 8% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -50px;
}
.about_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.about_strong {
    width: 100%;
}
.about_ttl_sub {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 60px;
    color: #88c2c9;
}
.about_copy {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 30px;
}
.about_txt {
    margin-bottom: 40px;
}
.about_txt p {
    margin-bottom: 20px;
}
.about_txt p:last-of-type {
    margin-bottom: 0px;
}
.about_image {
    width: 100%;
}
.about_image img {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

/**/
.recommend_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #f7f7f7;
}
.recommend_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content_ttl {
    color: #88c2c9;
    text-align: center;
    margin-bottom: 40px;
}
.content_ttl p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.content_ttl h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
}
.recommend_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}
.caption_rc {
    background-color: #88c2c9;
    position: relative;
    z-index: 2;
    border: 1px solid #535353;
    display: inline-block;
    box-shadow: 6px 6px 0 #e1e4e5;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 15px 20px;
    width: 100%;
    text-align: center;
}
.caption_rc:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    border: 1px solid #535353;
    right: 5px;
    bottom: 5px;
}
.caption_rc_txt {
    width: 100%;
    height: 100%;
    position: relative;
    font-style: italic;
    z-index: 3;
    top: -5px;
    left: -5px;
}

.r_strong_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction: column-reverse;
}
.r_strong_cont {
    width: 100%;
}
.rsc_ttl {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.rsc_txt {
    margin-bottom: 30px;
}
.rsc_txt p {
    margin-bottom: 15px;
}
.rsc_txt p:last-of-type {
    margin-bottom: 0px;
}
.rsc_btn {
    display: flex;
    justify-content: center;
}
.rsc_btn a {
   display: inline-block;
   background-color: #88c2c9;
   color: #fff !important;
   padding: 15px 40px;
   border-radius: 100vh;
   font-weight: bold;
}
.r_strong_image {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
}
.r_strong_image img {
    width: 80%;
    margin-left: -40px;
}

/**/
.instructor_wrap {
    width: 100%;
    padding: 80px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.instructor_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.instructor_intro {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #88c2c9;
    margin-bottom: 40px;
    line-height: 1.6;
}
.instructor_cont {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.ist_detail {
    width: 100%;
}
.ist_top {
    margin-bottom: 40px;
}
.ist_top h3 {
    color: #88c2c9;
    font-size: 40px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: center;
}
.ist_top p {

}
.ist_achievement {

}
.ista_box {
    margin-bottom: 30px;
}
.ista_box:last-of-type {
    margin-bottom: 0px;
}
.achievement_line {
    display: flex;  
    align-items: center;
    margin-bottom: 10px;
}
.achievement_line h4 {
    width: 90px;
    font-weight: bold;
}
.achievement_line p {
    background: linear-gradient(90deg,rgba(47, 47, 47, 0),rgba(47, 47, 47, 1) 20%,rgba(47, 47, 47, 1));
    height: 1px;
    flex: 1;
}
.achievement_detail {

}
.achievement_detail ul {
    display: flex;
    flex-wrap: wrap;
}
.achievement_detail ul li {
    margin-right: 15px;
}
.ist_image {
    width: 100%;
    margin-bottom: 30px;
}
.ist_image img {
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 1;
    border-radius: 5px;
}

/**/
.top_service_cont {
    display: flex;
    flex-direction: column;
}
.tsc_image {
    width: 100%;
    height: 380px;
    margin-bottom: 0px;
    background-image: url(../image/feature_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.tsc_detail {
    width: 100%;
    background-color: #88c2c9;
    color: #fff;
    padding: 60px 8% 100px;
}
.tsc_ttl {
    margin-bottom: 40px;
}
.tsc_ttl p {
    font-size: 15px;
    margin-bottom: 10px;
}
.tsc_ttl h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;    
}
.tsc_sub_ttl {
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
}
.tsc_strong {
    margin-bottom: 40px;
}
.tscs_inner {
    margin: 5px 0;
}
.tscs_inner p {
    background: url(../image/check.svg) no-repeat left 3px / 16px auto;
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 4px;
}
.tscs_inner p:last-of-type {
    margin-bottom: 0px;
}
.tsc_sub_ttl_2 {
    margin-bottom: 40px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
}
.tsc_btn {
    display: flex;
    justify-content: center;
}
.tsc_btn a {
    display: inline-block;
    background-color: #fff;
    padding: 15px 40px;
    font-weight: bold;
    border-radius: 100vh;
    color: #88c2c9;
}

/**/
.careerpath_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.careerpath_inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.careerpath_list {
    
}
.careerpath_box {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
.careerpath_box_re {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
}
.careerpath_detail {
    width: 100%;
}
.cpd_indent {
    display: flex;
    justify-content: center;
}
.cpd_indent h4 {
    position: relative;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
    background-color: #88c2c9;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-style: italic;
    text-align: center;
    min-width: 200px;
    line-height: 1;
}
.cpd_indent h4::before {
    content: '';
    height: 0;
    width: 0;
    border:
    solid transparent;
    border-top-width: medium;
    border-top-color: transparent;
    border-right-width: medium;
    border-right-color: transparent;
    border-bottom-width: medium;
    border-bottom-color: transparent;
    border-left-width: medium;
    border-left-color: transparent;
    position: absolute;
    left: 30px;
    top: 100%;
    border-color:
    transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-top-color: #88c2c9;
    border-right-color: #88c2c9;
    border-width: 6.5px;
}
.cpd_ttl {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}
.cpd_txt {

}
.careerpath_image {
    width: 100%;
    margin-bottom: 30px;
}
.careerpath_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.5;
    border-radius: 5px;
}
.careerpath_lc {
    text-align: center;
    line-height: 1.6;
    font-weight: bold;
    font-size: 18px;    
}
.careerpath_lc span {
    background-color: #88c2c9;
    color: #fff; 
}

/**/
.cta_wrap {
    width: 100%;
    padding: 80px 6% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #88c2c9;
}
.cta_inner {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.cta_cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    margin-bottom: 30px;
}
.cta_ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.cta_detail {
    margin-bottom: 20px;
}
.cta_btn {

}
.cta_btn a {
    display: inline-block;
    background-color: #dd90ac;
    padding: 15px 40px;
    border-radius: 100vh;
    font-weight: bold;
    color: #fff !important;
}
.cta_image {
    width: 100%;
}
.cta_image img {
    width: 80%;
    margin: 0 auto;
}

/**/
.course_wrap {
    width: 100%;
    padding: 80px 6% 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.course_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.course_list {

}
.course_box {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 25px 25px 35px;
    background-color: #f7fafc;
    border-radius: 5px;
    border: 1px solid #dde9f2;
}
.course_image {
    width: 100%;
    margin-bottom: 25px;
}
.course_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.2;
    border-radius: 5px;
}
.course_cont {
    width: 100%;
}
.course_name {
    color: #88c2c9;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 20px;
}
.course_detail {
    margin-bottom: 20px;
}
.course_detail h4 {
    margin-bottom: 15px;
}
.course_detail h4 span {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #88c2c9;
    padding: 8px 25px;
    border-radius: 100vh;
    line-height: 1;
}
.course_detail ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.course_detail ul li {
    margin-right: 15px;
    margin-bottom: 5px;
    line-height: 1.5;
}
.course_detail_inner {

}
.course_price {
    color: #dd90ac;
}
.course_price ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.course_price ul li {
    margin-right: 10px;
}
.course_price ul li:last-of-type {
    margin-right: 0px;
}
.c_price {
    display: flex;
    align-items: baseline;
}
.c_price_inner {
    display: flex;
    align-items: baseline;
    margin-right: 5px;
}
.c_price_inner p {
    margin-right: 5px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}
.c_price_inner span {
    font-size: 15px;
    font-weight: bold;
}
.c_price_tax {
    font-size: 12px;
}

/**/
.flow_wrap {
    width: 100%;
    padding: 0px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.flow_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.flow_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.flow_box {
    width: 100%;
    color: #fff;
    padding: 40px 30px 50px;
    border-radius: 5px;
    background-color: #88c2c9;
    margin-bottom: 30px;
}
.fbm_1 {
    margin-right: 0;
}
.fbm_2 {
    margin-left: 0;
}
.flow_num {
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
    font-size: 40px;
}
.flow_indent {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: bold;
}
.flow_image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_image img {
    height: 150px;
    width: auto;
}
.flow_txt {

}
.flow_sup {
    font-size: 12px;
}


/**/
.diploma_wrap {
    width: 100%;
    padding: 60px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;    
}
.diploma_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.diploma_image {
    width: 100%;
    margin-bottom: 30px;
}
.diploma_image img {
    width: 100%;
}
.diploma_cont {
    width: 100%;
}
.diploma_cont h2 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.6;
    color: #88c2c9;
}
.diploma_cont p {
    
}


/**/
.top_info_wrap {
    background: linear-gradient(to bottom, transparent 210px, #f2f2f2 211px, #f2f2f2 100%);
}
.top_recruit_image_wrap {
    padding: 0 10% 0 0;    
}
.top_recruit_image_inner {
    height: 300px;
    overflow: hidden;
    border-radius: 0 10px 0 0;
}
.top_recruit_image_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top_recruit_cont_wrap {
    padding: 0 0 0 8%;
}
.top_recruit_cont_inner {
    background-color: #fff;
    padding: 40px 8% 40px 35px;
    display: block;
    margin-top: -120px;
    position: relative;
    border-radius: 10px 0 0 0;
}
.trc_ttl {
    margin-bottom: 10px;
}
.trc_ttl h3 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #88c2c9;
}
.trc_ttl p {
    font-size: 13px;
}
.trc_description {
    margin-bottom: 40px;
}
.trc_description h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.trc_description p {
    
}
.more_btn_2 {
    display: flex;
    align-items: center;
}
.more_btn_2 span {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    margin-right: 15px;
}
.more_btn_2 p {
    background-color: #001722;
    width: 42px;
    height: 42px;
    border-radius: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.more_btn_2 p img {
    width: 13px;
    height: auto;
}

/**/
.contact_wrap {
    width: 100%;
    padding: 80px 6% 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-color: #88c2c9;
}
.contact_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.contact_ttl {
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
}
.contact_ttl p {
    font-size: 13px;
    margin-bottom: 10px;
}
.contact_ttl h2 {
    font-size: 24px;
    line-height: 1;    
    font-weight: bold;
}

.contact_ttl_sub {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.contact_ex_wrap {
    width: 100%;
    padding: 140px 6% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.contact_ex_inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.contact_conf_sup {
    margin-bottom: 40px;
}
.contact_form {
    max-width: 1000px;
    margin: 0 auto;
}
.sec_contact {
    
}
.contact_box {
    margin-bottom: 60px;
}
.contact_box dl {
    margin-bottom: 35px;
}
.contact_box dl dt {
    font-weight: bold;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
}
.contact_box dl dt span {
    color: #ff006c;
    margin-left: 10px;
}
.contact_box dl dd {
    
}
.contact_box dl dd span {
    color: #fff;
}
.dd_inner {
    padding: 10px 20px 5px;
}
.contact_box dl dd label {
    cursor: pointer;
    margin-bottom: 5px;
    display: block;
}
.input_text {
    width: 100%;
    height: 60px;
    padding: 10px 20px 10px;
    box-sizing: border-box;
    background: #f8f8f8;
    margin: 0;
    border: none;
    border-radius: 5px;
}
.form_select {
    -webkit-appearance: none;
    appearance: none;
    height: 75px;
    padding: 10px 45px 10px 20px;
    background-image: url(../image/arrow_9.svg);
    background-position: right 28px center;
    background-repeat: no-repeat;
    background-size: 7px auto;
    border: none;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 5px;
}
.textarea {
    width: 100%;
    padding: 20px;
    background: #f8f8f8;
    border: none;
    box-sizing: border-box;
    min-height: 180px;
    margin: 0;
    border-radius: 5px;
}
.radio_btn {
    margin-right: 4px;
}
.contact_btn {
    text-align: center;
    padding: 0;
    display: flex;
}
.send_btn {
    background-color: #dd90ac;
    cursor: pointer;
    border-style: none;
    height: 64px;
    width: 100%;
    margin: 0 auto;
    border-radius: 100vh;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
}
.contact_back_btn {
    padding: 0;
    margin-top: 30px;
    text-align: center;
}
.back_btn {
    border: none;
    background-color: #f8f8f8;
    cursor: pointer;
    height: 50px;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    border-radius: 100vh;
}
.form_check {
    margin-bottom: 30px;
    text-align: center;
}
.retain {
    font-size: 13px;
    cursor: pointer;
}
.retain a {
    text-decoration: underline;
}
.retain_check {

}
.contact_fin_wrap {
    width: 100%;
    padding: 140px 6% 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_fin_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.contact_head_fin {
    max-width: 800px;
    margin: 70px auto 0;
    color: #fff;
}
.contact_head_fin h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
.contact_head_fin p {
    margin-top: 15px;
}

/**/
.terms_wrap {
    width: 100%;
    padding: 60px 6% 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.terms_inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.terms_head_ttl {
    margin-bottom: 80px;
}
.terms_head_ttl h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.6;
}
.terms_head_ttl p {
    font-size: 14px;
}
.terms_content {
    
}
.terms_intro {
    margin-bottom: 40px;
}
.terms_content a {
    text-decoration: underline;
}
.terms_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: 40px;
}
.terms_sub_ttl {
    margin-bottom: 20px;
}
.terms_item {
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}
.terms_item p {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.terms_item_s {
    
}
.terms_item_s div {
    text-indent: -1.7em;
    padding-left: 1.7em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.tiip {
    text-indent: -3.2em !important;
    padding-left: 3.2em !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}
.tiip span {
    font-weight: bold;
}
.tp_detail {
    display: flex;
}
.tpd_ttl {
    position: relative;
}
.tpd_ttl:after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 0;
}
.tpd_cont {
    
}
.revised {
    margin-top: 30px;
}
.terms_sup {
    margin-top: 60px;
    font-size: 12px;
    padding-top: 60px;
    border-top: 1px solid #eeeeee;
}
.terms_sup span {
    font-weight: bold;
}

/**/
#footer {
    width: 100%;
    padding: 80px 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.footer_inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.footer_logo {
    display: flex;
    justify-content: center;
}
.footer_logo img {
    width: 300px;
}

.page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 16;
}
.ubbs__2 {
    text-decoration: none;
    color: #fff !important;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vh;
    padding: 8px 25px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
    background-color: #88c2c9;
}
.ubbs__2:hover {
    text-decoration: none;
    opacity: 0.7;
}
.ubbs__2 img {
  width: 28px;
}

/*------------------------------------------------------------
    フェードイン https://closet-land.com/javascript/scroll-animation/
------------------------------------------------------------*/
/* アニメーション設定 */
.scr-target {
    /* アニメーション開始から終了までの所要時間 */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    /* アニメーションが開始するまでの遅延時間 */
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    /* アニメーションのループ回数 - infiniteで無限ループ */
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.scr-target[class*='fadeIn'],
.scr-target[class*='zoom'] {
    opacity: 0;
}
/* フェードイン*/
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.anime__fadeIn.is-active {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInDown.is-active {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInUp.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInLeft.is-active {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.anime__fadeInRight.is-active {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
/* ズームイン */
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    100% {
        opacity: 1;
    }
}
.anime__zoomIn.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.6, 1.6, 1.6);
        transform: scale3d(1.6, 1.6, 1.6);
    }
    100% {
        opacity: 1;
    }
}
.anime__zoomOut.is-active {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}



.banner_wrap {
    width: 100%;
    padding: 0 6% 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.banner_inner {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.banner_pc {
    display: none;
}
.banner_pc img {
    width: 100%;
    border-radius: 8px;
}
.banner_sp {
    
}
.banner_sp img {
    width: 100%;
    border-radius: 6px;
}














