@charset "utf-8";

/*--------------------------------------
Reset
--------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", Yu Gothic, "メイリオ", Noto Sans JP, Noto Serif JP, sans-serif;
    background-color: #fafafa;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing:  .015em;
    line-height: 1.8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ol,
ul {
    list-style: none;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
header,
footer,
section,
article,
aside,
nav {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    border-style: none;
    -ms-interpolation-mode: bicubic;
}
/*--------------------------------------
Common
--------------------------------------*/
h2 {
    font-size: 26px;
    font-weight: 700;
}
h3 {
    font-size: 20px;
    font-weight: 600;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 15px 35px 15px 30px;
    text-align: left;
    text-decoration: none;
    transition: all .3s;
    margin-top: 15px;
    font-weight: 500;
}
.btn::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all .2s;
}
.btn:hover {
    text-decoration: none;
}
/*Blue Buttun*/
.btn--blue {
    background-color: #00A2E0;
    border: 1px solid #fff;
    color: #fff;
}
.btn--blue::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.btn--blue:hover {
    background-color: #fff;
    border: 1px solid #00A2E0;
    color: #00A2E0;
}
.btn--blue:hover::after {
    border-top: solid 2px #00A2E0;
    border-right: solid 2px #00A2E0;
}
/*orenge Buttun*/
.btn--orenge {
    background-color: #FF9600;
    border: 1px solid #fff;
    color: #fff;
}
.btn--orenge::after {
    border-top: solid 2px #FF9600;
    border-right: solid 2px #FF9600;
}
.btn--orenge:hover {
    background-color: #fff;
    border: 1px solid #FF9600;
    color: #FF9600;
}
.btn--orenge:hover::after {
    border-top: solid 2px #FF9600;
    border-right: solid 2px #FF9600;
}
/*close Buttun*/
.btn--close {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
}
.btn--close::after {
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}
.btn--close:hover {
    background-color: #333;
    color: #fff;
}
.btn--close:hover::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.fa-icon--left {
    margin-left: 10px;
}
.fa-icon--right {
    margin-right: 10px;
}
/* other */
.d-inline-block {
    display: inline-block;
}
/*animation*/
/*
.anim-scroll-fadein {
    opacity : 0;
    transform: translateY(20px);
    transition: all 1s;
}
.anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
    blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
}
*/
/*--------------------------------------
Layout
--------------------------------------*/
html {
    height: 100%;
}
body {
    border-top: 4px solid #00a2e0;
    width: 100%;
    height: 100%;
	min-width: 320px;
    min-height: 100%;
    font-weight: 500;
}
/*--navigation--*/
.nav {
    width: 100%;
    height: 88px;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
}
@media screen and (min-width: 1440px) {
    .nav__wrapper {
        width: 1440px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .nav__wrapper {
        width: 1024px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1024px) {
    .nav__inner {
        display: flex;
    }
}
.nav__logo {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;    
    height: 88px;
    margin: 0 20px;
}
@media screen and (min-width: 1024px) {
    .nav__logo {
        width: 580px;
        height: 88px;
        padding: 0;
        margin: 0;
    }
}
.nav__logo > a {
    text-decoration: none;
    color: #333;
}
.nav__logo > a:hover {
    text-decoration: none;
}
.nav__logo-title {
    display: block;
    font-weight: 700;
    font-size: 12px;
    padding-top: -15px;
}
@media screen and (min-width: 1024px) {
    .nav__logo-title {
        display: inline;
        position: absolute;
        top: 38%;
        padding-left: 10px;
    }
}
#nav__toggle-btn {
    z-index: 1;
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
}
@media screen and (min-width: 1024px) {
    #nav__toggle-btn {
        display: none;
    }
}
.nav__toggle-icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #00a2e0;
    -webkit-transition: ease .5s;
    transition: ease .5s;
}
.nav__toggle-icon:nth-child(1) {
    top: 0;
}
.nav__toggle-icon:nth-child(2) {
    margin: 8px 0;
}
.nav__toggle-icon:nth-child(3) {
    top: 0;
}
#nav__toggle-btn.open .nav__toggle-icon:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav__toggle-btn.open .nav__toggle-icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
#nav__toggle-btn.open .nav__toggle-icon:nth-child(3) {
    top: -10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav__menu{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: ease .2s;
    transition: ease .2s;
    z-index: 2;
    position: absolute;
    top: 88px;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .nav__menu {
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        position: static;
    }
}
.nav__menu-items {
    position: relative;
    font-weight: 700;
}
.nav__menu-items::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f054";
    color: #333;
    position: absolute;
    top: 45px;
    right: 10px;
    margin-top: -12px;
}
.on_active::after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900;
}
@media screen and (min-width: 1024px) {
    .nav__menu-items:after {
        display: none;
    }
}
/*
.nav__menu-items:hover:after  {
    color: #fff;
}
*/
.nav__menu-items > a {
    display: block;
    padding: 30px;
    background-color: #fff;
    border-bottom: 1px solid #333;
    color: #333;
    text-decoration: none;
}
@media screen and (min-width: 1024px) {
    .nav__menu-items > a {
        padding: 32px 13px;
        background-color: transparent;
        border-bottom: none;
        overflow: hidden;
    }
}
.nav__menu-items > a:hover {
    background-color: #00a2e0;
    color: #fff;
}
@media screen and (min-width: 1024px) {
    .nav__menu > ul {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        flex-wrap: wrap;
    }
}
/*--navigation Open--*/
.nav__menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-overflow-scrolling: touch;
}
/*dropdown-menu*/
.nav__menu-items--child {
    display: none; 
}
@media screen and (min-width: 1024px) {
    .nav__menu-items--child {
        position: absolute;
        top: 88px;
        background-color: #fff;
        z-index: 100;
    }
}
.nav__menu-items--child > li {
    position: relative;
    padding: 20px;
    height: 20px;
    background-color: #fff;
    border-bottom:dashed 1px #333;
}
@media screen and (min-width: 1024px) {
    .nav__menu-items--child > li {
        padding: 10px;
        width: 200px;
    }
}
.nav__menu-items--child > li a {
    position: absolute;
    width: 100%;
    height: 20px;
    padding: 20px;
    top: 0;
    left: 0;
    text-indent: 30px;
}
@media screen and (min-width: 1024px) {
    .nav__menu-items--child > li a {
        width: 200px;
        padding: 10px;
        text-indent: 0;
    }
}
.nav__menu-items--child > li a:hover {
    background-color: #00A2E0;
    color: #fff;
    text-decoration: none;
}
.nav__menu-items--child > li:last-child {
        border-bottom: 1px solid #333;
}
@media screen and (min-width: 1024px) {
    .nav__menu-items--child > li:last-child {
        border-bottom: none;
    }
}
/*--hero-secondly--*/
.hero-secondly {
    position: relative;
    width: 100%;
    height: 200px;
}
.hero-catch > h1 {
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-65%) translateX(0%);
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 900;
}
@media screen and (min-width: 768px) {
    .hero-catch > h1 {
        font-size: 32px;  
    }
}
.hero-catch > div {
    width: 200px;
    position: absolute;
    top: 60%;
    left: 50%;
    right: 0;
    transform: translateY(0%) translateX(-50%);
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 10px;
    padding:10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
/*Breadcrumb*/
.topicpath {
    margin: 60px;
    font-size: 14px;
}
.topicpath > ol {
    padding: 10px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .topicpath > ol {
        text-align: left;
    }
}
.topicpath > ol > li {
    display: inline;    
}
.topicpath > ol > li:after  {
    content: '>';
    padding: 0 15px;
    color: #555;
}
.topicpath > ol > li:last-child {
    font-weight: bold;
}
.topicpath > ol > li:last-child:after {
    content: '';
}
/*--pre-footer-secondly--*/
.next-leads-block {
    background-color: #BBDCE8;
    color: #333;
    padding: 40px 10px;
    text-align: center;
}
.next-leads-block > div {
    display: inline-block;
    margin: 15px;
}
.next-leads-block > h3 {
    padding: 0 30px;
    display: inline-block;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .next-leads-block > h3 {
        display: block;
        text-align: center;
    }
}

/*-- footer --*/
.footer {
    width: 100%;
    background-color: #ebf0f5;
    text-align: center;
}
.footer-wrapper {
    padding: 20px;
}
@media screen and (min-width: 768px) {
    .footer-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
}
.footer-container {
    text-align: left;
}
.footer__logo {
    padding: 30px; 
    text-align: center;  
}
@media screen and (min-width: 768px) {
    .separator-line {
        /*border-right: 1px solid #333;*/
        margin:20px;
    }
}
.footer__menu {
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
    .footer__menu {
        padding-top: 0;
        border-top: none;
    }
}
.footer__menu > li {
    padding: 10px;
}
.footer__menu--disabled a:hover {
    cursor: default;
    text-decoration: none;
}
/*
.footer__menu > li::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding: 0;
    font-weight: 900;
}
*/
.footer__menu > li a {
    padding: 10px;
}
.footer__menu--child > li {
    margin: 5px 10px 0 10px;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.footer__menu--child > li::before {
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    padding: 0;
    font-weight: 900;
}
@media screen and (min-width: 768px) {
    .footer__menu--child > li {
        padding: 5px;
    }
}
.footer__menu--child > li a:hover {
    text-decoration: underline;
    cursor: pointer;
}
/*--------------------------------------
Other
--------------------------------------*/
/*-- loading--*/
.loading {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}
.loading__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/*-- pageTop --*/
#pagetop--scroll{ 
    position: relative; 
    z-index: 100; 
    margin: 0; 
    padding: 0; 
}
#pagetop__btn{
    display: inline-block;
    position: fixed;
    z-index: 200;
    right: 15px;
    width: 60px;
    height: 60px;
    padding: 0;
    color: #222;
    text-align: center;
    text-decoration: none;
    transition: 1s;
    -webkit-transition: 1s;
    background-color: #fff;
    border-radius: 50%;
    border:1px solid #00a2e0;
    text-align:center;
    line-height: 75px;
    color: #00a2e0;
}
#pagetop__btn > .fa-angle-up {
    font-size: 40px;
}
#pagetop__btn:hover{ 
    transform: translateY(-10px);
    background-color: #00a2e0;
    color: #fff;
}
#pagetop--scroll:hover{
    background: #fff;
}
/*-- mordal --*/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
}
.modal__bg {
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
    text-align: left;
}
.js-modal-close {
    margin-top: 20px;
}
