@charset "UTF-8";

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/css?family=Poppins:400,700);

/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
caption_1,
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;
    vertical-align: baseline;
    background: transparent;
}


body {
    background: #fff;
    color: #1e2428;
    -webkit-text-size-adjust: 100%;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

/*
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f3f8fb inset !important;

}
*/

/*
@keyframes onAutoFillStart { from {} to {}}

input:-webkit-autofill {
    animation-name: onAutoFillStart;
    transition: background-color 50000s ease-in-out 0s;
}
*/
body {
    background-color: #30373f;
}

body {

    line-height: 1.8;
    font-size: 18px;
    background: #fff;
    font-weight: 300;
    overflow-x: hidden !important;

}

/*----------------------------------------header----------------------------------*/
/*▼▼ ここから追加する ▼▼*/
.loader-wrap {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}

/*▲▲ ここまで追加する ▲▲*/
.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #204a9e;
}

.btn--orange:hover,
a.btn--orange:hover {
    color: #fff;
    background: #f56500;
}

a.btn--radius {
    border-radius: 100vh;
}

.loader,
.loader:before,
.loader:after {
    background: #ffffff;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #ffffff;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.header ul.menu li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.c-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.point {
    background: linear-gradient(transparent 60%, #ffe18f 40%);
    font-weight: 500;
}

.contact_btm {
    margin: 0 auto;
    width: 970px;
}

.p-hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 48px;
    height: 48px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #f9d8ae;
    outline: none;
    box-shadow: 0 0 2rem transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.p-hamburger:hover,
.p-hamburger:focus {
    box-shadow: 0 0 .5rem rgba(255, 255, 255, .5);
}

.p-hamburger__line {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 18px;
    height: 2px;
    background-color: #f9d8ae;
    -webkit-transition: inherit;
    transition: inherit;
}

.p-hamburger__line:before,
.p-hamburger__line:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: '';
    -webkit-transition: inherit;
    transition: inherit;
}

.p-hamburger__line:before {
    top: -5px;
}

.p-hamburger__line:after {
    top: 5px;
}


.p-hamburger__checkbox:checked + .p-hamburger__line {
    background-color: transparent;
}

.p-hamburger__checkbox:checked + .p-hamburger__line:before,
.p-hamburger__checkbox:checked + .p-hamburger__line:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #f9d8ae;
}

.p-hamburger__checkbox:checked + .p-hamburger__line:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.u-visuallyHidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
}

.u-none {
    display: none;
}


img {
    width: 100%;
}

a {
    color: #004294;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}



a:hover {
    text-decoration: none !important;
    opacity: .8;
}

a:focus,
a:active {
    outline: none;
}

p {
    margin-bottom: 1.5em;
    font-size: 18px;
    color: #000;
    font-weight: 300;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: rgba(0, 0, 0, 0.8);
    font-weight: 700;
    margin: 0 0 30px 0;
}

::-webkit-selection {
    color: #fcfcfc;
    background: red;
}

::-moz-selection {
    color: #fcfcfc;
    background: red;
}

::selection {
    color: #fcfcfc;
    background: red;
}

#works {
    margin-top: -100px;
    padding-top: 100px;
}

#about {
    margin-top: -100px;
    padding-top: 100px;
}

#recruit {
    margin-top: -100px;
    padding-top: 100px;
}

#services {
    margin-top: -100px;
    padding-top: 100px;
}

/*20200622*/

.box-wrap {
    background: #fff;
    margin: 0 auto;
    position: relative;
    padding-top: 120px;
}

/* Owl Override Style */

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
    margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 50%;
    margin-top: -29px;
    z-index: 9999;
    position: absolute;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 40px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px;
}
@media screen and (min-device-width: 767px) and (max-device-width:1023px) {
  #tab_staff_pro{
  min-width: 1500px;
  }
  .col-sm-6 {
        flex: 0 0 50%;
  }

}
@media screen and (min-device-width: 767px) and (max-device-width: 819px) {
.col_staff_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 31.333333%;
    min-width: 34%;
}
.row_staff {
    margin-right: 100px !important;
}
.backside .card_profile {
    height: 700px;
  }
  /* .top_ttl{
    transform: translate(-276px, 10px);
  } */
  .for-tab{
    margin-left: 312px !important;
    text-align: start!important;
  }
}
@media screen and (min-device-width: 820px) and (max-device-width:911px) {

  .col_staff_4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 31.333333%;
      min-width: 34%;
  }
  .backside .card_profile {
      height: 748px;
    }
    .row_staff {
        margin-right: 15px !important;
    }
    /* .top_ttl{
      transform: translate(-245px, 10px);
    } */
}
@media screen and (max-width: 540px) {
  .row_staff{
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}


@media screen and (min-device-width: 912px) and (max-device-width: 1023px) {
.col_staff_4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 31.333333%;
    min-width: 37%;
}
.backside .card_profile {
    height: 805px;
  }
  .top_ttl{
    transform: translate(-176px, 10px);
  }
}

@media screen and (max-width: 768px) {
    .top_height{
        height: 100% !important;
    }
    .owl-carousel-posts .owl-controls .owl-nav .owl-next {
        right: 0px;
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

@media screen and (max-width: 768px) {
    .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
        left: 0px;
    }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
    color: #000;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
    color: #000;
}


.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.5);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
    color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
    right: -20px;
    top: 110px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
    margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
    left: -20px;
    top: 110px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
    margin-left: -10px;
}

.owl-carousel2 .owl-dots {
    display: none !important;
}

@media screen and (max-width: 992px) {
    .owl-carousel2 .owl-dots {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    #services {
        margin-top: -100px;
        padding-top: 50px;
    }

    .dropdown {
    width: 140px;
}

    /*
    input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;

}
*/

    .owl-theme .owl-controls .owl-nav {
        display: none;
    }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
    font-size: 30px;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
    background: none !important;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
    background: none !important;
}

.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
    bottom: 0;
    margin-bottom: 40px;
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border: 2px solid transparent;
}

.owl-theme .owl-dots .owl-dot span:hover {
    background: none;
}

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


.top_header {
    margin-top:
}

.content-box {
    background-color: #dd7677;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-1 {
    padding-top: .25rem !important;
}

.pb-1 {
    padding-bottom: .25rem !important;
}

#top_c {
    padding-top: 53px;
    position: relative;
    overflow: hidden;
    z-index: 300;
}

#top_c .layer-01,
#top_c .layer-02,
#top_c .layer-03,
#top_c .layer-04 {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
}

#top_c .layer-01 {
    left: -777px;
    top: 72px;
    background-color: #5d87ff;
    z-index: 5;
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transition: .5s all ease-in;
}

#top_c .layer-02 {
    right: 836px;

    height: 140%;
    background-color: #1eca80;
    z-index: 6;
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transition: 1s all ease-in;
}

#top_c .layer-03 {
    left: -877px;
    top: 82px;
    background-color: #1eca80;
    z-index: 5;
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transform: skewY(28deg) skewX(-28deg) translateX(-100%);
    transition: .5s all ease-in;
}

#top_c .layer-04 {
    right: 774px;

    height: 140%;
    background-color: #5d87ff;
    z-index: 6;
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transform: skewY(118deg) skewX(24deg) translateX(-100%);
    transition: 1s all ease-in;
}

#top_c . owl-carousel-top {
    position: relative;
    z-index: 3;
}

/* 追加 */

#top_c .layer-01.is-active {
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
    transform: skewY(28deg) skewX(-28deg) translateX(0);
}

#top_c .layer-02.is-active {
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(0);
    transform: skewY(118deg) skewX(24deg) translateX(0);
}

