* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-padding-top: 200px;
}

body {
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    font-family: sans-serif;
    /* margin-top: 78px; */
}

body:before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg_white.jpg) repeat;
    opacity: 0.3; */
}

@media screen and (max-width: 1199px) {
    body {
        /* margin-top: 70px; */
    }
}

/* white */
body a {
    color: #000;
}

/* black */
/* body:not(.home) {
    background: linear-gradient(to right, #000 0%, #109ade 80%, #010515 100%);
}

body:not(.home),
body:not(.home) a {
    color: #fff;
} */

section {
    position: relative;
}

li {
    list-style: none;
}

img,
video,
canvas {
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

canvas {
    background-size: cover !important;
    background-position: center !important;
    vertical-align: bottom;
}

iframe {
    vertical-align: middle;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

a[onclick="return false;"] {
    cursor: unset;
}

p {}

input[type="text"],
input[type="email"],
input[type="tel"] {
    border-radius: 5px;
    height: 40px;
    font-size: 17px;
    border: 1px solid #9e9e9e;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

textarea {
    border-radius: 5px;
    border: 1px solid #9e9e9e;
    font-size: 15px;
    display: block;
    height: 180px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

select {
    border-radius: 5px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"] {
    cursor: pointer;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
    cursor: pointer;
}

.section1 section {
    padding-bottom: 100px;
}

.section2 section {
    padding: 140px 100px;
}

.section2 section:first-child {
    margin-top: -80px;
}

.section2 section:nth-child(even) {
    background: #f5f5f5;
}

@media screen and (max-width: 1024px) {
    .section2 section {
        padding: 140px 0;
    }
}

@media screen and (max-width:1199px) {

    input[type="text"],
    textarea {
        width: 100%;
    }
}

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

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .sp_only {
        display: block;
    }

    .pc_only {
        display: none;
    }
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml20 {
    margin-left: 20px;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.reverse {
    flex-direction: row-reverse;
}

.red {
    color: #ec8e8e;
}

.white {
    color: #fff;
}

.main_color {
    color: #109ade;
}

.main_bg_color {
    background: #109ade;
}

.sub_color {
    color: #ddd;
}

.sub_bg_color {
    background: #ddd;
}

.scrollhint {
    overflow-x: scroll;
}

/* ****************
HEADER
**************** */
.header {
    padding: 5px 50px;
    position: fixed;
    /* top: 0;
    left: 0;
    width: 100%; */
    z-index: 100;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: 0.3s;

    width: 70%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.header:before {
    border-radius: 0 0 10px 10px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.3s;
    background: #fff;
    opacity: 1;
}

.header.fixed:before {
    opacity: 0.9;
}

.header a {}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: 70px;
}

.header .logo a {
    font-size: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .header .logo img {
        height: 50px;
    }
}

.header .main_navi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header .main_navi ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}

.header .main_navi ul>li {
    position: relative;
    padding: 20px 0;
    line-height: 1.4;
}

.header .main_navi ul>li:not(:last-child) {
    margin-right: 40px;
}

.header .main_navi ul>li.current_page_item a {
    color: #109ade;
}

.header .main_navi ul>li>a {
    font-size: 15px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.header .main_navi ul>li>a:hover {
    text-shadow: 0 0 5px #fff;
}

.header .main_navi ul>li>a span {
    font-size: 10px;
    display: block;
}

/* メニューホバー */
/* .header .main_navi ul>li.current_page_item:before, */
.header .main_navi ul>li:before {
    position: absolute;
    content: '';
    background: #000;
    width: 0;
    height: 1px;
    border-radius: 100px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: 0.3s;
}

/* .header .main_navi ul>li.current_page_item:before, */
.header .main_navi ul>li:hover:before {
    /* width: 50px; */
}

@media screen and (max-width: 1199px) {
    .header .main_navi ul>li.current_page_item a {
        /* color: #109ade; */
    }

    .header .main_navi ul>li.current_page_item:before,
    .header .main_navi ul>li:before {
        display: none;
    }
}

/* /メニューホバー */

.header .main_navi ul>li:hover ul {
    visibility: visible;
    opacity: 1;
}

.header .main_navi ul>li>ul {
    position: absolute;
    right: 0;
    top: 60px;
    background: rgba(36, 59, 137, 0.9);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 20;
}

.header .main_navi ul>li>ul li {
    width: 100%;
}

.header .main_navi ul>li>ul li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.header .main_navi ul>li>ul li a {
    color: #fff;
    font-size: 15px;
    padding: 13px;
    display: block;
    text-wrap: nowrap;
}

.header .main_navi ul>li>ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    margin-right: 7px;
}

.sns_link {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.sns_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #109ade;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 21px;
    transform: scale(1);
}

.sns_link a:hover {
    transform: scale(1.1);
}

.sns_link a:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 1199px) {
    .sns_link {
        margin-top: 20px;
    }
}

.h_button {}

.h_button>a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 30px;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #333;
}

.h_button>a:before {
    position: absolute;
    content: '';
    background: #109ade;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    transition: 0.3s;
}

.h_button>a span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.h_button>a i {
    font-size: 22px;
    margin-right: 8px;
}

.h_button>a:hover {}

.h_button>a:hover:before {
    transform: translate(0, 0);
}

@media screen and (max-width: 1199px) {
    .h_button {
        z-index: 1;
        position: relative;
        margin-left: 0;
        justify-content: center;
        margin: 20px auto 0;
        width: 100%;
    }

    .h_button>a {
        background: #109ade;
    }
}

@media screen and (max-width: 768px) {
    header .logo a {
        font-size: 22px;
    }

    .h_button>a i {}
}

@media screen and (max-width: 480px) {
    .header .logo a {
        font-size: 23px;
    }
}

.main {
    position: relative;
}

.single article {
    margin-bottom: 70px;
}

.single_title {
    font-size: 26px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
    line-height: 1;
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .single_title {
        font-size: 22px;
    }
}

.single_date {
    font-family: sans-serif;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}

.single_thumbnail {
    text-align: center;
    margin-bottom: 80px;
}

.single_thumbnail canvas {
    width: 60%;
    height: 30vw;
}

.single_content {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .single_thumbnail canvas {
        width: 90%;
        height: 50vw;
    }
}

.single_pagination {
    display: flex;
    justify-content: center;
}

.single_pagination a {
    color: #fff;
    padding: 10px 40px;
    margin: 0 15px;
    background: #109ade;
    display: inline-block;
    border-radius: 100px;
}

@media screen and (max-width: 768px) {
    .single_pagination a {
        font-size: 12px;
        padding: 10px 12px;
    }
}

.category_list {
    display: flex;
}

.category_list>li:not(:last-child) {
    margin-right: 10px;
}

.category_list>li>a {
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1;
    background: #f6f6f6;
    color: #555;
}

.footer {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

.footer a {
    /* color: #fff; */
}

.copyright {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    padding: 30px;
}

@media screen and (max-width: 1199px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: 70px;
        transform: none;
    }

    .header:before {
        background: #109ade;
    }

    header .logo img {
        height: 40px;
    }

    .header .logo a {
        font-size: 20px;
        color: #fff;
    }

    .header .main_navi {
        position: fixed;
        top: 0;
        right: 0;
        padding: 140px 30px;
        display: block;
        visibility: hidden;
        width: 40%;
        height: 100%;
        transition: 0.3s;
        z-index: -2;
    }

    .header .main_navi:before {
        position: absolute;
        content: '';
        opacity: 0.8;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: #fff;
    }

    .header .main_navi ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .header .main_navi ul>li {
        list-style: none;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        /* border-bottom: 1px solid #ddd; */
        width: 100%;
        margin-right: 0;
        padding: 0;
    }

    .header .main_navi ul>li:first-child {
        /* border-top: 1px solid #ddd; */
    }

    .header .main_navi ul>li>a {
        font-size: 18px;
        padding: 20px 15px;
        text-transform: uppercase;
        font-weight: bold;
        cursor: pointer;
        text-decoration: none;
        display: block;
        color: #000;
        text-align: left;
    }

    .header .main_navi ul>li>ul {
        background: #109ade;
        width: 100%;
        display: none;
        position: relative;
    }

    .header .main_navi ul>li>ul>li>a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        font-size: 14px;
    }

    .hamburger {
        transition: all 0.3s;
        cursor: pointer;
        padding: 18px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        /* background: #109ade; */
        height: 70px;
        width: 70px;
        position: absolute;
        right: 0;
        top: 0;
    }

    .hamburger span {
        transition: all 0.3s;
        box-sizing: border-box;
        height: 3px;
        width: 100%;
        float: left;
        position: relative;
        border-radius: 50px;
        background: #fff;
    }

    /* メニュークリック */
    .header .main_navi {
        /* right: -100%; */
        opacity: 0;
    }

    .header .main_navi.open {
        visibility: visible;
        /* right: 0; */
        opacity: 1;
    }

    .hamburger.open span:nth-child(1) {
        transform: rotate(135deg);
        margin-top: 11px;
    }

    .hamburger.open span:nth-child(2) {
        display: none;
    }

    .hamburger.open span:nth-child(3) {
        transform: rotate(-135deg);
        margin-top: -23px;
    }
}

@media screen and (max-width: 768px) {
    .header .main_navi {
        width: 100%;
    }
}

.inner {
    max-width: 1140px;
    margin: auto;
    position: relative;
}

.inner_left {
    margin-left: 10.5%;
    max-width: 100%;
}

@media screen and (max-width: 1199px) {
    .inner_left {
        margin-left: 6.5%;
    }

    .inner {
        width: 90%;
    }
}

.top_title {
    font-size: 28px;
    line-height: 30px;
}

.top_title span {
    font-size: 18px;
}

.breadcrumbs {
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
    padding: 10px 0;
    font-weight: bold;
}

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

@media screen and (max-width: 480px) {
    .breadcrumbs p {
        font-size: 10px;
    }
}

.sitemap>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sitemap>ul>li {
    border: 2px solid;
    width: 49%;
    margin-bottom: 30px;
}

.sitemap>ul>li a {
    padding: 20px 60px 20px 30px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    position: relative;
}

.sitemap>ul>li a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    transition: 0.3s;
    position: absolute;
    right: 30px;
}

