@import url('https://fonts.googleapis.com/css?family=Cabin&display=swap');


h1 {
    width: 35%;
}

h2 {
    padding: 50px 0 48px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus {
    text-decoration: none;
}

.no-white-space {
    white-space: nowrap;
}

.underline {
    text-decoration: underline;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.t--mainColor {
    color: #333;
}

.t--mainColor:hover {
    color: #0268cc;
}

.t--linkColor {
    color: #0070c0;
}

.t--red02 {
    color: red !important;
}

.bg--brwn {
    background-color: #917061;
}

.normal--link {
    color: #0070c0 !important;
    text-decoration: underline;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mwidth-none {
    max-width: none;
}

.bold {
    font-weight: bold;
}

.fz32 {
    font-size: 32px !important;
}

.fz30 {
    font-size: 30px !important;
}

.fz20 {
    font-size: 20px;
}

.lh15 {
    line-height: 1.5;
}

.lh16 {
    line-height: 1.6;
}

.mgn-b5 {
    margin-bottom: 5px;
}

.mgn-b20 {
    margin-bottom: 20px;
}

.mgn-t20 {
    margin-top: 20px;
}

.mgn-t70 {
    margin-top: 70px;
}

.mh70 {
    max-height: 70px;
}

.active {
    background: #fff !important;
}

.fix-video-ie {
    width: auto !important;
    height: auto !important;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(206, 206, 206, .5) !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
}
@media screen and (max-width: 768px) {
    .cursor-follower {
        display: none;
    }
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(2);
}
.cursor-follower.hovered {
  opacity: 0.08;
}

.dsp-n {
  display: none;
}

.dsp-blc {
  display: block;
}

/* Button */

.btn {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
    color: #fff;
    border-radius: 50px;
    padding: 0 10px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 14px;
    line-height: 2;
}
.btn2 {
    max-width: 350px;
    width: 100%;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn:hover {
    opacity: 1;
}

.btn-blue {
    background: #0268cc;
}

.btn-blue:before {
    background: #fff;
}

.btn-blue:hover {
    color: #0268cc;
    border: 1px solid #0268cc;
}

.btn-white {
    background: #fff;
    color: #0268cc;
}

.btn-white:before {
    background: #0268cc;
}
.btn-white:hover {
    color: #fff;
    border: 1px solid #fff;
}

.btn-transparent {
    background: transparent;
    border: 3px solid #fff;
}

.btn-transparent:before {
    background: rgba(255, 255, 255, 0.3);
}

.btn-transparent:hover {
    color: #fff;
}

.btn-disable {
    background: #c7c7c7 !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-transition-duration: unset !important;
    transition-duration: unset !important;
}

.btn-disable:hover,
.btn-disable:active,
.btn-disable:focus {
    color: #fff !important;
    border: 0 !important;
}

main {
    margin-top: 75px;
}
@media screen and (max-width: 768px) {
    main {
        margin-top: 60px;
    }
}

.l-content {
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .l-content {
        padding: 25px 0;
    }
}

/* Component: c-bigText
----------------------------------------- */
.is-ready .c-bigText {
    -webkit-transform: translate3d(0,-100%,0);
       -moz-transform: translate3d(0,-100%,0);
        -ms-transform: translate3d(0,-100%,0);
         -o-transform: translate3d(0,-100%,0);
            transform: translate3d(0,-100%,0);
}
.c-bigText {
    position: fixed;
    top: 0;
    right: 0;
    pointer-events: none;
    overflow: hidden;
    width: 400px;
    z-index: 2;
    height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 1.4s,opacity 1.4s;
    transition: transform 1.4s,opacity 1.4s;
    z-index: -2;
}
.c-bigText .c-bigText_in {
    font-family: 'Cabin', sans-serif;
    font-size: 30rem;
    font-weight: 700;
    line-height: .6;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 300vh;
    height: 370px;
    -webkit-transform: translateX(100%) rotate(90deg);
    transform: translateX(100%) rotate(90deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    color: #f8f8f8;
    white-space: nowrap;
    margin-top: 12%;
}
@media screen and (max-width: 768px) {
    .c-bigText .c-bigText_in {
        font-size: 15rem;
    }
}
@media screen and (max-width: 639px) {
    .c-bigText .c-bigText_in {
        font-size: 10rem;
    }
}

/* Component: c-btn
----------------------------------------- */
.c-btn {
    background: #0268cc;
    color: #fff;
    max-width: 300px;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
}

/* Component: c-tlt_01
----------------------------------------- */
.c-tlt_01 {
    position: relative;
    display: flex;
}
.c-tlt_01:before,
.c-tlt_01:after {
    content: '';
    display: block;
    flex: 1;
    height: 2px;
    margin: 40px 0;
    background: #333;
}
@media screen and (max-width: 768px) {
    .c-tlt_01:before,
    .c-tlt_01:after {
        margin: 22px 0;
    }
}
.c-tlt_01 .c-tlt_inner {
    padding: 0 20px;
    text-align: center;
}
.c-tlt_01 .c-tlt_txt {
    font-size: 55px;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .c-tlt_01 .c-tlt_txt {
        font-size: 30px;
    }
}
.c-tlt_01 .c-tlt_subtxt {
    font-size: 20px;
    margin-bottom: 30px;
    display: block;
}
@media screen and (max-width: 768px) {
    .c-tlt_01 .c-tlt_subtxt {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

/* Component: c-tlt_02
----------------------------------------- */
.c-tlt_02 {
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.c-tlt_02 .c-tlt_txt {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
    .c-tlt_02 .c-tlt_txt {
        font-size: 24px !important;
    }
}
.c-tlt_02 .c-tlt_subtxt {
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .c-tlt_02 .c-tlt_subtxt {
        font-size: 13px;
    }
}
.c-tlt_02 hr {
    background: #333;
    height: 2px;
    flex: 1;
    margin: 0 10px;
}

/* Component: c-tlt_03
----------------------------------------- */
.c-tlt_03 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    color: #0268cc;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .c-tlt_03 {
        font-size: 22px;
    }
}

/* Component: c-tlt_04
----------------------------------------- */
.c-tlt_04 {
    position: relative;
    display: flex;
}
.c-tlt_04:before,
.c-tlt_04:after {
    content: '';
    display: block;
    flex: 1;
    height: 1px;
    margin: 12px 0;
    background: #7d7d7d;
}
@media screen and (max-width: 768px) {
    .c-tlt_04:before,
    .c-tlt_04:after {
        margin: 12px 0;
    }
}
.c-tlt_04 .c-tlt_inner {
    padding: 0 20px;
    text-align: center;
}
.c-tlt_04 .c-tlt_txt {
    font-size: 1.8rem;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #7d7d7d;
}
@media screen and (max-width: 768px) {
    .c-tlt_04 .c-tlt_txt {
        font-size: 18pxm;
    }
}

/* Component: c-table
----------------------------------------- */
.c-table {
    border-collapse: collapse;
}
.c-table dl {
    display: table-row;
}
.c-table dl:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.c-table dt,
.c-table dd {
    padding: 20px 25px;
    display: table-cell;
}
@media screen and (max-width: 768px) {
    .c-table dt {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .c-table dt,
    .c-table dd {
        padding: 10px;
    }
}

/* Component: c-form
----------------------------------------- */
.error {
    border-color: red !important;
    background: #ffe1e1;
}

.c-form .c-form_inner {
    margin: 0 auto;
    width: 80%;
}
@media screen and (max-width: 768px) {
    .c-form .c-form_inner {
        width: 100%;
    }
}
.c-form dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    margin: 44px 0;
}
@media screen and (max-width: 768px) {
    .c-form dl {
        flex-direction: column;
    }
}
.c-form dt {
    width: 30%;
    font-size: 14px;
    line-height: 2;
    line-height: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .c-form dt {
        width: 100%;
    }
}
.c-form dt.req:after {
    content: '※';
    color: red;
    font-size: 10px;
    line-height: 1.5;
    margin-left: 5px;
}
.c-form dd {
    width: 475px;
}
@media screen and (max-width: 768px) {
    .c-form dd {
        width: 100%;
    }
}
.c-form dd span{
    color: red;
}
.c-form input[type="text"] ,
.c-form input[type="email"] ,
.c-form input[type="tel"] ,
.c-form select ,
.c-form textarea {
    font-size: 14px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ddd;
    outline: none;
    padding: 4px 12px;
    line-height: 2;
}
.c-form button[type="submit"] {
    width: 250px;
    height: 45px;
    background: #0268cc;
    border-radius: 50px;
    color: #fff;
    outline: none;
    border: none;
    margin: 35px auto;
    display: block;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-size: 14px;
}
.c-form button[type="submit"]:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.c-form button[type="submit"]:hover,
.c-form button[type="submit"]:active,
.c-form button[type="submit"]:focus {
    color: #0268cc;
    border: 1px solid #0268cc;
}
.c-form button[type="submit"]:hover:before,
.c-form button[type="submit"]:focus:before,
.c-form button[type="submit"]:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.c-form textarea {
    height: 245px;
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    .c-form .c-form_inner {
        width: 90%;
    }
    .c-form .c-form_inner dt span {
        display: block;
        width: 40px;
        margin: 5px auto 0 auto !important;
    }
    .c-form dt {
        width: 20%;
    }
}


/* Box */

.main .box {
    text-align: center;
    width: 450px;
    height: 340px;
    position: absolute;
}

.main .box-blue1 {
    background: rgba(2, 104, 204, 0.5);
    top: 197px;
    right: 0;
}

.main .box-blue2 {
    background: rgba(2, 104, 204, 0.75);
    top: 114px;
    left: 0;
}

.main .box-blue3 {
    background: rgba(2, 104, 204, 0.5);
    bottom: -135px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/* Light */

.light {
     position: absolute !important;
    top: 50px;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.7);
    animation: flicker 2s infinite;
}

.light::after {
    display: none;
}

@keyframes flicker {
    50% {
        box-shadow: 0 0 15px 5px #4c97db;
    }
}

/* Scroll mouse 1 */
#scroll-mouse,
#scroll-mouse-2 {
    position: absolute;
    color: #fff;
    padding-top: 60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    bottom: 30px;
    width: fit-content;
}

#scroll-mouse span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#scroll-mouse span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* Scroll mouse 2 */
#scroll-mouse-2 {
    padding-top: 0;
    padding-bottom: 50px;
    font-size: 10px;
}

#scroll-mouse-2 span {
    position: absolute;
    top: 20px;
    left: 50%;
    content: '';
    width: 2px;
    height: 40px;
    margin-left: -3px;
    background-color: #fff;
    -webkit-animation: sdb2 1s infinite;
    animation: sdb2 1s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes sdb2 {
    0% {
        height: 0;
    }
    100% {
        height: 40px;
    }
}

@keyframes sdb2 {
    0% {
        height: 0;
    }
    100% {
        height: 40px;
    }
}


#copyright {
    position: absolute;
    color: #fff;
    font-size: smaller;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0 auto;
    width: 300px;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

.modal-content {
    position: absolute;
    background-color: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 50px 70px;
    border-radius: 0;
    border: 1px solid #888;
    width: 800px;
    height: 300px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    text-align: center;
}

.modal-content .title {
    font-weight: bold;
}
.modal-content p {
    line-height: 21px;
    margin: 0;
}
.modal-content hr {
    margin: 40px 0;
}

@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: #fff;
    font-size: 35px;
    font-weight: normal;
    position: absolute;
    top: -35px;
    right: 0;
    opacity: 1;
    float: none;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/*========= CODE CSS ==========*/

.navbar-fixed-top.active .logo_home,
.logo_home {
    display: none;
}
.navbar-fixed-top.active .logo,
.home .logo_home {
    display: block;
}
@media only screen and (min-width: 769px) {

}
/* .navbar-fixed-top.active .logo, */
.home .logo {
    display: none;
}


/* MENU */

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu a {
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: center;
    color: #333;
    font-family: 'Cabin', sans-serif;
}
.footer__top .menu a,
/* .navbar-fixed-top.active .menu a, */
.home .menu a {
    color: #fff;
}
.home .active a {
    color: #333;
}

.footer__top .menu a:after,
/* .navbar-fixed-top.active .menu a:after, */
.home .menu a:after {
    background: #fff;
}

.menu a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 1.5px;
    background-color: #333;
    transition: .3s;
}

.menu a:hover::after {
    width: 100%;
}

#menu__header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 65%;
}

#menu__footer {
    width: 72%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.checkbox,
#menu__mobile,
.close-menu,
.menu__btn {
    display: none;
}


/* HEADER */

.home header.active,
header {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.home header {
    background: transparent;
    border-bottom: none;
}

header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}


/* FOOTER */

footer {
    position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-image: -webkit-image-set(url(../img/footer-bg.jpg) 1x,url(../img/footer-bg-2x.jpg) 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 110px 0 30px;
}

.footer__logo {
    width: 28%;
    text-align: center;
}

.footer__bottom {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
}

.footer__bottom a {
    margin: 0 0 15px 35px;
    font-size: 0.9rem;
    position: relative;
    display: inline-block;
    transition: .3s;
}
.footer__bottom a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 1.5px;
    background-color: #fff;
    transition: .3s;
}

.footer__bottom a:hover::after {
    width: 100%;
}


/* SECTION IN MAIN */

#s1 {
    position: relative;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#s1 .s1__video {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#s1 .s1__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;
}

.l-visualText {
    max-width: 750px;
    margin: 0 auto;
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
         -o-transform: rotate(-10deg);
            transform: rotate(-10deg);
}
.l-visualText ._top,
.l-visualText ._bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    width: 100%;
}
.l-visualText ._top {
    padding-right: 30%;
}
.l-visualText ._bottom {
    padding-left: 30%;
}
.l-visualText ._top figure,
.l-visualText ._bottom figure {
    opacity: 0;
}