#top_c .layer-03.is-active {
    -webkit-transform: skewY(28deg) skewX(-28deg) translateX(0);
    transform: skewY(28deg) skewX(-28deg) translateX(0);
}

#top_c .layer-04.is-active {
    -webkit-transform: skewY(118deg) skewX(24deg) translateX(0);
    transform: skewY(118deg) skewX(24deg) translateX(0);
}




.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:focus,
.form-control:active {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

input[type="text"] {
    height: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-weight: normal;
    font-weight: 18px;
}


label {
    display:block !important;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn.btn-primary {
    background: #67a329;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    box-shadow: none;
    background: #004294;
}

.btn:hover,
.btn:active,
.btn:focus {
    background: #004294 !important;
    color: #fff;
    outline: none !important;
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    border-color: transparent;
}



.js .animate-box {
    opacity: 0;
}

.container {
    max-width: 1500px;
}

/*20200622*/

.fixedheader {
    height: 87px;
    width: 100%;
    z-index: 500;
    position: fixed;
    /*
    background-image: url(../img/header-contact-bg.jpg);*/
    background-size: cover;
    background-color: #004294;
    /*    border-bottom: 5px solid #ddd;*/
}

/*20200622*/

.fixedheader img {
    max-width: 60%;
    width: auto;
    margin-left: 2vw;
}



.headercontent {
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    position: relative;
    background-color: #004294;
    text-align: center;
}



footer {
    border-top: 2px solid #e03c31;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    background-color: #004294;
    z-index: 100;
}

/*20200622*/

footer p {
    margin-bottom: 0;
    font-size: 16px;
}



.midashi {
    margin-top: 3em;
}

.midashi h3 {
    padding: 0.8em 0.5em 0 20px;
    color: #004294;
    /*文字色*/
    font-weight: bold;
    /*    border-bottom: solid 3px #004294;*/
    /*下線*/
    max-width: 1100px;
    margin: 0 auto;
    line-height: 43px;
    font-size: 28px;
    margin-bottom: .7em;
    margin-left: 15px;
    margin-right: 15px;
}

.midashi img {
    margin-top: -20px;
}

.topix {

    margin-left: auto;
    margin-right: auto;
}

.topix h2 {
    padding-bottom: 20px;
    color: #004294;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    line-height: 43px;
    font-size: 30px;
    margin-bottom: .7em;
    margin-top: 3em;
}

.topix img {
    margin-top: 5em;
}

.index-text {
    left: 44vw;
    width: 66%;
    max-width: 535px;

}

.cost-text {
    position: absolute;
    left: 33vw;
    width: 60%;
    max-width: 700px;
}

.img-tott {
    margin-right: auto;
    padding-left: 250px;
    margin-left: auto;
    margin-top: 92px;
}

div.header-wt {
    width: 100%;
    max-width: 300px;
}
 .green_ring {
            width: 586px;
            height: auto;
            position: absolute;
            right: -90px;
            bottom: -90px;
        }

        .bg_move {
            overflow: hidden;
        }

        .green_ring.bg_move.visible::before {
            transform: scaleX(0);
        }

        .green_ring.bg_move::before {
            background: #f8f8f8;
            transform-origin: left;
            left: -1px;
        }

        .bg_move::before {
            content: "";
            display: block;
            width: calc(100% + 1px);
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 2;
            transition: all 1s cubic-bezier(0.860, 0.000, 0.070, 1.000);
            transform: scaleX(1);
        }

        html {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

        body {
            overflow-x: hidden;
            -webkit-overflow-scrolling: touch;
        }

        .top_service_detail {
            display: -webkit-flex;
            display: -ms-flex;
            display: flex;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-top: -30px;
        }

        .top-inner {
            margin-left: auto;
            margin: 0 auto;
            padding: 0 15px;
            min-width: 935px;
            width: 100%;
            max-width: 978px;
            margin-right: auto;
            padding-left: 15px;
            padding-right: 15px;
        }
/*

        .desplay-logo {
            background-color: #f5f5f5 !important;
            display: inline-grid;

        }
*/

        .desplay-logo1 {
            display: none;
        }

        .wk-c-container {
    cursor: pointer;
    perspective: 600;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    margin-right: auto;
    margin-left: 19px;
}
        .wk-c {
            height: 100%;
            position: absolute;
            transform-style: preserve-3d;
            transition: all 1s ease-in-out;
            width: 100%;
        }

        .wk-c:hover {
            transform: rotateY(180deg);
        }

        .wk-c .side {
            backface-visibility: hidden;
            border-radius: 6px;
            height: 100%;
            position: absolute;
            overflow: hidden;
            width: 100%;
        }

        .wk-c .back {
            background: #f5f5f5;
            color:#034294;
            line-height: 150px;
            text-align: center;
            transform: rotateY(180deg);
        }
        @media screen and (max-width: 590px) {
            .wk-c-container {
                cursor: pointer;
                perspective: 600;
                width: 170px;
                height: 170px;
                perspective: 1000px;
                margin-right: auto;
                margin-left: auto;
            }
        }

        .heat::after {
            content: "";
            position: absolute;
            bottom: -995px;
            left: 0;
            display: block;
            width: 100%;
            height: 20px;
            background-image: url(./img/wave.svg);
            background-repeat: repeat-x;
            background-size: 100% 100%;

        }

.des-pc{
    display: block !important;
}
  div.header-wt {
        background-color: #f5f5f5;
    }
@media screen and (min-width: 1200px) {
    .company_detail img {
        width: 19%;
    }
}

@media screen and (max-width: 1200px) {
    div.header-wt {
        width: 100%;
        max-width: 300px;
    }

    .company_detail img {
        width: 37%;
    }
}

@media screen and (max-width:1100px) {
    div.header-wt {
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width:1400px) {
    div.header-wt {
        background-color: #f5f5f5;
        width: 100%;
        max-width: 300px;
    }

    .fixedheader img {
        max-width: 60%;
        width: auto;
        margin-left: 2vw;
    }
}

@media screen and (max-width: 992px) {
    .topix h2 {
        font-size: 24px;
    }

    .index-text,
    .cost-text {
        position: inherit;
        left: inherit;
        width: inherit;
        max-width: fit-content;
        margin-top: 2em;
    }

    .index-text,
    .cost-text {
        margin-bottom: 2em;
    }

    .topix img {
        margin-top: 2em;
    }
}

@media screen and (max-width:987px) {
    div.header-wt {
        width: 100%;
        max-width: 200px;
    }

    .fixedheader img {
        max-width: 90%;
        width: auto;
        margin-left: 2vw;
    }
}

@media screen and (max-width: 768px) {
    .des-pc{
    display: none!important;
}
    #top_c {
        padding-top: 78px;
    }

    .headercontent {
        display: none;
        margin-right: auto;
        margin-left: auto;
        padding: 5px;
        position: relative;
        background-color: #004294;
        text-align: center;
    }

    .topix h2 {

        margin-top: .75em;
        font-size: 24px;
        line-height: 30px;
    }
}

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

.tel {
    position: inherit;
    right: 0;
}

a:hover,
a:focus {
    color: #337ab76b;
    text-decoration: none !important;
}

/*スマートフォンのみで表示*/

.topmenu {


/*    margin-top: -56px;*/
    /*    margin-bottom: 20px;*/
    padding: 0;
/*    display: grid;*/
    display: -ms-grid;

}

.topmenu li {
    display: inline;
    margin-left: 16px;
    font-weight: normal;
}

.topmenu li a {
    margin-left: 18px;
    font-size: 18px;
    font-weight: 700;

    color: #fff;
}

/*20200622*/

.sns_header {
    /*
    padding-top: 4px;
    background-color: #f5f5f5;
*/
    /*    position: fixed;*/
    /*    height: 100px;*/
}

/*20200622*/

.sns {
    padding-top: 15px;
    display: inline-block;
    font-size: 30px;
    text-align: right;
    position: absolute;
    right: 10vw;
    padding-left: 0;
}

.sns li {
    display: inline;
    margin-left: 16px;
    font-weight: normal;
}

@media screen and (max-width:1330px) {
    .sns {
        padding-top: 15px;
        display: inline-block;
        font-size: 30px;
        text-align: right;
        position: absolute;
        right: 2vw;
        padding-left: 0;
    }
    .topmenu li a {
    margin-left: 13px!important;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
}

@media screen and (max-width:1045px) {
    .sns {
        padding-top: 27px;
        display: inline-block;
        font-size: 0px;
        text-align: right;
        position: absolute;
        right: 2vw;
        padding-left: 0;
    }
}

.study {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    color: #fff;
    font-weight: 700;
    background-color: rgb(255 255 255 / 44%);
    line-height: 1.7vw;
    top: 10vw;
    padding-bottom: 27px;
    z-index: 400;
    font-size: 3.2vw;
    /* border: solid #fff 2px; */
    left: 90px;
    right: 90px;
}

.topmojii {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    color: #fff;
    font-weight: 700;
    /*    background-color: rgb(255 255 255 / 44%);*/
    line-height: 1.7vw;
    top: 7vw;
    z-index: 400;
    font-size: 3.2vw;
    /* border: solid #fff 2px; */

}

.tet img {
    margin-top: 115px;
    height: 10vw;
    width: auto;
}


.acd-check {
    display: none;
}

.acd-label {
    display: none;
}


.lead-form {
    text-align: center;
    font-size: 20px;
}

form {

    margin: 0 auto;
}

label i {
    margin-right: 2px;
}

.form_item {
    overflow: hidden;
    margin-bottom: 30px;

}

.formlabel {
    text-align: left;
    font-size: 15px;
    float: left;
    margin-right: 20px;
    width: 150px;
    border-left: solid 3px #e03c31;
    padding-left: 10px;
    color: #004294;
    border-radius: 0;
    margin-top: 5px;
}

.inputs {
    float: left;
    width: 80%;
}

input[type="text"],
input[type="email"] {

    border: none;
    padding: 5px 10px;
    font-size: 15px;
    border-bottom: 2px solid #004294;
    background: transparent;
}

.komidashi {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3em;
    padding: 0.25em;
    background: transparent;
    border-left: solid 5px #000066;
}

select {

    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #004294;
    background: transparent;
}

textarea {
    width: 500px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #004294;
    background: transparent;
}

.btn-area {
    text-align: center;
}


input[type="tt"] {
    background: #e0505c;
    border: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 30px;
    margin: 0 5px;
    border-radius: 5px
}


input[type="email"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: none;
    outline: none;
    border-bottom: 2px solid #e03c31;
}

select:focus {
    border-color: crimson;
}

#map {
    width: 900px;
    box-sizing: border-box;
    margin: 0 auto;
}

#map .mapp {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

#map .mapp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img_pc {
    display: block;
}

.img_sp {
    display: none;
}

@media (max-width:1400px) {
    .topmojii {
        top: 7vw;
    }
}

@media (max-width: 960px) {
    #map {
        width: 100%;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #map .mapp {
        padding-top: 75%;
    }

}

@media (max-width: 600px) {

    #map .mapp {
        padding-top: 100%;
    }

}