.sitemap>ul>li a:hover:after {
    right: 10px;
}

.sitemap>ul>li>ul>li {
    border-top: 2px dotted #109ade;
}

.sitemap>ul>li>a+ul {
    /* background: #eee; */
}

@media screen and (max-width:1024px) {
    .sitemap>ul>li {
        width: 100%;
    }

    .sitemap>ul>li a {
        padding: 20px 70px 20px 30px;
    }
}

.contact {
    margin-top: 60px;
}

.contact table {
    margin-bottom: 80px;
}

.contact_button {
    text-align: center;
}

.contact_button input {
    margin: 10px;
}

.contact_button .wpcf7-spinner {
    position: absolute;
}

.contact input[type="submit"],
.contact input[type="button"],
.contact button {
    cursor: pointer;
    transition: 0.5s;
    border: none;
    padding: 10px 50px !important;
    font-size: 20px;
    color: #fff;
    border: none;
    appearance: button;
    -webkit-appearance: none;
    border-radius: 0;
    background: #109ade;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 2px;
}

.contact input[type="submit"]:hover,
.contact input[type="button"]:hover,
.contact button:hover {
    color: #109ade;
    background: #fff;
}

.asterisk {
    color: #ff3535;
}

.error404 .main {
    text-align: center;
}

.error404_button {
    font-weight: bold;
    padding: 10px 60px;
    display: inline-block;
    color: #fff;
    transition: 0.3s;
    margin-top: 60px;
    background: #109ade;
}