.top_p{
    width:90%;
    margin: 0 auto 20px auto;
}

/* ============ Css for all page ============= */

.s__noti {
    padding-top: 60px;
    text-align: center;
}

.s__noti p {
    margin-bottom: 0;
}

.s__noti .noti__ttl {
    color:  #0268cc;
    font-weight: bold;
    margin-bottom: 30px;
}

.s__noti .noti__items {
    display: flex;
    text-align: center;
    justify-content: center;
}

.s__noti .items__date {
    margin-right: 30px;
}

.s__noti .items__ttl {
    text-align: left;
}

.checkboxStyle01 {
    cursor: pointer;
}
.checkboxStyle01 span {
    padding-left: 25px;
    position: relative;
}
.checkboxStyle01 span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #999;
    border-radius: 4px;
}
.checkboxStyle01 input {
    display: none;
}
.checkboxStyle01 input:checked + span {
    color: #0268cc;
}
.checkboxStyle01 input:checked + span:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    border-bottom: 3px solid #0268cc;
    border-right: 3px solid #0268cc;
}

.tb_style01 {
    border: 1px solid #3587de;
}
.tb_style01 thead {
    border-bottom: 2px solid #3587de;
}
.tb_style01 thead * {
    text-align: center;
}
.tb_style01 tr {
    border-bottom: 1px solid #3587de;
}
.tb_style01 tbody th {
    width: 30%;
}
.tb_style01 th {
    border-right: 1px solid #3587de;
    text-align: center;
    vertical-align: middle;
}
.tb_style01 th, .tb_style01 td {
    padding: 15px 8px;
}
.tb_style01 input,
.tb_style01 textarea {
    border: none !important;
}