@media (max-width: 1229px) {

    label {
/*        margin-left: 10%;*/
        width: 80%;
    }

    .sec_k h2 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 0.25em;
    }
}

._ipad {
    display: none;
}

@media screen and (max-width:880px) {
    .fixedheader img {
        max-width: 96%;
        width: auto;
        margin-left: 0vw;
    }

    div.header-wt {
        width: 100%;
        max-width: 185px;
    }

    .sns {
        padding-top: 26px;
        display: inline-block;
        font-size: 0px;
        text-align: right;
        position: absolute;
        right: 0vw;
        padding-left: 0;
    }
}

@media screen and (max-width:857px) {
    .tet img {
        margin-top: 84px;
        height: 10vw;
        width: auto;
    }

    #top_c {
        padding-top: 60px;
        position: relative;
        overflow: hidden;
        z-index: 300;
    }

    .sns li {
        display: inline;
        margin-left: 8px;
        font-weight: normal;
    }

    .sns {
        padding-top: 16px;
        display: inline-block;
        font-size: 0px;
        text-align: right;
        position: absolute;
        right: 0vw;
        padding-left: 0;
    }

    div.header-wt {
        width: 100%;
        max-width: 130px;
    }

    .fixedheader {
        height: 61px;
        width: 100%;
        z-index: 500;
        position: fixed;
        /* background-image: url(../img/header-contact-bg.jpg); */
        background-size: cover;
        background-color: #004294;
        /* border-bottom: 5px solid #ddd; */
    }
}

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

@media screen and (max-width: 768px) {
    .tet img {
        margin-top: 188px;
        height: 13vw;
        width: auto;
    }

    .img_pc {
        display: none;
    }

    .img_sp {
        display: block;
    }

    div.header-wt {
        width: 100%;
        max-width: 300px;
    }

    .desplay-logo1 {
        display: block;
    }

    .desplay-logo {
        display: none;
    }

    .topmojii {
        top: 8vw;
    }

    .sec_k h2 {

        margin-top: .75em;
        font-size: 24px;
        line-height: 30px;
    }

    .sec_k p {
        font-size: 15px;
    }

    /*
    .pic {
        padding-top: 140px;
        padding-bottom: 0;
    }
*/
    .icon-sidenv {
        font-size: 32px;
        color: #5c84af;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 32px;
        transform: translateY(-50%);
    }

    ._ipad {
        display: block;
    }

    .sidenav {
        height: 100%;
        width: 0px;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #004294;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }


    .sidenav a {
        padding: 8px;
        text-decoration: none;
        font-size: 13px;
        color: #171111;
        display: block;
        transition: 0.3s;
        background-color: #fff;
        margin: 10px;
        position: relative;
        z-index: 999;
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        color: #f1f1f1;
    }

    .sidenav a:hover {
        opacity: .85;
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    }

    .sidenav a:active {
        transform: scale(.97);
    }

    .sidenav .closebtn {
        color: #fff;
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 50px;
        margin-left: 50px;
        background-color: inherit;
    }

    #main {
        transition: margin-left .5s;
        padding: 16px;
    }

    .acd-check {
        display: none;
    }

    .acd-label {
        color: #fff;
        display: block;
        margin-bottom: 0;
    }

    .acd-content {
        height: 0;
        opacity: 0;
        padding: 0;
        transition: .5s;
        visibility: hidden;
    }

    .acd-check:checked + .acd-label + .acd-content {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }



    .fixedheader {
        border-bottom: 5px solid #004294;
        height: auto;
    }


    .left-sp {
        text-align: left;
    }



    /*
    .study {
        padding: .8em;

    }
*/

    .right {
        top: 30%;
        right: 10%;
    }

    .left {
        top: 30%;
        left: 10%;
    }

    .topmenu li {
        display: block;
        margin-left: 16px;
        font-weight: normal;
    }

    .top-introduce-number h3 {
        position: inherit;
        margin-bottom: 0;

    }

    .top-introduce h3 i {
        display: none;
    }

    .top-introduce h3 {
        line-height: 33px;
        margin-bottom: .7em;
        font-size: 21px;
    }

}

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

    .img-tott {
        margin-right: auto;
        padding-left: 137px;
        margin-left: auto;
        margin-top: 66px;
    }
}