.error404_button:hover {
    opacity: 0.7;
}

.top_fv {
    position: relative;
}

.top_fv:before {
    /* position: absolute;
    content: '';
    background: #040422;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 1; */
}

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

.fv video {
    width: 100%;
    height: 100%;
    /* height: 700px; */
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .fv video {
        /* height: 400px; */
    }
}

.fv_text {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    z-index: 2;
    width: 50%;
    color: #109ade;
    text-align: left;
    padding: 250px 50px 0 50px;
    font-family: "Kaisei HarunoUmi", serif;
}

.fv_text img {
    width: 200px;
    margin-bottom: 60px;
}

.fv_text h2 {
    z-index: 1;
    position: relative;
    font-weight: normal;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 50px;
}

.fv_text h2 span {
    font-size: 22px;
    display: block;
    margin-top: 20px;
}

.fv_text p {
    font-size: 22px;
}

@media screen and (max-width: 1024px) {
    .fv_text {
        width: 100%;
        padding: 50px 10px 0 10px;
        order: 1;
    }

    .fv_text h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .fv_text h2 span {
        font-size: 15px;
        margin-top: 10px;
    }

    .fv_text p {
        font-size: 16px;
    }
}

.fv_slider {
    position: relative;
    display: none;
    width: 50%;
    height: 100%;
    border-radius: 0 0 0 80px;
    overflow: hidden;
}

.fv_slider.slick-initialized {
    display: block;
}

.fv_slider_arrow {
    width: 60px !important;
    height: auto !important;
}