.color01 {
    background: #0268cc;
    color:  #fff;
    padding: 25px !important;
}

@media only screen and (max-width: 768px) {
    .color01 {
        padding: 25px 5px !important;
    }
}

.bgColor01 {
    background: #f0f7ff;
}

@media only screen and (max-width: 768px) {
    .mo-1-row {
        display: flex;
        flex-direction: column;
    }
    .mo-1-row th,
    .mo-1-row td {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    br.only__mo {
        display: none;
    }
}

.l-part {
    padding: 50px 0;
}
@media only screen and (max-width: 768px) {
    .l-part {
        padding: 10px 0 70px;
    }
}
.l-part .l-part_inner {
    padding: 30px 50px;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .l-part .l-part_inner {
        padding: 10px;
    }
}
.l-part .l-part_inner p {
    font-size: 14px;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
    .l-part .l-part_inner p {
        font-size: 13px;
        line-height: 1.8;
    }
}
.l-part .btn {
    margin-top: 30px;
}
.l-part ._row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.l-part ._row2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.l-part ._row2 figure {
    margin: 0 20px;
}
@media only screen and (max-width: 768px) {
    .l-part ._row2 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }

    .l-part ._row2 figure {
        margin: 30px 40px;
    }
}

.l-part ._col {
    width: calc(100% / 3);
    padding: 10px 10px 50px;
}
@media only screen and (max-width: 639px) {
    .l-part ._col {
        width: 100%;
    }
}
.l-part ._col figure {
    width: 100%;
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
.l-part ._col figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


#google-map {
    position: relative;
}
#google-map .map-content {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #0268cc;
    width: 380px;
    height: 150px;
    color: #fff;
    z-index: 1;
    padding: 10px 0;
}
#google-map .map-content .map__logo{
    display: block;
    margin: 0 auto;
    max-width: 126px;
    width: 100%;
}
#google-map .map-content ._tlt {
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding: 10px 0;
}
@media only screen and (max-width: 768px) {
    #google-map .map-content ._tlt {
        font-size: 16px;
    }
}
#google-map .map-content ._txt {
    margin: 0 25px;
    text-align: center;
    letter-spacing: 1.75px;
}