@media screen and (max-width:527px) {
    .topmojii {

        top: 14vw;


    }
}

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

    .icon-sidenv {
        font-size: 25px;
        color: #5c84af;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 32px;
        transform: translateY(-50%);
    }
    .dropdown {
        width: 70px!important;
    }
    .sns {
        right: 47px!important;
    }
    .dropdown-toggle::after {
    margin-left: -0.2em;
}
}

@media (min-width: 768px) {
    .container {
        width: 740px;
    }

}

@media screen and (min-width: 1230px) {
    .container {
        width: 1000px;
    }

}

@media screen and(min-width: 992px) {
    .container {
        width: 740px;
    }
}

@media screen and (max-height: 450px) {
    footer {
        border-top: 5px solid #e03c31;
        position: relative;
        width: 100%;
        height: 120px;
        text-align: center;
        padding: 32px 0;
        background-color: #004294;
    }

    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}


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

    /*    20200622*/
    .box-wrap {
        background: #fff;
        margin: 0 auto;
        position: relative;
        padding-top: 141px;
    }


}

.contact_btn {
    position: fixed;
    bottom: 1em;
    left: 1em;
    line-height: 0;
    background: #004294;
    padding: 15px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    z-index: 999;
}

.contact_btn_burst {
    position: fixed;
    bottom: 1em;
    left: 1em;
    line-height: 0;
    background: #004294;
    padding: 15px;
    border-radius: 50px;
    color: #004294;
    font-size: 30px;
    z-index: 998;

}


/*20200622*/

.choose_lang {
    text-align: center;
    position: absolute;
    right: calc(10vw + 396px);
    top: 19px;
}

.choose_lang ul li {
    font-size: 17px;
    background-color: #004294;
    color: #ffffff;
    display: inline;
}

/*20200622*/

.choose_lang ul {
    margin-bottom: 0;
    padding-left: 0;
}

/*20200622*/

.choose_lang li {
    padding: 3px 4px;
    border-radius: 4px;
    margin-left: 4px;

}

.choose_lang a {
    color: #ffffff;
}

/*以下20200622*/

.fa-file-pdf {
    color: #ff0c00;
    font-size: 25px;
    margin-left: .3em;
}



.logo {
    display: inline;
    display: inline-grid;
    height: auto;
    align-items: flex-start;

}

.top_pt {
    padding-bottom: 60px;
    padding-top: 60px;
}

.top_bak {
    background-image: url(../img/background-top.jpg);
    background-size: cover;
    background-position: center;
    margin-top: 0px;
}

.basic {
    text-shadow: 4px 4px 6px rgb(255 255 255);
}

.basic span {
    color: #83ccf1bd;
    font-size: 60px;
}

@media screen and (min-width: 768px) {

    .top_i02 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .pct img {
        cursor: pointer;
        perspective: 600;
        width: 200px;
        height: 200px;
        perspective: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    /*
    .top_pt{
    padding: 60px;
}
*/
    .fixedheader img {
        margin-left: .4em;
    }

    .sns {
        right: 86px;
        margin-top: -16px;
      }


    .choose_lang {
        right: 190px;
    }

    .fixedheader img {
        max-width: 57%;
        width: auto;
        margin-left: 2vw;
    }

    .mobileMenu img {
        margin-top: -7px !imortant;
        max-width: 60% !important;
    }
    .big_tit_pic{
      top: 30vw!important;
    }
}

@media screen and (max-width: 767px) {
    .top_bak {
        background-color: currentColor;
        background-size: cover;
        margin-top: 0px;
    }
}

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


    .choose_lang {
        right: 10px;
        top: 0;
    }

    .choose_lang ul li {
        font-size: 14px;
    }

    .sns {
        font-size: 36px;

    }

    .fixedheader img {
        max-width: 57%;
        margin-left: .4em;
    }
}


@media screen and (max-width: 500px) {
    .fixedheader img {
        max-width: 87%;
        margin-left: .4em;
    }

    div.header-wt {
        width: 100%;
        max-width: 195px;
    }
}

.card {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 11px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    width: calc((100% - 90px) / 3);
    /*    height: 230px;*/
    z-index: 10;
    display: inline-block;
}
.card_1 {
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 11px;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-out;
    transition: -webkit-box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
    width: calc((100% - 90px) / 3);
    /*    height: 230px;*/
    z-index: 10;
    display: inline-block;
}

@media screen and (max-width:1199px) {
    .basic span {
        font-size: 45px;
    }

    .card {
        width: 220px;
    }
    .card_1 {
        width: 220px;
    }
}

.card__image--yt-icon {
    max-height: 56px;
    max-width: none;
}

.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

.facebook-wrapper > .fb-page {
    width: 100%;
}

.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.contact_btn_area {
    z-index: 999;
}

.company_detail {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 0;
    border-bottom: 1px solid #204a9e;
}

.company_detail dt {
    color: #337ab7;
    padding: 17px 20px 16px;
    width: 200px;
    border-top: 1px solid #204a9e;
    font-weight: bold;
}

.company_detail dd {
    padding: 17px 5px 16px 20px;
    width: calc(100% - 200px);
    border-top: 1px solid #204a9e;
}

.li-sp {
    display: none;
}


.arrow_link {
    text-align: right;

    margin-bottom: 0;
}

.arrow_link:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: -7px;
    width: 0;
    height: 0;
    border: none;
    border-right: solid 15px transparent;
    border-bottom: solid 15px #004294;
}

.arrow_link:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 7px;
    width: 6em;
    border-bottom: solid 3px #004294;
}

#contents :not(aside) li,
#contents :not(aside) dt,
#contents :not(aside) dd {
    letter-spacing: normal;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

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

.tes_se p {
    margin-top: -46px;
}

.btn_app {
    display: block;
    padding: 0.8em 1em;
    text-decoration: none;
    color: #1ba3e7;
    border: solid 2px #1ba3e7;
    border-radius: 3px;
    transition: .4s;
    text-align: center;
    margin: 15px 5px;
    box-sizing: border-box;
}

.btn_app:hover {
    background: #1ba3e7;
    color: #fff;
}

.btn_app:hover i {
    color: #fff;
    transition: .4s;
}


body {
    margin: 0;
}

img.example {
    border-radius: 10px;
    border: 3px #3e60c4 solid;
}

img.example1 {
    border-radius: 10px;
    border: 3px rgba(178, 21, 157, 0.63) solid;
}

img.example2 {
    border-radius: 10px;
    border: 3px #f09199 solid;
}

img.example3 {
    border-radius: 10px;
    border: 3px #a376bc solid;
}

img.example4 {
    border-radius: 10px;
    border: 3px rgba(15, 186, 0, 0.78) solid;
}

img.example5 {
    border-radius: 10px;
    border: 3px #dc9a37 solid;
}

img.example6 {
    border-radius: 10px;
    border: 3px #6bafae solid;
}

img.example7 {
    border-radius: 10px;
    border: 3px #00afcc solid;
}

p.font {
    /*   width: 280px;*/
    text-align: center;
}

.sample6 {
    border-radius: 9px;
    overflow: hidden;
    margin: 10px 8px;
    position: relative;
    border: 2px;
}

.sample6 .caption {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 0px;
    line-height: 1.5;
}
.sample6 .caption_1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.sample6 h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
}

.catch {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: .08em;
    text-align: center;
}

.catch span {
    display: block;
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: normal;
}

.inner {
    /*
    margin: 0 auto;
    padding: 0 15px;
    min-width: 980px;
    width: 100%;
    max-width: 1200px;
*/
}