.fv_slider img {
    width: 100%;
    height: 50vw;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .fv_slider {
        width: 100%;
        border-radius: 0px 0px 20% 20%;
    }

    .fv_slider img {
        height: 50vw;
    }
}

@media screen and (max-width: 768px) {
    .fv_slider img {
        height: 300px;
    }
}

.fv_scroll {
    position: absolute;
    bottom: 20px;
    left: 10px;
    /* left: 50%;
    transform: translate(-50%, 0); */
    z-index: 1;
    writing-mode: vertical-rl;
}

.fv_scroll a {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border-left: 6px solid;
    padding-bottom: 20px;
}

.archive_button {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.archive_button:before,
.archive_button:after {
    content: '';
    width: 24%;
}

.archive_button:before {
    order: 1;
}

.archive_button>li {
    width: 24%;
    margin-bottom: 15px;
}

.archive_button>li a {
    display: block;
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.archive_button>li a:hover {
    background: #109ade;
}

@media screen and (max-width: 768px) {
    .archive_button>li {
        width: 48.5%;
    }
}

.archive_pagination {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.archive_pagination .page-numbers {
    border: 1px solid #109ade;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.archive_pagination .page-numbers:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
}

.archive_pagination .page-numbers.next,
.archive_pagination .page-numbers.prev {
    width: 80px;
}

.archive_pagination .current {
    color: #fff;
    border: 1px solid #000;
    background: #109ade;
}

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

.archive_list1 li {
    width: 100%;
}

.archive_list1 li a {
    border-bottom: 1px dotted #707070;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.archive_list1 li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive_list1 li p {
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

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

.archive_list2 li {
    width: 100%;
}

.archive_list2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 2px solid #109ade;
    padding: 20px 0;
}

.archive_list2 li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.archive_list2 li h3 {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}

.archive_list2 li p {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
}

.mw_wp_form_confirm .confirm_none {
    display: none;
}

.contact_form {
    margin-top: 60px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
}

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

.contact_form dl:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

.contact_form dl dt {
    width: 25%;
    font-weight: bold;
    padding: 20px;
    background: #109ade;
    color: #fff;
}

.contact_form dl dd {
    width: 75%;
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .contact_form dl dt {
        width: 100%;
    }

    .contact_form dl dd {
        width: 100%;
    }
}

body#contact .wpcf7-spinner {
    position: absolute;
}

.f_information {
    padding: 0 0 100px;
    position: relative;
}

.f_information,
.f_information a {
    /* color: #fff; */
}

.f_information .inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_information_navi {
    display: flex;
    flex-wrap: wrap;
    width: 54%;
}

.f_information_box {
    width: 38%;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .f_information_box {
        width: 100%;
        margin-bottom: 40px;
    }

    .f_information_navi {
        width: 100%;
    }
}

.f_logo {
    margin-bottom: 50px;
    line-height: 1;
    text-align: center;
}

.f_logo img {
    height: 100px;
}

@media screen and (max-width: 480px) {
    .f_logo {
        text-align: center;
    }

    .f_logo img {
        height: 100px;
    }
}

.f_information_text {
    line-height: 2;
}

.f_information_text h3 {
    font-size: 26px;
    font-weight: bold;
}

.f_information_text p:not(:last-child) {
    margin-bottom: 10px;
}

.f_information_text p i {
    color: #109ade;
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
    .f_information {
        padding: 0 0 20px;
    }

    .f_information_text h3 {
        font-size: 22px;
    }
}

.f_links {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.f_links>li:not(:last-child) {
    margin-right: 20px;
}

.f_links i {
    font-size: 40px;
}

.f_links img {
    width: 40px;
    border-radius: 10px;
}

.f_navi {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f_navi h3 {
    font-weight: bold;
    font-size: 19px;
    display: block;
    /* border-bottom: 1px solid #707070; */
    /* padding-bottom: 3px; */
}

.f_navi h3:before {
    /* font-family: "Font Awesome 5 Free"; */
    content: '・';
    font-weight: 900;
    margin-right: 10px;
    color: #fff;
}

.f_navi>ul>li:not(:last-child) {
    margin-bottom: 15px;
}

.f_navi ul li .child {
    margin-top: 10px;
}

.f_navi ul li a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    display: inline-block;
    line-height: 1.2;
}

.f_navi>ul>li>a:before {
    /* font-family: "Font Awesome 5 Free";
    content: '\f068';
    font-weight: 900;
    margin-right: 10px; */
}

/* .f_navi ul li a:before {
    position: absolute;
    content: '';
    background: #333;
    width: 7px;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
} */

.f_navi ul li a span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #109ade;
}

@media screen and (max-width: 768px) {
    .f_navi>ul {
        justify-content: space-between;
    }
}

@media screen and (max-width: 480px) {
    .f_navi {
        width: 100%;
    }

    .f_navi>ul {
        width: 100%;
    }

    .f_navi>ul:not(:last-child),
    .f_navi>ul>li:not(:last-child) {
        margin-bottom: 10px;
    }

    .f_navi h3 {
        font-size: 17px;
    }
}

/* 子メニュー */
.f_navi ul li ul {}

.f_navi ul li ul li:not(:last-child) {
    margin-bottom: 5px;
}

.f_navi ul li ul li a {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.f_navi ul li ul li a:before {
    position: absolute;
    content: '■';
    top: 2px;
    left: 0;
    color: #109ade;
    font-size: 11px;
}

.f_contact {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    display: block;
}

.f_contact:before,
.f_contact:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.f_contact:before {
    background: url(../images/bg1.jpg) center / cover;
}

.f_contact:after {
    background: #fff;
    opacity: 0.9;
}

.f_contact_box {
    background: #fff;
    padding: 70px 50px;
    border: 1px solid #000;
}

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

.f_contact_box__flex>div:first-child {
    width: 60%;
    text-align: center;
    font-weight: bold;
}

.f_contact_box__flex>div:last-child {
    width: 40%;
}

.f_tel {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1;
}

.f_tel i {
    margin-right: 15px;
    font-size: 35px;
}

.f_tel img {
    width: 60px;
    margin-right: 15px;
}

@media screen and (max-width: 1199px) {
    .f_contact_box__flex>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .f_contact_box__flex>div:last-child {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .f_info {
        width: 100%;
        margin-bottom: 40px;
    }

    .f_contact:before {
        background-attachment: scroll;
    }

    .f_contact_box {
        padding: 70px 20px;
    }

    .f_contact_box__flex>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .f_contact_box__flex>div:last-child {
        width: 100%;
    }

    .f_tel {
        font-size: 26px;
    }

    .f_tel img {
        width: 40px;
    }

    .f_tel i {
        font-size: 25px;
    }
}

.page-privacypolicy ul {
    margin-top: 60px;
    margin-bottom: 30px;
}

.page-privacypolicy ul>li {
    font-size: 15px;
}

.page-privacypolicy ul>li:not(:last-child) {
    margin-bottom: 50px;
}

.page-privacypolicy ul>li h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #109ade;
}

.privacy_contact dl {
    display: flex;
    flex-wrap: wrap;
}

.privacy_contact dl:not(:last-child) {
    margin-bottom: 20px;
}

.privacy_contact dl dt {
    width: 140px;
}

.privacy_contact dl dd {}

@media screen and (max-width: 768px) {
    .privacy_contact dl dt {
        width: 100%;
    }
}

/* **************************** */
/* NEWS */
/* **************************** */
.top_news {
    padding: 120px 0;
}

.top_news:before {
    /* position: absolute;
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7; */
}

@media screen and (max-width: 1024px) {
    .top_news {
        padding: 50px 0;
    }
}

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

.news_list li {
    width: 100%;
    border-bottom: 1px dotted #ababab;
}

.news_list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.news_list li:not(:last-child) a {
    padding-bottom: 10px;
}

.news_list li:not(:first-child) a {
    padding-top: 20px;
}

.news_list li time {
    font-size: 13px;
    width: 100%;
    display: block;
    margin-bottom: 3px;
}

.news_list li p {
    font-size: 16px;
    font-weight: normal;
    width: 90%;
}

.news_list_image {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.news_list_image:after {
    width: 30%;
    content: '';
}

.news_list_image>li {
    width: 30%;
    margin-bottom: 20px;
    border: 1px solid #109ade;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1);
    transition: 0.3s;
}

.news_list_image li a {
    font-size: 14px;
}

.news_list_image_thumbnail {
    height: 14vw;
    overflow: hidden;
}

.news_logo_image {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    color: #109ade;
    font-size: 20px;
    width: 100%;
    height: 100%;
}

.news_logo_image:before {
    position: absolute;
    content: '';
    background: #c8eaf7;
    width: 100%;
    height: 100%;
    top: 0;
}

.news_logo_image img {
    width: 100px;
    z-index: 1;
}

.news_logo_image span {
    position: relative;
    z-index: 1;
}

.news_logo_image {
    transform: scale(1);
    transition: 0.3s;
}

/* .news_list_image li:hover .news_logo_image {
    transform: scale(1.05);
} */

.news_list_image li:hover {
    transform: scale(1.05);
}

.news_list_image li time {
    font-size: 13px;
    width: 100%;
    display: block;
    line-height: 1;
}

.news_list_image_text {
    font-size: 16px;
    padding: 12px;
}

@media screen and (max-width: 991px) {
    .news_list_image li {
        width: 48%;
    }

    .news_list_image_thumbnail {
        height: 23vw;
    }
}

@media screen and (max-width: 768px) {
    .news_list_image>li {
        width: 100%;
    }

    .news_list_image_text {
        padding: 13px;
        width: 100%;
        font-size: 14px;
    }

    .news_list_image li time {
        width: 100%;
        font-size: 14px;
    }

    .news_list_image_thumbnail {
        height: 55vw;
    }
}

.news_category {
    display: flex;
    margin-bottom: 10px;
}

.news_category li {}

.news_category li:not(:last-child) {
    margin-right: 10px;
}

.news_category li a {
    font-size: 12px;
    background: #109ade;
    color: #fff;
    line-height: 1;
    padding: 5px 7px;
    display: inline-block;
    font-weight: bold;
    border-radius: 100px;
}

/* **************************** */
/* TOP ABOUT */
/* **************************** */
.top_about {
    overflow: hidden;
    padding-top: 100px;
}

@media screen and (max-width: 1024px) {
    .top_about {
        padding-top: 80px;
    }
}

.t_about_box1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    flex-direction: row-reverse;
}

.t_about_box1>div:first-child {
    width: 54%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.t_about_box1>div:first-child img {
    width: 100%;
    height: 25vw;
    position: relative;
    object-fit: cover;
    border-radius: 30px 0 0 30px;
}

.t_about_box1>div:first-child img:nth-child(2) {
    margin-top: 100px;
}

.t_about_box1>div:last-child {
    width: 42%;
    position: relative;
}

.t_about_box1>div:last-child>div {
    position: relative;
    font-size: 15px;
}

.t_about_box1>div:last-child:before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9; */
}

@media screen and (max-width: 1024px) {
    .t_about_box1>div:first-child {
        width: 100%;
    }

    .t_about_box1>div:first-child img {
        height: 60vw;
    }

    .t_about_box1>div:last-child {
        width: 100%;
        padding: 30px 20px 0 0;
    }
}

.t_about_box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    flex-direction: row-reverse;
    overflow: hidden;
}

.t_about_box2_img {
    width: 54%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    right: 0;
}

.t_about_box2_img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
    border-radius: 80px 0 0 80px;
}

.t_about_box2_img img:nth-child(2) {
    margin-top: 100px;
}

.t_about_box2_ttl {
    width: 60%;
    background: #109ade;
    padding: 50px 80px 80px 0;
    margin-top: 180px;
    margin-right: auto;
    border-radius: 0px 80px 0 0;
    color: #fff;
}

.t_about_box2_txt {
    text-align: right;
    background: #109ade;
}

.t_about_box2_txt_bg {
    color: #000;
    border-radius: 80px 0 0 0;
    padding: 100px 200px;
    background: #fff;
    /* background: #F7C000; */
    width: 90%;
    margin-left: auto;
    text-align: left;
}

.t_about_box2_con {
    position: relative;
}

.t_about_box2_con>div {
    position: relative;
    font-size: 15px;
}

.t_about_box2_con:before {
    /* position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.9; */
}

.t_about_box2_con>div h3 {
    font-weight: normal;
    font-size: 46px;
    text-align: right;
    letter-spacing: 6px;
}

.t_about_box2_con>div p {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .t_about_box2_img {
        width: 90%;
    }

    .t_about_box2_img img {
        height: 60vw;
        border-radius: 40px 0 0 40px;
    }

    .t_about_box2_ttl {
        width: 95%;
        background: #109ade;
        padding: 30px 30px 20px 0;
        margin-top: 160px;
        border-radius: 0px 40px 0 0;
    }

    .t_about_box2_con>div h3 {
        font-size: 28px;
    }

    .t_about_box2_txt_bg {
        border-radius: 40px 0 0 0;
        padding: 60px 40px;
    }

    .t_about_box2_con>div p {
        font-size: 14px;
    }
}

/* **************************** */
/* TOP SERVICE */
/* **************************** */
.top_service {
    padding: 100px 0;
    overflow: hidden;
    /* background: #fffdef; */
}

.top_service:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #109ade;
    opacity: 0.1;
}