.policy-pmark {
    display: table;
    float: right;
}

.policy-pmark img {
    max-width: 80px;
}

.policy-pmark span {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: normal;
    margin-bottom: 0px;
    padding-left: 10px;
}

/* Page: Product
---------------------------------- */
.top_product .top_product_img {
    width: 70%;
}
.top_product .app {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}
@media only screen and (max-width: 639px) {
    .top_product .app {
        margin-top: 10px;
        text-align: center;
    }
}
.top_product .app .app_title img,
.top_product .app .app_title2 img {
    max-width: 60%;
}
@media only screen and (max-width: 639px) {
    .top_product .app .app_title img {
        max-width: 100%;
    }
}
.top_product .app_badge {
    margin: 30px 0px 20px;
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
}
@media only screen and (max-width: 639px) {
    .top_product .app_badge .qr {
        display: none;
    }
}
.top_product .app_badge dl {
    display: table-row;
    margin: 0px 25px;
}

.top_product .app_badge dt, .top_product .app_badge dd {
    display: table-cell;
}

.top_product .app_badge dt {
    padding-right: 20px;
}

@media only screen and (max-width: 639px) {
    .top_product .app_badge dl {
        margin: 0px 15px;
    }
    .top_product .app_badge dt {
        padding-right: 0px;
    }
}

.top_product .app_badge_desc {
    font-size: 1.0rem;
}