.sample6 .mask {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    /* 枠の上に置いて表示させない */
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sample6:hover .mask {
    top: 0;
    /* 下に降りてくるように見せる */
}

.td_mail > div em.error,
.td_add em.error {
    top: -40px;
}


.top_ttl {
    font-size: 3rem;
    line-height: 1;
    color: #222;
    text-align: center;
    /* letter-spacing: .08em; */
}

.top_ttl span {
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    color: #0c419a;
    letter-spacing: .08em;
    font-family: "Poppins";
}

.summary {
    padding-top: 10px;
    margin: 20px auto 4px;
    max-width: 970px;
}

.direction {
    display: none;
    position: fixed;

}

.fullmode {
    display: block;
}

.smallmode {
    display: none;
}

.des-tt {
    display: block;
}

.btn_confirm:hover {
    background-color: #fff;
    color: #0c419a;
}

.menu-bar {
    z-index: 9999;
    width: 100%;
}

.logo {
/*    float: left;*/
}

.direction {
    float: right;
}

.direction a {
    margin: 10px;
    color: #672828;
    font-size: 15px;
    font-family: 'Ubuntu', sans-serif;
}

.works,
.recruit,
.contact {
    padding-top: 60px;
    /*    font-family: 'Ubuntu', sans-serif;*/
}

li {
    list-style: none;
}

.contact .btn_box_c {
    display: flex;
    justify-content: space-between;
    margin: 70px auto 80px;
    width: 770px;
    text-align: center;
}

.contact_btm {
    text-align: center;
    margin: 0 auto;
    width: 970px;
}

.btn_confirm:hover {
    background-color: #fff;
    color: #0c419a;
}

input[class^="btn_"],
a[class^="btn_"] {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    padding: 0;
    height: auto;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.btn_confirm {
    font-weight: bold;
    width: 300px;
    background-color: #0c419a;
    border: 1px solid #0c419a;
    border-radius: 30px;
    line-height: 60px;
    font-size: 2rem;
    color: #fff;
}

.btn_confirm:focus {
    width: 300px;
    background-color: #0c419a;
    border: 1px solid #0c419a;
    border-radius: 30px;
    line-height: 60px;
    font-size: 2rem;
    color: #fff;
}

.swiper-container {
    padding: 30px 0 50px;
    background: #eeeeee;
}

.s-right2-wrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
}

.s-right2-text,
.s-right2-sub {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    color: white;
}

.tell img {
    width: 77%;
}

.s-right2-text {
    top: 20%;
    font-size: 5vw;
}

.s-right2-sub {
    top: 55%;
    font-size: 2vw;
}

.swiper-slide-active .s-right2-text {
    animation: slideFromRight 1.5s ease 0s 1 normal;
}

.swiper-slide-active .s-right2-sub {
    animation: slideFromRightSub 2.0s ease 0s 1 normal;
}

@keyframes slideFromRightSub {

    0%,
    45% {
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.services {
    padding-bottom: 70px;
    width: 100%;
    padding-top: 70px;
    /*  font-family: 'Ubuntu', sans-serif;*/
}

.contact_info_tel {
    font-size: 6.5rem;
    letter-spacing: .03em;
    white-space: nowrap;
    font-family: "Poppins";
}

.contact_info_item {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.contact_info_item .contact_info_tel {
    display: inline-block;
    margin-top: -8px;
    font-size: 50px;
    padding-right: 10px;
    vertical-align: middle;
    color: #204a9e;
}

.contact_main {
    margin-bottom: 50px;
    padding: 30px 0;
    background-color: #f3f8fb;
}

.contact_main .inner {
    width: 970px;
    min-width: 970px;
    max-width: 970px;
    padding: 0;
}

.tbl_contact {
    width: 100%;
    border-collapse: collapse;
}

.tbl_contact tr {
    position: relative;
}

.tbl_contact th {
    width: 260px;
    font-weight: normal;
    padding: 20px 0 20px 20px;
    font-size: 1.8rem;
    font-weight: bold;
}

.tbl_contact th,
.tbl_contact td {
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.tbl_contact th span {
    display: inline-block;
    position: absolute;
    width: 80px;
    top: 50%;
    right: 0;
    margin-top: -15px;
    border: 1px solid #900;
    border-radius: 5px;
    line-height: 30px;
    color: #900;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

.tbl_contact td {
    width: 710px;
    padding: 20px 10px 20px 40px;
    height: 82px;
    font-size: 1.6rem;
}

input {
    /*
    width: 500px;
    height: 40px;
*/
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.contact_info_mail a {
    display: block;
    padding-right: 11px;
    width: 100%;
    height: 90px;
    border-radius: 45px;
    background-color: #204a9e;
    line-height: 90px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
}

.contact_info_item .contact_info_tel {
    font-size: 6.5rem;
    letter-spacing: .03em;
    white-space: nowrap;
    font-family: "Poppins";
}

.contact_info.narrow {
    padding: 65px 0;
}

.access {
    margin: 10px 0 6px;
    padding: 80px 0 85px;
}

.bg_g,
.server_plan_detail_item {
    background-color: #ffffff;
    margin-top: 60px;
}

.contact_info {
    padding: 75px 0 65px;
}

.contact_info_item > div {
    margin-left: calc(25% + 10px);
    width: calc((100% - 30px) / 2);
}

.icon_tel {
    display: inline-block;
    margin-top: -8px;
    font-size: 50px;
    padding-right: 10px;
    vertical-align: middle;
    color: #204a9e;
}

a.nocall {
    pointer-events: none;
    transition-duration: 0s;
    transition-property: none;
}

.cantac-phone {
    font-size: 30px;
    color: #f5f5f5;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    a[href^="tel"] {
        pointer-events: none;
    }
}

@media screen and (max-width:1230px) {
    .card {
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin: 11px;
        position: relative;
        -webkit-transition: -webkit-box-shadow .2s ease-out;
        transition: -webkit-box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
        width: calc((100% - 90px) / 2);
        /* height: 230px; */
        z-index: 10;
        display: inline-block;
    }
    .card_1 {
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin: 11px;
        position: relative;
        -webkit-transition: -webkit-box-shadow .2s ease-out;
        transition: -webkit-box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
        width: calc((100% - 90px) / 2);
        /* height: 230px; */
        z-index: 10;
        display: inline-block;
    }
    .btnn img {
    width: 50%!important;
}
}

  @media screen and (max-width: 768px) {
            .header ul.menu {
                width: 65%;
            }

            .wk-c .back {
                display: none;
                background: #eaeaed;
                color: #0087cc;
                line-height: 150px;
                text-align: center;
                transform: rotateY(180deg);
            }

            .wk-c:hover {
                display: none;
                transform: rotateY(180deg);
            }

            .top_works_list li p {
                display: table-cell;
                line-height: 1.1;
                font-weight: bold;
                color: #fff;
                text-align: center;
                vertical-align: middle;
            }

            .top_works_list li p {
                font-size: 2.3rem;
            }

            .top_works_list li figure {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                overflow: hidden;
            }

            .top_works_list li figure::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0);
                transition: .3s;
                z-index: 1;
            }

            .top_works_list li figure img {
                width: 100%;
                max-width: 100%;
                height: 100%;
                transition: .3s;
                backface-visibility: hidden;
                object-fit: cover;
            }

            .top_works_list li {
                height: 20.3rem;
            }

            .top_works_list li figure {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                overflow: hidden;
            }

            .top_works_list li {
                position: relative;
                display: table;
                height: 220px;
                width: 100%;
                z-index: 5;
            }

            .top_works_list {
                display: block;
                margin-top: 2rem;
            }

            .company_detail img {
                width: 22%;
            }

            .company_detail dt {
                font-size: 17px;
                letter-spacing: .12em;
                padding: 1rem 1rem 0;
                width: 100%;
            }

            .company_detail dd {
                font-size: 14px;
                letter-spacing: .12em;
                padding: 0 1rem .8rem 1rem;
                width: 100%;
                border-top: 0;
                line-height: 1.3;
            }

            .company_detail {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                margin: 1.5rem auto 0;
                width: 100%;
            }

            .top_service_detail_item {
                position: relative;
                margin-top: 2.5rem !important;
                margin-right: 0;
                padding-bottom: 2rem;
                width: calc((100% - 2rem) / 2);
                height: auto;
            }

            .top_service_detail_item .description div {
                padding: .8rem;
                z-index: 20;
            }

            .desplay-logo1 {
                display: block;
            }
            .btnn img {
            width:50%!important;
        }
      }
      @media screen and (max-width:768px) {
          .sns {
            display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
          }

          .sample6 .caption  {
              font-size: 14px;
              color: #fff;
              text-align: center;
              padding-top: 0px;
          }
          .sample6 .caption_1 {
              font-size: 14px;
              color: #fff;
              text-align: center;
              padding-top: 60px;
          }

          p.font {
              width: auto;
              font-size: 14px;
          }

          .top_ttl span {
              margin-top: .5rem;
              font-size: 1rem;
          }

          .top_ttl {
              font-size: 2rem;
              letter-spacing: .12em;
              line-height: 1.2;
          }

          .pat {
              padding: 21px;
          }

          .summary {
              padding: 21px;
          }

          .summary p {
              letter-spacing: .12em;
              font-size: 14px;
          }

          .fullmode {
              display: none;
          }

          .smallmode {
              display: block;
          }
          .catch span {
              font-size: 1.4rem;
          }

          .catch {
              font-size: 2rem;
          }
          .services-type {
              display: grid;
              grid-template-columns: 300px 300px;
          }

          .services-item {
              margin: 10px;
          }
      }
/* end max-width:768px */

@media screen and (max-width:680px) {
    .sample6 .caption{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 40px;
    }
    .small-title {
        margin-left: 98px;
        text-align: -webkit-auto;
        font-weight: bolder;
        position: absolute;
        font-size: 1.3vw;
        position: static;
        /* font-family: 'Sawarabi Mincho', sans-serif; */
        color: #004294;
        margin-top: 7vw;
    }

    .study {
        position: absolute;
        color: rgb(255, 255, 255);
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.44);
        line-height: 1.7vw;
        top: 10vw;
        padding-bottom: 0px;
        z-index: 400;
        font-size: 3.2vw;
        left: 90px;
        right: 90px;
    }

    .img-tott {
        margin-right: auto;
        padding-left: 137px;
        margin-left: auto;
        margin-top: 27px;
    }
}


@media screen and (max-width:643px) {
    .sample6 .caption{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 20px;
    }
}

@media screen and (max-width:640px) {
    .catch span {
        font-size: 1.4rem;
    }

    .contact_info_item > div {
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        padding-left: 1em;
        padding-right: 1em;
        ;

    }

    .cantac-phone {
        font-size: 18px;
        color: #f5f5f5;
        padding-right: 8px;
    }

    .contact_info_mail a {
        display: block;
        padding-right: 11px;
        width: 100%;
        height: 90px;
        border-radius: 45px;
        background-color: #204a9e;
        line-height: 90px;
        font-size: 1.8rem;
        color: #fff;
        text-align: center;
    }
}

@media screen and (max-width:595px) {
    .sample6 .caption{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 10px;
    }
}

@media screen and (max-width:570px) {
    .sns {
      margin-top: 0;
  font-size: 22px!important;
  display: flex;
  flex-wrap: nowrap;
  right: 75px!important;
  flex-direction: row;
  margin-top: -16px;
}


    .sample6 .caption{
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1{
        font-size: 13px;
        color: #fff;
        text-align: center;
        padding-top: 60px;
    }

    .card {
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin: 11px;
        position: relative;
        -webkit-transition: -webkit-box-shadow .2s ease-out;
        transition: -webkit-box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
        width: calc((100% - 90px) / 1);
        /* height: 230px; */
        z-index: 10;
        display: inline-block;
    }
    .card_1 {
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        margin: 11px;
        position: relative;
        -webkit-transition: -webkit-box-shadow .2s ease-out;
        transition: -webkit-box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out;
        transition: box-shadow .2s ease-out, -webkit-box-shadow .2s ease-out;
        width: calc((100% - 90px) / 1);
        /* height: 230px; */
        z-index: 10;
        display: inline-block;
    }
}

@media screen and (max-width:400px) {
    .cantac-phone {
        font-size: 14px;
    }

    .contact_info_mail a {
        font-size: 1.4rem;
    }
    .big_tit_pic{
      top:30vw!important;
    }
}

.about {
    width: 100%;

    /*    font-family: 'Ubuntu', sans-serif;*/
}

.lt {
    /*
    margin-left: auto;
    margin-right: auto;
*/
}

@media (max-width: 992px) {
    .lt {
        left: 0vw;
    }
}

.title {
    color: #004294;
    font-size: 35px;
    font-family: 'Ubuntu', sans-serif;
    margin: auto;
}

.company-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.services-type {
    width: 900px;
    display: grid;
    grid-template-columns: 300px 300px 300px;
    margin: auto;
}

.services-item {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}


@media only screen and (max-width:590px) {
    .services-type {
        display: grid;
        grid-template-columns: 300px;
    }

    .services-item {
        margin: auto;
    }

    .recruit-info,
    .contact-table {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.recruit {
    background: #f3f8fb;
}

.recruit-info,
.contact-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.services-title {
    font-size: 16px;
}

.services {
    margin: auto;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.flip-card {
    background-color: transparent;
    vertical-align: middle;
    width: 200px;
    height: 200px;
    perspective: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    border-radius: 30px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: black;
    transform: rotateY(180deg);
}

.about {
    max-width: 100%;
    margin: 0 auto;
    transform-style: preserve-3d;
    transform: perspective(800px);
}

.about .title {
    text-transform: uppercase;
}

.about .title,
.about .company-info {
    transition: all 0.8s ease;
}

.about.hidden .title {
    opacity: 0;
    transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.about.hidden .company-info {
    opacity: 0;
    transform: translate3d(0, 0, 400px) rotateY(40deg);
}

.info-detail {
    position: relative;
    z-index: 9999;
}

.info-title .companyicon1 {
    width: 50%;
    /*    right: 400px;*/
    position: absolute;
    bottom: 170px;
}

.info-detail .companyicon2 {
    /*width: 50%;*/
    position: absolute;
    left: 400px;
    bottom: 170px;
}

/* hamburger menu */
a {
    text-decoration: none;
    color: #000000;

    transition: color 0.3s ease;
}

a:hover {
    color: #ddd;
}

.toppage {
    position: relative;
}
.top_height{
    height: 542px;
}

.title-toppage {
    position: absolute;
    font-size: 2.4vw;
    position: static;
    font-family: 'Ubuntu', sans-serif;
    color: #193f09;
    margin-bottom: 10px
}

.small-title {
    margin-left: 98px;
/*    text-align: -webkit-auto;*/
    font-weight: bolder;
    position: absolute;
    font-size: 1.3vw;
    /* font-family: 'Sawarabi Mincho', sans-serif; */
    color: #004294;
    margin-top: 2vw;
}
@media screen and (max-width:709px) {
    .study {
        position: absolute;
        color: rgb(255, 255, 255);
        font-weight: 700;
        background-color: rgba(255, 255, 255, 0.44);
        line-height: 1.7vw;
        top: 11vw;
        padding-bottom: 0px;
        z-index: 400;
        font-size: 3.2vw;
        left: 90px;
        right: 90px;
    }

    .img-tott {
        margin-right: auto;
        padding-left: 137px;
        margin-left: auto;
        margin-top: 27px;
    }
}

@media screen and (max-width:560px) {
    .basic span {
        font-size: 30px;
    }

    .small-title {
        line-height: 1.3;
        margin-left: 98px;
        text-align: -webkit-auto;
        font-weight: bolder;
        position: absolute;
        font-size: 2.3vw;
        position: static;
        /* font-family: 'Sawarabi Mincho', sans-serif; */
        color: #004294;
        margin-top: 3vw;
    }
}

.gird-item-small {
    width: 1000px;
    display: grid;
    grid-template-columns: 500px 500px;
    margin: auto;
}

.grid-left {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 10px;
    text-align: right;
}

.grid-right {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 10px;
    text-align: left;
}

footer {
    position: inherit;
    bottom: 0;
    border-top: 2px solid #a58e8e;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    background-color: #004294;
    z-index: 100;
}

footer p {
    color: #ffffff;
}

.kaisamawari {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
}

.img-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media only screen and (max-width:384px) {
    .kaisamawari {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 768px) {
    .pc_none {
        display: none !important;
    }
    .card-2{
        width: calc((100% - 80px) / 2) !important;
    }
}

.affiliated {
    line-height: 2;
    font-size: 18px;
    word-break: break-all;
}

.td_l {
    font-weight: 600;
    color: #337ab7;
    width: 96px;
    text-align: right;
    padding-right: 5px;
}

.affiliated td {
    margin-left: 37px;
}

.affiliated td,
.affiliated th {
    width: 100%;
    display: flex;
}

.td_add {
    line-height: 1.2;
}

.affiliated tr {
    display: flex;
    flex-wrap: wrap;
    margin: 22px auto;
}

.td_r {
    margin-left: 1.5em;
}

.menu-tie {
    display: none;
}

@media screen and (max-width:768px) {
    .fixedheader {
        height: 90px;
        width: 100%;
        z-index: 500;
        position: fixed;
        /* background-image: url(../img/header-contact-bg.jpg); */
        background-size: cover;
        background-color: #ffffff;
        /* border-bottom: 5px solid #ddd; */
    }

    .text p {
        letter-spacing: .12em;
        font-size: 1.4rem;
        line-height: 1.9;
    }

    #contents h1,
    #contents h2,
    #contents h3,
    #contents h4,
    #contents p,
    #contents li,
    #contents dt,
    #contents dd {
        letter-spacing: .12em;
    }

    .affiliated td {
        letter-spacing: .12em;
        margin-left: 0px;
    }

    .affiliated {
        line-height: 2;
        font-size: 14px;
        word-break: break-all;
    }

    .menu-tie {
        display: block;
    }

    .open-main-nav {
        position: absolute;
        top: 15px;
        padding-top: 20px;
        right: 15px;
        z-index: 1000;
        background: none;
        border: 0;
        cursor: pointer;
    }

    /* Main menu positionning */
    .main-nav {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.15);
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        transition: all .375s;
    }

    .main-nav.is-open {
        opacity: 1;
        z-index: 100;
        visibility: visible;
    }

    /* Yellow band effect */
    .main-nav::before {
        margin-top: 67px;
        height: 356px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -15px;
        background: #004294;
        transform-origin: 0 0;
        transform: skew(-14deg) translateX(-120%);
        transition: all .275s .1s;
    }

    .main-nav.is-open::before {
        transform: skew(-1deg) translateX(0);
    }

    /* Skewing effect on menu links */
    .main-nav ul {
        margin-top: 40px;
        display: block;
        flex-direction: column;
        height: 210%;
        /* Should be 100%, but we have a notice message :D */
        align-items: flex-end;
        justify-content: center;
        /*    transform: translateX(-18%) skew(-30deg);*/
    }

    .main-nav li {
        display: block;
        margin: .5rem 0;
        text-align: right;
        /*    transform: skew(16deg);*/
    }

    .main-nav ul.maenu li {
        display: inline-block;
        width: 96%;
        padding: 3%;
        padding-left: 50%;
        padding-right: 50%;
        font-size: 1.25em;
        background-color: raba(255, 255, 255, 0.95);
        border-radius: 1px;
        margin-bottom: 6px;
    }

    /* Apparition effect on links */
    .main-nav a {
        opacity: 0;
        transform: translateY(-10px);
    }

    .main-nav.is-open a {
        opacity: 1;
        transform: translateY(60px);
    }

    /* Decoration */
    .main-nav ul,
    .main-nav li {
        list-style: none;
        padding: 0;
    }

    .main-nav a {
        margin-right: 5%;
        margin-left: 5%;
        width: 90%;
        text-align: center;
        background-color: #f5f5f5f2;
        display: block;
        padding: 12px 0;
        color: #333;
        font-size: 16px;
        text-decoration: none;
        font-weight: bold;
    }

    /* Burger Style: @see: https://codepen.io/CreativeJuiz/full/oMZNXy */

    .open-main-nav:focus {
        outline: none;
    }

    .burger {
        position: relative;
        display: block;
        width: 28px;
        height: 4px;
        margin: 0 auto;
        background: #5A3B5D;
        transform: skew(5deg);
        transition: all .275s;
    }

    .burger:after,
    .burger:before {
        content: '';
        display: block;
        height: 100%;
        background: #5A3B5D;
        transition: all .275s;
    }

    .burger:after {
        transform: translateY(-12px) translateX(-2px) skew(-20deg);
    }

    .burger:before {
        transform: translateY(-16px) skew(-10deg);
    }

    /* Toggle State part */
    .is-open .burger {
        transform: skew(5deg) translateY(-8px) rotate(-45deg);
    }

    .is-open .burger:before {
        transform: translateY(0px) skew(-10deg) rotate(75deg);
    }

    .is-open .burger:after {
        transform: translateY(-12px) translateX(10px) skew(-20deg);
        opacity: 0;
    }

    /* MENU Text part */

    .burger-text {
        display: block;
        font-size: .675rem;
        letter-spacing: .05em;
        margin-top: .5em;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        color: #5A3B5D;
    }

    .device {
        position: relative;
        width: 345px;
        height: 600px;
        background: #FFF;
        border: 1px solid #EEE;
        border-radius: 3px;
        box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    }

    /* Slow motion button */
    [id="slowmo"] {
        position: absolute;
        top: 20px;
        right: 20px;
        padding: 10px;
        border: 0;
        font-size: 1rem;
        background: #FEDC2A;
        color: #5A3B5D;
        font-weight: bold;
        cursor: pointer;
        transition: all .275s;
    }

    [id="slowmo"] span {
        display: block;
        font-weight: normal;
    }

    [id="slowmo"]:hover,
    [id="slowmo"]:focus {
        background: #5A3B5D;
        color: #FEDC2A;
    }

    [id="slowmo"].is-slowmo span:after {
        content: 'Activated';
        display: block;
        font-weight: bold;
    }

    /* When slowmotion is activated */

    .is-slowmo + .device .open-main-nav .burger,
    .is-slowmo + .device .open-main-nav .burger:before,
    .is-slowmo + .device .open-main-nav .burger:after,
    .is-slowmo + .device .main-nav,
    .is-slowmo + .device .main-nav::before,
    .is-slowmo + .device .main-nav a {
        transition-duration: 3s;
    }

    /* Notice */
    .notice {
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        padding: 20px;
        background: #F2F2F2;
        color: #5A3B5D;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        z-index: 100;
        text-align: center;
    }

    .notice strong {
        font-weight: 700;
    }

    .notice a {
        padding: 2px 3px;
        background: #FEDC2A;
        text-decoration: none;
    }

    .kaisamawari {
        grid-template-columns: 1fr 1fr;
    }
    /* .rightbtnarea{
      display: none!important;
    } */
    .dropbtn img {
    width: 100%!important;
    }
    . img {
    width: 100%!important;
    }
    /* .rightbtnarea{
      top:270px!important;
    } */
}

#page_top {
    z-index: 999;
    width: 90px;
    height: 90px;
    position: fixed;
    right: 50px;
    bottom: 66px;
    background: #034294;
    /* opacity: 0.6; */
    border-radius: 50%;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'TOP';
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-weight: 300;
}
@media screen and (max-width:650px) {
    .tet img {
        margin-top: 148px;
        height: 13vw;
        width: auto;
    }

    #page_top a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f102';
        font-size: 12px;
        color: #fff;
        position: absolute;
        width: 14px;
        height: 13px;
        top: -27px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }

    #page_top {
        z-index: 999;
        width: 55px;
        height: 55px;
        position: fixed;
        right: 21px;
        bottom: 66px;
        background: #034294;
        /* opacity: 0.6; */
        border-radius: 50%;
    }

    #page_top a {
        position: relative;
        display: block;
        width: 55px;
        height: 55px;
        text-decoration: none;
    }

    #page_top a::after {
        content: 'TOP';
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 26px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        font-weight: 300;
    }

    .main-nav ul {
        margin-top: 47px;
        display: block;
        flex-direction: column;
        height: 210%;
        align-items: flex-end;
        justify-content: center;
        /* transform: translateX(-18%) skew(-30deg); */
    }

    .main-nav::before {
        margin-top: 73px;
        height: 356px;
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: -15px;
        background: #004294;
        transform-origin: 0 0;
        transform: skew(-14deg) translateX(-120%);
        transition: all .275s .1s;
    }
}

@media screen and (max-width:560px) {
    .tet img {
        margin-top: 93px;
        height: 13vw;
        width: auto;
    }
}

@media screen and (max-width:520px) {
    .small-title {
        /*            font-size: 1.8rem;*/
        letter-spacing: .04em !important;
        line-height: 1.2;
        margin-left: 66px;
        text-align: -webkit-auto;
        font-weight: bolder;
        position: absolute;
        font-size: 1.6vw;
        position: static;
        color: #004294;
        margin-top: 4vw;
    }
}

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

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

@media screen and (max-width:420px) {
    .tet img {
        margin-top: 74px;
        height: 13vw;
        width: auto;
    }
}

@media screen and (max-width:412px) {
    .col-xs-6 {
        width: 100% !important;
    }

    .card {
        margin: 0px;
        width: 100%;
    }
    .card_1 {
        margin: 0px;
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .sample6 .caption {
        font-size: 16px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1 {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 50px;
    }
}

@media screen and (max-width:355px) {
    .basic span {
        font-size: 20px;
    }
}

@media screen and (max-width:340px) {
    .sns {
        right: 47px!important;
    }
    .dropdown-toggle::after {
    margin-left: -0.2em;
}

    .sample6 .caption {
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding-top: 0px;
    }
    .sample6 .caption_1 {
        font-size: 11px;
        color: #fff;
        text-align: center;
        padding-top: 40px;
    }
}
@media screen and (max-width:280px) {
    .sns {
      right: 63px!important;
  flex-direction: column!important;
  margin-top: -16px;

    }
    .dropbtn {
      padding: 0px!important;
    }
    .dropdown{
      width: 35px!important;
    }
    .dropbtn img {
    width: 100%!important;
    margin-left: 10px!important;
}
.dropdown-content_lan img {
    width: 90%!important;
}
.dropdown-content{
  right: -9px!important;
}
.card_service{
  height: 590px!important;
}
/* .fakeimg{
  height: 420px!important;
} */
#fakeimg_tit_link_1{
  margin-top: 37px;
}
.card-title{
  margin-top: 0.25rem !important;
  margin-bottom: revert !important;
}

}


.share_network{
  margin-right: 20px;
}
.share_network_1{
  margin-bottom: 10px;
}
.dropbtn {
  color: #034294;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #004294;
  /* min-width: 160px; */
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 16px;
}

 .dropdown-content_lan {
    color: #fff;
    padding: 7px 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 16px!important;
}

.dropdown-content a:hover {
  opacity: 0.7;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  opacity: 0.7;
}
#caption_id:hover{
  color: blue;
}
.rightbtnarea {
    right: 0;
    position: fixed;
    z-index: 1000;
    position: fixed;
    top: 199px;
    right: 0;
    z-index: 990;
    opacity: 1.9;
}
.add-control .checkbox{
  display: none;
}
.action-close .btnn{
  position: absolute;
  left:0;
  margin-left: -17px;
  top:-1em;
}
/* checkbox 非表示 */
.add-control .checkbox {
    display: none;
}

/* close button's control */
.add-control .action-close #close:checked ~ .btn {
    display: none;
}
.add-control .action-close #close:checked ~ .box {
    display: none;
}
.rightbtn img{
  width: 50%;
}
.btnn img{
  width: 100%;
}
.dropbtn img{
  width: 35%;
}
.dropdown-content_lan img{
width: 40%;
margin-left: 7px;
}
.dropdown{
	list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.dropdown-toggle{
  color: #ff5722!important;
}

@media screen and (max-width: 1100px){
  .contact_info_mail a {
      font-size: 1.4rem;
  }
}
@media screen and (max-width: 330px){
  .contact_info_mail a {
      font-size: 1rem;
  }
}

/* Left column */
.home_services {
  display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  background-color: #f1f1f1;
}

/* Fake image */
.fakeimg {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.fakeimg img{
  border-radius: 50%;
  border: 2px solid #9e9e9e;
  margin-bottom: 10px;
  height: 192px;
}
.fakeimg_img{
  flex:1.5;
}
.fakeimg_tit{
  line-height:1.5;
  font-size: 16px;
  flex: 2;
}


/* Add a card effect for articles */
.card_service {
  background-color: white;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
    width: 100%;
    height: 550px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.card_service h2{
  font-size: 2rem;
    line-height: 2;
    color: #222;
    text-align: center;
}
#card_service_3{
  margin-right: 20px;
}
.fakeimg_tit_link{
  float:right;
  color:#0d2cd7;
  font-size:16px;
}

@media screen and (min-width: 801px){
    .pc_h{
        height: 65px;
    }
}
@media screen and (max-width: 800px) {
  .home_services {
    display: flex;
      width: 100%;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      align-content: center;
    background-color: #f1f1f1;
  }
  .card_service{
    width:90%;
    margin-left: 0;
    margin-top: 0;
  }
  #card_service_3{
    margin-right: 0px;
  }
  #card_service_1{
    margin-top: 30px;
  }
  .fakeimg{
    height: auto !important;
}
}
@media screen and (max-width: 1160px) {
  .fakeimg {
      width: 100%;
      height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      align-content: center;
  }
  .card_service h2 {
    font-size: 17px;
}
.fakeimg_tit{
  font-size: 14px;
}


}
.big_tit_pic{
  position: absolute;
  z-index: 400;
  font-size: 3vw;
  font-weight: 600;
  color: #fff;
  /* text-align: left; */
  line-height: 4.1vw;
  padding: 0.8em;
  top: 7vw;
  margin: 30px;
  text-shadow: 5px 0 10px #054394;
  padding:0.8em;
}
.top_ttl_app{
  font-size: 20px;
  font-weight: 700;
}
