/*------------------------------------------------------------------
Project:	Nantes - multi purpose one-page template
Version:	1.0
Last change:	18/02/2016 [...]
Designed by:	MOOZ Themes / www.MOOZthemes.com
Primary use:	One page
-------------------------------------------------------------------*/

/*--------------------
Color customizations
change these colors to change overlays
--------------------*/

.mz-module:hover .ot-circle.color1 {
    color: #c54a4a;
}

.mz-module:hover .ot-circle.color2 {
    color: #6091dc;
}

.mz-module:hover .ot-circle.color3 {
    color: #6eb377;
}

.mz-module:hover .ot-circle.color4 {
    color: #fcbe03;
}

/*--------------------
1. General
--------------------*/

:root {
    --main-txt-color: #333;
    --green-dot: #bfff7e;
    --yellow-dot: #ffbd36;
    --black-color: #333;
}

body {
    margin: 0px;
    font-family: "Verdana", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
        "メイリオ", "Meiryo", sans-serif;
    font-size: 16px;
    color: var(--main-txt-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.4px;
    font-family: "Noto Serif JP", serif;
}
h2 {
    font-size: 24px;
}

p {
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
}

.dark-bg p {
    color: #b1b1b1;
}

.green-color {
    color: var(--green-dot);
}

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

.black-color {
    color: var(--main-txt-color);
}

.size-2x {
    font-size: 2rem;
}

.size-3x {
    font-size: 3rem;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

span {
    display: inline-block;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

section {
    padding: 70px 0;
    background-color: #fff;
}
.dot-green,
.dot-yellow {
    border-radius: 100vh;
    border: 6px solid;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.dot-green {
    border-color: var(--green-dot);
}
.dot-yellow {
    border-color: var(--yellow-dot);
}
.dot-text {
    width: calc(100% - 34px);
    display: block;
}
ul {
    padding-left: 0;
    padding-top: 10px;
}

ul li {
    list-style: none;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
}

ul li i {
    margin-right: 10px;
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    ul li {
        font-size: 15px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    .sp-hidden {
        display: none !important;
    }
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
    margin-left: 1px;
    margin-right: -0px;
}

.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}

.col-lg-4 img {
    width: 100%;
}

.col-lg-12 {
    display: flex;
    justify-content: center;
    float: none;
}

.flex-center-hor-bet {
    width: 100%;
    display: flex;
    justify-content: space-between;
    float: none;
}

.flex-center-hor {
    display: flex;
    justify-content: center;
    float: none;
}

.flex-center-ver {
    display: flex;
    align-items: center;
    float: none;
}
.stress {
    font-weight: bold;
    text-decoration: underline;
}
.flex-column-user {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.flex-column-absolute {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.flex-column-absolute p {
    text-align: center;
}

.flex-column-absolute h2,
.flex-column-absolute h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.content-wrap-var {
    margin-top: 50px;
}

@media (min-width: 992px) {
    .flex-column-user {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .flex-column-absolute h2,
    .flex-column-absolute h3 {
        text-align: left;
    }

    .flex-column-absolute p {
        text-align: left;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .img-responsive .course-programmer {
        max-width: 70%;
    }

    .flex-center-hor {
        justify-content: center;
    }
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default {
    background-color: #fff;
    border-color: transparent;
}

.navbar-brand img {
    width: 80px;
}

.navbar-default .navbar-brand {
    /*color: #fff;*/
    /*font-family: "Open Sans", sans-serif;*/
    padding: 0px;
    margin-left: 10px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
    background-color: #fed136;
    border-color: #fed136;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fed136;
}

.navbar-default .nav li a {
    font-family: serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #444448;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    color: #fed136;
    outline: 0;
}

.navbar-default .navbar-nav > .active > a {
    border-radius: 0;
    color: #fff;
    background-color: #fed136;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #fec503;
}

.nav-menu {
    position: relative;
}

.nav-menu-list {
    display: none;
    position: relative;
}

.nav-menu-list a {
    text-decoration: none;
}

.nav-menu:hover .nav-menu-list {
    display: block;
    position: absolute;
    top: 50px;
    left: 15px;
    padding: 0px;
    margin: 0;
    width: 100px;
    background-color: #ffffffd4;
}
@media (max-width: 991px) {
    .nav > li > a {
        padding: 10px 8px;
    }
    .navbar-right {
        margin-left: 20px;
        float: left !important;
    }
}
@media (min-width: 768px) {
    .navbar-default {
        /*background-color: rgba(255, 255, 255, 40%);*/
        background-color: rgba(255, 255, 255, 0);
        padding: 5px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: 0;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        margin-left: 10px;
    }

    .navbar-default .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        background-color: rgba(255, 255, 255, 0.65);
        /*border-bottom: 1px solid #828282;*/
        padding: 5px 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-brand img {
        width: 120px;
    }
}

@media (max-width: 480px) {
    .nav-menu:hover .nav-menu-list {
        /*display: none;*/
        position: static;
        padding-top: 10px;
    }

    .nav-menu-list {
        display: block;
        position: relative;
    }

    .nav-menu-list a {
        margin-left: 30px;
    }
}

/*--------------------
3. Header
--------------------*/

header {
    margin-top: 50px;
}

.owl-slider-item {
    position: relative;
    background-color: #000;
}

.owl-slider-item img {
    opacity: 0.9;
}

.owl-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"] {
    padding: 30px 40px;
    background: rgba(0, 0, 0, 0.26);
    border-radius: 0;
    margin: 0;
    font-size: 30px;
    z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
    float: left;
}

.owl-slider .owl-controls .owl-next {
    float: right;
}

.company-logo-wrap {
    position: absolute;
    left: 0;
    z-index: 3;
}

.company-logo {
    width: 150px;
}

.intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
    position: absolute;
    top: 50px;
    text-align: center;
    transform: translateX(-50%);
    left: 50%;
    font-family: sans-serif;
}

.intro-text .intro-lead-in {
    display: inline-block;
    margin-bottom: 25px;
    padding: 4px 20px;
    font-size: 19px;
    color: #fff;
    font-weight: 100;
    line-height: 40px;
}

.intro-text .intro-heading {
    font-weight: 900;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px;
    letter-spacing: -3px;
    word-spacing: 10px;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.top-image {
    background-image: url("../images/top/top_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1000px;
    background-position: 0px 0px;
    filter: brightness(110%);
}

.top-image-parts {
    padding-left: 20%;
    padding-top: 150px;
}

.top-parts-title {
    width: 500px;
    position: absolute;
}

.top-parts-image01,
.top-parts-image03 {
    border-radius: 20px;
    padding: 20px 30px;
    color: #fff;
    position: relative;
    width: 550px;
}
.top-parts-image01 span {
    font-family: serif;
}

.top-parts-image02 {
    margin-top: 60px;
    width: 460px;
}

.top-parts-image02-top {
    margin-bottom: 30px;
}

.top-parts-image02 span {
    color: #3d3d3d;
    font-size: 20px;
    width: 200px;
    position: relative;
    border-bottom: 2px solid #717171;
}

.top-parts-image02 span:after {
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    border: 10px solid;
    border-color: transparent #717171 #717171 transparent;
    position: absolute;
    right: 0;
}

.top-parts-image02-left {
    margin-right: 20px;
}

.top-parts-image03 {
    margin-top: 20px;
    font-family: serif;
    font-size: 20px;
    color: #3d3d3d;
}
.top-parts-image03-top {
    margin-bottom: 10px;
}

.top-parts-image04 {
    margin-top: 20px;
    font-family: serif;
    font-size: 20px;
    color: #3d3d3d;
    width: 300px;
    display: block;
}

.top-parts-image04 img{
    width: 100%;
}

@media (max-width: 1100px) {
    .top-image {
        background-position: -200px 0px;
    }
    .top-image-parts {
        padding-left: 10%;
    }
}

@media (min-width: 768px) {
    .top-tab-sp {
        display: none;
    }
    nav .container {
        width: 900px;
    }
    .intro-text .intro-heading {
        line-height: 95px;
        font-size: 77px;
        margin-bottom: 50px;
    }

    .intro-text {
        padding-top: 230px;
        padding-bottom: 400px;
    }

    header {
        margin-top: 0;
    }

    .intro-text .intro-lead-in {
        font-size: 50px;
        line-height: 40px;
        margin-bottom: 45px;
    }
    .top-parts-image01 {
        font-size: 50px;
    }
    .top-parts-image01 span {
        font-size: 50px;
    }
}
@media (max-width: 767px) {
    .top-pc {
        display: none;
    }
    .top-image {
        background-position: -140px 0px;
        height: 600px;
    }
    .top-image-parts {
        padding-left: 10px;
        padding-top: 160px;
    }
    .top-parts-title {
        display: none;
    }
    .top-parts-image01,
    .top-parts-image03 {
        border: 0;
        background-color: transparent;
        width: 360px;
        padding: 10px;
        color: #3d3d3d;
    }
    .top-parts-image01 {
        font-size: 40px;
        text-shadow: 0px 0px 20px rgb(142, 142, 142);
    }
    .top-parts-image02.top-tab-sp {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .top-parts-image02-top {
        margin-bottom: 20px;
    }
    .top-parts-image02 span {
        font-size: 14px;
        width: 150px;
    }
    .top-parts-image02-left {
        margin-bottom: 20px;
        display: block;
    }
    .top-parts-image03 {
        margin-top: 0;
        font-size: 16px;
        width: 330px;
    }
}
@media (min-width: 480px) {
    .top-sp {
        display: none;
    }
}

@media (max-width: 479px) {
    .company-logo {
        width: 100px;
    }

    .top-pc {
        display: none;
    }

    .top-tab {
        display: none;
    }

    .top-pc-tab {
        display: none;
    }

    .top-image {
        background-position: -250px 0px;
        height: 600px;
    }
    .top-parts-image01 {
        margin-top: 30px;
        font-size: 40px;
        width: 350px;
    }
    .top-parts-image04{
        width: 150px;
        position: absolute;
        bottom: 0;
    }
}

/*--------------------
4. Sections
--------------------*/

.section-title h2 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.6px;
    position: relative;
    margin: 0 0 50px 0;
    padding-bottom: 15px;
}

.section-title h2 span {
    display: inline-block;
}

.section-title h3 {
    font-size: 35px;
    padding-top: 75px;
    color: #4e4e4e;
    font-weight: 900;
    letter-spacing: -0.6px;
    position: relative;
    margin: 0 0 50px 0;
    padding-bottom: 15px;
    text-align: center;
}

.section-title h2:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: var(--yellow-dot);
}

.section-title h3:after {
    left: 50%;
    z-index: 1;
    width: 60px;
    height: 3px;
    content: " ";
    bottom: -5px;
    margin-left: -30px;
    text-align: center;
    position: absolute;
    background: #4e4e4e;
}

.dark-bg .section-title h2 {
    color: #fff;
}

.section-title p {
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
    margin: 20px 100px 60px 100px;
}

.section-title p span {
    display: inline-block;
}

@media (max-width: 480px) {
    .section-title p {
        font-size: 18px;
        font-weight: 300;
        line-height: 31px;
        margin: 20px 0px 60px;
    }

    .section-title h2 {
        font-size: 35px;
    }
}

/*--------------------
4.1. CTA sectoin
--------------------*/

.section-cta {
    padding: 40px 0;
    color: #fff;
    background-color: #fcbe03;
}

.section-cta h2 {
    color: #fff;
    font-size: 23px;
    font-weight: 300;
    margin: 0 0 20px;
}

.button-cta {
    border: 2px solid #fff;
    padding: 10px 50px;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    display: inline-block;

    -webkit-transition: all 0.4s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -o-transition: all 0.5s ease;
    /* IE 9 */
    -ms-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.button-cta:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

/*--------------------
4.1. Concept
--------------------*/

.concept-image-wrap::before {
    background-image: url("../images/top/beans.jpg");
    /*background-attachment: fixed;*/
    background-size: cover;
    /* cover指定できる */
    content: "";
    display: block;
    position: fixed;
    /* 擬似要素ごと固定 */
    top: 80px;
    left: 0;
    z-index: -1;
    width: 100%;
    /* 横幅いっぱい */
    height: 100vh;
    /* 縦幅いっぱい */
}

.concept-inner {
    padding: 70px;
    width: 80%;
    margin: 70px auto;
}

.concept-image {
    width: 100%;
}

.mz-module {
    position: relative;
    margin-bottom: 30px;
}

.mz-module-about {
    border: 1px solid #e6e6ea;
    min-height: 280px;
    padding: 20px;
    background-color: #efeff1;
}

.mz-module-about h3 {
    font-weight: 500;
    font-size: 19px;
    /* text-transform: uppercase; */
    color: #424242;
    /* letter-spacing: 2px; */
    margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
    color: #ffffff;
}

.mz-module-about p {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    color: #848484;
}

.mz-module-button {
    background-color: #b6b6c3;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mz-module:hover .mz-module-button {
    bottom: -45px;
    opacity: 1;
}

.mz-module-button:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.mz-module-button {
    color: #fff;
}

.ot-circle {
    height: 95px;
    width: 95px;
    text-align: center;
    line-height: 98px;
    color: #ffffff;
    margin: 0 2px 4px;
    font-size: 75px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/*--------------------
4.2. Menu
--------------------*/

.featured-item {
    margin-bottom: 30px;
    height: 110px;
}

.featured-item-bottom {
    margin-top: 100px;
}

.featured-icon {
    float: left;
    font-size: 22px;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    background-color: #f8f8f8;
    line-height: 50px;
    text-align: center;
}

.featured-text {
    text-align: left;
    margin-left: 85px;
}

.featured-text h4 {
    color: #47474c;
    font-size: 17px;
    font-weight: 700;
}

.featured-text p {
    color: #747377;
    margin-top: 7px;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
}

.image-content-name h2 span {
    display: inline-block;
}

.image-content-wrap {
}

.image-content-name-wrap {
    display: flex;
}

.image-content-name-sub {
    font-size: 16px;
    font-weight: 300;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.menu-food-up {
    display: none;
}

.price {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
}

/*@media (max-width:1199px) {
	.image-content-name-wrap {
		flex-direction: column;
	}

	.menu-wrap {
		display: flex;
		flex-direction: column;

	}

	.menu-food-down {
		display: none;
	}

	.menu-food-up {
		display: block;
	}

	.menu-sp-bottom {
		margin-bottom: 20px !important;
	}
}*/

@media (min-width: 992px) {
    .featured-item-sp {
        display: none;
    }

    .image-content-name h2 {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .featured-item-pc {
        display: none;
    }
}

@media (max-width: 480px) {
    .image-content-name-wrap {
        flex-direction: column;
    }

    .menu-food-down {
        display: none;
    }

    .menu-food-up {
        display: block;
    }

    .menu-sp-bottom {
        margin-bottom: 20px !important;
    }
}

/*--------------------
4.2. about
--------------------*/
.about-text {
    margin-top: 30px;
}

.about-point-wrap {
    margin-top: 50px;
}

.about-point-text {
    text-align: left;
}

.about-point-item {
    margin-top: 50px;
}

.about-point-item p {
    text-align: center;
}

.about-point-item div h3 {
    text-align: center;
}

.about-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content-point {
    width: calc(33% - 10px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e8ffe9;
    padding: 10px 0;
}
.about-content-top {
    font-size: 20px;
}
.about-content-bottom {
    font-size: 20px;
}
.about-content-bottom span {
    font-size: 40px;
    color: #ffc000;
}
@media (max-width: 1199px) {
    .about-content-top {
        font-size: 16px;
    }
    .about-content-bottom {
        font-size: 16px;
    }
    .about-content-bottom span {
        font-size: 32px;
    }
}

@media (min-width: 992px) {
    .about-wrap {
        display: flex;
        flex-direction: row;
    }

    .about-content-image {
        width: max-content;
    }

    .about-content {
        display: block;
        width: 100%;
    }

    .about-point-text {
        text-align: center;
    }

    .about-point-item div h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .about-point-text {
        text-align: center;
    }
    .about-content-top {
        font-size: 14px;
    }
    .about-content-bottom {
        font-size: 14px;
    }
    .about-content-bottom span {
        font-size: 24px;
    }
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
    margin: 0 0 30px;
    font-weight: 800;
    color: #5d5d5d;
}

.section-text h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 17px;
}

.dark-bg .section-text h3 {
    color: #dfdfdf;
}

.dark-bg .section-text h4 {
    color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726fb9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 1px;
}

figure.effect-bubba img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    /*opacity: 0; */
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 13%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 37px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba p {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 40px 2.5em 20px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (max-width: 480px) {
    figure.effect-bubba img {
        opacity: 0.8;
    }

    figure.effect-bubba figcaption::before,
    figure.effect-bubba figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    figure.effect-bubba h2,
    figure.effect-bubba p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/*--------------------
4.x. Access(Add later)
--------------------*/
.access-item-wrap {
    font-size: 18px;
    display: flex;
    flex-direction: column;
}

.access-item-title {
    font-size: 30px;
    margin-bottom: 20px;
}

.access-item-left {
    width: 40%;
}

@media (max-width: 1199px) {
    /*.menu-wrap{
		margin-left: -20px;
	}*/
}

/*--------------------
4.4. free_school
--------------------*/
.free_school-wrap {
    position: relative;
}

.free_school-numicon {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}

.free_school-lineicon {
    position: absolute;
    top: 60px;
    right: 20px;
    width: 40px;
}

.free_school-img {
    margin-top: 40px;
    width: 200px;
}

.free_school-wrap-wrap {
    display: flex;
    flex-direction: column;
}

.free_school-half {
    display: flex;
}

@media (min-width: 992px) {
    .free_school-wrap-wrap {
        display: flex;
        flex-direction: row;
    }
}

@media (max-width: 480px) {
    .free_school-img {
        width: 100px;
    }

    .free_school-lineicon {
        top: 30px;
        right: 0;
        width: 40px;
    }
}

/*--------------------
4.4. course
--------------------*/
.course-image-wrap {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.course-sp-image {
    width: 125px;
    position: absolute;
    bottom: 0;
    right: 10px;
}
.course-explain {
    height: 200px;
}
.course-programmer {
    width: 100%;
}

.course-skill {
    padding: 20px 0 50px;
}
.skill-wrapper {
    padding: 20px;
    width: 100%;
    position: relative;
    background-color: #ffffe5;
    margin-bottom: 20px;
}
.skill-title {
    position: absolute;
    left: 15px;
    top: -10px;
    color: #f2c657;
}
.skill-main {
    font-size: 14px;
    text-align: left;
}
@media (min-width: 1200px) {
    .course-programmer {
        width: 100%;
    }

    .course-skill {
        padding: 20px 0 0;
    }
    .course-explain {
        height: 150px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .course-sp-image {
        right: 68px;
    }
    .skill-wrapper {
        margin-bottom: 50px;
    }
    .course-explain {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .skill-wrapper {
        margin-bottom: 50px;
    }
    .course-explain {
        height: 120px;
    }
}
@media (max-width: 480px) {
    .course-sp-image {
        width: 80px;
    }
}

/*--------------------
4.4. support
--------------------*/
.support-image {
    width: 100%;
}

figure.effect-bubba {
}

/*--------------------
4.4. message
--------------------*/
#message {
    padding: 0;
}

.message-wrap-pc {
    position: relative;
}

.message-wrap-pc h2 span {
    display: inline-block;
}

.message-txt {
    position: absolute;
    top: 43%;
    left: 8%;
    font-size: 28px;
    width: 80%;
    font-weight: 400;
}

@media (min-width: 768px) {
    .message-txt {
        top: 28%;
        left: 5%;
        font-size: 36px;
        width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .message-txt {
        top: 37%;
        left: 5%;
        font-size: 36px;
        width: 70%;
    }
}

@media (min-width: 480px) {
    .message_sp {
        display: none;
    }
}

@media (max-width: 479px) {
    .message_pc {
        display: none;
    }
}

/*--------------------
4.4. button
--------------------*/

@media (max-width: 480px) {
    #button {
        padding: 30px 0;
    }
}

/*--------------------
4.4. floating_button
--------------------*/
#floating_button {
    padding: 0;
}

.button-wrap,
.floating_button-wrap {
    width: 400px;
    height: 60px;
    z-index: 10;
}

.floating_button-wrap {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 50%;
    transform: translate(50%, 0);
}

.floating_button-wrap:hover {
    opacity: 0.6;
    transition: 0.2s ease-in-out;
}

.button-wrap a,
.floating_button-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #03c755;
    color: #fff;
    border-radius: 100vh;
    font-weight: bold;
}

@media (max-width: 480px) {
    .button-wrap a,
    .floating_button-wrap a {
        border-radius: 0;
    }

    .button-wrap,
    .floating_button-wrap {
        width: 95%;
    }
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.light-bg {
    background-color: #f8f8f8;
}

.dark-bg {
    background-color: #333231;
    color: #fff;
}

.green-bg {
    background-color: #f2ffe5;
}

.yellow-bg {
    background-color: #ffffe5;
}

.short-section {
    border-top: 1px solid #5d5d5f;
    border-bottom: 1px solid #5d5d5f;
    padding-top: 70px;
    padding-bottom: 70px;
}

.counter-item h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
}

.counter-item h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
    position: absolute;
    left: 0;
    top: 38%;
    width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"] {
    padding: 8px 17px;
    background: rgba(0, 0, 0, 0.18);
    border-radius: 0;
    margin: 0;
    font-size: 20px;
    z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
    float: left;
}

.owl-portfolio .owl-controls .owl-next {
    float: right;
}

.owl-portfolio-item {
    text-align: center;
    display: inline-block;
}

.partner-logo {
    text-align: center;
    display: inline-block;
}

.thougts-item {
    border: 1px solid #dddddd;
    padding: 10px;
}

.thougts-item h3 {
    padding-bottom: 10px;
    font-size: 21px;
    border-bottom: 1px solid#dddddd;
}

.item-text-wrap {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fcbe03;
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 15px 7px 0 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #fcbe03;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
    text-align: center;
    background-color: #fff;
}

.team-item h3 {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #2d2d2d;
}

.team-item .team-position {
    color: #989898;
    font-size: 12px;
    margin: 15px 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.team-item p {
    font-size: 13px;
    font-weight: 400;
    color: #292929;
    padding: 5px 10px 20px 10px;
}

.team-socials {
    padding-bottom: 25px;
}

.team-socials a {
    color: #b2b3b7;
    font-size: 20px;
    margin: 0 10px;
}

.team-socials a:hover {
    color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
    margin-top: 15px;
}

section#contact.form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    font-size: 13px;
}

.contact h3 {
    margin-bottom: 30px;
}

.contact p {
    font-size: 13px;
}

.contact .day {
    display: inline-block;
    width: 80px;
}

.contact i {
    margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;
}

footer p {
    color: #b7b7b7;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

footer p a {
    color: #fff;
}

footer p a span {
    color: #fcbe03;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700;
}
.footer-law {
    font-size: 14px;
}
/*--------------------
6. Modal
--------------------*/

.modal-content {
    border-radius: 0;
}

.modal-header .close {
    font-size: 30px;
}

.modal-title {
    text-transform: uppercase;
    font-size: 23px;
}

.modal-body {
    padding: 0;
}

.modal-body p {
    margin: 30px 20px;
    color: #2d2d2d;
}

.modal-works {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin: 25px 20px;
}

.modal-works span {
    background-color: #fed136;
    margin-right: 15px;
    padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
    color: #fff;
    background-color: #dfdfdf;
    border-color: #dfdfdf;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #fcbe03;
}

.btn-xl {
    color: #fff;
    background-color: #fcbe03;
    /* border-color: #726FB9; */
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 40px;
    right: 50px;
}

#back-top a {
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #a9a9b1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: #fed136;
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 15px;
    font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    #back-top {
        position: fixed;
        bottom: 10px;
        right: 30px;
    }

    #back-top a {
        width: 40px;
        height: 40px;
    }

    #back-top i {
        margin-top: 7px;
        font-size: 20px;
    }
}

/******************
  category-top
*******************/
#category-top {
    margin: 80px 0 0 0;
    padding: 0;
}

.category-top-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.category-top-text {
    font-family: "Noto Serif JP", serif;
    font-size: 50px;
    position: absolute;
    font-weight: 900;
    top: 125px;
}

.category-top-back-text {
    font-size: 200px;
    white-space: nowrap;
    font-weight: 300;
    color: transparent;
    text-shadow: 0px 0px 5px rgb(234, 234, 234);
}

@media (max-width: 992px) {
    .category-top-text {
        top: 85px;
    }

    .category-top-back-text {
        font-size: 150px;
    }
}

@media (max-width: 768px) {
    .category-top-back-text {
        font-size: 100px;
    }

    .category-top-text {
        top: 50px;
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .category-top-back-text {
        font-size: 70px;
    }

    .category-top-text {
        top: 35px;
        font-size: 30px;
    }
}

/********************
  breadcrumb
*********************/
#breadcrumb {
    padding: 0;
}

.breadcrumb-wrap span:nth-child(1) {
    color: #ccc;
}

/********************
  curriculum
*********************/
#curriculum {
    padding: 0;
}

.curriculum-wrap {
    display: flex;
    justify-content: center;
}

.area {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
    display: flex;
    z-index: 2;
}

.tab-class {
    position: relative;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    width: calc(100% / 3);
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    order: -1;
}

.tab-class-01 {
    border-left: 1px solid#b4b4b4;
}

.tab-class-03 {
}

.tab-class div {
    text-align: center;
}

.tab-class span {
    display: inline-block;
}

input[name="tab-name"] {
    display: none;
}

input:checked + .tab-class {
    background-color: #065203;
    color: #fff;
}

input:checked + .tab-class:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    border: 10px solid;
    border-color: #065203 transparent transparent transparent;
}

#curriculum label {
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0;
}

input:checked + .tab-class + .curriculum-inner {
    display: block;
}

.recruit-job-row {
    display: flex;
    padding: 20px;
    border-bottom: 2px solid var(--color-gray);
}

.recruit-job-row-left {
    width: 25%;
}

.curriculum-inner {
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    margin-top: -1px;
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 50px 60px;
    position: relative;
}

.curriculum-deco {
    width: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.curriculum-deco img {
    width: 100%;
}

.curriculum-deco02 {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
}

.curriculum-deco02 img {
    width: 100%;
    transform: rotate(90deg);
}

.curriculum-title {
    display: flex;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
}

.curriculum-target,
.curriculum-flow,
.curriculum-service,
.curriculum-goal {
    margin-top: 50px;
}

.color-box-green {
    border: 14px solid #f4ffe7;
}

.curriculum-target-01,
.curriculum-flow-01,
.curriculum-service-01,
.curriculum-goal-01 {
    display: flex;
    align-items: center;
}

.curriculum-target-title,
.curriculum-service-title,
.curriculum-goal-title,
.curriculum-flow-title {
    margin-left: 10px;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
}

.curriculum-target-02 {
    margin-top: 20px;
    width: 100%;
    background-color: #f4f4f4;
    padding: 20px;
}

.course-graph {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.course-graph-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 200px;
    border: 1px solid#b4b4b4;
    margin-right: -1px;
    background-color: #f4f4f4;
}

.course-graph-kikan {
    display: flex;
    flex-direction: column;
    border: 1px solid#b4b4b4;
    margin-right: -1px;
}

.inner-tab01 .course-graph-kikan {
    width: 50%;
}

.inner-tab02 .course-graph-kikan {
    width: 60%;
}

.inner-tab03 .course-graph-kikan {
    width: 70%;
}

.course-graph-kikan-01 {
    display: flex;
}

.course-graph-kikan-01-cell-wrap {
    width: 100%;
}

.course-graph-kikan-01-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    height: 50px;
}

.course-graph-kikan-01-cell span {
}

.course-graph-kikan-01-cell:nth-child(1),
.course-graph-kikan-01-cell:nth-child(2) {
    background-color: #f4ffe7;
}

.course-graph-kikan-01-cell:nth-child(3) {
    border-right: 0;
    background-color: #fcf4f4;
}

.inner-tab01 .course-graph-kikan-01-cell:nth-child(1),
.inner-tab01 .course-graph-kikan-01-cell:nth-child(2) {
    width: 30%;
}

.inner-tab01 .course-graph-kikan-01-cell:nth-child(3) {
    width: 40%;
}

.inner-tab02 .course-graph-kikan-01-cell:nth-child(1),
.inner-tab02 .course-graph-kikan-01-cell:nth-child(2) {
    width: 25%;
}

.inner-tab02 .course-graph-kikan-01-cell:nth-child(3) {
    width: 50%;
}

.inner-tab03 .course-graph-kikan-01-cell:nth-child(1),
.inner-tab03 .course-graph-kikan-01-cell:nth-child(2) {
    width: 20%;
}

.inner-tab03 .course-graph-kikan-01-cell:nth-child(3) {
    width: 60%;
}

.course-graph-kikan-02 {
    display: flex;
    margin-bottom: -2px;
}

.course-graph-kikan-02-cell {
    border-right: 1px solid#b4b4b4;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.course-graph-kikan-02-cell:nth-child(1) {
    width: 70%;
}
.course-graph-kikan-02.month3 .course-graph-kikan-02-cell {
    width: 100%;
    border-right: transparent;
}
.course-graph-kikan-02-cell:nth-child(2) {
    width: 30%;
    border-right: 0;
}

.color-box-pink {
    border: 14px solid #fcf4f4;
}

.curriculum-service-02 {
    margin-top: 20px;
    border: 1px solid #b4b4b4;
    display: flex;
}

.curriculum-service-02-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    height: 200px;
}

.curriculum-service-02-item-01,
.curriculum-service-02-item-02 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50%;
}

.curriculum-service-02-item-01 {
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    font-weight: bold;
    background-color: #f4f4f4;
}

.curriculum-service-02-item-02 {
    border-right: 1px solid #b4b4b4;
}

.curriculum-service-02-item:nth-child(4) .curriculum-service-02-item-01,
.curriculum-service-02-item:nth-child(4) .curriculum-service-02-item-02 {
    border-right: 0px;
}

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

.curriculum-goal {
    width: 45%;
}

.curriculum-goal-02 {
    margin-top: 20px;
    display: flex;
}

.curriculum-goal-main {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 1px solid #b4b4b4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.curriculum-goal-main-01 {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c3c2b7;
    color: #fff;
    height: 40px;
}

.curriculum-goal-02 li {
    list-style: disc;
}

.curriculum-goal-main-02 {
    width: 90%;
    height: 80%;
    display: flex;
}

.curriculum-goal-main-image {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.image-curriculum01 {
    object-fit: contain;
    width: 200px;
}

@media (max-width: 992px) {
    .curriculum-inner {
        padding: 50px 20px;
    }
}

@media (min-width: 768px) {
    .curriculum-flow-sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .curriculum-deco {
        width: 80px;
    }

    .curriculum-deco02 {
        width: 80px;
    }

    .curriculum-flow {
    }

    .curriculum-flow-01 {
        margin-top: 50px;
    }

    .course-graph {
        margin-top: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .course-graph-cell {
        width: 50%;
        height: 50px;
        border: 0;
        border-top: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4;
    }

    .course-graph-cell:nth-child(4) {
        border-bottom: 1px solid #b4b4b4;
    }

    .course-graph-kikan {
        height: 500px;
        flex-direction: row-reverse;
        border-bottom: 0;
    }
    .inner-tab02 .course-graph-kikan {
        width: 50%;
    }
    .inner-tab03 .course-graph-kikan {
        width: 50%;
    }
    .course-graph-kikan-01 {
        display: flex;
        align-items: center;
        width: 20%;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }

    .course-graph-kikan-02 {
        width: 80%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .course-graph-kikan-02.month3 .course-graph-kikan-02-cell {
        width: 100%;
        height: 100%;
        border-right: 1px solid#b4b4b4;
    }
    .course-graph-kikan-01-cell span {
        text-combine-upright: all;
    }

    .inner-tab01 .course-graph-kikan-01-cell:nth-child(1),
    .inner-tab01 .course-graph-kikan-01-cell:nth-child(2),
    .inner-tab02 .course-graph-kikan-01-cell:nth-child(1),
    .inner-tab02 .course-graph-kikan-01-cell:nth-child(2),
    .inner-tab03 .course-graph-kikan-01-cell:nth-child(1),
    .inner-tab03 .course-graph-kikan-01-cell:nth-child(2) {
        height: 25%;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #b4b4b4;
    }

    .inner-tab01 .course-graph-kikan-01-cell:nth-child(3),
    .inner-tab02 .course-graph-kikan-01-cell:nth-child(3),
    .inner-tab03 .course-graph-kikan-01-cell:nth-child(3) {
        width: 100%;
        height: 50%;
        border: 0;
    }

    .course-graph-kikan-02-cell:nth-child(1) {
        width: 100%;
        height: 60%;
    }

    .course-graph-kikan-02-cell:nth-child(2) {
        width: 100%;
        height: 40%;
        border: 0;
        border-top: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4;
    }

    .curriculum-service-02-item-01,
    .curriculum-service-02-item-02 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        flex-direction: column;
        height: 50%;
    }

    .curriculum-goal-wrap {
        flex-direction: column;
    }

    .curriculum-goal {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .curriculum-inner {
        padding: 50px 10px;
    }

    .tab-class {
        font-size: 14px;
    }

    .curriculum-title {
        font-size: 24px;
    }

    .curriculum-flow-title {
        font-size: 18px;
    }

    .course-graph-cell {
        width: 100%;
    }

    .inner-tab01 .course-graph-kikan,
    .inner-tab02 .course-graph-kikan,
    .inner-tab03 .course-graph-kikan {
        width: 100%;
    }
}

/*******************
  curriculum-step
********************/
.step01,
.step03,
.step05 {
    display: flex;
}

.box-left {
    width: 50%;
}

.box-left img {
    width: 90%;
    object-fit: cover;
}

.box-right {
    width: 50%;
}

.title-font {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: bold;
}

.step01-title {
    margin-top: 50px;
}

.step01-description {
    margin-top: 50px;
}

.step02,
.step03,
.step04,
.step05 {
    margin-top: 80px;
}

.step02-title,
.step04-title {
    display: flex;
    justify-content: center;
}

.step02-wrap,
.step04-wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.step02-content,
.step04-content {
    display: flex;
    flex-direction: column;
    width: 32%;
    align-items: center;
}

.step02-content img {
    width: 100%;
}

.step02-content-title-font {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: bold;
}

.step02-content-title {
    margin-top: 20px;
}

.step02-description {
    margin-top: 20px;
    text-align: center;
}

.step03 {
    margin-top: 80px;
}

.step03 .box-right {
    display: flex;
    justify-content: flex-end;
}

.step03 .box-right img {
    width: 90%;
    object-fit: cover;
}

.step04-wrap {
    justify-content: space-around;
}

.step04-content {
    width: 32%;
}

.step04-content img {
    width: 100%;
}

@media (min-width: 768px) {
    .step01-title-sp {
        display: none;
    }
}

@media (max-width: 767px) {
    .step01,
    .step03,
    .step05 {
        display: flex;
        flex-direction: column;
    }

    .step01-title {
        display: none;
    }

    .step01-title-sp,
    .step03-title-sp,
    .step05-title-sp {
        margin-bottom: 50px;
        display: flex;
        justify-content: center;
    }

    .step02-wrap {
        flex-direction: column;
    }

    .step02-content {
        width: 100%;
    }

    .step02-description {
        text-align: left;
    }

    .box-left,
    .box-right,
    .box-left img,
    .box-right img {
        width: 100%;
    }

    .step03 .box-right img {
        width: 100%;
    }

    .box-left {
        display: flex;
        justify-content: center;
    }

    .step03 .box-left {
        display: block;
        order: 1;
    }

    .step03 .box-right {
        display: flex;
        justify-content: center;
    }

    .step04-wrap {
        flex-direction: column;
    }

    .step04-content {
        width: 100%;
    }
}

/*******************
  price-table
********************/
#price-table .container {
    margin-top: -60px;
}

.price-table-header {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: bold;
}

.price-table-row {
    display: flex;
    border-bottom: 1px solid #b4b4b4;
}

.price-table-column {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
}

.price-table-column-first {
    padding-left: 10px;
    width: 25%;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: bold;
    justify-content: flex-start;
}

.price-table-column02 {
    background-color: #fcf4f4;
}

.price-table-column04 {
    background-color: #f4ffe7;
}

.price-table-bottom01 {
    margin-top: 10px;
}

.price-table-bottom {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
}

#price-table label {
    margin: 0;
}

@media (min-width: 480px) {
    .price-table-sp {
        display: none;
    }
}

@media (max-width: 479px) {
    .price-table {
        display: none;
    }

    .price-table-column {
        width: 40%;
    }

    .price-table-column-first {
        width: 60%;
    }
}

/*******************
  price-attention
********************/
#price-attention .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-attention-title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: bold;
}

#price-attention ul {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

/*******************
  prev_next
********************/
#prev_next .container {
    display: flex;
    justify-content: space-between;
}

#prev_next span {
    font-size: 20px;
}

.prev,
.next {
    display: flex;
    align-items: center;
    padding: 0 60px;
    border: 1px solid #b4b4b4;
    width: 350px;
    height: 200px;
}

.prev img {
    width: 20%;
    margin-right: 20px;
}

.next img {
    width: 20%;
    margin-left: 20px;
}

.prev {
}

.next {
    justify-content: flex-end;
}

.center {
    width: calc(100% - 700px);
}

/*******************
  graduation
********************/
#before-after .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#graduation .section-title {
    justify-content: center;
    display: flex;
    font-size: 24px;
    font-family: serif;
}
.section-title-border {
    border-top: 2px solid var(--yellow-dot);
    margin-top: 10px;
    width: 50px;
}
.before-after-card {
    margin-top: 50px;
    width: 100%;
    padding: 40px;
    border: 2px solid #ccc;
    display: flex;
    position: relative;
}
.before-after-card-2 {
    margin-top: 100px;
}
.before-after-card:before {
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-bottom: 2px dashed #ccc;
    content: "";
}
.number {
    color: #777;
    position: absolute;
    width: 150px;
    top: -90px;
    left: -40px;
    font-size: 120px;
    background-color: #fff;
}
.before-after-card-left {
    width: 60%;
}
.before-after-card-right {
    width: 40%;
}
.before-after-card-left-title {
    display: flex;
    font-family: serif;
}
.before-after-card-left-title img {
    width: 40%;
    object-fit: cover;
    aspect-ratio: 3/5;
    object-position: 66% 100%;
}
.before-after-card-left-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}
.before-after-card-left-title-text p {
    transform: rotate(356deg);
    font-size: 24px;
    line-height: 3.5rem;
}
.before-after-card-left-title-text p span {
    padding: 0 4px;
}
.before-after-card-left-title-text p span:nth-child(1) {
    background-color: rgb(82, 192, 246);
}
.before-after-card-left-title-text p span:nth-child(2) {
    background-color: rgb(255, 192, 0);
}
.before-after-card-left-title-text-age {
    font-size: 16px;
    margin-top: 20px;
}
.before-after-card-left-decprition {
    z-index: 2;
    position: relative;
    border: 1px solid #cffaa4;
    background-color: #fff;
    padding: 10px;
    margin-top: -10px;
    width: 100%;
    box-shadow: -15px 15px 0 #cffaa4;
}
.before-after-card-right {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.before-after-card-right-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 20px 50px;
    border: 1px solid rgb(255, 192, 0);
    box-shadow: -15px 15px 0 rgb(255, 192, 0);
}
.before-after-card-right-top-salary {
    width: 100%;
}
.before-after-card-right-top-salary,
.before-after-card-right-top-job {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.before-after-card-right-top div {
    margin-right: 20px;
}
.before-after-card-right-top-salary span:nth-child(3),
.before-after-card-right-top-job span:nth-child(3) {
    width: 150px;
}
.before-after-card-right-top-salary span:nth-child(1) {
    width: 85px;
    font-size: 14px;
}
.before-after-card-right-top-salary span:nth-child(3) {
    color: rgb(255, 192, 0);
    font-size: 20px;
}
.before-after-card-right-top i {
    margin-right: 20px;
}
.before-after-card-right-top-job {
    width: 100%;
    margin-top: 20px;
}
.before-after-card-right-top-job span:nth-child(1) {
    width: 85px;
    font-size: 14px;
}
.before-after-card-right-top-job span:nth-child(3) {
    color: rgb(255, 192, 0);
    font-size: 20px;
}
.before-after-card-right-bottom img {
    width: 100%;
    object-fit: cover;
    margin-top: 30px;
}
.before-after-card-2 .before-after-card-left-title-text p span:nth-child(1) {
    background-color: rgb(255, 192, 0);
}

@media (max-width: 991px) {
    .number {
        font-size: 80px;
        width: 100px;
        top: -70px;
        left: -20px;
    }
    .before-after-card-left-title-text p {
        font-size: 18px;
    }
    .before-after-card-left-title-text p br {
        display: none;
    }
    .before-after-card-left-title-text div {
        margin-top: 10px;
    }
    .before-after-card-right-top {
        padding: 20px 0 20px 20px;
    }
    .before-after-card-right-top-job span:nth-child(1) {
        width: 50px;
    }
    .before-after-card-right-top-salary span:nth-child(3),
    .before-after-card-right-top-job span:nth-child(3) {
        width: 130px;
        font-size: 16px;
    }
    .before-after-card-right-top i {
        margin-right: 10px;
    }
}
@media (max-width: 767px) {
    .before-after-card {
        padding: 30px 20px;
        flex-direction: column;
    }
    .number {
        width: auto;
        top: -60px;
        left: -10px;
        font-size: 70px;
    }
    .before-after-card-left {
        width: 100%;
    }
    .before-after-card-left-title-text {
        width: 60%;
        align-items: flex-end;
    }
    .before-after-card-left-title-text-age {
        margin-right: 25px;
        width: 100%;
        display: flex;
        justify-content: end;
    }
    .before-after-card-left-title-text p {
        font-size: 24px;
    }
    .before-after-card-left-decprition {
        margin-top: 20px;
    }
    .before-after-card-right {
        padding: 0;
        width: 100%;
    }
    .before-after-card-right-top {
        margin-top: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding: 20px 0;
    }
    .before-after-card-right-top-salary,
    .before-after-card-right-top-job {
        width: auto;
    }
    .before-after-card-right-top-salary span:nth-child(3),
    .before-after-card-right-top-job span:nth-child(3) {
        font-size: 18px;
    }
    .before-after-card-right-top-job {
        margin: 0;
    }
}
@media (max-width: 480px) {
    .before-after-card-left-title-text {
        width: 100%;
        align-items: flex-start;
    }
    .before-after-card-left-title-text p {
        font-size: 18px;
        z-index: 2;
        position: relative;
    }
    .before-after-card-left-title-text-age {
        margin-right: 0;
        display: flex;
        justify-content: flex-start;
    }
    .before-after-card-left-title img {
        width: 40%;
        object-fit: cover;
    }
    .before-after-card-right-top {
        flex-direction: column;
        align-items: center;
        padding: 20px 20px;
    }
    .before-after-card-right-top-salary,
    .before-after-card-right-top-job {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .before-after-card-right-top i {
        margin-right: 20px;
    }
    .before-after-card-right-top-salary {
        margin: 0;
    }
    .before-after-card-right-top-job {
        margin-top: 10px;
    }
    .before-after-card-right-top-job span:nth-child(1) {
        width: 85px;
    }
    .before-after-card-right-top-salary span:nth-child(3),
    .before-after-card-right-top-job span:nth-child(3) {
        width: 140px;
    }
}

/*******************
  load_map
********************/
#load_map .container {
    padding-bottom: 50px;
    margin-top: 100px;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.load_map_item_wrap {
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.load_map_item_wrap_2 {
    margin-top: 70px;
}
.load_map_item {
    width: calc(33% - 20px);
    position: relative;
}
.load_map_item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.load_map_no {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #03c755;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 5px 10px;
}
.load_map_item_title {
    margin-top: 10px;
    font-size: 24px;
    font-family: serif;
}
.load_map_item_sentence {
    margin-top: 20px;
}
@media (max-width: 767px) {
    #load_map .container {
        margin-top: 30px;
    }
    .load_map_item_wrap {
        flex-direction: column;
        margin: 0;
    }
    .load_map_item {
        width: 100%;
        margin-top: 50px;
    }
    .load_map_item_title {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

/*******************
  question
********************/
.question-title {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    border: 1px solid #9c9c9c;
    padding: 10px 20px;
    margin: 30px 0 30px;
}
details:not(:last-child) {
    margin-bottom: 20px;
}
details summary {
    display: flex;
    list-style: none;
    cursor: pointer;
    padding: 20px 30px 20px 20px;
    background: #fff2c5;
    color: #242323;
    font-size: 1.6rem;
    position: relative;
}
details span {
    margin-right: 10px;
}
details summary::after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f067";
    right: 20px;
}
details[open] summary::after {
    content: "\f068";
}
details div {
    display: flex;
    margin: 0;
    padding: 20px;
}
#question #message {
    margin-top: 50px;
}
summary::-webkit-details-marker {
    display: none;
}

/*******************
  law
********************/
#law #breadcrumb {
    margin-top: 200px;
}
#law-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#law-content h1 {
    margin: 0 20px 10px;
    font-size: 30px;
}
#law-content h2 {
    font-size: 18px;
    margin: 20px 20px 0px;
}
.table-law {
    border-bottom: 1px solid#000;
    margin: 20px 20px 200px 20px;
    max-width: 1200px;
}
.table-law-row {
    display: flex;
    border-top: 1px solid#000;
    border-right: 1px solid#000;
    border-left: 1px solid#000;
}
.table-law-left {
    color: #fff;
    background-color: #3d3d3d;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}
.table-law-right {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: calc(100% - 200px);
}

@media (max-width: 480px) {
    #law #breadcrumb {
        margin-top: 100px;
    }
    #law-content {
        padding-top: 50px;
    }
    #law-content h1 {
        font-size: 24px;
    }
    #law-content h2 {
        font-size: 16px;
        margin: 20px 20px 0px;
    }
    .table-law-row {
        flex-direction: column;
        width: 100%;
    }
    .table-law-left {
        width: 100%;
        justify-content: flex-start;
    }
    .table-law-right {
        width: 100%;
        padding: 10px;
    }
}