@media screen and (max-width: 1024px) {
    .top_service {
        padding: 60px 0;
    }
}

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

.t_service_box:after {
    content: '';
    width: 30%;
}

.t_service_box>li {
    width: 43%;
    border-radius: 20px;
    transform: scale(1);
    transition: 0.3s;
    background: #fff;
    /* border: 1px solid; */
}

.t_service_box>li:hover {
    transform: scale(1.05);
}

.t_service_box>li a {
    padding: 30px;
    display: block;
}

.t_service_box>li a:hover {
    opacity: 1;
}

.t_service_box_image {
    text-align: center;
    margin-bottom: 20px;
}

.t_service_box>li img {
    width: 300px;
    height: 300px;
    border-radius: 100100%;
    object-fit: cover;
}

.t_service_box_p {
    padding: 20px 0;
}

.t_service_box>li p {
    font-size: 15px;
}

@media screen and (max-width: 1024px) {
    .t_service_box>li a {
        padding: 20px;
    }

    .t_service_box>li img {
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .t_service_box>li {
        width: 100%;
    }

    .t_service_box>li:not(:last-child) {
        margin-bottom: 40px;
    }

    .t_service_box>li img {
        /* height: 50vw; */
    }

    .t_service_box>li p {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .t_service_box>li img {
        /* height: 60vw; */
    }
}

/* **************************** */
/* FAQ */
/* **************************** */
.faq_list dl {
    border: 1px solid #A2A2A2;
}

.faq_list dl:not(:last-child) {
    margin-bottom: 40px;
}

.faq_list dt {
    cursor: pointer;
    padding: 30px;
    background: #fff;
    display: flex;
    align-items: center;
}

.faq_list dd {
    display: none;
    background: #fafafa;
    padding: 40px;
}

.faq_list dd>div {
    display: flex;
}

.faq_list dt:before,
.faq_list dd>div:before {
    font-size: 50px;
    margin-right: 40px;
    line-height: 1;
}

.faq_list dt:before {
    content: 'Q';
    color: #109ade;
}

.faq_list dd>div:before {
    content: 'A';
    color: #109ade;
}

@media screen and (max-width: 768px) {
    .faq_list dt {
        padding: 30px 10px 30px 20px;
    }

    .faq_list dd {
        padding: 30px 20px;
    }

    .faq_list dt:before,
    .faq_list dd>div:before {
        font-size: 30px;
        margin-right: 15px;
    }
}

/* **************************** */
/* FLOW */
/* **************************** */
.flow1 {
    counter-reset: number;
}

.flow1>li:not(:last-child) {
    margin-bottom: 80px;
}

.flow1>li:nth-child(even) {
    flex-direction: row-reverse;
}

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

.flow1>li>div:first-child {
    width: 35%;
    position: relative;
}

.flow1>li>div:first-child img {
    width: 100%;
}

.flow1>li>div:first-child canvas {
    width: 100%;
    height: 20vw;
}

.flow1>li>div:first-child span {
    background: #109ade;
    padding: 25px;
    position: absolute;
    top: -40px;
    left: -40px;
    border-radius: 150px;
    height: 105px;
    width: 105px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 1;
}

.flow1>li>div:first-child span:before,
.flow1>li>div:first-child span:after {
    display: flex;
    justify-content: center;
    white-space: pre;
}

.flow1>li>div:first-child span:before {
    content: 'Mission';
    font-size: 18px;
}

.flow1>li>div:first-child span:after {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-size: 50px;
}

.flow1>li>div:last-child {
    width: 57%;
}

@media screen and (max-width: 768px) {
    .flow1>li>div:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .flow1>li>div:last-child {
        width: 100%;
    }

    .flow1>li>div:first-child canvas {
        height: 60vw;
    }

    .flow1>li>div:first-child span {
        top: -20px;
        left: -20px;
        height: 90px;
        width: 90px;
    }

    .flow1>li>div:first-child span:before {
        font-size: 10px;
    }

    .flow1>li>div:first-child span:after {
        font-size: 38px;
    }
}

.flow2 {
    counter-reset: number;
}

.flow2>li:not(:last-child) {
    margin-bottom: 80px;
}

.flow2>li>h3:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-size: 40px;
    margin-right: 20px;
    font-weight: bold;
    color: #109ade;
}

.flow3 {
    counter-reset: number;
}

.flow3>li {
    display: flex;
    align-items: center;
    line-height: 1;
}

.flow3>li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dotted #ddd;
}

