/* html{font-size: 25px;} */
@media only screen and (max-width: 2024px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1600px) {
    html {
        font-size: 16px;
    }
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "HannariMincho";
    src: url('font/HannariMincho.otf'); /* IE9 */
}

@font-face {
    font-family: "yumindb";
    src: url('font/yumindb.ttf'); /* IE9 */
}

@font-face {
    font-family: "Lato-Hairline";
    src: url('font/Lato-Hairline.pfb.ttf'); /* IE9 */
}

body {
    font-family: "yumindb";
    background: #ffffff;
}

p {
    letter-spacing: 1px;
    line-height: 1.6rem;
    font-weight: 300;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
}

.animation-delay-2 {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.animation-delay-5 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animation-delay-7 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.animated {
    opacity: 0;
}

.inner_list {
    padding: 0 5em;
    overflow: hidden;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding: 20px 0;
}

.header_top {
    background: #fff;
}

.header.is-fixed .link_logo {
    height: 80px;
}

.header.is-fixed .inner_list {
    padding: 0 3rem;
    margin: 0;
}


.header .inner_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.link_logo {
    width: 444px;
    height: 80px;
    background: url(../img/logo.png) no-repeat center;
    background-size: auto 100%;
    z-index: 3;
}

.header .btn_sp {
    display: block;
    right: 0;
    top: 22px;
    display: flex;
    z-index: 10;

}

.header .btn_sp svg {
    width: 60px;
    height: 60px;
}

.header .btn_sp {
    fill: #000;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    opacity: 0.82;
    border-radius: 50%;
}

.header .btn_sp .border {

    transition: 200ms all ease;
}

.header .btn_sp .border1 {
    transform-origin: center;
}

.header .btn_sp .border3 {
    transform-origin: center;
}

.header .inner_list nav {
    width: 100%;
    position: fixed;
    top: -100vh;
    height: 100vh;
    z-index: -2;
    background: #ffffffed;
    left: 0;
    opacity: 0;
    text-align: center;
    transition: all .4s;
    -moz-transition: all .4s; /* Firefox 4 */
    -webkit-transition: all .4s; /* Safari 和 Chrome */
    -o-transition: all .4s;
}

.header a {
    margin-right: 0;
}

.header .inner_list nav ul {
    display: flex;
    width: 30%;
}

.header .inner_list nav ul li {
    width: 100%;
    text-align: center;
    padding: .8rem 0;
}

.header .inner_list nav ul li a {
    letter-spacing: 5px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0A234F;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
    transition: all .2s;
    -moz-transition: all .2s; /* Firefox 4 */
    -webkit-transition: all .2s; /* Safari 和 Chrome */
    -o-transition: all .2s;
}

.header .inner_list nav ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #0A234F;
    border-radius: 5px;
    margin-bottom: 20px;
}

.header .inner_list nav .navsp_center .btn_sns {
    width: 60%;
    text-align: right;
    margin-top: 60px;
}

.header .inner_list nav .navsp_center .btn_sns img {
    width: 70px;
    margin: 0;
}

.header a.btn_contact {
    margin-left: 0;
}

.header .inner_list nav .btn {
    margin: 60px auto 0;
    display: inline-block;
}

.header .inner_list nav.show_nav {
    opacity: 1;
    top: 0;
    z-index: 2;
}

.header .inner_list nav .navsp_center {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 18vh;
}

.header .inner_list nav .navsp_center img {
    width: 160px;
    margin: 80px 40px;
}

