@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.6rem;
    line-height: 1.875;
    color: #3E3E3E;
    font-family:  "Noto Sans", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 600;
    position: relative;
}
.NotoSansJP{
    font-family:  "Noto Sans", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {
    text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    top: -110px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
    overflow-y: hidden;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.hdn{
    display: none;
}
.no-cursor{
    cursor: auto !important;
}
b, strong{
    font-weight: 700;
}
.img-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
@media(max-width: 750px){
    .anchor-link{
        top: -50px;
    }
}
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1; }
}
@keyframes backgroundIMG {
    0% {opacity: 0;}
    20% {opacity: 0.2;}
    40% {opacity: 0.4;}
    60% {opacity: 0.6;}
    80% {opacity: 0.8;}
    100% {opacity: 1;}
}
@-webkit-keyframes aniFade {
    0% {opacity: 0.5;}
    100% {opacity: 1;}
}
@keyframes aniFade {
  0% {opacity: 0.5;}
  100% {opacity: 1;}
}
@-webkit-keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
@keyframes fadezoom {
    0% {transform: scale(1);}
    100% {transform: scale(1.1);}
}
.fade-in {
    opacity: 0;
    filter: blur(4px) brightness(105%);
    transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
    opacity: 1;
    filter: blur(0) brightness(100%);
}
.fade-up {
    opacity: 0;
    transform: translateY(60px);
    -webkit-transform: translateY(60px);
    filter: blur(4px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-down {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
    filter: blur(5px) brightness(105%);
    transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    filter: blur(0) brightness(100%);
}
.zoom-in {
    opacity: 0;
    overflow: hidden;
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.zoom-out {
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
    opacity: 1;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}
.roll-left {
    position: relative;
    overflow: hidden;
}
.roll-left img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-left:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-sp{
    display: none;
}
.lb-pc{
    display: block;
}
.hdn-pc{
    display: none !important;
}
.show-sp{
    display: none;
}
@media(max-width: 750px){
    .lb-sp{
        display: block;
    }
    .lb-pc{
        display: none;
    }
    .hdn-pc{
        display: block !important;
    }
    .show-sp{
        display: block;
    }
    .show-pc{
        display: none;
    }
}
.btn{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    min-width: 240px;
    background: #FF6060;
    border-radius: 50vh;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 21px 15px;
    position: relative;
    transition: .2s;
}
.btn-view {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    padding-left: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    color: #231815;
    transition: .3s;
}
.btn-view.sm {
    height: 60px;
    padding-left: 80px;
}
.btn-view::before,
.btn-view::after {
    content: '';
    position: absolute;
}
.btn-view::before {
    width: 100px;
    height: 100px;
    background: #3E3E3E;
    border-radius: 50%;
    left: 0;
    top: 0;
}
.btn-view.sm::before {
    height: 60px;
    width: 60px;
}
.btn-view::after {
    width:50px;
    height: 20px;
    background: url(../img/arr-right.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    left: 25px;
    top: 50%;
    margin-top: -10px;
}
.btn-view.sm::after {
    left: 12px;
    width:36px;
    height: 16px;
    margin-top: -10px;
}
.btn-view:hover {
    opacity: 0.2;
}
@media(max-width:750px){
    .btn-view {
        height: 50px;
        padding-left: 60px;
        font-size: 1.4rem;
    }
    .btn-view.sm {
        font-size: 1.3rem;
        height: 30px;
        padding-left: 40px;
    }
    .btn-view::before {
        width: 50px;
        height: 50px;
    }
    .btn-view.sm::before {
        width: 30px;
        height: 30px;
    }
    .btn-view::after {
        width:30px;
        height: 12px;
        left: 13px;
        top: 50%;
        margin-top: -5px;
    }
    .btn-view.sm::after {
        width:18px;
        height: 7px;
        left: 7px;
        top: 50%;
        margin-top: -4px;
    }
}
@media(hover:hover){
    .btn:hover{
        background: #231815;
    }
}
@media(hover:none){
    .btn:active{
        background: #231815;
    }
}
#pagetop {
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    z-index: 1000;
    display: none;
    transition: .3s;
    background: #3E3E3E;
    border-radius: 50%;
}
#pagetop::after{
    content: "";
    position: absolute;
    height: 46px;
    width: 18px;
    margin-top: -23px;
    margin-left: -9px;
    background: url(../img/ic-arr-up.png) no-repeat;
    background-size: 100% !important;
    top: 50%;
    left: 50%;
    transition: .3s;
}
@media(hover:hover){
    #pagetop:hover::after {
        top: 40%;
    }
}
@media(hover:none){
    #pagetop:active::after {
        top: 40%;
    }
}
@media(max-width:750px){
    #pagetop {
        width: 40px;
        height: 40px;
        bottom: 45px;
        right: 10px;
    }
    #pagetop::after {
        height: 32px;
        width: 10px;
        margin-top: -13px;
        margin-left: -5px;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    width:36px;
    height: 36px;
    border-radius: 50%;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1000001;
    display: none;
    background: #231815;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 15px;
    height: 2px;
    border-radius: 50vh;
    margin: 0 auto;
}
.hamburger-menu .bar {
    position: relative;
    transform: translateY(17px);
    background:#fff;
    transition: all 0ms 300ms;
    display: block;
}
.hamburger-menu .bar.active {
    background: none; 
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    background: #fff;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background:#fff;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar{
    background: none !important;
}
.hamburger-menu.active .bar::before,
.hamburger-menu.active .bar::after{
    top: 0;
    bottom: 0;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}
@media(max-width: 1024px){
    .hamburger-menu{
        display: block;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    line-height: 1;
    height: 120px;
}
header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(5px);
}
header .container {
    max-width: 1800px;
}
header .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo{
    display: inline-block;
}
header .logo img{
    width: 260px;
}
header nav {
    padding-left: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header ul a{
    text-align: center;
    line-height: 1.3;
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .025em;
}
header nav > ul{
    display: flex;
    align-items: center;
}
header nav > ul > li{
    position: relative;
    transition: .3s ease;
}
header nav > ul > li:last-child{
    padding-right: 0;
}
header nav > ul > li > a{
    display: inline-block;
    padding: 48px 24px;
    position: relative;
    transition: .3s;
}
header nav ul li.has-submenu > a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    border-top: 6px  solid #151515;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: 15px;
    right: 50%;
    margin-right: -5px;
    transition: .3s;
}
header nav ul li a .ic-expand {
    width: 11px;
    height: 11px;
    background: url(../img/ic-expand-dark.png) no-repeat;
    background-size: 100% !important;
    display: inline-block !important;
    margin-left: 10px;
    position: relative;
    top: -1px;
}
.fixed-nav header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
}
header nav > ul > li > a:hover{
    opacity: .6;
}
header .header-nav {
    display: flex;
    align-items: center;
}
header .sub-menu {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    padding: 35px 0;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    transition: .3s;
    display: none;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}
