@charset "UTF-8";

html {
    font-size: 62.5%;
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #fff;
    color: #231815;
    font-size: 1.2rem;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-style: normal;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    width: 100%;
}

@media all and (-ms-high-contrast: none) {
    body {
        font-family: 'Noto Sans JP', sans-serif;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

p { margin: 0;}

img {
    border: none;
    max-width: 100%;
    height: auto !important;
}

a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

button,
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

/*--------------------------------------------------------------------------------
　▼ table設定　
--------------------------------------------------------------------------------*/
table { width: 100%; border-collapse: collapse;}
table tr th { font-weight: normal; text-align: left;}

/*--------------------------------------------------------------------------------
　▼ フォント　
--------------------------------------------------------------------------------*/
.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.font-mt {
    font-family: 'mplus-thin';
    font-weight: 100;
}

.font-ml {
    font-family: 'M PLUS 1p';
    font-weight: 300;
}

.font-mr {
    font-family: 'mplus-regular';
    font-weight: 400;
}

.font-mm {
    font-family: 'mplus-medium';
    font-weight: 500;
}

/*--------------------------------------------------------------------------------
　▼ パディング　
--------------------------------------------------------------------------------*/
.pt0 { padding-top: 0 !important;}
.pt10 { padding-top: 10px;}
.pt20 { padding-top: 20px;}
.pt30 { padding-top: 30px;}
.pt40 { padding-top: 40px;}

.pb0 { padding-bottom: 0;}
.pb10 { padding-bottom: 10px;}
.pb15 { padding-bottom: 15px;}
.pb20 { padding-bottom: 20px;}
.pb30 { padding-bottom: 30px;}
.pb40 { padding-bottom: 40px;}
.pb50 { padding-bottom: 50px;}

/*--------------------------------------------------------------------------------
　▼ 共通　
--------------------------------------------------------------------------------*/
.inner-box {
    width: auto;
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 10%;
    position: relative;
}

.br {
    display: block !important;
}

br {
    font-size: 0;
}

.list {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.sec-title {
    font-size: 4.9rem;
    font-family: 'mplus-thin';
    font-weight: 100;
    line-height: 1.6em;
    margin: 0 auto;
    text-align: center;
}

.sub-title {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 35px;
    text-align: center;
}

.wrap-box {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.wrap-box .left-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.wrap-box .right-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

/*--------------------------------------------------------------------------------
　▼ 共通　header
--------------------------------------------------------------------------------*/
.header {
    background-color: #fff;
    display: table;
    height: 63px;
    padding: 10px 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    max-width: 100%;
    table-layout: fixed;
}

.header .logo {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 35%;
    white-space: nowrap;
}

.header .logo a {
    color: #1c8f3e;
    display: block;
    text-decoration: none;
}

.header .logo-list {
    margin-bottom: 0;
}

.logo-list {
    margin-bottom: 20px;
}

.logo-list li {
    display: inline-block;
    vertical-align: middle;
}

.logo-list li img {
    vertical-align: middle;
}

.logo-list li:first-child {
    border-right: 1px solid #c9caca;
    padding-right: 15px;
}

.logo-list li:nth-child(2) {
    font-size: 2.1rem;
    font-weight: 700;
    padding-left: 15px;
    text-decoration: none;
}

.logo-list li:nth-child(2) span {
    color: #32a7e0;
    font-weight: 300;
}

.nav-menu {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
}

.head-link {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 5%;
}

/*--------------------------------------------------------------------------------
　▼ 共通　nav-list
--------------------------------------------------------------------------------*/
#nav {
    font-size: 0;
    margin: 0;
    padding: 0;
}

#nav li {
    border-right: 1px solid #c9caca;
    display: inline-block;
    min-width: 25%;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
}

#nav li:last-child {
    border-right: none;
}

#nav li a {
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
}

.header-opener {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 2;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.header-opener > button {
    background: none;
    border: none;
    color: #000;
    display: block;
    padding: 0;
}

.opener-label {
    display: inline-block;
    font-family: 'Abel', sans-serif;
    font-size: 10px;
    letter-spacing: .1em;
    padding-top: 3px;
}

.opener-icon {
    width: 28px;
    height: 24px;
    margin: 0 auto;
    display: block;
    position: relative;
}

.opener-icon > span {
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
}

.header-nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    opacity: 0;
    z-index: 1;
    transition: height 0s 251ms ease-in-out, opacity 250ms 0s ease-in-out;
}