.top_box01 {
    width: 100%;
    height: 100vh;
    background: url("../img/bg01.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.center_title {
    width: 220px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.center_title h2 {
    background: #FFFFFF;
    opacity: 0.82;
    writing-mode: tb-rl;
    float: right;
    font-family: "HannariMincho";
    font-size: 3vh;
    font-weight: bold;
    color: #0A234F;
    line-height: 72px;
    letter-spacing: 9px;
    margin: 0 15px;
    padding: 25px 0px;
    word-break: keep-all;
}


.top_box02 {
    width: 100%;
    height: 100vh;
    background: url("../img/bg02.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-top: 100vh;

}

.top_box02 img.bgimg {
    position: absolute;
    min-width: 100%;
    height: 100vh;
    top: 0;
}

.top_box02 p {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 4.4rem;
    text-align: center;
    max-width: 80%;
}

.imgBx {
    position: relative;
    width: 70%;
    height: 75vh;
    overflow: hidden;
    text-align: right;
}

.top_box05 .imgBx {
    text-align: left;
}

.top_box03 {
    width: 100%;
    height: 100vh;
    background: #F2F2F5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.top_box03 img {
    height: 75vh;
}

.blue_box {
    max-width: 1000px;
    width: 80%;

    position: absolute;
    left: 8%;

    color: #fff;
}

.blue_boxbg {
    display: flex;
    flex-wrap: nowrap;
    background: #1B84D7;
    opacity: 0.73;
    align-items: flex-start;
}

.blue_box h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFFFFF;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
    margin: 60px 50px;
    border: 1px solid #fff;
    padding: 10px 50px;
    letter-spacing: 6px;
    text-align: center;
    border-top: none;
    border-bottom: none;
}

.blue_box p {
    margin: 50px;
    font-size: 20px;
    line-height: 3rem;
    align-items: center;
    width: 620px;
    text-align: left;
    margin-left: 10px;
}

.link_rl {
    background: #FFFFFF;
    opacity: 0.77;
    writing-mode: tb-rl;
    font-size: 1.25rem;
    font-family: "HannariMincho";
    line-height: 80px;
    text-align: right;
    padding-bottom: 40px;
    color: #28436D;
    letter-spacing: 6px;
    font-weight: bold;
    position: absolute;
    right: 0;
    height: calc(100% - 40px);
}

.link_rl img {
    height: 26px !important;
    margin-bottom: 15px;
    display: inline-block;
}

.top_box04 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.top_box04 img.bgimg {
    position: absolute;
    min-width: 100%;
    height: 100vh;
    top: 0;
}

.top_box04 .link_rl {
    height: calc(100vh - 40px);
    position: absolute;
    right: 8%;
    font-size: 2rem;
    line-height: 108px;
}

.top_box05 {
    width: 100%;
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    overflow: hidden;
}

.top_box05 img {
    height: 75vh;
}

.top_box05 .blue_box {
    left: auto;
    right: 8%;
}

.twitter_box {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.twitter_box img {
    width: 600px;
    max-width: 80%;
}

.footer {
    width: 100%;
    background: #F2F2F5;
    overflow: hidden;
    padding: 60px 0 10px;
}

.footer .company {
    float: left;
    width: 30%;
}

.footer .company .logo {
    display: block;
    margin-bottom: 25px;
}

.footer .company .logo img {
    height: 76px;
}

.footer .company .txt {
    font-size: 1rem;
    font-weight: bold;
    color: #0A234F;
    line-height: 3.4rem;
    text-align: left;
}

.footer .company .txt .p_hr {
    border-top: 2px solid #28436D;
    padding-top: 14px;
    margin-top: 14px;
    font-size: 15px;
}

.footer_nav {
    display: flex;
    float: right;
    width: 70%;
}

.footer_bottom {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1px;
}

.footer_nav ul {
    margin: 0 35px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;

}

.footer_nav ul li {
    display: contents;
}

.footer_nav ul a {
    letter-spacing: 3px;
    font-size: 1rem;
    font-weight: bold;
    color: #0A234F;
    line-height: 111px;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
}

.footer .cor {
    font-family: "Lato-Hairline";
    font-size: 1rem;
    color: #0A234F;
    font-weight: bold;
}

.bg_base {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -10;
}

.hide_border {
    opacity: 0;
}

.rotate_border1 {
    transform: translate(11px, 3px) rotate(-45deg);
}


.rotate_border3 {
    transform: translate(5px, -11px) rotate(45deg);
}


.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: all .4s;
    -moz-transition: all .4s; /* Firefox 4 */
    -webkit-transition: all .4s; /* Safari 和 Chrome */
    -o-transition: all .4s;
    opacity: 1;
}

.section_contact {
    width: 85%;
    max-width: 900px;
    background: #FFFFFF;
    border-radius: 340px;
    padding: 90px 0 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;

}

.section_contact02 {
    min-height: 35vh;
    margin-top: 100px;
}

.section_contact .form {
    width: 100%;
    margin: 0 auto;
    border-radius: 50px;
    min-height: 30vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #0A234F;
    justify-content: center;
}

.section_contact .form h3 {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 1.4rem;
    margin-bottom: 0px;
    width: 100%;
}

.section_contact .form table {
    margin-top: 60px;
    width: 100%;
}

.section_contact .form table tr {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.section_contact .form table tr th {
    color: #0A234F;
    text-align: left;
    width: 30%;
    padding-right: 20px;
    font-size: 17px;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: "yumindb";
    letter-spacing: 0.1rem;
}

.btn {
    background: #00479c;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    min-width: 180px;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

span.need {
    display: inline-block;
    margin-left: 0.5rem;
    color: #fff;
    background-color: #e63e3e;
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
    line-height: 12px;
    font-family: "yumindb";
}

.section_contact .form table tr td {
    width: 100%;
    display: flex;
    align-items: center;
}

.section_contact p {
    font-size: 20px;
}

.section_contact .form table tr.submit_link td {
    text-align: left;
}

.input {
    width: 96%;
    padding: 15px 2%;
    border: 1px solid #D7E0E3;
    border-radius: 4px;
    -webkit-appearance: none;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.input:focus-visible {
    border-color: #E4AA6A;
    outline: none;
}

.section_contact .btn_link {
    box-shadow: none;
    border: none;
}

.section_contact .text span h5 {
    text-align: center;
}

.section_contact h5 {
    font-size: 24px;
    font-weight: bold;
    color: #907B5B;
    line-height: 24px;
    bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
}


.sec-mv .slide.is-active .slide__item, .sec-mv .slide.is-prev .slide__item {
    -webkit-animation: slide-to-right-md 6s linear forwards;
    animation: slide-to-right-md 6s linear forwards;
}


.product_box {
    width: 100%;
    height: calc(100vh - 126px);
    background: url(../img/probg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 126px;
}

.product_box .center_title, .about_box .center_title {
    display: flex;
    justify-content: center;
}

.product_box01 .inner_list {
    display: flex;
    gap: 30px;
    margin:60px 0px 70px 0px;
}
.product_box01 .inner_list.second {
    display: flex;
    gap: 30px;
    margin:60px 0px 70px 90px;
}

.product_box01 div img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: block;
}
.pBox01 {
    width: 61%;
}

.pBox02 {
    width: 39%;
}
.pBox03 {
    width: 39.3%;
}
.pBox04 {
    width: 30%;
}
.pBox05 {
    width: 31.6%;
}
.pImg05, .pImg08 {
    margin-bottom: 30px;
}
.product_box01{
 margin:60px 0 30px 0;   
}
.product_box01 h2 {
    background: rgba(27,132,215,0.8);
    color: #fff;
    padding: 24px 16px;
    writing-mode: vertical-rl;
    line-height: 1;
    letter-spacing: 0.3rem;
    vertical-align: middle;
    width: 24px;
}
.pBox01 div {
    display: flex;
    gap: 30px;
}
.product_box01 div img.pImg02 {
    width: 39.3%;
    height: 100%;
    margin: 20px 0 0 0;
}
.product_box01 div img.pImg03 {
    width: calc(61% - 30px );
    height: 100%;
    margin: 20px 0 0 0;
}


.product_box02 {
    background: #E0E8EA;
    padding-top: 80px;
}

.product_box02 h2 {
    font-size: 42px;
    font-weight: bold;
    color: #25353A;
    text-align: center;
    padding: 0px 0 100px;
    letter-spacing: 8px;
}

.product_list {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 150px;
    max-width: 1360px;
    overflow: hidden;
}

.product_list img {
    width: 46%;
    margin-right: 5%;
    max-width: 600px;
    float: left;
}

.product_list .txt {
    width: 48%;
    float: left;
}

.product_list .txt h3 {
    font-size: 30px;
    color: #25353A;
    margin-bottom: 40px;
    letter-spacing: 2px;
}

.product_list .txt p {
    font-size: 20px;
    color: #25353A;
    font-weight: 100;
    line-height: 44px;
}

.link_bottom {
    text-align: right;
    padding-bottom: 120px;
}

.link_width {
    width: 42%;
    background: #FFFFFF;
    opacity: 0.77;
    display: inline-block;
    text-align: left;
    font-size: 24px;
    font-family: "HannariMincho";
    font-weight: bold;
    color: #28436D;
    line-height: 88px;
    padding-left: 80px;
    letter-spacing: 4px;
}

.link_width img {
    width: 24px;
    margin-left: 15px;
}

.about_box {
    width: 100%;
    height: calc(100vh - 126px);
    background: url(../img/aboutbg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 126px;
}

.about_box02 {
    overflow: hidden;
}

.about_box02 h3 {
    font-size: 24px;
    font-weight: bold;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
    margin: 80px;
    color: #0A234F;
    border: 1px solid #0A234F;
    padding: 50px;
    letter-spacing: 6px;
    text-align: center;
    border-top: none;
    border-bottom: none;
    float: left;
    margin-left: 150px;
    word-break: keep-all;
}
.company_box02 table tr ol {
    margin: 0 0 0 40px;
}
.about_box02 .txt {
    float: right;
    width: calc(100% - 400px);
    margin-top: 120px;
    margin-bottom: 120px;
}

.about_box02 .txt2 {
    float: left;
    width: 100%;
    margin-bottom: 120px;
}

.about_box02 .txt2 img {
    width: calc(100% - 400px);
}

.about_box02 .txt img {
    max-width: 100%;
}

.about_box02 .txt p {
    font-size: 20px;
    font-weight: bold;
    color: #0A234F;
    line-height: 42px;
    width: 85%;
    margin-bottom: 100px;
}

.about_box02 .txtp2 p {
    margin-bottom: 0;
}

.about_box03 {
    background: #D7E0E3;
    color: #0A234F;
    padding: 90px 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about_box03 p {
    display: block;
    width: calc(50% - 110px);
    font-size: 20px;
    line-height: 52px;
    margin-top: 40px;
    max-width: 540px;
}

.about_box03 p b {
    font-size: 24px;
}

.about_box03 h2 {
    text-align: left;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
    display: block;
    letter-spacing: 6px;
    font-size: 30px;
    line-height: 56px;
    word-break: keep-all;
    width: auto;
    padding: 0 50px;
    /* align-items: center;
    justify-content: center; */
}

.about_box03 h2 div:last-child {
    margin-top: 40px;
}

.about_box03 .h2_sp {
    display: none
}

.about_box03 .h2_pc {
    display: block
}

.about_box04 {
	display: flex;
    text-align: center;
}
.about_box04 img{
	width: 100%;
}

.banner {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.banner .link_logo {
    display: none;
    width: 100%;
}

.banner .center_title h2:first-child {
    margin-top: 40px;
    float: left;
}

.topbanner_sp {
    display: none;
}

.topbanner_pc {
    display: block;
}


.cycle_box {
    width: 100%;
    height: calc(100vh - 126px);
    background: url(../img/cyclebg.jpg) no-repeat center;
    background-size: cover;
}

.cycle_box02 h3 {
    line-height: 56px;
    padding: 50px 20px 80px;
    text-align: left;
}

.cycle_box02 h3 div:last-child {
    position: relative;
    top: 30px;
}

.cycle_box03 {
    background: #e6ecee;
    color: #0A234F;
}

.cycle_box03 h3 {
    background: #fff;
    border: none;
    padding: 50px 20px;
    margin-left: 240px;
}

.cycle_box03 .txt img {
    width: 650px;
    max-width: 60%;
    margin-bottom: 80px;
    display: block;
    margin-left: 10%;
}

.uni_box {
    width: 100%;
    height: calc(100vh - 126px);
    background: url(../img/bg07.jpg) no-repeat center;
    background-size: cover;
}

.uni_box01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uni_box02 {
    background: #e6ecee;
    color: #0A234F;
    padding-bottom: 90px;
}

.uni_list_01 {
    width: 80%;
    margin: 0 auto;
    padding-top: 200px;
    position: relative;
    overflow: hidden;

}

.uni_list_01 h3 {
    position: absolute;
    background: #fffc;
    padding: 50px 15px;
    margin-left: 240px;
    font-size: 28px;
    font-weight: bold;
    writing-mode: tb-rl;
    font-family: "HannariMincho";
    margin: 80px 20px;
    color: #0A234F;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    height: auto;
    letter-spacing: 6px;
    z-index: 1;
    word-break: break-all;
}

.uni_list_01 h3 b {
    writing-mode: initial;
}

.uni_list_01 img {
    width: 38%;
    float: left;
}

.uni_list_01 p {
    display: block;
    width: 53%;
    float: left;
    margin-left: 8%;
    font-size: 20px;
    line-height: 40px;
    margin-top: 60px;
}

.uni_list_02 {
    overflow: hidden;
    margin-top: 110px;
    padding-bottom: 60px;

}

.uni_list_02 .img_right {
    float: right;
    width: 75%
}

.uni_list_02 .img_left {
    float: left;
    width: 23%;
}

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


.privacy_box {
    width: 100%;
    height: 200px;
    background: url(../img/contactbg.jpg) no-repeat center;
    background-size: cover;
    letter-spacing: 4px;
    font-family: "HannariMincho";
    color: #fff;
    font-size: 24px;
}

.section-privacy {
    background: #e6ecee;
    color: #0A234F;
    padding: 90px 0;
}

.section-privacy .inner {
    width: 85%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    padding: 5%;
}

.section-privacy .block {
    margin: 50px 0;
}

.section-privacy .block h2 {
    border: none;
    padding: 10px;
    display: inline-block;
    font-size: 24px;
    border: 1px solid #0A234F;
    border-left: none;
    border-right: none;
    letter-spacing: 4px;
}

.section-privacy .block a {
    color: #1B84D7;
    word-break: break-all;
}

.section-privacy p {
    margin: 20px 0;
    font-size: 20px;
    line-height: 36px;
}

.section-privacy ul.circle {
    margin: 30px 0 0;
}

ul.circle li {
    position: relative;
    padding-left: 24px;
}

.section-privacy ul.circle li {
    margin: 0 0 1rem;
}

ul.circle li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #1B84D7;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 9px;
    left: 0;
}

.contact_box {
    width: 100%;
    height: 200px;
    background: url(../img/contactbg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    letter-spacing: 4px;
    font-family: "HannariMincho";
    font-size: 24px;
}

.company_box01 {
    width: 100%;
    height: calc(100vh - 126px);
    background: url(../img/companybg.jpg) no-repeat center;
    background-size: cover;
}

.company_box02 {
    width: 100%;
    padding: 60px 0 90px;
}

.company_box02 table {
    width: 90%;
    max-width: 1000px;
    color: #0A234F;
    margin: 0 auto;
}

.company_box02 table tr {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #0A234F;
    letter-spacing: 4px;
    position: relative;
}

.company_box02 table tr th {
    width: 150px;
    text-align: left;
    padding-bottom: 60px;
    background: #fffc;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: bold;
    font-family: "HannariMincho";
}

.company_box02 table tr td {
    position: relative;
    padding-left: 58px;
    font-size: 20px;
}

.company_box02 table tr td::before {
    content: "";
    width: 50px;
    height: 1px;
    display: inline-block;
    position: absolute;
    /* background: #0a234f; */
    top: 12px;
    left: 0;
    margin-right: 8px;
}

.company_box02 table tr td ul {
    margin-left: 40px;
}

.company_box02 table tr td li {
    list-style: decimal;
    line-height: 28px;
}

.topnone {
    top: -120px;
    opacity: 0;
}