/* Page: Product
---------------------------------- */
.product_frame_01 {
    margin-top: 50px;
    margin-bottom: 150px;
}
.product_frame_01 ._txt {
    font-size: 25px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .product_frame_01 ._txt {
        font-size: 15px;
    }
}
.product_frame_01 ._top {
    width: 70%;
    margin-left: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._top {
        width: 100%;
        margin-bottom: 15px;
    }
}
.product_frame_01 ._top figure {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.product_frame_01 ._bottom {
    position: relative;
}
.product_frame_01 ._bottom:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 200px solid rgba(224, 240, 253, .7);
    border-left: 700px solid transparent;
}
.product_frame_01 ._bottom:after {
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 200px solid rgba(224, 240, 253, .7);
    border-right: 700px solid transparent;
}
@media only screen and (max-width: 768px) {
    .product_frame_01 ._bottom:before {
        border-bottom: 100px solid rgba(224, 240, 253, .7);
        border-left: 500px solid transparent;
    }
    .product_frame_01 ._bottom:after {
        border-top: 100px solid rgba(224, 240, 253, .7);
        border-right: 500px solid transparent;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._bottom:before {
        border-bottom: 300px solid rgba(224, 240, 253, .7);
        border-left: 350px solid transparent;
    }
    .product_frame_01 ._bottom:after {
        border-top: 300px solid rgba(224, 240, 253, .7);
        border-right: 350px solid transparent;
    }
}
@media only screen and (max-width: 480px) {
    .product_frame_01 ._bottom:before {
        border-bottom: 300px solid rgba(224, 240, 253, .7);
        border-left: 200px solid transparent;
    }
    .product_frame_01 ._bottom:after {
        border-top: 300px solid rgba(224, 240, 253, .7);
        border-right: 200px solid transparent;
    }
}
.product_frame_01 ._bottom_inner {
    padding: 30px 10px;
    margin: -170px 0;
}
@media only screen and (max-width: 768px) {
    .product_frame_01 ._bottom_inner {
        margin: -100px 0;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._bottom_inner {
        margin: -300px 0;
    }
}
.product_frame_01 ._bottom_inner:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 400px);
    position: absolute;
    top: 200px;
    left: 0;
    background: rgba(224, 240, 253, .7);
}
@media only screen and (max-width: 768px) {
    .product_frame_01 ._bottom_inner:before {
        top: 100px;
        height: calc(100% - 200px);
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._bottom_inner:before {
        top: 300px;
        height: calc(100% - 600px);
    }
}
.product_frame_01 ._row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._row {
        flex-direction: column;
    }
}
.product_frame_01 ._col_l {
    width: 30%;
    text-align: right;
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._col_l {
        width: 100%;
        margin-bottom: 30px;
    }
}
.product_frame_01 ._col_l figure {
    margin: -35% 0;
}
.product_frame_01 ._col_l figure img {
    animation: selfplus_ani_02 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._col_l figure {
        margin: 0 auto;
        max-width: 250px;
    }
}
.product_frame_01 ._col_r {
    width: 70%;
    padding-left: 40px;
}
@media only screen and (max-width: 639px) {
    .product_frame_01 ._col_r {
        width: 100%;
        padding-left: 0;
    }
}

.product_frame_02 {
    margin-bottom: 150px;
}
.product_frame_02 ._top {
    width: 70%;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._top {
        width: 100%;
        margin-bottom: 15px;
    }
}
.product_frame_02 ._top figure {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.product_frame_02 ._bottom {
    position: relative;
}
.product_frame_02 ._bottom:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 250px solid rgba(215, 243, 251, .7);
    border-right: 700px solid transparent;
}
.product_frame_02 ._bottom:after {
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 250px solid rgba(215, 243, 251, .7);
    border-left: 700px solid transparent;
}
@media only screen and (max-width: 768px) {
    .product_frame_02 ._bottom:before {
        border-bottom: 150px solid rgba(215, 243, 251, .7);
        border-right: 500px solid transparent;
    }
    .product_frame_02 ._bottom:after {
        border-top: 150px solid rgba(215, 243, 251, .7);
        border-left: 500px solid transparent;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._bottom:before {
        border-bottom: 300px solid rgba(215, 243, 251, .7);
        border-right: 350px solid transparent;
    }
    .product_frame_02 ._bottom:after {
        border-top: 300px solid rgba(215, 243, 251, .7);
        border-left: 350px solid transparent;
    }
}
@media only screen and (max-width: 480px) {
    .product_frame_02 ._bottom:before {
        border-bottom: 300px solid rgba(215, 243, 251, .7);
        border-right: 200px solid transparent;
    }
    .product_frame_02 ._bottom:after {
        border-top: 300px solid rgba(215, 243, 251, .7);
        border-left: 200px solid transparent;
    }
}
.product_frame_02 ._bottom_inner {
    padding: 30px 10px;
    margin: -250px 0;
}
@media only screen and (max-width: 768px) {
    .product_frame_02 ._bottom_inner {
        margin: -186px 0;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._bottom_inner {
        margin: -300px 0;
    }
}
.product_frame_02 ._bottom_inner:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 500px);
    position: absolute;
    top: 250px;
    left: 0;
    background: rgba(215, 243, 251, .7);
}
@media only screen and (max-width: 768px) {
    .product_frame_02 ._bottom_inner:before {
        top: 150px;
        height: calc(100% - 300px);
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._bottom_inner:before {
        top: 300px;
        height: calc(100% - 600px);
    }
}
.product_frame_02 ._row_01 {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /* margin-bottom: 100px; */
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_01 {
        flex-direction: column;
        margin-bottom: 20px;
    }
}
.product_frame_02 ._row_01 ._col_l {
    width: 75%;
    z-index: 1;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_01 ._col_l {
        width: 100%;
    }
}
.product_frame_02 ._row_01 ._col_r {
    width: 25%;
    z-index: 1;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_01 ._col_r {
        width: 100%;
    }
}
.product_frame_02 ._row_01 ._col_r figure {
    margin: -50% 0 0;
    z-index: 1;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_01 ._col_r figure {
        margin: 30px auto 0;
        max-width: 250px;
    }
}
.product_frame_02 ._row_01 ._col_r figure img {
    animation: selfplus_ani_02 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}
.product_frame_02 ._row_01 ._txt {
    font-size: 25px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .product_frame_02 ._row_01 ._txt {
        font-size: 15px;
    }
}
.product_frame_02 ._row_02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_02 {
        flex-direction: column-reverse;
    }
}
.product_frame_02 ._row_02 ._col {
    flex: 1;
    text-align: center;
}
.product_frame_02 ._row_02 ._col_r {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 20px;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_02 ._col_r {
        margin-bottom: 30px;
        padding: 0;
    }
}
.product_frame_02 ._row_02 ._col_r figure {
    flex: 1;
    padding: 0 10px;
    text-align: center;
}
@media only screen and (max-width: 639px) {
    .product_frame_02 ._row_02 ._col_r figure {
        max-width: 300px;
        margin: 0 auto;
    }
}
.product_frame_02 ._row_02 ._col_r figure p {
    margin-top: 5px;
}
.product_frame_02 ._girdBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    /* max-width: 320px; */
    margin: 0 auto 30px;
}
.product_frame_02 ._girdBox .items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    height: 76px;
    background: #fff;
    border: 1px solid #7fe1ff;
    border-radius: 8px;
    margin: 5px;
    padding: 5px;
}
.product_frame_02 ._girdBox p {
    color: #26bce9;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .product_frame_02 ._girdBox p {
        font-size: 14px;
    }
}