.flow3>li:before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero)'.';
    font-size: 32px;
    margin-right: 20px;
    font-weight: bold;
    color: #109ade;
}


/* 見出しの後の余白を調整 */
.single h1+br,
.single h2+br,
.single h3+br,
.single h4+br,
.single h5+br,
.single h6+br {
    display: none;
}

.top_case {
    padding: 100px 0;
}

.case_slider {
    display: none;
}

.case_slider .slick-slide {
    margin: 0 30px;
    position: relative;
    overflow: hidden;
}

.case_slider.slick-initialized {
    display: block;
}

.case_slider_image {
    height: 14vw;
}

.case_slider_image canvas {
    width: 100%;
    height: 100%;
}

.case_slider_text {
    background: #fff;
    padding: 30px 10px;
    font-size: 14px;
    width: 100%;
}

.case_slider_text h3 {
    font-size: 18px;
    color: #109ade;
    margin-bottom: 20px;
}

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

@media screen and (max-width: 1199px) {
    .case_slider_image {
        height: 28vw;
    }
}

@media screen and (max-width: 768px) {
    .case_slider_image {
        height: 55vw;
    }
}

/* **************************** */
/* CASE */
/* **************************** */
.case_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_box:after {
    content: '';
    width: 30%;
}

.case_box>li {
    width: 30%;
    margin-bottom: 40px;
}