header nav > ul > li:hover .sub-menu {
    display: block;
}
header nav > ul > li > a:hover {
    color: #FF6060;
    opacity: 1;
}
header nav ul li.has-submenu a:hover::after {
    border-top-color: #FF6060
}
header .sub-menu .container {
    max-width: 1400px;
}
header .sub-menu .inner {
    justify-content: unset;
    align-items: flex-start;
}
header .sub-menu .lg {
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    margin-right: 100px;
}
header .sub-menu .lg::before {
    content: '';
    position: absolute;
    width: 23px;
    height: 19px;
    background: url(../img/tittle_icon.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
header .sub-menu .lg {
    margin-top: 12px;
}
header .sub-menu .lg .btn-view {
    font-size:2.6rem;
}
header .sub-menu .lg .btn-view {
    padding-left: 0;
    padding-right: 100px;
}
header .sub-menu .btn-view {
    display: inline-block;
    height: auto;
    padding-left: 52px;
    font-size: 1.6rem;
    font-weight: 600;
}
header .sub-menu a.btn-view::before {
    width: 40px !important;
    height: 40px !important;
    top: 50%;
    margin-top: -20px;
}
header .sub-menu .lg a.btn-view::before{
    left: unset;
    right: 0;
}
header .sub-menu.menu_01 .item {
    max-width: 260px;
    margin-right: 40px;
}
header .sub-menu.menu_01 .item:last-child {
    margin-right: 0;
}
header .sub-menu.menu_01 .item .tl {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #00917F;
    font-weight: 700;
    margin-bottom: 12px;
}
header .sub-menu.menu_01 .item .tl.cl2 {
    /* color: #1A7BA7; */
    color: #196cba;
}
header .sub-menu .item .img {
    width: 100%;
    margin-bottom: 32px;
}
header .sub-menu a.btn-view::after {
    border: unset !important;
    width: 29px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    left: 7px;
}
header .sub-menu .lg a.btn-view::after {
    /* display: none; */
    left: unset;
    right: 6px;
}
header .m_list {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
header .m_list .m_item {
    width: 33.33%;
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding: 0 15px;
}
header .m_list .m_item p:first-child a{
    border-top: 1px solid #969696;
}
header .m_list .m_item p a {
    border-bottom: 1px solid #969696;
    line-height: 1;
    padding: 25px 40px 25px 10px;
    display: block;
    text-align: left;
    font-size: 2rem;
    position: relative;
    transition: .3s;
}
header .m_list .m_item p a:hover {
    color: #FF6060;
}
header .m_list .m_item p a::after {
    content: '';
    position: absolute;
    width: 29px;
    height: 12px;
    background: url(../img/arr-right-dark.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    right: 18px;
    top: 50%;
    margin-top: -6px;
}
@media(max-width:1500px){
    header nav > ul > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media(max-width:1350px){
    header nav > ul > li > a {
        font-size: 1.6rem;
    }
    header .btn {
        min-width: 180px;
    }
    header::before {
        height: 116px;
    }
}
@media(max-width:1200px){
    header nav > ul > li > a {
        font-size: 1.4rem;
        padding: 35px 14px;
    }
    header .btn {
        min-width: 180px;
        padding: 18px 15px;
        font-size: 1.4rem;
    }
    header .logo img {
        width: 200px;
    }
    header::before {
        height: 88px;
    }
    header .sub-menu {
        top: 88px
    }
    header .sub-menu .lg .btn-view {
        font-size: 2rem;
        padding-right: 70px;
    }
    header .sub-menu.menu_01 .item {
        max-width: 220px;
        margin-right: 20px;
    }
    header .m_list .m_item p a {
        font-size: 1.6rem;
    }
    header .m_list .m_item p a::after {
        right: 10px;
    }
}
@media(max-width:1100px) {
    header .btn {
        min-width: 150px;
        font-size: 1.25rem;
    }
    header .logo img {
        width: 160px;
    }
    header .sub-menu {
        display: none !important;
    }
    header .m_list .m_item p a {
        font-size: 1.3rem;
    }
    header .m_list .m_item {
        padding: 0 8px;
    }
    header .m_list {
        margin: 0 -8px;
    }
    header .sub-menu .lg {
        margin-right: 60px;
    }
}
@media(max-width:1024px) {
    header::before {
        height: auto;
    }
    header nav {
        position: fixed;
        right: 0;
        left: 100%;
        top: 50px;     
        width: 100%;
        transition: 0.5s;
        z-index: 1000;
        padding: 0;
        overflow: auto;
        align-items: unset;
        display: none;
    }
    header.open-menu nav::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        background: rgb(35, 24, 21);
        background: rgba(35, 24, 21, 0.6);
        backdrop-filter: blur(8px);
    }
    header .btn-box {
        display: none;
    }
    header nav > ul > li > a {
        color: #fff;
    }
    header .logo {
        padding: 16px 0;
        height: 50px;
    }
    header .logo img {
        max-width: 140px;
    }
    header.open-menu nav{
        left: 0;
        z-index: 10000;
        display: unset;
        padding: 0 20px;
        height: 100%;
    }
    header nav > ul{
        width: 100%;
        flex-wrap: wrap;
        overflow: auto;
        padding-top: 30px !important;
    }
    header nav ul li {
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #A7A7A7;
        margin-right: 0;
    }
    header nav ul li.btn-bt {
        border-bottom: unset;
        text-align: center;
        padding-top: 25px;
    }
    header nav ul li.btn-bt .btn {
        max-width: 303px;
        min-width: auto;
        width: 100%;
        margin: 0 auto;
        font-size: 1.5rem;
    }
    header nav > ul > li > a {
        display: flex;
        justify-content: space-between;
        font-size: 1.5rem;
        align-items: center;
        padding: 10px 18px;
    }
    header nav ul li a .ic-expand {
        background: url(../img/ic-expand.png) no-repeat;
        top: 0;
        right: -4px;
    }
    header{
        position: fixed;
        height: 50px;
    }
    header nav ul li.has-submenu > a::after {
        border-top: 6px solid #fff;
        margin-top: -2px;
        right: 18px;
        transition: transform 0.3s ease;
    }
    header nav ul li.has-submenu.accordion-open > a::after {
        transform: rotate(180deg);
        margin-top: -8px;
    }
    header nav ul li:first-child {
        border-top: 1px solid #A7A7A7;
    }
    header .lb-sp {
        display: block;
    }
    /* SP accordion submenu */
    header nav ul li.has-submenu .sub-menu {
        display: none !important;
    }
    header nav ul li.has-submenu .sp-accordion-content {
        display: none;
        background: rgba(255, 255, 255, 0.08);
        padding: 0;
        overflow: hidden;
    }
    header nav ul li.has-submenu.accordion-open .sp-accordion-content {
        display: block;
    }
    header nav ul li.has-submenu .sp-accordion-content a {
        display: block;
        padding: 12px 28px;
        font-size: 1.4rem;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.85);
        border-bottom: 1px solid rgba(167, 167, 167, 0.3);
        text-align: left;
        transition: color 0.2s;
    }
    header nav ul li.has-submenu .sp-accordion-content a:hover {
        color: #FF6060;
    }
    header nav ul li.has-submenu .sp-accordion-content .sp-acc-top-link {
        font-size: 1.35rem;
        font-weight: 700;
        color: #fff;
        padding: 14px 28px;
        border-bottom: 1px solid rgba(167, 167, 167, 0.4);
        background: rgba(255, 255, 255, 0.05);
    }
}
/* SP accordion: PCでは常に非表示 */
header nav ul li.has-submenu .sp-accordion-content {
    display: none;
}
/*
==============================================================
========================= End header =========================
==============================================================
*/
/*
==============================================================
============================= Footer =========================
==============================================================
*/
footer{
    background: #231815;
    color: #fff;
    padding-top: 80px;
}
footer .container{
    max-width: 1450px;
}
footer .logo{
    padding-bottom: 20px;
    text-align: center;
    padding-top: 55px;
}
footer .logo img{
    max-width: 600px;
}
footer .items{
    display: flex;
    flex-wrap: wrap;
}
footer .items .item{
    width: 50%;
}
footer .items .item .txt-box{
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2;
}
footer .item-nav{
    display: flex;
    flex: 1;
}
footer .item-nav .nav{
    display: flex;
    flex-wrap: wrap;
}
footer .item-nav .nav ul {
    width: 19.15%;
    padding: 0 25px;
}
footer .item-nav .nav ul:last-child {
    width: unset;
    flex: 1;
}
footer .item-nav .nav ul li .sub {
    width: 100%;
    padding: 0;
}
footer .item-nav .nav ul li {
    border-top: 1px solid #CFD0D1;
}
footer .item-nav .nav ul li a {
    color: #ffff;
    letter-spacing: .05em;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    padding: 22px 10px 22px 10px;
    transition: .2s;
    display: block;
}
footer .item-nav .nav ul:last-child li {
    padding-top: 12px;
}
footer .item-nav .nav ul li ul:last-child li {
    padding-top: 0;
}
footer .item-nav .nav ul:last-child li ul li {
    padding-top: 0;
}
footer .item-nav .nav ul li a::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 16px;
    background: url(../img/arr-right.png) no-repeat;
    background-size: 100% !important;
    right: 0;
    top: 50%;
    margin-top: -8px;
}
footer .item-nav .nav ul li ul li {
    border-top: unset;
}
footer .item-nav .nav ul li .sub a {
    color: #CCCCCC;
    font-size: 1.6rem;
    border-top: unset;
    padding: 0;
    display: inline-block;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
}
footer .item-nav .nav ul li .sub a span {
    display: inline-block;
    position: relative;
}
footer .item-nav .nav ul:last-child li .img {
    padding: 10px 0 0;
}
footer .item-nav .nav ul li .sub a span::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../img/ic-expand.png) no-repeat;
    background-size: 100% !important;
    right: -22px;
    top: 50%;
    margin-top: -4px;
    display: block !important;
}
footer .item-nav .nav ul li .sub a span {
    display: inline-block;
    
}
footer .copy-right{
    text-align: right;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .05em;
    padding: 35px 0px;
}
footer .item-nav .nav ul li a:hover {
    opacity: .7;
}
footer .item-nav .nav ul:last-child li a::after {
    display: none;
}
footer .item-nav .nav ul li a img {
    width: 100%;
}
@media(max-width:1400px){
    footer .item-nav .nav ul {
        padding: 0 15px;
    } 
    footer .item-nav .nav ul li a {
        font-size: 1.8rem;
    }
    footer .item-nav .nav ul li .sub a {
        font-size: 1.25rem;
    }
    footer .item-nav .nav {
        margin: 0 -15px;
    }
}
@media(max-width: 1024px){
    footer .item-nav .nav ul {
        width: 33.33%;
    }
    footer .item-nav .nav {
        margin: 0 -10px;
    }
}
@media(max-width:750px){
    footer {
        padding-top: 8vw;
    }
    footer .item-nav .nav ul {
        width: 100%;
        padding: 0;
    }
    footer .item-nav .nav {
        margin: 0;
    }
    footer .item-nav .nav ul:last-child {
        flex: auto;
    }
    footer .item-nav .nav ul li a {
        font-size: 4vw;
        padding: 3.2vw 4.5vw;
    }
    footer .item-nav .nav ul li .sub a {
        font-size: 3.2vw;
        /* padding: 0 4.5vw 3.2vw 0; */
        margin-left: 4.5vw;
        margin-bottom: 3.2vw;
    }
    footer .item-nav .nav ul li .sub {
        padding-bottom: 1.2vw;
    }
    footer .item-nav .nav ul li a::after {
        width: 5.7vw;
        height: 2.26vw;
        right: 4vw;
        top: 50%;
        margin-top: -5px;
    }
    footer .item-nav .nav ul:last-child li .img {
        padding: 3vw 4.5vw 0;
    }
    footer .item-nav .nav ul li a img {
        max-width: 46.66vw;
        padding: 0;
    }
    footer .logo {
        text-align: left;
        padding: 10.66vw 4.5vw 0;
    }
    footer .logo img{
        max-width: 80vw;
    }
    footer .logo a {
        display: inline-block;
    }
    footer .copy-right {
        font-size: 2.66vw;
        letter-spacing: .05em;
        padding: 7.7vw 0px;
        text-align: center;
    }
    footer .item-nav .nav ul li .sub a::after {
        display: none !important;
    }
}
/*
==============================================================
=========================== End Footer =======================
==============================================================
*/
/*
==============================================================
============================ Home ============================
==============================================================
*/
.home .main-visual {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.46;
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px;
}
.home .main-visual .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.home .main-visual h1 {
    font-size: 5.6rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 700;
    display: inline;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 0%);
    backdrop-filter: blur(5px);
}
.home .main-visual .sub_title {
    font-size: 2.6rem;
    letter-spacing: 0.025em;
    font-weight: 700;
    margin-top: 32px;
}
.home .main-visual .btn-box {
    margin-top: 50px;
    margin-bottom: 110px;
    display: inline-block;
}
@media(max-width: 1200px) {
    .home .main-visual {
        padding-top: 200px;
    }
}
@media(max-width: 960px) {
    .home .main-visual {
        padding-top: 150px;
        font-size: 2.2rem;
        padding-bottom: 80px;
    }
    .home .main-visual h1 {
        font-size: 4.6rem;
    }
    .home .main-visual .sub_title {
        font-size: 1.8rem;
    }
    .home .main-visual .btn-box {
        margin-top: 40px;
        margin-bottom: 60px;
        display: inline-block;
    }
}
@media(max-width: 750px) {
    .home .main-visual {
        padding-top: 262px;
        font-size: 1.8rem;
        padding-bottom: 15px;
    }
    .home .main-visual h1 {
        font-size: 2.5rem;
    }
    .home .main-visual .sub_title {
        font-size: 1.3rem;
    }
    .home .main-visual .btn-box {
        margin-top: 24px;
        margin-bottom: 35px;
        display: inline-block;
    }
}
/* 
====================== End main visual ======================= 
*/
.intro_box {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 2px solid #CFD0D1;
    font-size: 2rem;
    line-height: 1.8;
    padding-top: 80px;
    padding-right: 250px;
}
.intro_box h2 {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-left: 50px;
    position: relative;
    line-height: 1;
}
.intro_box h2::before {
    content: '';
    position: absolute;
    width: 41px;
    height: 33px;
    background: url(../img/tittle_icon.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: -2px;
    /* margin-top: -20px; */
}
.intro_box .txt {
    padding-top: 15px;
}
.intro_box .btn-box {
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 60px;
}
@media(max-width:1024px) {
    .intro_box {
        font-size: 1.8rem;
    }
}
@media(max-width:960px) {
    .intro_box {
        font-size: 1.6rem;
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .intro_box h2 {
        font-size: 3rem;
        padding-left: 45px;
    }
    .intro_box h2::before {
        width: 34px;
        height: 27px;
        /* margin-top: -15px; */
    }
}
@media(max-width:750px) {
    .intro_box .btn-box {
        text-align: right;
        display: block;
        margin-left: auto;
        width: fit-content;
        padding-top: 38px;
        bottom: -20px;
        right: 30px;
    }
    .intro_box {
        padding-right: 0;
        font-size: 1.5rem;
        padding-bottom: 30px;
        border-bottom: 1px solid #CFD0D1;
        position: unset;
        padding-top: 10px;
    }
    .intro_box h2 {
        font-size: 2.3rem;
        padding-left: 32px;
    }
    .intro_box h2::before {
        width: 25px;
        height: 20px;
        top: 0px;
        /* margin-top: -12px; */
    }
}
/* 
======================== End intro_box ======================= 
*/
.content-box {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(10px);
    margin-bottom: 60px;
    padding-bottom: 25px;
}
.content-box .item_list {
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
}
.content-box .item_list li h3 {
    font-size: 2.4rem;
    line-height: 1.5;   
    padding-bottom: 25px;
}
.content-box .item_list li .img {
    padding-top: 55%;
    position: relative;
    margin-bottom: 30px;
}
.content-box .item_list li .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.content-box .item_list p {
    letter-spacing: 0.025em;
}
.content-box .item_list li .inner {
    padding: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #fff;
    border-top: unset;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(5px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* gap: 10%; */
    backdrop-filter: blur(10px) brightness(1) opacity(0.5);
    position: relative;
    transition: .3s;
}
.company-information .content-box .item_list li .inner:hover {
    opacity: .5;
}
.company-information .content-box .item_list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.job_box .item_list li .inner a,
.blog_box .item_list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.job_box .item_list li .inner:hover,
.blog_box .item_list li .inner:hover {
    opacity: .5;
}
@media(max-width: 1024px) {
    .content-box .item_list li h3 {
        font-size: 2rem;
        padding-bottom: 15px;
    }
    .content-box .item_list li .img {
        margin-bottom: 20px;
    }
    .content-box .item_list .in_txt {
        font-size: 1.4rem;
    }
    .content-box .item_list li .inner {
        padding: 30px 20px 40px;
    }
}
@media(max-width: 750px) {
    .content-box {
        margin-bottom: 30px;
        padding-bottom: 60px;
    }
    .content-box .item_list {
        margin: 0;
        padding-top: 50px;
    }
    .content-box .item_list li h3 {
        font-size: 1.7rem;
        padding-bottom: 15px;
    }
    .content-box .item_list .in_txt {
        font-size: 1.3rem;
        line-height: 1.54;
    }
    .content-box .item_list li .img {
        margin-bottom: 15px;
    }
    .content-box .item_list li .inner {
        border: unset;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
        padding: 20px 16px;
        border-radius: 5px;
    }
}
/* 
====================== End content box ======================= 
*/
.box_01 .item_list {
    margin: 0 -20px;
}
.box_01 .intro_box .btn-box {
    right: 58px;
}
.box_01 .item_list li {
    width: 50%;
    padding: 0 20px 50px;
}
.item_list .list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.box_01 .item_list .list {
    margin-top: 12px;
    border-top: 1px solid #CFD0D1;
    padding-top: 22px;
    padding-bottom: 40px;
}
.item_list .list li {
    width: auto;;
    border-radius: 6px;
    padding: 0 15px 0 15px;
    color: #fff;
    width: unset !important;
}
.item_list .list .bg1 {
    background: #00917F
}
.item_list .list .bg2 {
    background: #6DCCEF
}
.item_list .list .bg3 {
    background: #947EEA
}
.item_list .list .bg4 {
    background: #FF6060
}
.item_list .list .bg5 {
    background: #2A7AC1
}
.item_list .list .bg6 {
    background: #98582B
}
.item_list .list .bg7 {
    background: #FC9559
}
.item_list .list .bg8 {
    background: #393E41
}
.item_list .list .bg9 {
    background: #999527
}
.item_list .list .bg10 {
    background: #1A7BA7
}
.box_01 .item_list li .inner {
    min-height: 765px;
}
@media(max-width: 1024px) {
    .box_01 .item_list {
        margin: 0 -10px;
    }
    .box_01 .item_list li {
        padding: 0 10px 25px;
    }
    .item_list .list li {
        padding: 0 15px;
    }
    .item_list .list {
        padding-bottom: 30px;
    }
}
@media(max-width: 750px) {
    .box_01 .item_list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .box_01 .item_list li .inner {
        min-height: 510px;
    }
    .item_list .list {
        padding-top: 15px;
        padding-bottom: 45px;
        gap: 5px;
    }
    .item_list .list li {
        border-radius: 3px;
        padding: 1px 12px;
    }
    .box_01 .intro_box .btn-box {
        right: 20px;
    }
}
/* 
========================= End box_01 ========================= 
*/
.box_02 {
    padding-bottom: 80px;
}
.box_02 .item_list {
    margin: 0 -25px;
}
.box_02 .item_list li {
    width: 33.33%;
    padding: 0 25px;
}
/* .box_02 .item_list li .inner {
    padding-bottom: 70px;
} */
.box_02 .item_list li h3 {
    padding-bottom: 18px;
}
.box_02 .item_list li .img {
    margin-bottom: 18px;
}
@media(max-width: 1420px) {
    .box_02 .item_list {
        margin: 0 -20px;
    }
    .box_02 .item_list li {
        padding: 0 20px;
    }
}
@media(max-width: 1024px) {
    .box_02 .item_list li {
        padding: 0 10px;
    }
    .box_02 .item_list {
        margin: 0 -10px;
    }
    .box_02 .item_list li .inner {
        padding-bottom: 40px;
    }
}
@media(max-width: 750px) {
    .box_02 {
        padding-bottom: 60px;
    }
    .box_02 .item_list {
        margin: 0;
    }
    .box_02 .item_list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .box_02 .intro_box {
        padding-top: 30px;
    }
    .box_02 .item_list li .inner {
        padding-bottom: 28px;
    }
}
/* 
========================= End box_02 ========================= 
*/
.box_03 .item_list li {
    width: 100%;
    padding: 0 0 40px;
}
.box_03 .item_list li .inner {
    flex-direction: unset;
    flex-wrap: wrap;
}
.box_03 .item_list li .img {
    padding: 0 40px 0 0;
    width: 50%;
}
.box_03 .item_list li .img img {
    position: unset;
}
.box_03 .item_list li .in_txt {
    width: 50%;
    padding: 0 0 0 20px;
    color: #151515;
}
.box_03 .item_list li h3 {
    font-size: 3rem;
    padding-bottom: 28px;
}
.box_03 .item_list li.cl_01 h3 {
    /* color: #1A7BA7; */
    color: #196cba;
}
.box_03 .item_list li.cl_02 h3 {
    color: #00917F;
}
.box_03 .item_list li h4 {
    font-size: 2rem;
    line-height: 1.8;
    margin: 18px 0 10px;
    /* padding-top: 28px; */
}
.box_03 .item_list li.cl_01 h4 {
    /* color: #1A7BA7; */
    color: #196cba;
}
.box_03 .item_list li.cl_02 h4 {
    color: #00917F;
}
.box_03 .item_list li .in_logo img{
    height: 70px;
}
.box_03 .item_list li .in_logo .name {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 15px 0 15px 30px;
    position: relative;
}
.box_03 .item_list li .in_logo .name::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* background: #1A7BA7; */
    background: #196cba;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.box_03 .item_list li.cl_02 .in_logo .name::before{
    background: #00917F;
}
.box_03 .item_list li .btn-box {
    border-top: 1px solid #CFD0D1;
    width: 100%;
    margin-top: 10px;
    padding-top: 40px;
}
@media(max-width:1400px){
    .box_03 .item_list li .in_txt {
        padding-left: 0;
    }
}
@media(max-width:1024px){
    .box_03 .item_list li .img {
        padding: 0 20px 0 0;
    }
    .box_03 .item_list li h3 {
        font-size: 2.2rem;
        padding-bottom: 20px;
    }
    .box_03 .item_list li .in_logo img {
        height: 50px;
    }
    .box_03 .item_list li .in_logo .name {
        font-size: 1.8rem;
    }
    .box_03 .item_list li h4 {
        font-size: 1.8rem;
        padding-top: 10px;
    }
    .box_03 .item_list li .in_txt {
        font-size: 1.4rem;
    }
}
@media(max-width: 750px) {
    .box_03 .item_list li .img {
        width: 100%;
        padding: 0;
    }
    .box_03 .item_list li .in_txt {
        width: 100%;
        font-size: 1.3rem;
        line-height: 1.54;
    }
    .box_03 .item_list li .inner {
        padding: 30px 16px 20px;
    }
    .box_03 .item_list li h3 {
        font-size: 1.6rem;
        padding-bottom: 12px;
    }
    .box_03 .item_list li .in_logo img {
        height: 48px;
    }
    .box_03 .item_list li .in_logo .name {
        font-size: 1.3rem;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .box_03 .item_list li .in_logo .name::before {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        left: 1px;
    }
    .box_03 .item_list li h4 {
        font-size: 1.6rem;
        line-height: 1.25;
        padding-bottom: 10px;
    }
    .box_03 .item_list li .btn-box {
        padding-top: 30px;
    }
}
/* 
========================= End box_03 ========================= 
*/
.news-box {
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(5px);
}
.news-box .item_list {
    padding-top: 55px;
    padding-bottom: 80px;
    margin-bottom: 60px;
}
.news-box ul li {
    display: flex;
    padding: 35px 120px 35px 40px;
    border-bottom: 2px solid #CFD0D1;
    position: relative;
    transition: .3s;
}
.news-box ul li:hover {
    opacity: .7;
}
.news-box ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.date {
    line-height: 1.2;
    width: 150px;
    color: #151515 !important;
}
.news-box ul li .list {
    padding-bottom: 15px;
}
.news-box ul li .list li {
    border: unset;
}
.news-box ul li::before, 
.news-box ul li::after {
    content: '';
    position: absolute;
    transition: .3s;
}
.news-box ul li::before {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    border: 1px solid #3E3E3E;
}
.news-box ul li::after {
    background: url(../img/arr-right-dark.png) no-repeat;
    right: 50px;
    width: 36px;
    height: 20px;
    bottom: 61px;
    background-position: center !important;
    background-size: 100% 100%  !important;
}
.news-box ul li:hover::before {
    background: #3E3E3E;
}
.news-box ul li:hover::after {
    background: url(../img/arr-right.png) no-repeat;
}
.news-box ul li .list li::before, 
.news-box ul li .list li::after {
    display: none;
}
.news-box ul li .txt {
    flex: 1;
}
.news-box ul li .txt p {
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 0.13em;
}
@media(max-width: 750px){
    .news-box ul li {
        padding: 30px 16px 20px 16px;
        border-bottom: 1px solid #CFD0D1;
        flex-wrap: wrap;
    }
    .date {
        width: 100%;
        font-size: 1.1rem;
        padding-bottom: 15px;
    }
    .news-box ul li .txt {
        flex: auto;
        padding-bottom: 45px;
    }
    .news-box ul li .txt p {
        font-size: 1.3rem;
        letter-spacing: 0;
    }
    .news-box ul li .list li {
        font-size: 0.8rem;
    }
    .news-box ul li .list {
        position: absolute;
        top: 13px;
        left: 91px;
    }
    .news-box .item_list {
        padding-top: 0;
    }
    .news-box ul li::before {
        width: 30px;
        height: 30px;
        bottom: 20px;
        right: 16px;
    }
    .news-box ul li::after {
        width: 22px;
        height: 11px;
        right: 20px;
        bottom: 30px;
    }
    .news-box .intro_box .btn-box {
        padding: 0;
        position: absolute;
        /* bottom: 26px;
        right: 0; */
    }
    .news-box .item_list {
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
}
/* 
======================= End news box ========================= 
*/
.box_04 {
    padding-bottom: 80px;
    margin-bottom: 180px
}
.box_04 .item_list li .inner {
    flex-direction: unset;
}
.box_04 .item_list li .inner .txt-box {
    width: 50%;
    padding-right: 30px;
    font-size: 1.8rem;
    line-height: 1.66;
}
.box_04 .item_list li .inner .txt-box h3 {
    font-size: 3.6rem;
    line-height: 1.4;
    padding-top: 40px;
}
.box_04 .item_list li .inner .img_slide {
    width: 50%;
    padding-left: 30px;
}
.box_04 .item_list li .inner .img_slide p {
    padding: 20px 0;
}
.box_04 .item_list li .inner .txt-box .btn-box {
    padding-top: 70px;
}
.box_04 .item_list li .inner .img_slide {
    width: calc(50% - 45px);
    padding-left: 30px;
    position: absolute;
    right: 40px;
    top: -1px;
    bottom: -1px;
}
@media(min-width: 751px) {
   .slick-list {
        height: 100% !important;
    } 
}
@media(max-width: 1150px){
    .box_04 .item_list li .inner .txt-box {
        padding-right: 20px;
    }
    .box_04 .item_list li .inner .img_slide {
        padding-left: 20px;
        width: calc(50% - 35px);
    }
    .box_04 .item_list li .inner .txt-box h3 {
        font-size: 3rem;
    }
    .content-box .item_list p {
        font-size: 1.6rem;
    }
}
@media(max-width: 1024px){
    .box_04 .item_list li .inner .txt-box {
        padding-right: 10px;
        width: 60%;
    }
    .box_04 .item_list li .inner .img_slide {
        padding-left: 10px;
        width: 40%;
        right: 20px;
        width: calc(40% - 20px);
    }
    .box_04 .item_list li .inner .txt-box h3 {
        font-size: 2.8rem;
        padding-top: 0;
    }
    .content-box .item_list p {
        font-size: 1.4rem;
    }
    .box_04 .item_list li .inner .txt-box .btn-box {
        padding-top: 30px;
    }
    .box_04 .item_list li .inner .img_slide p {
        padding: 10px 0;
    }
}
@media(max-width: 750px) {
    .box_04 {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .box_04 .item_list li .inner .txt-box {
        padding-right: 0px;
        width: 100%;
    }
    .box_04 .item_list li .inner .img_slide {
        padding-left: 0px;
        width: 100%;
        position: unset;
        height: auto;
        padding-top: 65px;
        padding-bottom: 20px;
    }
    .box_04 .item_list li .inner {
        flex-wrap: wrap;
        padding: 40px 16px 30px;
    }
    .box_04 .item_list li .inner .txt-box h3 {
        font-size: 2.3rem;
    }
    .content-box .item_list p {
        font-size: 1.3rem !important;
        line-height: 1.54;
        letter-spacing: 0.025em;
    }
}
/* 
======================== End box 04 ========================== 
*/
/*
==============================================================
========================== End Home ==========================
==============================================================
*/
/*
==============================================================
==================== research development ====================
==============================================================
*/
.banner .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}
.banner {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
    color: #231815;
    padding: 265px 0 80px;

}
.banner h2 {
    font-size: 2.92vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    color: #231815;
    letter-spacing: 0;
    margin-right: -15px;
}
/* .research-development .box_02 .item_list li .inner {
    padding-bottom: 60px;
} */

/*
==============================================================
================== End research development ==================
==============================================================
*/
.box_05 {
    background: unset;
    backdrop-filter: unset
}
.box_05 .item_list li .inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: unset;
    align-items: center;
    padding: 0;
    background: rgba(247, 247, 247, 0.35);
}
.box_05 .item_list li .inner .in_txt {
    width: 50%;
    padding-right: 40px;
    font-size: 1.8rem;
    line-height: 1.66;
    padding-left: 40px;
}
.box_05 .item_list li .img {
    width: 50%;
    padding: 0 0 0 40px;
    margin: 0;
}
.box_05 .item_list li .img img {
    position: unset;
}
.box_05 .item_list li .inner h2 {
    font-size: 3.6rem;
    line-height: 1.36;
}
.research-development .box_02 .item_list li h3 {
    padding-bottom: 10px;
}
.box_06 .item_list .list li {
    min-width: 120px;
    justify-content: center;
}
.box_06 .item_list .date {
    padding: 0;
    min-width: 0 !important;
    margin-right: 10px;
}
.box_06 .item_list .list {
    align-items: center;
}
.box_06 .img {
    width: 220px;
    padding-right: 40px;
}
.box_06 ul li .txt h3 {
    display: none;
}
.item_list.item_slider {
    margin-bottom: 0px;
    max-width: 1800px;
    margin: 0 auto;
    padding: 100px 0px 0;
}
.item_list.item_slider li {
    width: 33.33%;
    padding: 0 25px 80px;
}
.box_07 ul li .inner .tl_box {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    font-weight: 600;
    left: 0.05em;
    padding-bottom: 20px;
    line-height: 1;
}
.box_07 ul li .inner .tl_box .tl_txt {
    width: 60%;
}
.box_07 ul li .inner .tl_box .tl_txt h3 {
    padding-top: 60px;
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 0;
}
.box_07 ul li .inner .tl_box .tl_txt .name {
    color: #C3C3C3;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-top: 10px;
}
.box_07 ul li .inner .tl_box .tl_img {
    width: 40%;
}
.box_07 .item_list li .inner {
    min-height: 680px;
}
.box_07 .item_list li .btn-box {
    border-top: 1px solid #CFD0D1;
    width: 100%;
    margin-top: 10px;
    padding-top: 40px;
}
.slick-next,
.slick-prev{
    position: absolute;
    top: 52.5%;
    border: none;
    text-indent: -999999px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 40px;
    bottom: 40px;
    border: 1px solid #3E3E3E;
    z-index: 10;
    background: #fff;
    transition: .3s;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-prev::after,
.slick-next::after,
.slick-prev::before,
.slick-next::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    transition: .2s;
}
.slick-prev::after{
    background: url(../img/arr-left-dark.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    width: 36px;
    height: 16px;
    bottom: 62px;
    margin-left: -18px;
    margin-top: -8px;
}
.slick-next::after{
    background: url(../img/arr-right-dark.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    width: 36px;
    height: 16px;
    bottom: 62px;
    margin-left: -18px;
    margin-top: -8px;
}
.slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.slick-dots li{
    background: none;
    border: none;
    text-indent: -999999px;
    width: 80px !important;
    height: 10px !important;
    background: #CCCCCC;
    border-radius: 50vh;
    padding: 0 !important;
    margin: 0 10px;
}
.slick-dots li.slick-active{
    background: #FF6060;
}
.slick-next:hover,
.slick-prev:hover {
    background: #393E41;
}
.slick-next:hover::after {
    background: url(../img/arr-right.png) no-repeat;
}
.slick-prev:hover::after {
    background: url(../img/arr-left.png) no-repeat;
}
.box_06-01 ul li {
    align-items: center;
}
.blog_box .item_list li {
    width: 33.33%;
}
.blog_box .item_list li .img_box {
    height: 282px;
    text-align: center;
    margin-bottom: 35px;
}
.blog_box .item_list li .img_box img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0 auto;
}
.blog_box .item_list li h3 {
    font-size: 2.4rem;
    font-weight: 700;
    padding-top: 25px;
    padding-bottom: 10px;
    color: #151515;
}
@media(max-width: 1024px) {
    .slick-next, .slick-prev {
        width: 40px;
        height: 40px;
    }
    .box_07 .item_list {
        padding: 100px 0 0;
    }
    .box_07 .item_list li {
        padding: 0 15px 80px;
    }
}
@media(max-width: 960px) {
    .box_05 .item_list li .img {
        padding-left: 15px;
    }
    .box_05 .item_list li .inner .in_txt {
        padding-right: 15px;
    }
    .banner {
        padding: 200px 0 50px;
    }
}
@media(max-width: 750px) {
    .banner h2  {
        font-size: 3.5rem;
    }
    .research-development .inner {
        font-size: 1.6rem;
    } 
    .banner {
        padding: 130px 0 80px;
    }
    .box_05 .item_list li .img {
        width: 100%;
        padding-left: 0;
        padding-top: 18px;
    }
    .box_05 .item_list li .inner .in_txt {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        font-size: 1.3rem;
        line-height: 1.54;
    }
    .box_05 .item_list li h3 {
        font-size: 1.9rem;
        line-height: 1.37;
        letter-spacing: 0.05em;
    }
    .box_06 .img {
        display: none;
    }
    .box_06 .item_list .list {
        position: unset;
        padding-bottom: 10px;
    }
    .box_06 .item_list .list li {
        min-width: 70px;
        font-size: 1rem;
    }
    .box_06 .item_list li {
        padding-left: 0;    
        padding-right: 0;
    }
    .box_06 .item_list .date {
        margin-right: 5px;
    }
    .box_06 ul li .txt h3 {
        font-size: 1.7rem;
        display: block;
        line-height: 1.4
    }
    .box_06 ul li .txt p {
        display: none;
    }
    .research-development .box_06 ul li .txt p {
        display: block;
    }
    .box_06 ul li::before, 
    .box_06 ul li::after {
        display: none;
    }
    .box_06 ul li .txt {
        padding-bottom: 0;
    }
    .box_06 .item_list .list li {
        padding-top: 0;
    }
    .box_06 .item_list li {
        padding-top: 20px;
    }
    .box_06 .intro_box {
        padding-top: 10px;
    }
    .box_06-01 {
        padding-top: 40px;
    }
    .box_07 .item_list {
        padding-top: 30px;
    }
    .box_07 .item_list {
        font-size: 1.2rem;
    }
    .box_07 ul li .inner .tl_box .tl_txt h3 {
        padding-top: 40px;
        font-size: 2rem;
        font-weight: 700;
        padding-bottom: 0;
    }
    .box_07 ul li .inner .tl_box .tl_txt .name {
        font-size: 1.2rem;
        padding-top: 0;
    }
    .box_07 ul li .inner .tl_box .tl_txt {
        width: 55%;
    }
    .box_07 ul li .inner .tl_box .tl_img {
        width: 45%;
    }
    .box_07 .item_list li .inner {
        min-height: 500px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px -20px;
    }
    .slick-dots li{
        width: 40px !important;
        height: 5px !important;
        margin: 0 5px;
    }
    .box_07 .item_list li {
        padding: 0 15px 35px;
    }
    .box_07 ul li .inner .tl_box {
        padding-bottom: 15px;
    }
    .slick-dots {
        bottom: -5px;
    }
    .blog_box .item_list {
        padding: 0 15px;
    }
    .blog_box .item_list li {
        width: 100%;
        padding: 30px 0 20px 0;
        border-bottom: 1px solid #CFD0D1;
    }
    .blog_box .item_list li .inner {
        padding: 0;
    }
    .box_07 {
        margin-bottom: 0;
    }
    .blog_box .intro_box {
        padding-top: 15px;
    }
    .item_list.item_slider {
        padding-top: 20px;
    }
    .blog_box .item_list li .inner {
        background: unset !important;
        box-shadow: unset !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .blog_box .item_list li .img_box {
        display: none;
    }
    .blog_box .container {
        position: unset;
    }
    .blog_box .item_list li h3 {
        padding-top: 0;
        font-size: 1.7rem;
        padding-bottom: 5px;
    }
    .blog_box .date {
        font-size: 1rem !important;
        padding-bottom: 1px;
    }
    .blog_box {
        padding-bottom: 45px;
        margin-bottom: 85px;
    }
}
/* breadcrumbs ================================== */
.breadcrumbs {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .04em;
    background: #CCCCCC;
    padding: 10px 0;
}
.breadcrumbs .container {
    max-width: 1400px !important;
}
.breadcrumbs li {
    display: inline-block;
    margin-right: 10px;
}
.breadcrumbs li a {
    position: relative;
    color: #3E3E3E;
    transition: 0.2s;
    margin-right: 4px;
    text-decoration: underline;
}
@media(hover:hover){
    .breadcrumbs li a:hover {
        color: #FF6060;
    }
}
@media(hover:none){
    .breadcrumbs li a:active {
        color: #FF6060;
    }
}
@media (max-width:750px) {
    .breadcrumbs {
        padding: 3px 15px;
        font-size: 1.3rem;
    }
}
.recruitment-information .banner .bg {
    position: absolute;
    top: 3.125vw;
    right: 0;
    left: 0;
    z-index: -1;
}
.recruitment-information .banner {
    padding-top: calc(6.25vw + 1.6vw);
    font-size: 2.6vw;
    line-height: 1.4;
    letter-spacing: 0.12em;
    padding-bottom: 9.4vw;
}
.recruitment-information .banner .cl1 {
    color: #FF6060;
}
.recruitment-information .banner .txt {
    padding-top: 18.5vw;
    font-size: 1.36vw;
    line-height: 2.1;
    letter-spacing: 0.05em;
    color: #fff;
    margin-left: auto;
    width: fit-content;
}
.recruitment-information .banner .txt span {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 0%);
    backdrop-filter: blur(5px);
    padding: 0.25vw 0.8vw;
}
.recruitment-information .banner .container {
    max-width: 73vw;
}
.recruitment-information .box_03 .item_list li .btn-box {
    border-top: unset;
}
.recruitment-information .box_03 {
    background: unset;
    backdrop-filter: unset
}
.recruitment-information .box_03 .item_list li h3 {
    padding-bottom: 15px;
}
.box_08 .intro_box {
    padding-top: 0;
}
.box_08 .item_list img {
    width: 100%;
}
.box_02_v2 .item_list li .img {
    padding-top: 125%;
    margin-bottom: 35px;
}
.box_02_v2 .item_list li .inner {
    padding-bottom: 30px;
    transition: .3s;
}
.box_02_v2 .item_list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.box_02_v2 .item_list li .inner:hover {
    opacity: .7;
}
.box_02_v2 .item_list li .inner .name_gr {
    border-top: 2px solid #CFD0D1;
    margin-top: 35px;
    padding-top: 28px;
}
.box_02_v2 .item_list li .inner .name_gr .pos {
    padding-bottom: 5px;
}
.box_02_v2 .item_list li .inner .name_gr h3 {
    color: #151515;

}
.box_02_v2 .item_list li .inner .name_gr h3 .sm {
    color: #C3C3C3;
    font-size: 1.6rem;
    margin-left: 20px;
}
.box_02_v2 .item_list li {
    padding-bottom: 60px;
}
.box_02_v2 {
    margin-bottom: 0;
    padding-bottom: 0;
}
.job_box {
    padding-bottom: 0;
}
.job_box .item_list {
    margin: 0 -20px;
}
.job_box .item_list li {
    width: 50%;
    padding: 20px;
}
.job_box .item_list li .inner {
    background: rgba(252, 252, 252, 0.651);
    border-left: 6px solid #00917F;
    border-radius: 0;
    height: 200px;
}
.job_box .item_list li h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
}
.job_box .item_list li.cl1 h3{
    color: #00917F;
}
.job_box .item_list li.cl2 h3{
    color: #1A7BA7;
}
.job_box .item_list li.cl2 .inner {
    border-left: 6px solid #1A7BA7;
}
.job_box .item_list li.cl3 h3{
    color: #EF8A60;
}
.job_box .item_list li.cl3 .inner {
    border-left: 6px solid #EF8A60;
    border-radius: 0 10px 10px 0;
}
.job_box .item_list li.cl4 h3{
    color: #FF6060;
}
.job_box .item_list li.cl4 .inner {
    border-left: 6px solid #FF6060;
}
.job_box .item_list li h3 img {
    margin-right: 20px
}
.job_box .item_list li.cl1 h3 img {
    width: 70px;
}
.job_box .item_list li.cl2 h3 img {
    width: 50px;
}
.job_box .item_list li.cl3 h3 img {
    width: 60px;
}
.job_box .item_list li.cl4 h3 img {
    width: 60px;
}
.qa_box {
    padding-bottom: 180px;
}
.qa_box h3 {
    font-size: 3.2rem;
    padding-top: 80px;
    padding-bottom: 40px;
    border-bottom: 2px solid #CFD0D1;
}
.qa_box li {
    font-size: 2.4rem;
    line-height: 1.5;
    border-bottom: 2px solid #CFD0D1;
    padding: 46px 40px;
}
.qa_box li .q {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    transition: .3s;
}
.qa_box li .q:hover {
    opacity: .7;
}
.qa_box li .q::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    border-top: 12px solid #151515;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
    right: 0px;
}
.qa_box li.active .q::after {
    border-top: unset;
    border-bottom: 12px solid #151515;
}
.qa_box li .a {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
}
.qa_box li .a_box {
    display: none;
}
.qa_box li .desc {
    flex: 1;
}
.qa_box li .lb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F0F0F0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    color: #151515;
    margin-right: 12px;
    position: relative;
    top: 2px;
}
.qa_box li .a .lb {
    color: #FF6060;
    border: 1px solid #FF6060;
    background: #fff;
}
@media(max-width: 1700px){
    .recruitment-information .banner .bg {
        top: 5vw;
    }
    .recruitment-information .banner {
        padding-top: 10.5vw;
    }
}
@media(max-width: 1300px){
    .recruitment-information .banner .bg {
        top: 6vw;
    }

}
@media(max-width:860px) {
    .box_02_v2 .item_list li {
        width: 50%;
    }
}
@media(max-width:750px){
    .recruitment-information .banner {
        font-size: 3rem;
        letter-spacing: 0.06em;
        padding-top: 80px;
    }
    .recruitment-information .banner .container {
        max-width: calc(100% + 10px);
        /* margin-right: -10px */
    }
    .recruitment-information .banner .bg {
        top: 180px;
    }
    .recruitment-information .banner .txt {
        font-size: 1.8rem;
        line-height: 1.95;
        letter-spacing: 0.025em;
        padding-top: 67%;
        margin: 0;
    }
    .recruitment-information .banner .txt span {
        padding: 3px 10px;
    }
    .recruitment-information .box_03 .item_list li .inner {
        padding-top: 20px;
    }
    .recruitment-information .box_03 .item_list li h3 {
        font-size: 2.2rem;
        padding-top: 10px;
    }
    .recruitment-information .banner{
        padding-bottom: 15px;
    }
    .recruitment-information .box_03 {
        padding-bottom: 0;
    }
    .box_08 {
        padding-bottom: 10px;
    }
    .box_02_v2 .item_list li .img {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 240px;
        margin-bottom: 30px;
    }
    .box_02_v2 {
        margin-bottom: 50px;
    }
    .box_02_v2 .item_list li .inner .name_gr {
        border-top: 1px solid #CFD0D1;
        margin-top: 20px;
        padding-top: 20px;
    }
    .box_02_v2 .item_list li .inner .name_gr .pos {
        font-size: 1.2rem;
    }
    .box_02_v2 .item_list li .inner .name_gr h3 {
        font-size: 2rem;
        padding-bottom: 0;
    }
    .box_02_v2 .item_list li .inner .name_gr h3 .sm {
        font-size: 1.2rem;
        margin: 0;
        display: block;
    }
    .box_02_v2 .container {
        padding: 0;
    }
    .box_02_v2 .intro_box {
        padding: 30px 0;
        margin: 0 20px;
    }
    .box_02_v2 .item_list li {
        padding: 0 20px 50px;
    }
    .box_02_v2 .slick-dots {
        bottom: 15px;
    }
    .box_02_v2 .item_list li .inner {
        height: 100%;
    }
    .box_02_v2 .intro_box .btn-box {
        bottom: -45px;
    }
    .job_box .item_list {
        margin: 0;
    }
    .job_box .item_list li {
        width: 100%;
        padding: 0 0 20px;
    } 
    .job_box .item_list li .inner {
        height: 100px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 21px -17px;
        border-radius: 0 8px 8px 0;
    }
    .job_box .item_list li h3 {
        font-size: 2.1rem;
    }
    .job_box .item_list li h3 img {
        margin-right: 10px;
    }
    .job_box .item_list li.cl1 h3 img {
        width: 35px;
    }
    .job_box .item_list li.cl2 h3 img {
        width: 25px;
    }
    .job_box .item_list li.cl3 h3 img {
        width: 30px;
    }
    .job_box .item_list li.cl4 h3 img {
        width: 30px;
    }
    .job_box .intro_box .btn-box {
        bottom: -45px;
    }
    .qa_box h3 {
        font-size: 2rem;
        padding-top: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #CFD0D1;
    }
    .qa_box li {
        font-size: 1.5rem;
        line-height: 1.5;
        border-bottom: 2px solid #CFD0D1;
        padding: 24px 15px;
    }
    .qa_box .q .lb-sp {
        width: 100% !important;
    }
    .qa_box li .lb {
        top: -3px;
    }
    .qa_box {
        padding-bottom: 90px;
    } 
    .qa_box li,
    .qa_box h3 {
        border-width: 1px;
    }
    .qa_box li .q::after {
        width: 14px;
        height: 10px;
        border-top: 10px solid #151515;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        margin-top: -5px;
    }
    .qa_box li.active .q::after {
        border-top: unset;
        border-bottom: 10px solid #151515;
    }
    .qa_box li .q {
        padding-right: 20px;
    }
    .job_box {
        margin-bottom: 70px;
    }
}
/* 
=================================================================
============================== llm ==============================
=================================================================
*/
.llm .box_09 .container {
    max-width: 1840px;
}
.llm .box_09 {
    padding: 70px 0;
}
.llm .box_09 .items {
    display: flex;
    gap: 40px;
}
.llm .box_09 .items .item .img{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.llm .box_09 .items .item h3 {
   font-size: 2.4rem;
   font-weight: 700;
   line-height: 1;
   border-bottom: 2px solid #CFD0D1;
   line-height: 1.4;
   margin-bottom: 20px;
}
.llm .box_09 .items .item img {
    width: 100%;
}
.llm .box_09 .items .item a {
    transition: .3s;
    display: block;
}
.llm .box_09 .items .item_sm {
    width: calc(16.66% - 20px);
}
.llm .box_09 .items .item_lg .img a {
    width: calc(20% - 16px);
}
.llm .box_09 .items .img a:hover {
    opacity: .7;
}
.llm .box_09 .items .item_lg {
    flex: 1;
}
.box_10 .intro_box {
    padding-right: 20px;
}
.box_10 .item_list li .img  {
    /* width: calc(50% + 40px); */
    width: calc(39% + 40px);
    padding-top: 0;
    padding-right: 40px;
}
.box_10 .item_list li .inner {
    flex-direction: unset;
    box-shadow: unset;
    padding: 0 20px 0 0 ;
    align-items: center;
}
.box_10 .item_list li .img img {
    position: unset;
    width: 100%;
    height: auto;
}
.box_10 .item_list li .img {
    margin: 0;
}
.box_10 .item_list li .in_txt {
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.66;
    letter-spacing: 1.66em;
}
.llm .box_02 {
    padding-bottom: 0;
}
.comparison_table {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: 700;
}
.comparison_table .lg {
    font-size: 2rem;
}
.comparison_table h3 {
    padding-top: 80px;
    font-size: 3.2rem;
    line-height: 1.6;
    padding-bottom: 35px;
}
.comparison_table table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}
.comparison_table td, 
.comparison_table th {
  border: 1px solid #CFD0D1;
  text-align: left;
  padding: 12px 15px 11px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
.comparison_table th {
    background: #141414;
    color: #fff;
    width: 30%
}
.comparison_table td {
    width: 70%;
    padding: 26px 15px;
}
.comparison_table tr.bg {
  background-color: #F0F0F0;
}
.release_model .intro_box {
    padding-top: 40px;
}
.release_model .item_list {
    margin: 0 -20px;
}
.release_model .item_list li {
    width: 50%;
    padding:0 20px 20px;
}
.release_model .item_list li .inner {
    background: #FEFEFE;
    position: relative;
}
.release_model .item_list li .inner::before,
.release_model .item_list li .inner::after {
    content: '';
    position: absolute;
    transition: .3s;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.release_model .item_list li .inner::before {
    width: 60px;
    height: 60px;
    background: #3E3E3E;
    border-radius: 50%;
    right: 20px;
    /* bottom: 20px; */
}
.release_model .item_list li .inner::after {
    background: url(../img/arr-right.png) no-repeat;
    background-size: 100% !important;
    right: 31px;
    width: 36px;
    height: 16px;
    /* bottom: 42px; */
}
.release_model .item_list li .inner p {
    padding-right: 80px;
}
.release_model .item_list li .inner h3 {
    padding-bottom: 0;
    font-size: 3.2rem;
    padding-top: 0;
}
.release_model .item_list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.release_model .item_list li .inner:hover::before {
    background: #E3E3E3;
}
@media(max-width:1200px){
    .llm .box_09 .items .item h3 {
        font-size: 2rem;
    }
    .llm .box_09 .items {
        gap: 20px;
    }
    .llm .box_09 .items .item .img {
        gap: 10px
    }
    .llm .box_09 .items .item_sm {
        width: calc(16.66% - 10px);
    }
    .llm .box_09 .items .item_lg .img a {
        width: calc(20% - 8px);
    }
    .release_model .item_list li {
        padding: 0 10px 20px;
    }
    .release_model .item_list {
        margin: 0 -10px;
    }
    .release_model .item_list li .inner h3 {
        font-size: 2rem;
    }
}
@media(max-width:960px) {
    .llm .box_09 .items .item_lg .img a {
        width: calc(33.33% - 7px);
    }
    .llm .box_09 .items .item_sm {
        width: calc(25% - 10px);
    }
}
@media(max-width:750px) {
    .llm .box_09 .items {
        flex-wrap: wrap;
        gap: 0;
    }
    .llm .box_09 .items .item_sm {
        width: 100%;
        padding-bottom: 25px;
    }
    .llm .box_09 .items .item_sm a {
        width: 100%;
    }
    .llm .box_09 .items .item_lg {
        flex: auto;
    }
    .llm .box_09 .items .item img {
        width: 100%;
    }
    .llm .box_09 .items .item h3 {
        line-height: 2.2;
        border-width: 1px;
    }
    .llm .box_09 .items .item_lg .img {
        gap: 16px;
    }
    .llm .box_09 .items .item_lg .img a {
        width: calc(50% - 8px);
    }
    .comparison_table .lg {
        font-size: 1.2rem;
    }
    .llm .box_09 {
        padding: 30px 0 0;
        margin-top: -35px;
    }
    .llm .box_10 .intro_box {
        padding-top: 40px;
    }
    .llm .box_10 .intro_box {
        padding-right: 0;
    }
    .intro_box h2 {
        line-height: 1.44;
    }
    .intro_box h2::before {
        top: 6px;
    }
    .box_10 .item_list li .inner {
        padding: 0;
        flex-wrap: wrap;
    }
    .box_10 .item_list li .img {
        padding: 0;
        width: 100%;
    }
    .box_10 .item_list li .in_txt {
        flex: auto;
        padding-top: 40px;
    }
    .box_10 {
        margin-bottom: 0;
    }
    .llm .box_02 .intro_box {
        padding-bottom: 10px;
    } 
    .llm .box_02 .item_list li .inner {
        min-height: 390px;
    }
    .content-box .item_list li .inner {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 25px -12px;
    }
    .comparison_table .intro_box {
        padding-top: 0;
        padding-bottom: 10px;
    }
    .box_10 .item_list li .inner {
        box-shadow: unset;
    }
    .comparison_table table {
        margin-bottom: 12px;
    }
    .comparison_table {
        font-size: 1.2rem;
        line-height: 1.5;
        padding-bottom: 5px;
    }
    .comparison_table h3 {
        padding-top: 50px;
        font-size: 1.9rem;
        line-height: 1.4;
        padding-bottom: 20px;
    }
    .comparison_table th {
        font-size: 1.7rem;
        line-height: 1.2;
        padding: 6px 10px 7px;
        vertical-align: middle;
         width: 68%;
    }
    .comparison_table td {
        font-size: 1.5rem;
        line-height: 1.33;
         width: 32%;
         padding: 12px 0px;
         vertical-align: middle;
    }
    .release_model .item_list li {
        width: 100%;
        padding: 0 0 20px;
    }
    .release_model .item_list li .inner h3 {
        font-size: 1.9rem;
        padding-bottom: 5px;
    }
    .release_model .item_list li .inner p {
        padding-right: 40px;
    }
    .release_model .item_list li .inner::before {
        width: 30px;
        height: 30px;
    }
    .release_model .item_list li .inner::after {
        width: 18px;
        height: 7px;
        right: 26px;
        /* bottom: 32px; */
    }
    .release_model .intro_box {
        padding-bottom: 10px;
    }  
}
/* 
=================================================================
============================ End llm ============================
=================================================================
*/
/* 
=================================================================
=========================== solution ============================
=================================================================
*/
.solution .box_08 {
    padding-top: 80px;
}
.solution .box_08 img {
    margin-bottom: 30px;
}
.solution .box_11 .item_list {
    margin: 0 -25px;
}
.solution .box_11 .item_list li {
    width: 33.33%;
    padding: 0 25px;
}
.solution .box_11 .item_list li .inner {
    padding: 0;
    box-shadow: unset;
}
.solution .box_11 .item_list li .inner .img {
    padding-top: 100%;
}
.solution .box_11 .item_list li h3 {
    padding-bottom: 8px;
}
.solution .box_11 {
    padding-bottom: 0;
}
.solution .box_12 .item_list {
    align-items: center;
}
.solution .box_12 .img_box {
    width: 34.5%;
    padding-right: 50px;
}
.solution .box_12 .img_box img {
    width: 100%;
}
.solution .box_12 .txt_list {
    flex: 1;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.solution .box_12 .item_list li .inner p {
    letter-spacing: -0.01em;
}
.solution .box_12 {
    padding-bottom: 10px;
}
.solution .box_12 .intro_box {
    padding-top: 45px;
}
.item_text h3 {
    font-size: 5.6rem;
    padding-top: 80px;
    line-height: 1.36;
    padding-bottom: 20px;
}
.item_text h4 {
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: 0.025rem;
    font-weight: 700;
    padding-bottom: 35px;
    padding-top: 20px;
}
.content-box .item_text{
    font-size: 2.2rem;
    line-height: 1.55;
    font-weight: 600;
    letter-spacing: 0.025em;
    padding-bottom: 50px;
}
.management-philosophy .item_list .img {
    padding-top: 80px;
    width: 35%;
}
.content-box .item_text {
    flex: 1;
}
.content-box .item_text_01 {
    padding-bottom: 30px;
}
.management-philosophy .content-box .item_list {
    padding-top: 0;
}
@media(max-width: 1420px) {
    .solution .box_11 .item_list {
        margin: 0 -15px;
    }
    .solution .box_11 .item_list li {
        padding: 0 15px;
    }
    .item_text h3 {
        font-size: 4.5rem;
    }
    .content-box .item_text {
        font-size: 2rem;
    }
    .item_text h4 {
        font-size: 1.8rem;
        padding-top: 0;
        padding-bottom: 20px;
    }
}
@media(max-width: 1024px){
    .item_text h3 {
        font-size: 3rem;
    }
}
@media(max-width: 750px) {
    .solution .box_11 .item_list {
        margin: 0;
    }
    .solution .box_11 .item_list li {
        width: 100%;
        padding: 0 0 40px;
    }
    .solution .box_11 {
        margin-bottom: 0;
    }
    .solution .box_12 .img_box {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .solution .box_12 .txt_list {
        flex: auto;
        gap: 20px;
    }
    .management-philosophy .intro_box {
        padding-bottom: 15px;
    }
    .solution .box_12 {
        margin-bottom: 10px;
    }
    .management-philosophy .item_list .img {
        padding-top: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    .item_text h3 {
        padding-top: 50px;
        font-size: 1.9rem;
    }
    .content-box .item_text {
        flex: auto;
    }
    .content-box .item_text {
        font-size: 1.3rem;
    }
    .management-philosophy .content-box {
        padding-bottom: 15px;
    }
    .management-philosophy .intro_box {
        padding-top: 20px;
    }
    .management-philosophy .content-box h4 {
        font-size: 1.6rem;
    }
    .content-box .item_text_01 {
        padding-bottom: 0;
    }
    .management-philosophy footer .bg {
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
}
/* 
=================================================================
========================= End solution ==========================
=================================================================
*/
.company {
    padding-bottom: 80px !important;
    margin-bottom: 0;
}
.company .item_list {
    border-top: 2px solid #CFD0D1;
    padding-top: 80px !important;
    gap: 40px 50px;
    display: grid;
  grid-template-columns: auto auto auto !important;
}
.company .item_list li h3 {
    padding: 0 !important;
    font-size: 2.6rem;
    line-height: 1;
    transition: .3s;
    border: unset !important;
}
.company .item_list li .inner {
    padding: 36px 40px;
    transition: .3s;
}
.company .item_list li .inner::before, 
.company .item_list li .inner::after {
    content: '';
    position: absolute;
    transition: .3s;
}
.company .item_list li .inner::before {
    height: 60px;
    width: 60px;
    background: #3E3E3E;
    border-radius: 50%;
    right: 20px;
    top: 50%;
    margin-top: -30px;
}
.company .item_list li .inner::after {
    background: url(../img/arr-right.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    top: 50%;
    right: 32px;
    width: 36px;
    height: 18px;
    margin-top: -9px;
}
.company .item_list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.management-philosophy footer {
    position: relative;
}
.management-philosophy footer .bg {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    z-index: -1;
}
.company .item_list li .inner:hover {
    color: #C3C3C3;
    opacity: 1 !important;
}
.company .item_list li .inner:hover::before {
    background: #E3E3E3;
}
.company .item_list li .inner.active {
    color: #C3C3C3;
}
.company .item_list li .inner.active::before {
    background: #E3E3E3;
}
@media(max-width:1100px) {
    .company .item_list {
        gap: 20px 25px;
    }
    .company .item_list li h3 {
        font-size: 2rem;
    }
}
@media(max-width:860px) {
    .company .item_list {
        gap: 20px;
    }
    .company .item_list li .inner {
        padding: 36px 20px;
        transition: .3s;
    }
}
@media(max-width:750px) {
    .company .item_list {
        gap: 20px;
        grid-template-columns: unset !important;
        padding-top: 50px !important;
    }
    .company .item_list li .inner {
        padding: 36px 20px;
        transition: .3s;
    }
    .company {
        padding-bottom: 50px !important;
    }
    .company .item_list li .inner::before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .company .item_list li .inner::after {
        width: 18px;
        height: 7px;
        right: 26px;
        top: 50%;
        margin-top: -4px;
    }
    .management-philosophy .company .item_list {
        margin-top: -30px;
    }
}
/* 
=================================================================
================= End management philosophy =====================
=================================================================
*/
/* 
=================================================================
========================= End message ===========================
=================================================================
*/
.message .item_text h2,
.message .item_text h3 {
    padding-bottom: 50px;
}
.message .item_text h2 {
  font-size: 5.6rem;
  padding-top: 80px;
  line-height: 1.36;
}
.message .message_box .message_content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.message .message_box .message_content .img_box {
    width: 40%;
    padding: 0 20px;
}
.message .message_box .message_content .txt_box {
    width: 60%;
    padding: 0 20px;
    /* font-size: 2.6rem; */
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.025em;
}
.message .message_box .message_content .txt_box h3,
.message .message_box .message_content .txt_box h4 {
    font-size: 4rem;
    line-height: 1.4;
    padding-bottom: 55px;
}
.message .message_box .message_content .img_box .pos {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1;
    padding-top: 35px;
    padding-bottom: 15px;
}
.message .message_box .message_content .img_box .name {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    line-height: 1;
}
.message .message_box .message_content .img_box .name .sm {
    font-size: 2rem;
    letter-spacing: 0.05em;
    color: #C3C3C3;
    padding-left: 10px;
    line-height: 1;
}
.message .message_box.odd {
    padding-top: 55px;
}
@media (max-width: 1420px) {
  .message .item_text h2 {
    font-size: 4.5rem;
  }
}
@media(max-width: 1360px) {
    .message .message_box .message_content .txt_box h3,
    .message .message_box .message_content .txt_box h4 {
        font-size: 3rem;
        padding-bottom: 30px;
    }
    .message .message_box .message_content .txt_box {
        font-size: 2rem;
    }
    .message .message_box .message_content .img_box .name {
        font-size: 2.4rem;
    }
    .message .message_box .message_content .img_box .name .sm,
    .message .message_box .message_content .img_box .pos {
        font-size: 1.6rem;
    }
}
@media(max-width: 1024px) {
    .message .message_box .message_content .txt_box {
        font-size: 1.6rem;
    }
    .message .item_text h2 {
        font-size: 3rem;
    }
    .message .message_box .message_content .txt_box h3,
    .message .message_box .message_content .txt_box h4 {
        font-size: 2.2rem;
    }
}
@media(max-width: 750px) {
    .message .message_box .message_content .txt_box h3,
    .message .message_box .message_content .txt_box h4 {
        font-size: 1.9rem;
        padding-bottom: 10px;
        padding-top: 30px;
    }
    .message .message_box .message_content .txt_box,
    .message .message_box .message_content .img_box .name .sm, 
    .message .message_box .message_content .img_box .pos {
        font-size: 1.3rem;
    } 
    .message .message_box .message_content .img_box .pos {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .message .message_box .message_content .img_box .name {
        font-size: 1.9rem;
    }
    .message .message_box .message_content .txt_box, 
    .message .message_box .message_content .img_box {
        width: 100%;
        padding: 0;
    }
    .message .message_box .message_content {
        margin: 0;
    }
    .message .item_text h2 {
        font-size: 1.9rem;
    }
    .message .item_text h2,
    .message .item_text h3 {
        padding-bottom: 25px;
        letter-spacing: 0;
    }
    .message_box {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .message .message_box {
        padding-top: 25px !important;
    }
    .message .message_box.odd .message_content {
        flex-direction: column-reverse ;
    }
    .message .content-box {
        padding-bottom: 25px;
    }
}
/* 
=================================================================
========================== End message ==========================
=================================================================
*/
/* 
=================================================================
====================== Company Information ======================
=================================================================
*/
.company-information .item_list {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 40px;
}
.company-information .item_list li h2,
.company-information .item_list li h3 {
    padding-bottom: 0;
    font-size: 3.2rem;
    letter-spacing: 0.025em;
    border-top: 1px solid #CFD0D1;
    padding-top: 50px;
}
.company-information .item_list li .inner::before, 
.company-information .item_list li .inner::after {
    content: '';
    position: absolute;
    transition: .3s;
}
.company-information .item_list li .inner::before {
    height: 60px;
    width: 60px;
    background: #3E3E3E;
    border-radius: 50%;
    right: 40px;
    margin-top: -30px;
    bottom: 40px;
}
.company-information .item_list li .inner::after {
    background: url(../img/arr-right.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    right: 52px;
    width: 36px;
    height: 18px;
    margin-top: -9px;
    bottom: 62px;
}
.company-information .socials .inner {
    display: block;
}
.company-information .socials .inner img {
    height: 80px;
    width: auto;
    object-fit: contain;
    object-position: left;
}
.company-information .socials .item_list {
    border-top: 2px solid #CFD0D1;
}
.company-information .socials .inner {
    padding: 15px 40px !important;
    transition: .3s;
}
.company-information .socials .inner:hover {
    opacity: .5;
}
.company-information .socials .inner::before,
.company-information .socials .inner::after {
    bottom: unset !important;
    top: 50% !important;
}
.company-information .item_list li.yt .inner::before {
    background: #FF0433;
}
.company-information .item_list li.linkin .inner::before {
    background: #2867B2;
}
.company-information .socials li .inner::after {
    width: 16px;
    height: 16px;
    background: url(../img/company-information/link_icon.png) no-repeat;
    background-size: 100% !important;
    display: block !important;
    right: 61px;
    margin-top: -8px;
}
.company-information .socials li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
@media(max-width: 860px){
    .company-information .item_list {
        gap: 30px
    }
    .company-information .item_list li h3 {
        font-size: 2.4rem;
        padding-top: 40px;
    }
    .company-information .item_list li .inner::before {
        bottom: 27px;
    }
    .company-information .item_list li .inner::after {
        bottom: 49px;
    }
}
@media(max-width: 750px) {
    .company-information .item_list li .inner::before {
        width: 30px;
        height: 30px;
        right: 20px;
        bottom: 27px;
    }
    .company-information .item_list li .inner::after {
        width: 18px;
        height: 7px;
        right: 26px;
        bottom: 26px;
    }
    .company-information .item_list {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .company-information .socials .item_list li .inner::after {
        width: 12px;
        height: 12px;
    }
    .company-information .item_list li .inner::before {
        margin-top: -15px;
    }
    .company-information .item_list li .inner {
        padding: 15px 20px !important;
    }
    .company-information .socials .inner img {
        height: 70px;
    }
    .company-information .socials .item_list li .inner::before {
        right: 20px;
    }
    .company-information .socials .item_list li .inner::after {
        right: 29px;
        margin-top: -6px;
    }
    .company-information .socials {
        padding-bottom: 35px;
    }
    .company-information .item_list li .inner::before {
        bottom: 15px;
    }
    .company-information .item_list li h2,
    .company-information .item_list li h3 {
        font-size: 1.9rem;
        padding-top: 25px;
    }
}
/* 
=================================================================
=================== End Company Information =====================
=================================================================
*/
/* 
=================================================================
=========================== history =============================
=================================================================
*/
.history .intro_box {
    padding-right: 0;
}
.history .intro_box  {
    max-width: 100%;
    margin-left: calc((100vw - 1430px) / 2);
    padding-right: 40px;
}
.history .intro_box h2 {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.history .intro_box h2::before {
    display: none;
}
.history .intro_box h2 span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.history .intro_box h2 span::before,
.history .intro_box h2 span::after {
    content: '';
    position: absolute;
    left: 50%;
    z-index: 1;
}
.history .intro_box h2 span::before {
    width: 13px;
    height: 13px;
    background: #FF6060;
    border-radius: 50%;
    margin-left: -6px;
    top: calc(100% + 24px);   
}
.history .intro_box h2 span::after {
   height: 55px;
   border-left: 1px dotted #FF6060;
   top: calc(100% + 38px);

}
.history .intro_box {
    padding-bottom: 30px;
    padding-top: 180px;
    border: unset;
}
.history .content-box .item_list {
    padding-top: 60px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    font-weight: 600;
    border-top: 2px solid #CFD0D1;
}
.history .content-box .item_list li .inner .price {
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 25px;
}
.history .content-box .item_list li .inner .price .no {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.025em;
}
.history .content-box .item_list li .inner .tx {
    padding-left: 24px;
    position: relative;
}
.history .content-box .item_list li .inner .tx::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #151515;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.history .content-box .item_list li .inner .img {
    padding-top: 50%;
    margin-bottom: 0;
    margin-top: 35px;
}
.history .slick-prev::after {
    background: url(../img/arr-left.png) no-repeat;
}
.history .slick-next::after {
    background: url(../img/arr-right.png) no-repeat;
}
.history .slick-prev,
.history .slick-next {
    background: #3E3E3E;
    top: -165px;
}
.history .slick-prev.slick-disabled,
.history .slick-next.slick-disabled {
    background: #E3E3E3;
    pointer-events: none;
    cursor: default;
    border: 1px solid #E3E3E3;
}
.history .slick-prev {
    left: unset;
    right: 370px;
}
.history .slick-next {
    right: 280px;
}
.history .item_list_slider {
    margin-left: calc((100vw - 1430px) / 2);
}
.history .content-box .item_list_slider li {
    padding: 0 25px 90px;
}
.history .content-box .item_list_slider li .inner {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #fff;
    border-top: unset;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.16);
    height: 100%;
    position: relative;
}
.history .content-box .item_list_slider li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
/* .history .content-box .item_list_slider li .inner:hover{
    opacity: .7;
} */
.history .content-box .item_list_slider .slick-list {
    padding-right: 17% !important;
}
.history .content-box {
    margin-bottom: 0;
}
@media(max-width: 1480px){
    .history .intro_box {
        margin-left: 20px;
        padding-right: 30px;
    }
}
@media(max-width: 1400px){
    .history .item_list_slider {
        margin-left: auto;
    }
    .history .slick-prev {
        right: 130px;
    }
    .history .slick-next {
        right: 30px;
    }
    .history .intro_box {
        padding-right: 0px;
    }
}
@media(max-width: 1100px) {
    .history .content-box .item_list_slider li {
        padding: 0 15px 50px;
    }
    .history .intro_box h2 span.year-2024 {
        right: -30px;
    }
}
@media(max-width:1024px){
    .history .slick-prev {
        right: 80px;
    }
    .history .slick-next {
        right: 20px;
    }
    .history .intro_box {
        padding-top: 100px;
    }
    .history .slick-prev, 
    .history .slick-next {
        top: -125px;
    }
}
@media(max-width:750px){
    .history .content-box .item_list li .inner .price {
        font-size: 1.6rem;
        padding-bottom: 15px;
    }
    .history .content-box .item_list li .inner .price .no {
        font-size: 1.9rem;
    }
    .history .content-box .item_list li .inner .img {
        margin-top: 15px;
    }
    .history .intro_box h2::before {
        width: 11px;
        height: 11px;
        margin-left: -6px;
        top: calc(100% + 24px);
    }
    .history .intro_box h2::after {
        height: 45px;
        border-left: 1px dotted #FF6060;
        top: calc(100% + 33px);
        margin-left: -1px;
    }
    .history .intro_box h2 span::after {
        height: 40px;
    }
    .history .content-box .item_list {
        padding-top: 46px;
        padding-left: 10px;
    }
    .history .content-box .item_list_slider li {
        padding: 0 10px 50px;
    }
    .history .content-box {
        padding-bottom: 20px;
    }
    .history .intro_box {
        padding-top: 100px !important;
        padding-right: 0 ;
    }
    .history .content-box .item_list_slider li .inner {
        background: rgba(255, 255, 255, 0.55);
        box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
        min-height: 375px;
    }
    .history .content-box .item_list li .inner .tx::before {
        width: 10px;
        height: 10px;
        top: 5px;
    }
    .history .content-box .item_list li .inner .tx {
        padding-left: 15px;
    }
}
/* 
=================================================================
=========================== End history =========================
=================================================================
*/
/* 
=================================================================
============================ contact ============================
=================================================================
*/
.contact .intro_box {
    font-size: 2.2rem;
    line-height: 1.55;
    border-bottom: unset;
    padding-bottom: 0;
}
.contact .company .item_list {
    padding-top: 40px !important;
    border-top: unset !important;
    grid-template-columns: 2fr 2fr !important;
}
.contact .company h2 {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    border-top: 2px solid #CFD0D1;
    padding-top: 50px;
    position: relative;
    cursor: pointer;
    padding-right: 95px;
}
.contact .company p {
    padding-top: 15px;
}
.contact .company .item_list li h3 {
    line-height: 1.4;
}
.contact .company h2::after {
    content: '';
    position: absolute;
    border-bottom: 20px solid #3E3E3E;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    right: 40px;
    top: calc(50% + 25px);
    margin-top: -10px;
    transition: .3s;
    transform: rotate(180deg);
}
.contact .company h2.active::after {
    transform: rotate(0);
}
.contact .company .item_list li .inner {
    padding: 39px 40px;
    min-height: 150px;
    display: flex;
    justify-content: center;
}
.contact .company .item_list li .inner.ex_01::before {
    background: #00917F;
}
.contact .company .item_list li .inner.ex_02::before {
    background: #1A7BA7;
}
.contact .company .item_list li .inner.ex_01::after,
.contact .company .item_list li .inner.ex_02::after {
    width: 16px;
    height: 16px;
    background: url(../img/company-information/link_icon.png) no-repeat;
    background-size: 100% !important;
    display: block !important;
    right: 43px;
    margin-top: -8px;
}
.contact .company .i_list {
    /*display: none;*/
}
.contact .company h3.active::after {
    border-top: 20px solid #3E3E3E;
    border-bottom: unset;
}
.contact .company.last {
    padding-bottom: 180px !important;
}
.contact .i_list .in_txt {
    padding-right: 55px;
}
@media(max-width:1024px){
    .contact .company h2 {
        font-size: 2.4rem;
        padding-right: 45px;
    }
    .contact .company h2::after {
        border-bottom: 12px solid #3E3E3E;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        right: 10px;
        top: calc(50% + 25px);
        margin-top: -6px;
    }
}
@media(max-width:750px){
    .contact .intro_box {
        font-size: 1.3rem;
        padding-top: 50px;
    }
    .contact .content-box {
        padding-bottom: 0;
    }
    .contact .company h2 {
        font-size: 1.9rem;
        padding-top: 30px;
    }
    .contact .company h2::after {
        top: 45px;
    }
    .contact .company .item_list {
        grid-template-columns: unset !important;
    }
    .contact .company .item_list li .inner {
        min-height: unset;
        padding: 36px 20px
    }
    .contact .company .item_list li .inner.ex_01::after, 
    .contact .company .item_list li .inner.ex_02::after {
        width: 10px;
        height: 10px;
        right: 30px;
        margin-top: -5px;
    }
    .contact .company.last {
        padding-bottom: 50px !important;
    }
}
/* 
=================================================================
=========================== End contact =========================
=================================================================
*/
/* 
=================================================================
====================== company overview =========================
=================================================================
*/
.company-overview .intro li {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.4rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-bottom: 2px solid #CFD0D1;
    padding: 40px 20px;
}
.company-overview .intro li .lbl {
    width: 310px;
}
.company-overview .intro li .desc {
    flex: 1;
}
.company-overview .intro li img {
    max-width: 173px;
    margin-top: 20px;
}
.company-overview iframe {
    width: 100%;
    height: 374px;
}
.company-overview .box_03 .item_list li .inner {
    padding: 0;
    box-shadow: unset;
    background: unset;
    font-size: 2.4rem;
    line-height: 1.66;
    letter-spacing: 0.025em;
    font-weight: 500;
}
.company-overview .box_03 .item_list li .inner .add {
    padding-bottom: 50px;
}
.company-overview .box_03 .item_list li .inner .tx {
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.company-overview .box_03 .item_list li .inner .tx:last-child {
    margin-bottom: 0;
}
.company-overview .box_03 .item_list li .inner .tx::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FF6060;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    /* top: 9px; */
}
.company-overview .box_03 .item_list li .img {
    padding-right: 20px;
    margin-bottom: 0;
}
@media(max-width:1150px){
    .company-overview .box_03 .item_list li .inner .tx {
        padding-left: 20px;
    }
    .company-overview .box_03 .item_list li .inner .tx::before {
        width: 15px;
        height: 15px;
        top: 5px;
    }
}
@media (max-width: 1024px) {
    .company-overview .box_03 .item_list li .inner .tx::before {
        width: 12px;
        height: 12px;
        top: 5px;
    }
}
@media(max-width: 960px){
    .company-overview .intro li .lbl {
        width: 220px;
    }
}
@media(max-width: 750px) {
    .company-overview .intro li {
        font-size: 1.3rem;
        padding: 20px 10px;
        border-width: 1px;
    }
    .company-overview .intro li .lbl {
        width: 90px;
    }
    .company-overview .content-box {
        padding-top: 50px;
    }
    .company-overview .box_03 .item_list li .in_txt {
        padding-top: 20px;
    }
    .company-overview .box_03 .item_list li .img {
        padding-right: 0;
    }
    .company-overview .box_03 .item_list li .inner .add {
        padding-bottom: 25px;
    }
    .company-overview .box_03 .item_list li .inner .tx {
        margin-bottom: 15px;
    }
    .company-overview .content-box {
        padding-bottom: 0;
    }
    .company-overview .company {
        padding-top: 0 !;
    }
    .company-overview iframe {
        height: 250px;
    }
}
/* 
=================================================================
==================== End company overview =======================
=================================================================
*/
.topics .news-box ul li .list {
    align-items: center;
}
.topics .news-box ul li .list li {
    min-width: 120px;
    text-align: center;
    justify-content: center;
}
.topics .news-box ul li .list li.date {
    min-width: unset !important;
    padding-left: 0;
}
.topics .news-box ul li .txt p{
    display: -webkit-box;           
    -webkit-line-clamp: 2;        
    -webkit-box-orient: vertical;   
    overflow: hidden;               
    text-overflow: ellipsis;
    max-width: 1080px;
}
.topics .news-box {
    padding-top: 80px;
}
.topics .filter_box {
    background: linear-gradient(to bottom, #fff 0%, #F6F6F6 20%, #F6F6F6 100%);
    border: 1px solid #fff;
    box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1);
    padding: 45px 40px 40px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.topics .filter_box h2,
.topics .filter_box h3 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.5;
}
.topics .filter_box .filter_content {
    background: #fff;
    border-radius: 10px;
}
.topics .filter_box .filter_tl {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    justify-content: space-between;
}
.topics .filter_box .filter_tl .clear {
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;

}
.topics .filter_box .filter_tl .clear .ic {
    font-size: 3rem;
    position: relative;
    top: 4px;
    left: -5px;
}
.topics .filter_box .filter_content {
    display: flex;
    align-items: center;
    padding: 20px;
}
.topics .filter_box .filter_content h4 {
    width: 170px;
    padding-right: 20px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
}
.topics .filter_box .filter_content .filter {
    flex: 1;
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr !important;
    gap: 20px;
    border-left: 2px solid #CFD0D1;
    padding: 30px 40px;
}
.topics .filter_box .filter_content .filter a {
    color: #fff;
    background: #CCCCCC;
    display: block;
    border-radius: 5px;
    line-height: 1;
    padding: 7px 8px 7px 38px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    position: relative;
}
.topics .filter_box .filter_content .filter a.active {
    background: #231815;
}
.topics .filter_box .filter_content .filter a::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 8px;
    top: 7px;
}
.topics .filter_box .filter_content .filter a.active::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 6px;
    border-left: 2px solid #141414;
    border-bottom: 2px solid #141414;
    transform: rotate(-45deg);
    left: 11px;
    top: 12px;
}
.topics .news-box .item_list {
    padding-bottom: 0;
}
.topics .company .item_list {
    border: unset;
}
.topics .company {
    border-top: 2px solid #CFD0D1;
}
/* =====================
   Pagination
   ===================== */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 30px 0 140px;
}
.pagination .pag-num,
.pagination .pag-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8e8e8;
    color: #151515;
    font-size: 2.2rem;
    text-decoration: none;
    cursor: pointer;
    transition: .3s;
    user-select: none;
    text-align: center;
}

.pagination .pag-num:hover,
.pagination .pag-arrow:hover {
    background: #656565;
    color: #fff;
}
.pagination .pag-num.current{
    background: #656565;
    color: #fff;
}
.pagination .pag-arrow {
    background: #fff;
    background-position: center !important;
    background-size: 36px 20px !important
}
.pagination .pag-arrow:hover {
    opacity: .7;
}
.pagination .pag-arrow.arrow-right {
    background: url(../img/arr-right-dark.png) no-repeat;
}
.pagination .pag-arrow.arrow-left {
    background: url(../img/arr-left-dark.png) no-repeat;
}
.pagination .pag-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #999;
    font-size: 16px;
    letter-spacing: 2px;
}
@media(max-width:1300px){
    .topics .filter_box .filter_content .filter {
        grid-template-columns: 3fr 3fr 3fr !important;
    }
}
@media (max-width: 1100px) {
    .topics .news-box {
        padding-top: 50px;
    }
    .topics .filter_box {
        padding: 25px 20px 20px;
    }
    .topics .filter_box .filter_content .filter {
        padding: 15px 20px;
    }
    .topics .filter_box .filter_content h4 {
        width: 120px;
        font-size: 1.9rem;
    }
    .topics .filter_box .filter_content .filter a {
        font-size: 1.6rem;
    }
    .topics .filter_box .filter_content .filter a::before {
        top: 5px;
    }
    .topics .filter_box .filter_content .filter a.active::after {
        top: 11px;
    }
}
@media(max-width:860px) {
    .topics .filter_box .filter_content .filter {
        gap: 15px;
        grid-template-columns: 2fr 2fr !important;
    }
}
@media (max-width: 750px) {
    .pagination {
        gap: 5px;
        padding-bottom: 50px;
        padding-top: 20px;
    }
    .pagination .pag-num,
    .pagination .pag-arrow {
        width: 25px;
        height: 25px;
        font-size: 1.3rem;
    }
    .pagination .pag-dots {
        width: 24px;
    }
    .topics .filter_box .filter_content .filter {
        gap: 15px;
        grid-template-columns: 1fr !important;
        padding: 0;
        width: 100%;
        border-left: unset;
    }
    .topics .filter_box .filter_content {
        flex-direction: column;
    }
    .topics .filter_box .filter_content h4 {
        border-bottom: 1px solid #CFD0D1;
        padding-left: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .topics .news-box ul li .list {
        position: unset;
    }
    .topics .news-box ul li .list li {
        min-width: 50px;
    }
    .pagination .pag-arrow {
        background-size: 24px 11px !important;
    }
    .topics .company {
        border-width: 1px;
    }
    .topics .filter_box .filter_tl {
        flex-direction: column;
    }
}
.topics .detail_content {
    font-size: 2.2rem;
    line-height: 1.55;
    padding-bottom: 135px;
}
.topics .detail_content .date {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1;
    margin-bottom: 20px;
}
.topics .detail_content .date span {
    width: auto;
    border-radius: 6px;
    padding: 4px 15px 4px 15px;;
    color: #fff;
    width: unset !important;
    background: #FF6060;
    display: inline-block;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    margin-left: 20px;
    position: relative;
}
.topics .detail_content h1 {
    font-size: 3.6rem;
    letter-spacing: 0.025em;
    line-height: 1.5;
    border-bottom: 2px solid #CFD0D1;
    padding-bottom: 30px;
    margin-bottom: 80px
}
.topics .detail_content img {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.topics .detail_content h2 {
    margin-top: 80px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-left: 50px;
    position: relative;
    margin-bottom: 25px;
}
.topics .detail_content h2::before {
    content: '';
    position: absolute;
    width: 41px;
    height: 33px;
    background: url(../img/tittle_icon.png) no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 5px;
}
.topics .detail_content h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-top: 70px;
    margin-bottom: 30px;
    border-bottom: 2px solid #CFD0D1;
    padding-bottom: 10px;
}
.topics .detail_content .cl1 {
    color: #ff6060;
    text-decoration: underline;
}
.topics_detail .btn-box {
    width: fit-content;;
    margin: 0 auto;
    padding-bottom: 180px;
}
.topics_detail .banner {
    padding-top: 140px;
}
.topics_detail .btn-box .btn-view::after {
    background: url(../img/arr-left.png) no-repeat;
}
@media(max-width: 750px) {
    .topics .detail_content .date span {
        min-width: 50px;
    }
    .topics .detail_content .date {
        margin-bottom: 0;
    }
    .topics .detail_content {
        font-size: 1.3rem;
    }
    .topics .detail_content h1 {
        font-size:  2.2rem;
        padding-bottom: 20px;
        border-width: 1px;
        margin-bottom: 40px;
    }
    .topics .detail_content h2 {
        margin-top: 40px;
        font-size: 1.9rem;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .topics .detail_content h2::before {
        width: 25px;
        height: 20px;
        top: 2px;
    }
    .topics .detail_content h3 {
        font-size: 1.6rem;
        margin-top: 35px;
        margin-bottom: 20px;
        border-bottom: 1px solid #CFD0D1;
        padding-bottom: 5px;
    }
    .topics .detail_content {
        padding-bottom: 50px;
    }
    .topics_detail .btn-box {
        padding-bottom: 50px;
    }
    .topics_detail .banner {
        padding-top: 20px;
    }
}
.history .intro_box h2 .year-label {
    transition: color 0.4s ease, opacity 0.4s ease;
}
.history .intro_box h2 .year-label.active {
    opacity: 1;
    /* transform: translateX(0) !important; */
    z-index: 1;
}
.history .content-box .item_list_slider li.year-divider-slide {
    padding: 0 25px 90px;
}
.history .content-box .item_list_slider li.year-divider-slide .year-divider-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
}
.history .content-box .item_list_slider li.year-divider-slide .year-divider-label {
    font-size: 6rem;
    font-weight: 700;
    color: #3E3E3E;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
    display: inline-block;
}
.history .content-box .item_list_slider li.year-divider-slide .year-divider-label::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: #FF6060;
    border-radius: 50%;
    left: 50%;
    margin-left: -6px;
    top: calc(100% + 24px);
}
.history .content-box .item_list_slider li.year-divider-slide .year-divider-label::after {
    content: '';
    position: absolute;
    height: 55px;
    border-left: 1px dotted #FF6060;
    left: 50%;
    top: calc(100% + 38px);
}
@media(max-width: 750px) {
    .history .content-box .item_list_slider li.year-divider-slide {
        padding: 0 10px 50px;
    }
    .history .content-box .item_list_slider li.year-divider-slide .year-divider-label {
        font-size: 3.6rem;
    }
    .history .intro_box h2 span.year-2024 {
        right: -30px;
    }
}

/* 20260427 */
.banner h1 {
    font-size: 2.92vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    color: #231815;
    letter-spacing: 0;
    margin-right: -15px;
}
.intro_box h2 {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-left: 50px;
    position: relative;
    line-height: 1;
}

@media (max-width: 750px) {
    .banner h1 {
        font-size: 3.5rem;
    }
    .intro_box h2 {
        font-size: 2.3rem;
        letter-spacing: 0.05em;
        padding-left: 50px;
    }
}

/* 
=================================================================
====================== terms,security,privacy,stakeholder =========================
=================================================================
*/
.terms-content {
    padding-bottom: 100px;
    font-size: 1.8rem;
}
.terms .intro_box {
    border-bottom: none;
}
.terms .intro_box p {
    padding: 50px 0 0 0;
}

.terms h3 {
    font-size: 2.8rem;
    border-bottom: 2px solid #1a1a1a;
    margin-bottom: 46px;
    padding-bottom: 16px;
}
.terms-content-in {
    margin-bottom: 60px;
}
.terms-content-in p {
    padding-bottom: 30px;
}
.terms-content-ttl {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
}
.terms-content-in dt + dd {
    padding-bottom: 40px;
}
.terms-content-in  ol {
    padding-left: 30px;
    list-style-type: decimal;
    counter-reset: number;
}
.terms-content-in ol li {
    padding-left: 5px;
}
.terms-content-in ol>li {
    list-style-type: decimal;
    margin-bottom: 26px;
}
.terms-content-in ol.list-brackets {
    padding: 0 0 0 .5em;
    list-style-type: decimal;
    counter-reset: number;
}
.terms-content-in ol.list-brackets li {
    list-style-type: none;
}
.terms-content-in ol.list-brackets li:before {
    counter-increment: number;
    content: "(" counter(number) ")";
    margin-right: .7em;
}
.terms-content-in ol .list-brackets {
    padding-top: 20px;
}
.terms-content-in a {
    position: relative;
    color: #1a1a1a;
}
.terms-content-in a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #1a1a1a;
    transform: translateZ(0) scaleY(.5);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.terms-content-in a:hover:before {
    -webkit-animation: hover-line-on-off-on 1s cubic-bezier(.19,1,.22,1);
    animation: hover-line-on-off-on 1s cubic-bezier(.19,1,.22,1);
}
@-webkit-keyframes hover-line-on-off-on {
    0% {
        transform-origin: right;
        transform: translateZ(0) scaleY(.5)
    }

    50% {
        transform-origin: right;
        transform: translateZ(0) scale(0,.5)
    }

    50.01% {
        transform-origin: left;
        transform: translateZ(0) scale(0,.5)
    }

    to {
        transform-origin: left;
        transform: translateZ(0) scaleY(.5)
    }
}

@keyframes hover-line-on-off-on {
    0% {
        transform-origin: right;
        transform: translateZ(0) scaleY(.5)
    }

    50% {
        transform-origin: right;
        transform: translateZ(0) scale(0,.5)
    }

    50.01% {
        transform-origin: left;
        transform: translateZ(0) scale(0,.5)
    }

    to {
        transform-origin: left;
        transform: translateZ(0) scaleY(.5)
    }
}

/* security */
.terms-signature {
    text-align: right;
    font-size: 1.8rem;
}

/* privacy */
.privacy-content h2 {
    font-size: 2.8rem;
    margin: 50px 0 30px;
}
.privacy-content ul li {
    padding-left: 5px;
}
.privacy-content .ul01 {
    padding-left: 40px;
}
.privacy-content .ul01 li {
    list-style-type: disc;
}
.privacy-content .ul02 {
    list-style-type: circle;
    padding-left: 10px;
    margin-top: 12px;
    margin-bottom: 20px;
}
.privacy-content .ul02 li {
    list-style-type: circle;
    padding-bottom: 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.privacy-table {
    width: 100%;
    max-width: 85%;
    border: 1px solid #393E41;
}
.privacy-table-title,
.privacy-table-detail td:first-of-type {
    background-color: #aaa;
}
.privacy-table-title th,
.privacy-table-detail td {
    padding: 15px 10px;
    font-size: 1.6rem;
    vertical-align: middle;
}
.privacy-table-title th {
    min-width: 160px;
    white-space: nowrap;
    border-top: 1px solid #393E41;
    border-left: 1px solid #393E41;
}
.privacy-table-detail td {
    border-top: 1px solid #393E41;
    border-left: 1px solid #393E41;
}
.privacy-table-detail td ul li {
    padding-bottom: 10px;
    padding-left: 0;
    list-style: none;
}
.privacy-content .table-ttl {
    font-size: 16px;
    padding: 0;
}
.privacy-content .table-ttl + .scroll-hint {
    margin-top: 5px;
    margin-bottom: 25px;
}

/* stakeholder */
.stakeholder-title {
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: .02em;
    border-bottom: 2px solid #1a1a1a;
    margin: 80px 0 50px;
    padding-bottom: 16px;
}
.stakeholder ol li span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;

}

@media(max-width: 750px) {
    .terms .content-box {
        padding-top: 50px;
    }
    .terms-content {
        padding-bottom: 50px;
        font-size: 1.4rem;
    }
    .terms .intro_box p {
        padding: 20px 0 0 0;
        font-size: 1.6rem;
    }

    .terms h3 {
        font-size: 2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .terms-content-in {
        margin-bottom: 30px;
    }
    .terms-content-in p {
        padding-bottom: 15px;
    }
    .terms-content-ttl {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .terms-content-in dt + dd {
        padding-bottom: 30px;
    }
    .terms-content-in  ol {
        padding-left: 30px;
    }
    .terms-content-in ol li {
        padding-left: 5px;
    }
    .terms-content-in ol>li {
        margin-bottom: 15px;
    }
    .terms-content-in ol.list-brackets {
        padding: 0 0 0 .5em;
    }
    .terms-content-in ol .list-brackets {
        padding-top: 20px;
    }

    /* security */
    .terms-signature {
        font-size: 1.5rem;
    }

    /* privacy */
    .privacy-content h2 {
        font-size: 1.9rem;
        margin: 30px 0 15px;
    }
    .privacy-content ul li {
        padding-left: 5px;
    }
    .privacy-content .ul01 {
        padding-left: 40px;
    }
    .privacy-content .ul02 {
        padding-left: 10px;
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .privacy-content .ul02 li {
        padding-bottom: 10px;
    }
    .privacy-table-title th,
    .privacy-table-detail td {
        padding: 10px;
        font-size: 1.2rem;
    }
    .privacy-table-title th {
        min-width: 160px;
    }
    .privacy-table-detail td ul li {
        padding-bottom: 5px;
    }
    .privacy-content .table-ttl {
        font-size: 1.6rem;
        padding: 0;
    }
    .privacy-content .table-ttl + .scroll-hint {
        margin-top: 5px;
        margin-bottom: 25px;
    }

    /* stakeholder */
    .stakeholder .banner {
        padding: 100px 0 55px;
    }
    .stakeholder-title {
        font-size: 1.7rem;
        margin: 80px 0 50px;
        padding-bottom: 16px;
    }
    .stakeholder ol li span {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;

    }

}


/*
=================================================================
==================== End terms =======================
=================================================================
*/


/* 20260428 */
.home .content-box.box_04 .item_list li {
    width: 100%;
}
/* 研究開発 */
.content-box .creation_process li h3 {
    font-size: 3.6rem;
}
/* 採用情報 */
.box_03 .item_list li {
    padding: 0 0 60px;
}

@media (max-width: 750px) {
    .home .main-visual {
        padding-bottom: 50px;
    }
    .intro_box h2 {
        padding-left: 35px;
    }
    .content-box .creation_process li h3 {
        font-size: 1.9rem;
    }
}

/* フォーム */
.contact .content-box .intro_box {
    text-align: left;
    padding-right: 0;
}
.contact .content-box form {
    margin: 0 auto;
}

/* お知らせ */
.topics_detail .detail_content img {
    display: block;
    margin: 50px auto 100px;
}
.topics_detail .detail_content p {
    line-height: 2;
    padding-top: 30px;
}
.topics_detail .detail_content h1+p,
.topics_detail .detail_content h2+p {
    padding-top: 0;
}
.topics_detail .detail_content ul li p {
    padding: 0;
    line-height: 1.6;
}
.news-box ul li::before,
.news-box ul li::after {
    top: 50%;
    transform: translateY(-50%);
}
.mktoButtonRow {
    display: block !important;
    margin: 0 auto !important;
}
.mktoButtonWrap{
    display: block;
    margin: 0 auto !important;
    width: fit-content;
}
footer .item-nav .nav ul li a:has(img) {
    pointer-events: none;
    opacity: 1;
}
@media (max-width: 750px) {
    .topics_detail .detail_content img {
        margin: 20px auto 40px;
    }
    .topics_detail .detail_content>p {
        line-height: 1.7;
        padding-top: 12px;
    }
    .topics_detail .news-box ul li {
        padding: 30px 14% 20px 16px;
    }
    .news-box ul li::before,
    .news-box ul li::after {
        top: inherit;
        transform: none;

    }
}

/* 目次内の li 要素のレイアウトをリセット */
.news-box #toc_container ul li {
    display: list-item !important; /* flexを解除 */
    padding: 5px 0 5px 20px !important; /* 余白を適切な値に上書き */
    border-bottom: none !important; /* 下線を消去 */
    position: static !important; /* relativeによる影響を排除 */
    width: auto !important;
    transition: none !important;
}

/* 目次内の a タグ（リンク）の調整 */
.news-box #toc_container ul li a {
    display: inline !important;
    padding: 0 !important;
    border: none !important;
}

/* 階層がある場合の調整 */
.news-box #toc_container ul ul {
    padding-left: 20px !important;
    margin-top: 5px !important;
}

/* 目次内の a タグを通常のテキストリンクの挙動に戻す */
.news-box #toc_container ul li a {
    position: static !important; /* absolute を解除 */
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    display: inline !important; /* 領域を広げず、文字の範囲のみにする */
}

/* マウスホバー時の挙動 */
.news-box #toc_container ul li a:hover {
    background: none !important;
    text-decoration: underline !important;
}

/* スライダー年ラベル用のCSS修正 */
.history .intro_box h2 {
  display: block;
  position: relative;
  min-height: 48px;
  clip-path: inset(0 0 -150px 0);
}

.history .intro_box h2 .year-label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: max-content !important;
}

/* 丸と点線の位置を文字幅の中央に強制する */
.history .intro_box h2 span::before, 
.history .intro_box h2 span::after {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0;
}

/* 20260507 */
.history .content-box {
    overflow-x: hidden;
}
.history .content-box .slick-track {
    display: flex;
}
.history .content-box .item_list_slider li {
    width: calc(650px + 50px) !important;
    height: 600px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    background: #fff;
    margin: 5px 0 90px;
    padding: 0 22px;
}
.history .content-box .item_list li .img {
    padding-top: 0 !important;
    max-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}
.history .content-box .item_list li .img img {
    object-fit: contain;
    object-position: top;
    position: static;
}

@media (max-width: 750px) {
    .history .content-box .item_list_slider li {
        max-height: 340px !important;
        margin: 0 0 60px;
    }
    .history .content-box .item_list_slider li .inner {
        min-height: auto;
    }
    .history .content-box .item_list li .inner .img {
        margin: 0 !important;
        padding-top: 20px !important;
        /* height: 240px; */
    }
    .history .content-box .item_list li .inner .img img {
        object-position: center;
    }
}


/* 20260507 */
.has-submenu .view-img {
    transition: all .3s;
}
.has-submenu .view-img:hover {
    opacity: 0.7;
    transition: all .3s;
}
.content-box.box_04 .item_list p {
    font-size: 2.4rem;
    margin-top: 18px;
}
.message .content-box .item_text_01 p + p {
    margin-top: 18px;
}
.management-philosophy .content-box {
    margin-bottom: 30px;
}
.history .content-box .item_list_slider li .inner {
    justify-content: flex-start;
    gap: 10%;
}
.history .content-box .item_list li .txt-wrap .img {
   padding-top: 20px !important;
}

.solution .box_08 p {
   font-size: 2rem;
}

.blog_box .item_slider .slick-track {
    display: flex !important;
}
.blog_box .item_slider .slick-slide {
    height: inherit !important;
    display: flex;
}
.blog_box .item_slider .slick-slide > div {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
}
.blog_box .item_list li h3 {
    padding-bottom: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}

.release_model .item_list li .inner.a_none::before,
.release_model .item_list li .inner.a_none::after {
    content: none;
}

.qa_box li .a .desc {
    font-weight: 500;
}

@media (max-width: 750px) {
    .history .content-box .item_list li .txt-wrap .img {
        padding-top: 10px !important;
    }
    .solution .box_08 p {
        font-size: 1.5rem;
    }
}