.product_frame_03 {
    margin-top: 50px;
    margin-bottom: 150px;
}
.product_frame_03 .c-tlt_03 {
    color: #17375e;
}
.product_frame_03 ._txt {
    font-size: 25px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .product_frame_03 ._txt {
        font-size: 15px;
    }
}
.product_frame_03 ._top {
    width: 60%;
    margin-left: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._top {
        width: 100%;
        margin-bottom: 15px;
    }
}
.product_frame_03 ._top figure {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.product_frame_03 ._bottom {
    position: relative;
}
.product_frame_03 ._bottom:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 300px solid rgba(230, 230, 230, .7);
    border-left: 700px solid transparent;
}
.product_frame_03 ._bottom:after {
    content: '';
    display: block;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 300px solid rgba(230, 230, 230, .7);
    border-right: 700px solid transparent;
}
@media only screen and (max-width: 768px) {
    .product_frame_03 ._bottom:before {
        border-bottom: 200px solid rgba(230, 230, 230, .7);
        border-left: 500px solid transparent;
    }
    .product_frame_03 ._bottom:after {
        border-top: 200px solid rgba(230, 230, 230, .7);
        border-right: 500px solid transparent;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._bottom:before {
        border-bottom: 300px solid rgba(230, 230, 230, .7);
        border-left: 350px solid transparent;
    }
    .product_frame_03 ._bottom:after {
        border-top: 300px solid rgba(230, 230, 230, .7);
        border-right: 350px solid transparent;
    }
}
@media only screen and (max-width: 480px) {
    .product_frame_03 ._bottom:before {
        border-bottom: 350px solid rgba(230, 230, 230, .7);
        border-left: 200px solid transparent;
    }
    .product_frame_03 ._bottom:after {
        border-top: 350px solid rgba(230, 230, 230, .7);
        border-right: 200px solid transparent;
    }
}
.product_frame_03 ._bottom_inner {
    padding: 30px 10px;
    margin: -280px 0;
}
@media only screen and (max-width: 768px) {
    .product_frame_03 ._bottom_inner {
        margin: -230px 0;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._bottom_inner {
        margin: -350px 0;
    }
}
.product_frame_03 ._bottom_inner:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 600px);
    position: absolute;
    top: 300px;
    left: 0;
    background: rgba(230, 230, 230, .7);
}
@media only screen and (max-width: 768px) {
    .product_frame_03 ._bottom_inner:before {
        top: 200px;
        height: calc(100% - 400px);
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._bottom_inner:before {
        top: 350px;
        height: calc(100% - 700px);
    }
}
.product_frame_03 ._row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._row {
        flex-direction: column;
    }
}
.product_frame_03 ._col_l {
    width: 40%;
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._col_l {
        width: 100%;
        margin-bottom: 30px;
    }
}
.product_frame_03 ._col_l figure {
    margin: -60% 0 0;
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._col_l figure {
        margin: 0 auto;
        max-width: 250px;
    }
}
.product_frame_03 ._col_l figure img {
    animation: selfplus_ani_02 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}
.product_frame_03 ._col_r {
    width: 60%;
    padding-left: 30px;
}
@media only screen and (max-width: 639px) {
    .product_frame_03 ._col_r {
        width: 100%;
        padding-left: 0;
    }
}
.product_frame_03 ._girdBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 30px;
}
.product_frame_03 ._girdBox .items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: calc((100% / 3) - 10px);
    height: 76px;
    background: #fff;
    border: 1px solid #254163;
    border-radius: 8px;
    margin: 5px 0;
    padding: 5px;
}
.product_frame_03 ._girdBox p {
    color: #17375e;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .product_frame_03 ._girdBox p {
        font-size: 14px;
    }
}