.case_image {
    overflow: hidden;
    height: 20vw;
    background: #fff;
}

.case_image__logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.case_image__logo img {
    width: 200px;
}

.case_image canvas,
.case_image__logo {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 0.3s;
}

.case_content {
    padding: 15px 10px;
}

.case_box>li:hover .case_image canvas,
.case_image__logo:hover {
    transform: scale(1.2);
}

@media screen and (max-width: 768px) {
    .case_image__logo img {
        width: 150px;
    }
}

.case_category_list {
    display: flex;
}

.case_category_list>span {
    font-size: 13px;
    padding: 5px;
    border-radius: 100px;
    line-height: 1;
    background: #f6f6f6;
    color: #555;
}

.case_category_list>span:not(:last-child) {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .case_box>li {
        width: 46%;
    }

    .case_image {
        height: 27vw;
    }
}

/* **************************** */
/* ACCESS */
/* **************************** */
body:not(.home) .sec_access {
    /* margin-top: 60px; */
}

.googlemap iframe {
    width: 100%;
    height: 40vw;
}

@media screen and (max-width: 768px) {
    .googlemap iframe {
        height: 60vw;
    }
}

@media screen and (max-width: 480px) {
    .googlemap iframe {
        height: 100vw;
    }
}

.t_links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
}