.nav-container {
    width: 60%;
    height: 100%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: -300px;
    -webkit-overflow-scrolling: touch;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.header-nav {
    background-color: #fff;
}

.nav {
    display: block;
}

.nav .nav-items {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.nav .nav-items li {
    border-bottom: 1px solid #dccdcd;
    display: block;
    font-size: 0;
    width: 100%;
}

.nav ul li a {
    color: #4b4b4b;
    display: block;
    text-decoration: none;
    font-size: 15px;
    padding: 17px 18px;
    position: relative;
    line-height: 16px;
}

.contents-wrapper {
    padding-top: 63px;
}

.modal {
    display: none;
}

#nav-toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1000;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

#nav-toggle > div {
    position: relative;
    width: 28px;
}

#nav-toggle span {
    width: 100%;
    height: 3px;
    left: 0;
    display: block;
    background: #000;
    position: absolute;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 10px;
}

#nav-toggle span:nth-child(3) {
    top: 20px;
}

.open #nav-toggle span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 13px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.global-nav {
    background-color: #fff;
    position: fixed;
    width: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    padding-left: 0;
    padding-bottom: 100px;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open .global-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.global-list {
    margin: 0;
    padding: 63px 0 0;
}

.global-list li {
    border-bottom: 1px solid #bfbfbf;
    list-style: none;
    opacity: 0;
    transform: translateX(300px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    position: relative;
    padding: 10px 20px
}

.global-list li a {
    color: #000;
    display: block;
    font-size: 1.7rem;
    text-decoration: none;
    padding: 10px 0;
}

.global-list .child-nav {
    padding: 0 20px;
}

.global-list .child-nav a {
    font-size: 1.4rem;
}

.global-list .child-nav a:before {
    content: "-";
    display: inline-block;
    padding-right: 5px;
}

.global-list li:nth-child(1) {
    transition-delay: .05s;
}

.global-list li:nth-child(2) {
    transition-delay: .15s;
}

.global-list li:nth-child(3) {
    transition-delay: .3s;
}

.global-list li:nth-child(4) {
    transition-delay: .45s;
}

.global-list li:nth-child(5) {
    transition-delay: .6s;
}

.global-list li:nth-child(6) {
    transition-delay: .75s;
}

.global-list li:nth-child(7) {
    transition-delay: .9s;
}

.global-list li:nth-child(8) {
    transition-delay: 1.05s;
}

.global-list li:nth-child(9) {
    transition-delay: 1.15s;
}

.open .global-list li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/*--------------------------------------------------------------------------------
　▼ フッターアニメーション
--------------------------------------------------------------------------------*/
.top-animation {
    background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 255, 255, 1) 0%,rgba(241, 252, 254, 1) 26.43%,rgba(227, 248, 252, 1) 66.3%,rgba(222, 247, 252, 1) 100%);
    background : -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 255, 255, 1) ),color-stop(0.2643,rgba(241, 252, 254, 1) ),color-stop(0.663,rgba(227, 248, 252, 1) ),color-stop(1,rgba(222, 247, 252, 1) ));
    background : -o-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    background : -ms-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEF7FC' ,GradientType=0)";
    background : linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(241, 252, 254, 1) 26.43%, rgba(227, 248, 252, 1) 66.3%, rgba(222, 247, 252, 1) 100%);
    line-height: 0;
    padding-top: 15%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DEF7FC',endColorstr='#FFFFFF' , GradientType=0);
}

.index .top-animation {
    background: none;
    padding-top: 0;
}


/*--------------------------------------------------------------------------------
　▼ 共通　footer
--------------------------------------------------------------------------------*/
.footer {
    background-color: #c9caca;
    padding: 55px 30px;
    text-align:center
}

.footer .wrap-box {
    display: block;
}

.footer .wrap-box:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
}

.footer ul li a:hover {
    text-decoration: underline;
}

.wrap-box .foot-left-box {
    display: block;
    font-size: 1.1rem;
    float: left;
    width: 25%;
}

.wrap-box .foot-right-box {
    display: block;
    float: right;
    padding: 0 5% 0 10%;
    width: 75%;
}