.product_frame_04 {
    margin-bottom: 150px;
}
.product_frame_04 ._txt {
    font-size: 25px;
    line-height: 1.7;
}
@media only screen and (max-width: 768px) {
    .product_frame_04 {
        margin-bottom: 50px;
    }
    .product_frame_04 ._txt {
        font-size: 17px;
    }
}
@media only screen and (max-width: 639px) {
    .product_frame_04 .c-tlt_03 {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 768px) {
    .product_frame_04 .c-tlt_03 {
        margin-bottom: 20px !important;
    }
}
.product_frame_04 ._top {
    width: 70%;
    margin-left: auto;
    margin-bottom: 30px;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 ._top {
        width: 100%;
        margin-bottom: 15px;
    }
}
.product_frame_04 ._top figure {
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.product_frame_04 ._bottom {
    position: relative;
}
.product_frame_04 ._bottom_inner {
    padding: 30px 10px;
}
.product_frame_04 ._row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 ._row {
        flex-direction: column;
    }
}
.product_frame_04 ._col_r {
    width: 60%;
    text-align: right;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 ._col_r {
        width: 100%;
    }
}
.product_frame_04 ._col_r figure {
    margin: -35% 0;
}
.product_frame_04 ._col_r figure img {
    animation: selfplus_ani_02 3s linear infinite;
    transform-origin: 50% 50%;
    margin: 1rem 0 !important;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 ._col_r figure {
        margin: 0 auto;
    }
}
.product_frame_04 ._col_l {
    width: 70%;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 ._col_l {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
}
.product_frame_04 .app {
    margin-top: 100px;
    text-align: center;
}
.product_frame_04 .app .app_title img,
.product_frame_04 .app .app_title2 img {
    max-width: 60%;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 .app {
        margin-top: 30px;
    }
    .product_frame_04 .app .app_title img {
        max-width: 100%;
    }
}
.product_frame_04 .app_badge {
    margin: 30px 0px 20px;
    display : -webkit-inline-box;
    display : -ms-inline-flexbox;
    display : -webkit-inline-flex;
    display : inline-flex;
}
@media only screen and (max-width: 639px) {
    .product_frame_04 .app_badge .qr {
        display: none;
    }
}
.product_frame_04 .app_badge dl {
    display: table-row;
    margin: 0px 25px;
}

.product_frame_04 .app_badge dt, .product_frame_04 .app_badge dd {
    display: table-cell;
}

.product_frame_04 .app_badge dt {
    padding-right: 20px;
}

@media only screen and (max-width: 639px) {
    .product_frame_04 .app_badge dl {
        margin: 0px 15px;
    }
    .product_frame_04 .app_badge dt {
        padding-right: 0px;
    }
}

.product_frame_04 .app_badge_desc {
    font-size: 1.0rem;
}

dl.product_consul {
    font-size: 20px;
}

dl.product_consul dt {
    font-weight: 500;
}

@media only screen and (max-width: 639px) {
    dl.product_consul {
        font-size: 14px;
    }
    dl.product_consul dd {
        text-align: left;
    }
}

/* Page: Recruit
---------------------------------- */
.recruit_element_01 {
    display: block;
    text-align: center;
}
.recruit_element_01 ._inner {
    display: inline-block;
}
.recruit_element_01 ._inner p {
    text-align: center;
}
.recruit_element_01 ._inner img {
    display: block;
    margin-left: auto;
}

/* Page: Company
---------------------------------- */
.company_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.company_col_l {
    flex: 1;
    padding-right: 30px;
}
.company_img_01 {
    max-width: 400px;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .company_row {
        flex-direction: column;
    }
    .company_col_l {
        padding-right: 0;
    }
    .company_img_01 {
        margin: 25px auto 0;
    }
}

.member_ele {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.member_frame {
    width: 29.0%;
    padding-bottom: 80px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .member_frame {
        width: 100%;
        padding: 20px 20px 50px;
    }
}

.member_frame .img_wrap {
    display: block;
    position: relative;
    width: 70%;
    padding-top: 70%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
}

.member_frame .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 179%;
    max-height: 150%;
}

.member_frame .member_name {
    margin: 20px 0px;
    text-align: center;
    font-size: 1.8rem;
}

.member_frame .member_name span {
    font-size: 1.4rem;
/*    color: #b5b5b5;*/
}

.member_img_01 {
    top: 52% !important;
    left: 51% !important;
    width: 128% !important;
    max-height: none !important;}

.member_img_02 {
    top: 73% !important;
    left: 47% !important;
    width: 115% !important;
    max-height: none !important;
}

.member_img_03 {
    top: 68% !important;
    width: 101% !important;
}

.member_img_04 {
    top: 58% !important;
    left: 54% !important;
    width: 125% !important;
}

.member_img_05 {
    top: 62% !important;
    width: 101% !important;
}

.member_img_06 {
    top: 58% !important;
    left: 48% !important;
    width: 125% !important;
}

.member_desc {
    font-size: 1.1rem;
}

.toggle_btn {
    color: #8a8a8a;
    background: none;
    border: none;
    outline: none;
}

.toggle_btn_arrow {
    font-size: 2.0rem;
    display: inline-block;
    transform: rotate(270deg);
    color: #8a8a8a;
}

.toggle_btn_arrow_close {
    transform: rotate(90deg) !important;
}

.toggle_target {
    overflow: hidden;
}

.toggle_target_trsp {
    height: 15px;
    position: relative;
    top: -16px;
}

.toggle_target_trsp_bg {
    background: -moz-linear-gradient(top, #fff0 -19%, #FFF);
    background: -webkit-linear-gradient(top, #fff0 -19%, #FFF);
    background: linear-gradient(to bottom, #fff0 -19%, #FFF);
}

.toggle_target_close {
    max-height: 150px;
}



/* Page: News
---------------------------------- */
.top_news_list {
    margin: 0px 10px;
}

.top_news_list dl {
    display: block !important;
}

.news_frame {
    border: 1px solid #ddd;
    background-color: #fff;
}

.news_tlt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.news_tlt span {
    font-weight: normal;
    margin-right: 10px;
}

.news_img_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.news_img_container figure {
    width: 30%;
    margin: 0px 5px;
}

.news_img_container .img_wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.news_img_container .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 179%;
    max-height: 150%;
}

.news_link {
    position: relative;
    top: -120px;
    display: block;
}

.news_table {
    margin-top: 30px;
}

.news_table th {
    width: 30%;
}

.news_table th, .news_table td {
    border: 1px solid #ddd;
    text-align: center;
    height: 40px;
}

.news_table tr:first-child {
    background-color: #f3f3f3;
}

/* Page: policy-contact
---------------------------------- */
.policy-contact-tlt {
    font-size: 40px !important;
    margin-top: 12px;
}

@media only screen and (max-width: 768px) {
    .policy-contact-tlt {
        font-size: 30px !important;
        margin-top: 10px;
    }
}

/* Page: News
---------------------------------- */
.event_frame {
    border: 1px solid #ddd;
    background-color: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.event_frame ._col_l {
    width: 50%;
}

.event_frame ._col_r {
    width: 50%;
}

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

    .event_frame ._col_l {
        width: 100%;
        margin-bottom: 20px;
    }

    .event_frame ._col_r {
        width: 100%;
    }
}

.event_tlt {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 2px;
}

.event_tlt span {
    font-weight: normal;
    margin-right: 10px;
}

.event_img_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event_img_container figure {
    width: 30%;
    margin: 0px 5px;
}

.event_img_container .img_wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.event_img_container .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 179%;
    max-height: 150%;
}

.event_log_link {
    position: relative;
    top: -70px;
    display: block;
}

.iframe_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 2100px;
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.slide_event_img {
    margin-top: 60px;
}

.slide_event_img a {
    opacity: 1;
}

.slide_event_img li {
    margin: 0 20px;
}

.slide_event_img img {
    height: 200px;
}

.c-form dd .checkboxStyle01 span{
    color: #333;
}

.c-form dd .checkboxStyle01 span{
    color: #333;
}

.c-form dd .checkboxStyle01 input:checked + span {
    color: #0268cc;
}

@media only screen and (max-width: 768px) {
    .slide_event_img li {
        margin: 0 10px;
    }

    .slide_event_img img {
        height: 100px;
    }
}

.event_mv {
    position: relative;
}

.event_mv img {
    width: 100%;
    height: 750px;
    object-fit: cover;
    border-bottom: 15px solid #D9CEBF;
}

.event_mv_text {
    position: absolute;
    top: 30px;
    left: 150px;
    border: 8px solid #ffffff;
    padding: 70px 30px;
}

.event_mv_text p {
    color: #ffffff;
    text-align: center;
    font-family: serif;
}

.event_mv_text .p1 {
    font-size: 4rem;
    padding-bottom: 30px;
}

.event_mv_text .p2 {
    font-size: 6rem;
    line-height: 70px;
}

.event_mv_entry {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #254e6fb8;
    padding: 20px 50px;
    font-weight: bold;
    font-size: 3.5rem;
}

.event_mv_entry a {
    color: #D9CEBF;
}

.event_mv_entry .btn_arrow {
    display: inline-block;
    transform: rotate(90deg);
    color: #D9CEBF;
}

.event_body {
    background-image: url(../img/event_img_03.png);
    padding: 50px 0;
}

.e_tlt {
    display: flex;
    align-items: center;
}

.e_tlt hr {
    background-color: #254E6F;
    border: none;
    height: 8px;
}
.l-tlt hr {
    width: 30%;
    margin: 0 40px 0 10px;
}

.r-tlt hr {
    width: 70%;
    margin: 0 10px 0 40px;
}

.r-tlt p {
    margin-left: auto;
}

.e_tlt p {
    color: #D9CEBF;
    font-size: 3.5rem;
    font-weight: bold;
}

.e_content {
    background-color: #ffffff;
    max-width: 700px;
    font-size: 2rem;
    padding: 40px 60px;
    margin: 0 auto;
    box-shadow: -30px 30px 0px 0 #917061;
}

.event_logo {
    width: 35px;
    margin-right: 10px;
}

.eventinfo .e_content p {
    display: flex;
    align-items: center;
}

.e_content a {
    color: #254E6F;
    border: 1px solid #254E6F;
    padding: 15px 40px;
}

.e_content_past {
    background-color: #917061;
    max-width: 100%;
    padding: 40px;
}

.e_content_past_section {
    background-color: #ffffff;
    width: 350px !important;
    border-radius: 15px;
    padding: 20px;
    margin-right: 30px;
}

.e_content_past_section .section_tlt {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.event_past_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.event_past_container figure {
    width: 30%;
    margin-right: 10px;
}

.event_past_container figure:last-child {
    margin-right: 0px;
}

.event_past_container .img_wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.event_past_container .img_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 179%;
    max-height: 150%;
}