.t_links>div {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.t_links>div:nth-child(odd) {
    border-right: 1px solid #fff;
}

.t_links>div:before,
.t_links>div:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.t_links>div:before {
    opacity: 0.5;
    background: #000;
    z-index: 1;
    transition: 0.3s;
}

.t_links>div:after {
    transition: 1s;
    transform: scale(1);
}

.t_links>div:hover:before {
    opacity: 0;
}

.t_links>div:hover:after {
    transform: scale(1.2);
}

.t_links>div:nth-child(1):after {
    background: url(../images/top_about.jpg) center / cover;
}

.t_links>div:nth-child(2):after {
    background: url(../images/top_flow.jpg) center / cover;
}

.t_links>div a {
    display: block;
    padding: 200px 10px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
}

.t_links>div a h3 {
    font-size: 30px;
    font-weight: normal;
}

.t_links>div a p {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .t_links>div a {
        padding: 150px 10px;
    }

    .t_links>div a h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 768px) {
    .t_links>div {
        width: 100%;
    }

    .t_links>div:not(:last-child) {
        border-bottom: 1px solid #fff;
    }

    .t_links>div:nth-child(odd) {
        border-right: none;
    }
}

.about_logo img {
    height: 200px;
}

.slider_image {
    display: none;
    margin-bottom: 80px;
}

.slider_image .slick-slide {
    /* margin: 0 10px; */
    position: relative;
    background: #fff;
}

.slider_image.slick-initialized {
    display: block;
}

.slider_image_image canvas {
    width: 100%;
    height: 13vw;
}

.sec_about2 {
    padding: 100px 0;
    margin-bottom: 100px;
}

.sec_about2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #109ade;
    opacity: 0.1;
}