.circle-btn {
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.foot-list li {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    text-align: center;
    width: 33.333%;
}

.foot-list li:last-child a {
    border-right: none;
}

.foot-list li a {
    border-right: 1px solid #9fa0a0;
    color: #000;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 10px;
    text-decoration: none;
}

.footer .logo-list li:nth-child(2) {
    color: #1c8f3e;
}

.foot-list-pp {
    padding-left: 6%;
}

.foot-list-pp li {
    display: inline-block;
    padding: 0 10px;
}

.foot-list-pp li a {
    color: #000;
    display: block;
    font-size: 1rem;
    padding: 5px 0;
    text-decoration: none;
}

.page-top {
    bottom: 0;
    display: table;
    table-layout: fixed;
    position: fixed;
    right: 0;
    text-align: center;
    z-index:99;
}

.page-top a {
    background-color: #231815;
    display: table-cell;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.page-top a img {
    margin: 0 auto;
    vertical-align: middle;
}

.copy {
    color: #fff;
    font-size: 1.2rem;
}

.top-animation .pc-block,
.system-animation .pc-block,
.lesson-main .pc-block {
    display: block;
}

.top-animation .sp-block,
.system-animation .sp-block,
.lesson-animation .sp-block {
    display: none;
}

.lesson-animation .sp-block {
    width: 100%;
}

.index .top-animation,
.top-animation {
    padding: calc(437 / 1300 * 100%) 0 0;
}

.system-animation .iframe-wrapper {
    padding: calc(727 / 1301 * 100%) 0 0;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------vimeo動画埋め込み用----------------------------------*/
/*-----------------------------------------------------------------------------*/


.video_container iframe {
    width: 100%;
    height: 400px;
    padding:0px 30px 0px 30px
}


/*---------------------------------登録までの流れ用----------------------------------*/
/*-----------------------------------------------------------------------------*/


.flow {
    width: 900px;
    height: auto;
    padding:0px 30px 0px 30px;
    text-align:left
}

/*---------------------------------WEB講習動画視聴用----------------------------------*/
/*-----------------------------------------------------------------------------*/


.watch {
    width: 900px;
    height: auto;
    padding:0px;
    text-align:center
}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
    .top-animation .pc-block,
    .system-animation .pc-block,
    .lesson-main .pc-block {
        display: none;
    }

    .top-animation .sp-block,
    .system-animation .sp-block,
    .lesson-animation .sp-block {
        display: block;
    }

    .top-animation .sp-block {
        width: 100%;
    }

    .index .top-animation,
    .top-animation {
        padding: 15% 0 0;
    }

    .system-animation .iframe-wrapper {
        padding: 0;
    }

    .video_container iframe {
    width: 100%;
    height: 52vw;
    }
    .video_container iframe p {
    margin-bottom:30px
    }


.flow {
    width: 80%;
    height: auto;
    padding:0px;
    text-align:left
}

.watch {
    width: 100%;
    height: auto;
    padding:0px;
    text-align:center
}

.header .logo {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width: 50%;
    white-space: nowrap;
}

}


/*--------------------------------------------------------------------------------
　▼ メニュー箇所　
--------------------------------------------------------------------------------*/
.all-menu {
    padding: 0;
}

.all-menu .inner-box {
    padding: 0;
}

.all-menu.derived {
    background-color: #fff;
    border-bottom: 1px solid #dcdddd;
    border-top: 1px solid #dcdddd;
}

.all-menu.sp-block {
    display: none;
}

.all-menu .list {
    padding: 15px 0;
}

.all-menu .list li {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 33.333%;
}

.all-menu .list li:nth-child(3n - 1) {
    border-left: 1px solid #dcdddd;
    border-right: 1px solid #dcdddd;
}

.all-menu .list li a {
    display: block;
    color: #231815;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: none;
}

.all-menu .list li a img {
    display: block;
    margin: 0 auto 3px;
}


/*--------------------------------------------------------------------------------
　▼ インタビュー　
--------------------------------------------------------------------------------*/
.interview-list li {
    display: inline-block;
    margin: 0 0 20px;
    list-style: none;
    vertical-align: top;
}

.interview-list li .img-box img {
    width: 100%;
}

.interview-cate {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    margin: 10px 0 5px;
    min-width: 91px;
    padding: 0 5px;
    text-align: center;
}

.interview-cate01 {
    background-color: #3fbf44;/*---オフィススタッフ---*/
}

.interview-cate02 {
    background-color: #f8b62d;/*---現場スタッフ---*/
}

.interview-cate03 {
    background-color: #e98b9c;/*---女子スタッフ---*/
}

.interview-cate04 {
    background-color: #5ebae7;/*---工事長---*/
}

.interview-list li a {
    color: #231815;
    display: block;
    font-size: 1.2rem;
    text-decoration: none;
}

.interview-list .img-box {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75%;
}


/*.interview-list li a:hover {*/
    /*text-decoration: underline;*/
/*}*/


/*--------------------------------------------------------------------------------
　▼ リンクボタン箇所
--------------------------------------------------------------------------------*/
.link-box {
    margin: 0 auto;
    max-width: 375px;
}

.link-box a {
    background-color: #41444c;
    color: #fff;
    display: block;
    font-size: 1.5rem;
    padding: 25px 30px;
    position: relative;
    text-decoration: none;
}

.link-box a span {
    position: absolute;
    right: 30px;
}

.link-box a span img {
    vertical-align: middle;
}

/*--------------------------------------------------------------------------------
　▼ システム以下共通　タイトル箇所
--------------------------------------------------------------------------------*/
.title-wrap .page-title {
    font-size: 2.9rem;
    font-weight: 100;
    font-family: 'mplus-thin';
    line-height: 1.6em;
    margin: 0;
    position: relative;
}

.title-wrap .page-title .tm {
    font-size: 1.25vw;
    position: relative;
    right: 0;
    bottom: 0.5vw;
}

.title-wrap .page-sub-title {
    font-size: 1.3rem;
    font-family: 'M PLUS 1p';
    font-weight: 100;
    margin: 0;
}

.title-wrap .left-box {
    background-color: #cb3500;
    color: #fff;
    padding: 1.6% 0 1.6% 6%;
}

.title-wrap .right-box {
    background-color: #000;
}

/*--------------------------------------------------------------------------------
　▼ 共通　下部メニュー　フッターアニメーション
--------------------------------------------------------------------------------*/
.pc-all-menu {
    display: block;
}

.sp-all-menu {
    display: none;
}


/*---------------------------------タブレット用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1060px) {

    .inner-box {
        width: 100% !important;
        padding: 0 6.25%;
    }

    .nav-menu {
        display: none;
    }

    .logo-list li img {
        width: 24px;
    }

    .logo-list .sp-br::before {
        content: "\A";
        white-space: pre;
    }

    .logo-list li:nth-child(2) {
        font-size: 1.9rem;
    }

    .logo-list li:nth-child(2) span {
        font-size: 2.1rem;
    }

.video_container iframe {
    width: 100%;
    height: 200px;
}

}

/*---------------------------------スマホ横から----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    .wrap-box .left-box,
    .wrap-box .right-box {
        display: block;
        width: 100%;
    }

    .sec-title {
        font-size: 1.7rem;
    }

    .sub-title {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .logo-list li:nth-child(2) {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .logo-list li:nth-child(2) span {
        font-size: 1.4rem;
    }

    .link-box {
        max-width: 100%;
    }

    .link-box a {
        font-size: 1.3rem;
        padding: 15px 20px;
    }

    .link-box a span img {
        width: 150px;
    }

    /*--------------------------------------------------------------------------------
    　▼ システム以下共通　タイトル箇所
    --------------------------------------------------------------------------------*/
    .title-wrap .page-title {
        font-size: 1.4rem;
    }

    .title-wrap .page-sub-title {
        font-size: 1rem;
    }

    .title-wrap .wrap-box .left-box {
        display: table-cell;
        padding: 4% 6.5%;
        width: 90%;
    }

    .title-wrap .wrap-box .right-box {
        display: table-cell;
        width: 10%;
    }

    /*--------------------------------------------------------------------------------
    　▼ header
    --------------------------------------------------------------------------------*/
    .header {
        height: auto;
        padding: 15px 10px;
    }

    #nav-toggle {
        right: 10px;
    }

    .open #nav-toggle {
        position: fixed;
        top: 25px;
    }


    /*--------------------------------------------------------------------------------
    　▼ footer
    --------------------------------------------------------------------------------*/
    .footer {
        padding: 40px 10px;
    }

    .wrap-box .foot-left-box {
        display: block;
        float: none;
        width: 100%;
    }

    .wrap-box .foot-right-box {
        float: none;
        padding: 0 0 10px;
        width: 100%;
    }

    .foot-list-pp {
        padding-left: 0;
    }

    .foot-list-pp li {
        padding: 0 20px 0 0;
    }

    .foot-list {
        display: none;
    }

    .page-top a {
        height: 40px;
        width: 40px;
    }

    .copy {
        padding: 0;
        text-align:center;
        font-size:11px
    }

    .contents-wrapper {
        padding-top: 61px;
    }

    .top-menu.sp-block {
        display: block;
    }

    .top-menu .inner-box {
        padding: 0;
    }

    .top-menu .list {
        padding: 10px 0;
    }

    .top-menu .list li {
        line-height: 1.4rem;
    }

    .top-menu .list li a img {
        width: 19px;
    }

    .top-menu .list li a {
        font-size: .8rem;
    }

    .all-menu .list {
        padding: 10px 0;
    }

    .all-menu.sp-block {
        display: block;
    }

    /*--------------------------------------------------------------------------------
    　▼ 共通　下部メニュー　フッターアニメーション
    --------------------------------------------------------------------------------*/
    .pc-all-menu {
        display: none;
    }

    .sp-all-menu {
        display: block;
    }

    .top-animation.sp-animation {
        background: none;
    }

}

/*---------------------------------スマホ用----------------------------------*/
/*-----------------------------------------------------------------------------*/
@media screen and (max-width:480px) {

    .global-nav {
        width: 100%;
    }
    .all-menu .list li a {
        font-size: 1rem;
    }

}



/*---------------------------------タイトル周り----------------------------------*/
/*-----------------------------------------------------------------------------*/
.title_blue {
background-size: auto auto;
background-color: rgba(255, 255, 255, 1);
background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(188, 230, 249, 1) 5px, rgba(188, 230, 249, 1) 7px );
padding:20px 0px 20px 0px;
color:#54c2f0;
font-size:160%;
text-align:center}

