@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;
    color: #333333;
}
body{
    font-size: 1.4rem;
    line-height: 1.7;
    color: #333333;
    font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 400;
}
.NotoSerifJP {
  font-family: "Noto Serif JP", 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: 1150px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #EAEAE6;
}
main {
    z-index: 1;
}
main .container {
    max-width: 1260px;
    padding-left: 260px;
}
.wrapper::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg,rgba(224, 202, 56, 1) 0%, rgba(213, 192, 31, 0) 91%);
    height: 545px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.common-bg {
    position: relative;
}
.common-bg::after {
    content: "";
    position: fixed;
    width: 27.4vw;
    height: 26.25vw;
    background: url(../img/common-bg.png) no-repeat;
    background-size: 100% !important;
    right: 0;
    top: -20px;
    z-index: 1;
}
.main-banner.common-bg::after {
    top: 50px;
    z-index: -1;
}
.main-banner h1 {
    position: relative;
    z-index: 10;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.d-block{
    display: block;
}
.hdn{
    display: none !important;
}
.no-cursor{
    cursor: auto !important;
}
.hdn-scroll{
    overflow: hidden;
}
b, strong{
    font-weight: 700;
}
@media(max-width:1280px){
    main .container {
        padding-left: 19.5vw;
    }
}
@media(max-width: 960px){
    main .container {
        padding-left: 20px
    }
}
@media(max-width: 750px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    main .container {
        padding-left: 15px;
    }
}
/* -------------------------------- 
fuwafuwa
-------------------------------- */
.fuwafuwa {
    -webkit-animation: buruburu 3.0s ease-in-out alternate;
    animation: buruburu 3.0s infinite ease-in-out alternate;
}
.delay05 { animation-delay: 0.5s;}
.delay1 { animation-delay: 1s;}
.delay15 { animation-delay: 1.5s;}
@keyframes buruburu {
    0% {-webkit-transform: translate(0, 0);}
    4% {-webkit-transform: translate(0, 0);}
    50% {-webkit-transform: translate(0, -15px);}
    54% {-webkit-transform: translate(0, -15px);}
    100% {-webkit-transform: translate(0, 0);}
}
.fadeleftandright {
    -webkit-animation: fadelAr 3.0s ease-in-out alternate;
    animation: fadelAr 5s infinite ease-in-out alternate;
}
@keyframes fadelAr {
    0% {
        -webkit-transform: translate(0, 0);
    }
    4% {
        -webkit-transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(10px, 0);
    }
    54% {
        -webkit-transform: translate(10px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}
.main-banner {
    font-size: 4rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 110px 20px 60px
}
@media(max-width:750px){
    .main-banner {
        font-size: 6vw;
        padding: 50px 20px 50px;
    }
}
.mt-1 {
    margin-top: 1rem;
}
.mt-2 {
    margin-top: 2rem;
}
.mt-3 {
    margin-top: 3rem;
}
.mt-4 {
    margin-top: 4rem;
}
.form-required {
    color: #C40018;
    font-size: 1.2rem;
    margin-left: 0.3em;
}
.required span
{
    position: relative;
    padding-right: 12px;
    font-size: 1.6rem;
    font-weight: 700;
}
.required span::after{
    content: '※';
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -0.8rem;
    color: #C40018;
    line-height: 1;
    font-weight: normal;
    font-size: 1rem;
}
.d-flex .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
#pagetop {
    background: #9E857B;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px solid transparent;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    z-index: 99;
    display: none;
    border-radius: 50%;
    border: 1px solid #ffff;
}
#pagetop::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 5px;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: .2s;
}
#pagetop:hover::after {
    top: -5px;
}
@media(max-width: 750px){

}
/*
==============================================================
========================= End pagetop ========================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1100;
    width: 60px;
    height: 60px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
}
.hamburger-menu.active {
    background: #fff;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 30px;
    height: 2px;
    transition: 0.2s;
    background: #333;
}
.hamburger-menu .bar{
    position: relative;
    width: 30px;
    line-height: 1;
    transition: all 0ms 300ms;
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    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: 8px;
    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 {
    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);
    top: 0;
}
.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);
    top: 0;
}
@media(max-width:960px){
    .hamburger-menu {
        display: flex;
    }
    .hamburger-menu.bottom{
        display: none;
    }
    header.open-menu .hamburger-menu.bottom {
        display: flex;
        bottom: 0;
        right: 0;
        top: unset;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-sp{
    display: none;
}
.lb-pc{
    display: block;
}
.lb-sm{
    display: none !important;
}
.slick-track{
    height: 100%;
}
.show_pc {
    display: block;
}
.show_sp {
    display: none;
}
.btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    padding: 26px;
    line-height: 1;
    transition: .3s ease;
    -webkit-transition: 0.3s ease;
    background: #E0CA38;
    color: #333;
    border-radius: 50vh;
    font-size: 1.8rem;
    font-weight: 600;
    min-width: 330px;
}
.btn:hover {
    background: #DD83B3;
    color: #333;
}
span.ic{
    position: absolute;
    width: 21px;
    height: 18px;
    background: url(../img/ic-arrow-right.png) no-repeat;
    background-size: 100% !important;
    display: inline-block;
    top: 50%;
    margin-top: -9px;
    right: 0;
}
.btn span.ic {
    right: 27px;
}
span.ic.ic01 {
    background: url(../img/ic-arrow-right01.png) no-repeat;
}
.contact-fixed {
    position: fixed;
    width: 85px;
    right: 20px;
    bottom: 20px;
    z-index: 10000000;
    display: none;
}
.contact-fixed a {
    display: inline-block;
    transition: .3s;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    border-radius: 50%;
    background: #E0CA38;
}
.contact-fixed a:hover {
    background: #DD83B3;
}
@media(max-width:750px){
    .lb-sp{
        display: block;
    }
    .lb-pc{
        display: none;
    }
    .show_pc {
        display: none;
    }
    .show_sp {
        display: block;
    }
    .btn {
        font-size: 1.6rem;
        min-width: 280px;
        padding: 18px;
    }
    .contact-fixed {
        display: block !important;
        width: 60px;
    }
}
/* sidebar */
.sidebar {
    position: fixed;
    top: 72px;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    letter-spacing: 0.05em;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 5px;
    z-index: 1000000;
    overflow: auto;
    display: none;
}
.sidebar .logo {
    margin-bottom: 5px;
}
.sidebar .logo img {
    width: 65px;
}
.sidebar li {
    padding: 0px 0 1px;
    position: relative;
}
.sidebar li a {
    display: block;
    padding: 0 0 0 22px;
    font-size: 1.4rem;
    color: #000;
    transition: .3s;
    position: relative;
    line-height: 1.42;
}
.sidebar li a:hover {
    color: #FFC846;
}
.sidebar li span {
    display: inline-block;
    vertical-align: middle;
}
.sidebar li a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFC846;
    border-right: 1px solid #FFC846;
    transform: rotate(45deg);
    left: 8px;
    top: 8px;
}
.sidebar p.parent {
    border-bottom: 1px solid #CFCFCF;
    padding: 0;
    position: relative;
    margin-bottom: 6px;
}
.sidebar p.parent::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background: #FFC846;
    left: 0;
    bottom: 0;
    border-radius: 50vh;
    bottom: -2px;
}
.sidebar ul {
    margin-bottom: 10px;
}
@media(max-width:1280px) {
    .sidebar {
        width: 19vw;
        padding: 1vw;
    }
    .sidebar li a {
        font-size: 1vw;
        padding-left: 1.4vw;
    }
    .sidebar li a::before {
        left: 0.2vw;
    }
}
@media(max-width:960px) {
    .sidebar {
        display: none !important
    }
}
/* End ssidebar */
/* title */
.title {
    text-align: center;
}
.title h2 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
}
.title .sub {
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    background: linear-gradient(90deg,#E0CA38 0%, #908DB8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
/* End title */
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ header ==========================
==============================================================
*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
}
.fixed-header header {
    background: #E0CA38;
}
header.bg {
    background: #E0CA38;
}
header .headerbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 22px 5px 15px;
    overflow: auto;
}
header .headerbox .logo {
    max-width: 300px;
    position: relative;
    z-index: 100;
}
header .headerbox .logo a {
    display: inline-block;
}
header .headerbox img {
    width: 100%;
}
header .headerbox .header-nav ul {
    display: flex;
}
header .headerbox .header-nav ul li {
    padding:  0 12px;
}
header .headerbox .header-nav ul a {
    letter-spacing: 0.05em;
    transition: .3s;
}
header .headerbox .header-nav ul a:hover {
    opacity: .7;
}
@media(max-width:1200px){
    header .headerbox .header-nav ul li {
        font-size: 1.2rem;
    }
    header .headerbox .header-nav ul li {
        padding: 0 6px;
    }
    header .headerbox {
        padding-right: 12px;
    }
}
@media(max-width:1100px){
    header .headerbox .logo {
        max-width: 240px;
    }
    .sidebar {
        top: 60px;
    }
}
@media(max-width:960px) {
    header .headerbox .header-nav {
        display: none;
    }
    header {
        position: fixed;
    }
    header.open-menu {
        height: 100vh;
        transition: .3s;
        overflow: auto;
    }
    header .headerbox {
        padding: 0 15px 0 15px;
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    header.open-menu::before {
        content: "";
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    header .headerbox {
        flex-direction: column;
        align-items: unset;
    }
    header .headerbox .logo {
        height: 60px;
        display: flex;
        align-items: center;
    }
    header.open-menu .header-nav {
        display: block;
        position: relative;
        z-index: 10;
        padding-top: 20px;
        transition: .3s;
    }
    header.open-menu .header-nav ul {
        flex-direction: column;
    }
    header .headerbox .header-nav ul li {
        padding: 0;
    }
    header.open-menu .header-nav ul li a {
        display: block;
        font-size: 1.4rem;
        line-height: 1;
        padding: 20px 0 20px 5px;
        border-top: 1px solid #333;
        position: relative;
    }
    header.open-menu .header-nav ul li a::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        transform: rotate(45deg);
        right: 8px;
        top: 50%;
        margin-top: -4px;
    }
    header.open-menu .sidebar {
        display: none !important;
        position: unset;
        overflow: unset;
        padding: 0;
        overflow: unset;
        box-shadow: unset;
        z-index: 1;
        width: 100%;
    }
    .sidebar li a {
        font-size: 1.4rem;
        padding-left: 20px;
    }
    .sidebar li a::before {
        left: unset;
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
        right: 8px;

    }
    .sidebar li {
        position: relative;
        border-bottom: 1px solid #CFCFCF;
        padding: 0;
    }
    header.open-menu .header-nav ul li a {
        line-height: 1.42;
    }
    header.open-menu .header-nav ul li:last-child a {
        border-bottom: 1px solid #333;
    }
    header.open-menu .sidebar .logo {
        display: none;
    }
    .sidebar p.parent {
        padding-left: 5px;
        padding-top: 25px;
    }
    .sidebar p.parent {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .sidebar li a {
        position: relative;
        padding: 20px 0;
        padding-left: 5px;
    }
}
/*
==============================================================
========================== End header ========================
==============================================================
*/
/*
==============================================================
============================ footer ==========================
==============================================================
*/
footer {
    background: #333333;
    padding-top: 20px;
    color: #fff;
    padding-bottom: 25px;
    position: relative;
    z-index: 10;
}
footer .container {
    max-width: 1280px;
}
footer .footer-inner {
    display: flex;
    flex-wrap: wrap;
}
footer a {
    color: #fff;
    transition: .3s;
}
footer a:hover {
    color: #FFC846;
}
footer .left {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.05em;
    width: 410px;
    padding-top: 10px;
}
footer .left .logo {
    width: 290px;
    margin-bottom: 28px;
}
footer .left .tel a {
    pointer-events: none;
}
footer .left .logo img {
    width: 100%;
}
footer .left .btn-box {
    margin-top: 20px;
}
footer .right {
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.75;
}
footer .right .footer-nav {
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}
footer .right .footer-nav ul {
    width: 33.33%;
}
footer .right .footer-nav ul li {
    padding-right: 10px;
}
footer .right .footer-nav a {
    display: block;
    padding-left: 12px;
    position: relative;
}
footer .right .footer-nav a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFC846;
    border-right: 1px solid #FFC846;
    transform: rotate(45deg);
    left: -2px;
    top: 8px;
}
footer .right h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-top: 1px solid #CFCFCF;
    padding-top: 15px;
}
footer .border-top {
    border-top: 1px solid #CFCFCF;
}
footer .right h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background: #EAEAE6;
    line-height: 1;
    border-radius: 50vh;
    padding: 8px 20px;
    margin-top: 10px;
}
footer .right .footer-nav p {
    padding-left: 12px;
}
footer .right .footer-nav p a::after {
    height: 1px;
    border: unset;
    background: #FFC846;
    transform: unset;
    margin-top: 0;
    left: 0;
}
footer .copy-right {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
@media(max-width: 1024px) {
    footer .left {
        width: 300px;
        font-size: 1.2rem;
    }
    footer .left .logo {
        width: 240px;
        margin-bottom: 15px;
    }
    footer .right {
        font-size: 1rem;
    }
    footer .left .btn-box .btn {
        min-width: 200px;
        font-size: 1.4rem;
        padding: 15px 0;
    }
    footer .left .btn span.ic {
        right: 15px;
    }
    footer .right h2 {
        font-size: 1.2rem;
    }
    footer .right h3 {
        font-size: 1.2rem;
        padding-left: 15px;
    }
    footer .copy-right {
        font-size: 0.9rem;
    }
    footer .right .footer-nav a::after {
        width: 4px;
        height: 4px;
        left: -2px;
        top: 7px;
    }
    footer .right .footer-nav a {
        padding-left: 8px;
    } 
}
@media(max-width:750px){
    footer .left {
        width: 100%;
        font-size: 1.4rem
    }
    footer .right {
        flex: auto;
        font-size: 1.4rem
    }
    footer .right .footer-nav {
        flex-wrap: wrap;
    }
    footer .right .footer-nav ul {
        width: 50%;
    }
    footer .right .footer-nav a::after {
        width: 6px;
        height: 6px;
        left: -2px;
        top: 9px;
    }
    footer .right .footer-nav a {
        padding-left: 15px;
    }
    footer .right h2 {
        font-size: 1.6rem;
    }
    footer .right h3 {
        font-size: 1.6rem;
        padding-left: 20px;
    }
    footer .right .footer-nav a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    footer .right .footer-nav a::after {
        top: 11px;
    }
    footer .copy-right {
        font-size: 1.2rem;
        position: relative;
        text-align: center;
        padding: 5px 0 5px;
        left: 0;
        bottom: 0;
        margin: 0 -15px;
        background: #FFC846;
        color: #333;
        margin-top: 15px;
    }
    footer {
        padding-bottom: 0px;

    }
    footer .right .footer-nav:first-child {
        padding: 0;
    }
    footer .right .footer-nav:nth-child(2) {
        padding-top: 0;
    }
}
@media(max-width: 600px){
    footer .right .footer-nav ul {
        width: 100%;
        padding-top: 0px;
    }
    footer .right .footer-nav {
        padding-bottom: 5px;
    }
}
/*
==============================================================
========================== End footer ========================
==============================================================
*/
/*
==============================================================
============================= Home ===========================
==============================================================
*/
/* 
main-visual ==================================================
*/
.home .wrapper::before {
    z-index: 2;
}
.home .mv {
    position: relative;
    z-index: 3;
}
.home .mv ul {
    display: flex;
}
.home .main-visual {
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, rgba(224, 202, 56, 1) 0%, rgba(213, 192, 31, 0) 91%);
}
.home .mv .slick-list {
    background: linear-gradient(180deg, rgba(224, 202, 56, 1) 0%, rgba(213, 192, 31, 0) 91%);
    background: #fff;
}
.home .wrapper::before {
    display: none;
}
.home .main-visual img {
    display: block;
    height: unset;
    object-fit: unset;
    object-position: unset;
    margin: 0 auto;
}
.home .mv ul li{
    position: relative;
}
.home .mv ul li .btn-box {
    width: 50%;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 0;
}
.home .mv ul li img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.home .main-visual img{
    width: 100%;
    max-width: 1280px;
}
.home .main-visual .inner {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.home .main-visual .inner .left {
    width: 34%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 39%;
    left: 4%;
}
.home .main-visual .inner .left .img_f {
    width: 57%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.home .main-visual .inner .left .img_bg {
    width: 79.5%;
    /* height: max-content; */
}
.home .main-visual .inner .right {
    width: 28%;
    position: absolute;
    right: 16%;
    top: 53%;
    text-align: right;
}
.home .main-visual .center {
    width: 100px;
    margin: 0 auto;
}
.home .main-visual .inner .right .img_bg {
    width: 70%;
    margin-left: auto;
}
.home .main-visual .inner .right .img_f {
    width: 65%;
    height: auto;
    position: absolute;
    right: 25%;
    bottom: 30px;
    z-index: 1;
}
.home .main-visual h2 {
    font-size: 6.2rem;
    padding: 0 20px;
    text-align: center;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg,#E0CA38 0%, #908DB8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
}
@media(max-width:1240px){
    .home .main-visual h2 {
        font-size: 4.8vw;
    }
    .home .main-visual .bg {
        height: 480px;
        object-fit: cover;
        object-position: center;
    }
}
@media(max-width: 860px) {
    .home .main-visual .bg {
        height: 300px;
    }
    .home .main-visual h2 {
        position: unset;
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .home .main-visual .inner .left {
        width: 24%;
        top: 45%;
        left: 15%;
    }
    .home .main-visual .inner .right {
        width: 20%;
        right: 20%;
        top: 55%;
    }
    .home .main-visual .bg {
        height: auto;
    }
    .home .mv .btn {
        padding: 15px;
    }
}
@media(max-width:750px){
    .home .main-visual .inner .left {
        width: 30vw;
        top: 38%;
        left: 3%;
    }
    .home .main-visual .inner .right {
        width: 28vw;
        right: 5%;
        top: 42%;
    }
    .home .mv ul li img {
        height: auto;
    }
    .home .main-visual h2 {
        font-size: 4.5vw;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .wrapper {
        padding-top: 60px;
        position: relative;
        z-index: 1;
    }
    .home .mv .btn {
        padding: 12px 0;
        font-size: 1.2rem;
        min-width: 180px;
    }
    .home .mv .btn span.ic {
        right: 10px;
    }
    .home .mv ul li .btn-box {
        bottom: 0px;
        width: unset;
        left: 15px;
    }
    .home .mv ul li {
        padding-bottom: 5px;
    }
}
/* 
End main-visual ==============================================
*/
.home .cookie {
    background: #193193;
    color: #fff;
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    position: relative;
}
.home .cookie .container {
    max-width: 1150px;
    padding-left: 20px;
}
.home .cookie .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0;
}
.home .cookie .content .txt {
    flex: 1;
    max-width: 750px;
    padding-right: 20px;
}
.home .cookie .content .btn-box {
    width: 265px;
    font-size: 1.1rem;
}
.home .cookie .content .btn-box p {
    display: flex;
    align-items: center;    
    justify-content: space-between;
    line-height: 1;
}
.home .cookie .content .btn-box .btn {
    min-width: 160px;
    font-size: 1.3rem;
    padding: 10px 5px;
    background: #fff;
    color: #333333;
}
.home .cookie .content .btn-box .btn:hover {
    background: #FFC846;
}
.home .ic-close {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    right: 25px;
    top: 25px;
    z-index: 100;
    cursor: pointer;
}
.home .ic-close::before,
.home .ic-close::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    top: 50%;
    transition: .3s;
}
.home .ic-close::before{
    transform: rotate(45deg);
}
.home .ic-close::after {
    transform: rotate(-45deg);
}
.home .ic-close:hover::before,
.home .ic-close:hover::after {
    background: #FFC846;
}
@media(max-width:750px){
    .home .cookie .content {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .home .cookie .content .txt {
        flex: auto;
        padding-right: 0;
    }
    .home .cookie .content .btn-box {
        width: 100%;
        margin-top: 15px;
    }
    .home .cookie .content .btn-box p {
        justify-content: center;
    }
    .home .cookie .content .btn-box .btn {
        margin-left: 15px;
    }
    .home .ic-close {
        top: 10px;
        right: 15px;
    }
    .home .cookie .container {
        padding-left: 15px;
    }
    .home .cookie .content .btn-box .btn {
        width: unset;
    }
}
/*
End cookie ===================================================
*/
/* 
mission-company ==============================================
*/
.home .mission-company {
    padding-top: 70px;
    padding-bottom: 40px;
}
.home .mission-company .container {
    padding-left: 20px;
}
.home .mission-company .content{
    display: flex;
    flex-wrap: wrap;
}
.home .mission-company .content .img-box {
    width: 50%;
    text-align: center;
    position: relative;
}
.home .mission-company .content .img-box .pers {
    position: absolute;
    left: 0;
    right: 0;
    transition: 3s;
    width: 24%;
    top: 24%;
}
.home .mission-company .content .img-box .pers[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.home .mission-company .content .img-box .pers[data-aos^=fade][data-aos^=fade].aos-animate {
    left: 40%;
}
.home .mission-company .content .img-box img {
    max-width: 340px;
}
.home .mission-company .content .txt-box {
    width: 50%;
}
.home .mission-company .content .txt-box h2 {
    font-size: 9rem;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
}
.home .mission-company .content .txt-box .sub {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-top: -22px;
    padding-left: 8px;
}
.home .mission-company .content .txt-box .link {
    text-align: right;
    margin-top: 20px
}
.home .mission-company .content .txt-box .link a {
    display: inline-block;
    position: relative !important;
    padding-right: 32px;
    font-size: 1.2rem;
    letter-spacing: 0.25em;
    transition: .3s;pointer-events: none;
}
.home .mission-company .content .txt-box .inner {
    padding-bottom: 30px;
    max-width: 475px;
    position: relative;
    transition: .3s;
}
.home .mission-company .content .txt-box .inner .link-lg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.home .mission-company .content .txt-box .inner:hover {
    opacity: .7;
}
@media(max-width:1024px){
    .home .mission-company .content .txt-box h2 {
        font-size: 6.5rem;
    }
    .home .mission-company .content .txt-box .sub {
        font-size: 2rem;
    }
    .home .mission-company .content .img-box img {
        max-width: 65%;
    }
}
@media(max-width:750px){
    .home .mission-company .content .img-box {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .home .mission-company .content .txt-box {
        width: 100%;
    }
    .home .mission-company .content .txt-box .inner {
        margin: 0 auto;
    }
    .home .mission-company .content .img-box img {
        max-width: 45vw;
    }
    .home .mission-company .content .img-box .pers {
        max-width: 37vw;
    }
    .home .mission-company {
        padding-top: 35px;
    }
    .home .mission-company .content .txt-box h2 {
        font-size: 5.5rem;
    }
    .home .mission-company .content .txt-box .sub {
        font-size: 1.6rem;
        margin-top: -15px;
    }
    .home .mission-company .content .txt-box .link a {
        letter-spacing: 0.05em;
        font-size: 1.1rem;
    }
    .home .mission-company .content .txt-box .link {
        margin-top: 5px;
    }
}
/* 
End mission-company ==========================================
*/
/* 
service ======================================================
*/
.home .service {
    background: #FBFAF5;
    padding-top: 65px;
    position: relative;
}
.home .service .content {
    padding-top: 35px;
}
.home .service .content .service_intro {
    display: flex;
    flex-wrap: wrap;
}
.home .service .content .service_intro .img-box {
    width: 60%;
}
.home .service .content .service_intro .img-box img {
    width: 100%;
    border-radius: 30px;
}
.home .service .content .service_intro .txt-box {
    flex: 1;
    padding-top: 38px;
    position: relative;
    z-index: 1;
}
.home .service .content.even .service_intro .txt-box {
    padding-left: 25px;
}
.home .service .content.odd .service_intro .txt-box {
    padding-right: 25px;
    text-align: right;
}
.home .service .content .service_intro .txt-box h3 img {
    height: 95px;
    max-width:unset;
}
.home .service .content .service_intro .txt-box .sub {
    font-size: 2.6rem;
    color: #999999;
    padding: 10px 0 10px;
    letter-spacing: 0.05em;
}
.home .service .content .service_intro .txt-box .note {
    background: #ECDF88;
    line-height: 1.5;
    text-align: center;
    padding: 8px;
}
.home .service .content .service_intro .txt-box .btn {
    font-size: 1.6rem;
    padding: 17px 15px;
    min-width: unset;
    width: 100%;
}
@media(max-width:960px){
    .home .service .content .service_intro .txt-box h3 img {
        height: 12.5vw;
    }
}
@media(max-width: 750px){
    .home .service .content .service_intro .txt-box {
        /* padding-left: 0 !important; */
        /* padding-right: 0 !important; */
    }
    .home .service {
        padding-top: 40px;
    }
    .home .service .content .service_intro .txt-box .btn {
        min-width: 41vw;
        font-size: 1rem;
        padding: 11px;
        padding-right: 30px;

    }
    .home .service .content .service_intro .txt-box .btn span.ic {
        width: 13px;
        height: 11px;
        margin-top: -6px;
        right: 15px;
    }
    .home .service .content .service_intro .img-box img {
        border-radius: 15px;
    }
    .home .service .content .service_intro .txt-box .sub {
        font-size: 3vw !important;
        padding-top: 2vw;
        padding-bottom: 1.5vw;
    }
    .home .service .content.even .service_intro .txt-box {
        padding-top: 10px !important;
        margin-right: -80px;
        max-width: 35.4vw;
        position: relative;
        z-index: 1;
    }
    .home .service .content .service_intro .img-box {
        width: 55%;
    }
    .home .service .content .service_intro .txt-box .note {
        margin-right: -14vw;
        font-size: 3.2vw !important;
    }
    .home .service .content .service_intro {
        justify-content: space-between;
    }
    .home .service .content.even .service_intro {
        flex-direction: row-reverse;
        padding-bottom: 0;
    }
    .home .service .content {
        padding-top: 30px;
    }
    .home .service .content.even .service_intro .txt-box {
        padding-bottom: 25px;
    }
    .home .service .service_items {
        margin-top: 0px !important;
    }
    .home .service .content .service_intro {
        margin-bottom: 30px;
    }
    .home .service .content.even .service_intro .txt-box {
        padding-bottom: 0;
    }
    .home .service .content .service_intro .txt-box .note {
        font-size: 2.4vw;
    }
}
/* servixe items */
.home .service {
    padding-bottom: 50px;
}
.home .service .service_items .link-group {
    margin-top: 10px;
}
.home .service .service_items .link-group a {
    position: relative;
    display: block;
    font-size: 1.2rem;
    padding: 4px 25px 4px 0;
    text-align: right;
    line-height: 1.33;
    transition: .3s;
}
.home .service .service_items .link-group a img {
    height: 20px;
    transition: .3s;
}
.home .service .service_items .link-group a:hover img {
    opacity: .7;
}
.home .service .service_items .link-group a:hover {
    color: #E0CA38;
}
.home .service .service_items .link-group a span.ic {
    top: unset;
    margin-top: 0;
    bottom: 3px;
}
.home .service .service_items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 14px;
    margin-top: -22px;
}
.home .service .service_items li {
    width: 25%;
    padding: 0 14px 50px;
}
.home .service .service_items .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.home .service .service_items li .img {
    padding-top: 58%;
    position: relative;
}
.home .service .service_items li .img img {
    width: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.home .service .service_items li .txt h4 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-top: 12px;
    line-height: 1.3;
    padding-bottom: 5px;
}
.home .service .service_items .img-sm img{
    max-height: 35px;
    width: auto;
}
.home .service .service_items .img-sm  {
    text-align: center;
    padding-top: 15px;
}
@media(max-width:960px) {
    .home .service .service_items li .txt h4 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .home .service .service_items li {
        padding: 0 6px 50px;
    }
    .home .service .service_items {
        padding: 0 10px;
    }
}
@media(max-width:750px){
     .home .service .service_items {
        margin-top: -25px;
        padding: 0;
    }
    .home .service .service_items li {
        width: 50%;
        padding: 0 5px 25px;
    }
    .home .service {
        padding-bottom: 30px;
    }
    .home .service .service_items li .txt {
        font-size: 1.3rem;
    }
    .home .service .service_items li .txt h4 {
        font-size: 1.4rem;
    }
    .home .service .content .service_intro .txt-box h3 img {
        height: 10vw;
    }
    .home .service .service_items .link-group a {
        font-size: 1.3rem;
        padding-right: 25px;
    }
    .home .service .service_items .link-group a span.ic {
        width: 19px;
        height: 16px;
    }
    .home .service .content.even .service_intro .txt-box {
        padding-left: 0;
    }
}
/* 
End service ==================================================
*/
/* 
news =========================================================
*/
.home .news .content {
    position: relative;
    padding-top: 95px;
}
.home .news .f_top {
    position: absolute;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    top: -100px;
    transition: 2s;
}
.home .news .f_top[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.home .news .f_top[data-aos^=fade][data-aos^=fade].aos-animate {
    top: -30px;
}
.home .news .news-list {
    max-width: 920px;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 35px;
}
.home .news .news-list li {
    padding-bottom: 10px;
}
.home .news .news-list li .inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 18px 30px;
    background: #fff;
    border-radius: 50vh;
    position: relative;
    transition: .3s;
}
.home .news .news-list li .inner a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.home .news .news-list li .inner:hover {
    background: #E0CA38;
}
.home .news .news-list li .inner:hover span.ic {
    background: url(../img/ic-arrow-right.png);
    transition: .3s;
}
.home .news .news-list li .inner .date {
    width: 125px;
}
.home .news .news-list li .inner .link {
    width: 95px;
    position: relative;
    padding-right: 24px;
}
.home .news .news-list li .inner .desc {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 20px;
}
@media(max-width:750px){
    .home .news .news-list li .inner {
        flex-direction: column;
        align-items: unset;
    }
    .home .news .news-list li .inner .desc {
        padding: 8px 0;
        font-size: 1.4rem;
    }
    .home .news .news-list li .inner .link {
        width: 100%;
        text-align: right;
    }
    .home .news .news-list li .inner {
        border-radius: 15px;
    }
    .home .news .news-list li .inner {
        padding: 15px 15px;
    }
    .home .news .content {
        padding-top: 60px;
    }
    .home .news .f_top {
        width: 50px;
        margin-left: -25px;
    }
    .home .news .news-list {
        padding-top: 30px;
    }
}
/* 
End news =====================================================
*/
/* 
recruit ======================================================
*/
.home .recruit {
    padding-top: 30px;
}
.home .recruit .content {
    background: #F5F5F5;
    padding-top: 45px;
}
.home .recruit .content .banner img {
    width: 100%;
}
.home .recruit .content .message {
    background: #FCFCFC;
    padding-bottom: 35px;
}
.home .recruit .content h3 {
    padding-top: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.home .recruit .content h3::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 6px;
    background: url(../img/home/ic-3points.png) no-repeat;
    background-size: 100% !important;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
}
.home .recruit .content .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 760px;
    margin: 0 auto;
    align-items: center;
}
.home .recruit .content .inner .img,
.home .recruit .content .inner .txt {
    width: 50%;
    padding: 0 15px;
}
.home .recruit .content .inner .img img {
    width: 100%;
}
.home .recruit .content .inner .txt h4 {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 10px;
}
.home .recruit .content .inner .txt {
    line-height: 1.875;
    font-size: 1.6rem;
}
.home .recruit .content .inner .txt .author {
    letter-spacing: 0.05em;
    text-align: right;
    margin-top: 35px;
}
.home .recruit .content .inner .txt .author .lg{
    font-size: 2rem;
}
.home .recruit .content .desired-profile {
    padding: 20px;
    background: #FCFCFC;
}
.home .recruit .content .desired-profile .inner-content {
    background: #F5F5F5;
    padding: 20px 0;
    padding-bottom: 70px;
}
.home .recruit .content .culture {
    background: #FCFCFC;
    padding: 30px 0;
    position: relative;
}
.home .recruit .content .culture .f_top {
    position: absolute;
    left: 100%;
    width: 64px;
    margin-left: -32px;
    top: -65px;
    transition: 3s;
}
.home .recruit .content .culture .f_top[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.home .recruit .content .culture .f_top[data-aos^=fade][data-aos^=fade].aos-animate {
    left: 50%;
}
.home .recruit .content .culture .items .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.home .recruit .content .culture .items .item .img, 
.home .recruit .content .culture .items .item .txt {
    width: 50%;
}
.home .recruit .content .culture .items .item .txt {
    display: flex;
    align-items: center;
}
.home .recruit .content .culture .items .item .img img {
    width: 100%;
}
.home .recruit .content .culture .items .item .txt .desc {
    max-width: 330px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
}
.home .recruit .content .culture .items .item .txt .desc {
    padding-right: 30px;
    padding-left: 30px;
}
.home .recruit .content .culture .items .item .txt .desc h4 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding-bottom: 20px;
}
.home .recruit .content .culture .items .item .txt .tl-lg {
    font-size: 4.5rem;
    letter-spacing: 0.05em;
     background: linear-gradient(90deg,rgba(224, 202, 56, 0.5) 0%, rgba(144, 141, 184, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    line-height: 1;
    writing-mode: sideways-rl;
    font-weight: 900;
}
.home .recruit .content .culture .items .item.odd .txt {
    padding-left: 30px;
}
.home .recruit .content .culture .items .item.even .txt {
    justify-content: right;
    padding-right: 30px;
}
.home .recruit .content .wc-in-numbers {
    background: #FCFCFC;
    padding: 40px 20px 0;
}
.home .recruit .content .wc-in-numbers .inner-box {
    background: linear-gradient(90deg,rgba(224, 202, 56, 0.5) 0%, rgba(144, 141, 184, 0.5) 100%); 
    padding: 10px 0 50px;
}
.home .recruit .content .wc-in-numbers .inner-box .img {
    max-width: 820px;
    padding: 0 15px;
    margin: -10px auto 0;
}
.home .recruit .content .wc-in-numbers .inner-box .img img {
    width: 100%;
}
.home .recruit .content .what-is-wc {
    background: #FCFCFC;
    padding: 80px 20px 0;
    position: relative;
}
.home .recruit .content .what-is-wc .f_top {
    position: absolute;
    left: 0;
    width: 102px;
    top: 55px;
    transition: 1s;
}
.home .recruit .content .what-is-wc .f_top[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.home .recruit .content .what-is-wc .f_top[data-aos^=fade][data-aos^=fade].aos-animate {
    left: 12.5%;
}
.home .recruit .content .what-is-wc .inner-content {
    padding: 70px 15px;
    text-align: center;
    background: #F5F5F5;
}
.home .recruit .content .what-is-wc img {
    max-width: 675px;
    width: 100%;
}
.home .recruit .content .interview {
    background: #FCFCFC;
    padding-top: 50px;
    position: relative;
}
.home .recruit .content .interview .f_top {
    position: absolute;
    right: 0;
    width: 90px;
    top: -60px;
    transition: 3s;
}
.home .recruit .content .interview .f_top[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
}
.home .recruit .content .interview .f_top[data-aos^=fade][data-aos^=fade].aos-animate {
    right: 11%;
}
.home .recruit .content .interview .link {
    position: relative;
}
.home .recruit .content .interview ul {
    /* display: flex;
    flex-wrap: wrap; */
}
@media(min-width: 751px){
    .home .recruit .content .interview ul li {
        /* width: 20% !important; */
        transition: .3s;
    }
}
.home .recruit .content .interview ul li .img {
    position: relative;
    padding-top: 152%;
    overflow: hidden;
}
.home .recruit .content .interview ul li .img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.3);
    transition: .3s;
}
.home .recruit .content .interview ul li .img img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home .recruit .content .interview ul li {
    font-size: 1.2rem;
    line-height: 1.66;
}
.home .recruit .content .interview ul li .lg {
    font-size: 1.6rem;
    margin-top: 5px;
}
.home .recruit .content .interview ul li .txt {
    padding: 12px;
    margin-right: 15px;
    top: -18px;
    position: relative;
    z-index: 1;
    background: rgba(245, 245, 245, 0.9);
}
.home .recruit .content .interview ul li:hover .img::after {
    opacity: 0;
}
.home .recruit .content .interview ul li .link {
    text-align: right;
    padding-right: 25px;
    margin-top: 22px;
}
.home .recruit .content .interview ul li .inner-item {
    position: relative;
    transition: .3s;
}
.home .recruit .content .interview ul li .inner-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.home .recruit .content .interview ul li .comming-soon {
    position: absolute;
    font-size: 1.65rem;
    letter-spacing: 0.06em;
    bottom: 50px;
    transform: rotate(-10deg);
    left: 0;
    right: 0;
    text-align: center;
    color: #B5D4F1;
    font-weight: 900;
    z-index: 2;
    display: inline-block;
    line-height: 1;
}
.home .recruit .content .interview ul li .comming-soon span {
    display: inline-block;
    background: #fff;
    padding: 5px 6px 7px;
}
.home .recruit .content .requirements {
    padding: 80px 20px 65px;
    background: #FCFCFC;
}
.home .recruit .content .requirements .tabs {
    max-width: 790px;
    margin: 0 auto;
    padding-top: 10px;
}
.home .recruit .content .requirements .nav-tabs ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 4px solid #D080A6;
}
.home .recruit .content .requirements .nav-tabs ul li {
    width: 50%;
}
.home .recruit .content .interview .slick-list {
    padding: 0 !important;
}
.home .recruit .content .requirements .nav-tabs ul li a {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    padding: 25px 10px;
    border-radius: 12px 12px 0 0;
    position: relative;
    transition: .3s;
}
.home .recruit .content .requirements .nav-tabs ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.5);
    border-radius: 12px 12px 0 0;
    transition: .3s;
}
.home .recruit .content .requirements .nav-tabs ul li a.active::after {
    opacity: 0;
}
.home .recruit .content .requirements .nav-tabs ul li a:hover::after {
    opacity: 0;
}
.home .recruit .content .requirements .nav-tabs ul li a.tab1 {
    background: #D080A6;
}
.home .recruit .content .requirements .nav-tabs ul li a.tab2 {
    background: #35AE5F;
}
.home .recruit .content .requirements .tab-content {
    display: none;
}
.home .recruit .content .requirements .tab-content.active {
    display: block;
}
.home .recruit .content .requirements .tab-content .content-inner {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 50px;
}
.home .recruit .content .requirements .tab-content .content-inner .btn-box {
    margin-top: 10px;
}
.home .instagram {
    padding: 80px 0px 0;
}
.home .instagram .info {
    display: flex;
    align-items: center;
    text-align: left;
    background: #fff;
    border-radius: 34px;
    max-width: 540px;
    margin: 0 auto;
    position: relative;transition: .3s;
}
.home .instagram .info a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}
.home .instagram .info:hover {
    opacity: .7;
}
.home .instagram .info .ic-insta {
    width: 112px;
    height: 112px;
    background: #fff;
    padding: 26px;
    border-radius: 34px;
    box-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px;
}
.home .instagram .info .ic-pig {
    position: absolute;
    max-width: 96px;
    right: 30px;
    bottom: 10px;
}
.home .instagram .info .ic-pig img {
    width: 100%;
}
.home .instagram .info h3 {
    text-align: left;
    font-size: 2rem;
    line-height: 1.8;
    padding: 0;
    margin: 0;
    padding-left: 22px;
}
.home .instagram .info h3::after {
    display: none;
}
.home .instagram .info .sm {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.08em;
    position: absolute;
    bottom: 10px;
    right: 105px;
}
.home .instagram .socials {
    display: flex;
    justify-content: center;
    gap: 26px;
    padding: 25px 0;
}
.home .instagram .socials li a {
    width: 25px;
    display: inline-block;
    transition: .3s;
}
.home .instagram .socials li a:hover {
    opacity: .7;
}
.home .instagram .socials li a img {
    width: 100%;
}
@media(max-width:1150px){
    .home .recruit .content .what-is-wc .f_top {
        left: 50px;
    }
}
@media(max-width: 1100px) {
    .home .recruit .content .interview ul li {
        font-size: 0.9rem;
    }
    .home .recruit .content .interview ul li .comming-soon {
        font-size: 1.4rem;
    }
    .home .recruit .content .interview ul li .lg {
        font-size: 1.4rem;
    }
}
@media(max-width: 860px) {
    .home .recruit .content .culture .items .item .txt .tl-lg {
        font-size: 3.5rem;
    }
    .home .recruit .content .culture .items .item .txt .desc {
        padding-right: 15px;
        padding-left: 15px;
        max-width: 39vw;
    }
    .home .recruit .content .culture .items .item.odd .txt {
        padding-left: 20px;
    }
    .home .recruit .content .culture .items .item.even .txt {
        padding-right: 20px;
    }
    .home .recruit .content .culture .items .item .txt .desc {
        font-size: 1.4rem;
    }
    .home .recruit .content .culture .items .item .txt .desc h4 {
        font-size: 1.8rem;
        padding-bottom: 10px;
    }
    .home .recruit .content .interview ul li {
        font-size: 0.8rem;
    }
    .home .recruit .content .what-is-wc .f_top {
        width: 85px;
    }
}
@media(max-width: 750px){
    .home .recruit .content .inner .img, 
    .home .recruit .content .inner .txt {
        width: 100%;
    }
    .home .recruit .content .inner .txt {
        padding-top: 25px;
    }
    .home .recruit .content .interview .slick-list {
        margin-right: -15px;
        padding-right: 30% !important;
    }
    .home .recruit {
        padding-top: 10px;
    }
    .home .recruit .content .inner .txt {
        font-size: 1.4rem;
    }
    .home .recruit .content .culture .items .item .img, 
    .home .recruit .content .culture .items .item .txt {
        width: 100%;
    }
    .home .recruit .content .culture .items .item .txt .desc {
        max-width: 100%;
    }
    .home .recruit .content .culture .items .item.even .txt {
        padding-right: 0;
        justify-content: center;
        padding-top: 25px;
        padding-bottom: 25px;
        flex-direction: row-reverse;
    }
    .home .recruit .content .culture .items .item.odd {
        flex-direction: column-reverse;
    }
    .home .recruit .content .culture .items .item .txt {
        padding-left: 0;
    }
    .home .recruit .content .culture .items .item.odd .txt {
        padding-left: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home .recruit .content .culture .items .item .txt {
        max-width: 100%;
    }
    .home .recruit .content .culture .items .item .txt .tl-lg {
        width: 50px;
    }
    .home .recruit .content .culture .items .item .txt .desc {
        flex: 1;
    }
    .home .recruit .content .culture .items .item {
        justify-content: center;
    }
    .home .recruit .content .culture {
        padding: 0 0 10px;
    }
    .home .recruit .content .desired-profile .inner-content {
        padding-bottom: 35px;
    }
    .home .recruit .content .desired-profile .inner .img img {
        width: 85%;
        max-width: 400px;
    }
    .home .recruit .content .inner .img {
        padding-top: 20px;
    }
    .home .recruit .content .inner .txt h4 {
        font-size: 1.6rem;
    }
    .home .recruit .content h3 {
        font-size: 1.8rem;
        line-height: 1.5;
    }
    .home .recruit .content .wc-in-numbers {
        padding-top: 15px;
    }
    .home .recruit .content .inner .txt .author {
        margin-top: 15px;
    }
    .home .recruit .content .message {
        padding-bottom: 25px;
    }
    .home .recruit .content .wc-in-numbers .inner-box {
        padding-bottom: 30px;
    }
    .home .recruit .content .what-is-wc .inner-content {
        padding: 25px 15px;
    }
    .home .recruit .content .what-is-wc {
        padding-top: 50px;
    }
    .home .recruit .content .interview ul li {
        font-size: 1rem;
    }
    .home .recruit .content .interview ul li .lg {
        font-size: 1.4rem;
    }
    .home .recruit .content .interview ul {
        margin: 0;
    }
    .home .recruit .content .interview ul li {
        width: 50%;
        padding: 0;
    }
    .home .recruit .content .interview {
        padding-top: 30px;
    }
    .home .recruit .content .requirements {
        padding: 20px 20px 40px;
    }
    .home .recruit .content h3 {
        margin-bottom: 30px;
    }
    .home .recruit .content .wc-in-numbers .inner-box .img {
        margin-top: 0;
    }
    .home .recruit .content .requirements .nav-tabs ul li a {
        font-size: 1.6rem;
        padding: 16px 10px 12px;
        border-radius: 8px 8px 0 0;
    }
    .home .recruit .content .requirements .nav-tabs ul li a::after {
        border-radius: 8px 8px 0 0;
    }
    .home .recruit .content .requirements .nav-tabs ul {
        gap: 10px;
    }
    .home .recruit .content .requirements .tab-content .content-inner {
        font-size: 1.6rem;
        padding-top: 35px;
    }
    .home .instagram .info h3 {
        font-size: 1.5rem;
        padding-left: 12px;
        line-height: 1.4;
    }
    .home .instagram .info {
        border-radius: 20px;
    }
    .home .instagram .info .ic-insta {
        width: 80px;
        height: 80px; 
        border-radius: 20px;
        padding: 18px;
    }
    .home .instagram .info .ic-pig {
        max-width: 50px;
        right: 10px;
        bottom: 20px;
    }
    .home .instagram {
        padding-top: 35px;
    }
    .home .instagram .info .sm {
        font-size: 0.8rem;
        letter-spacing: 0.08em;
        bottom: 8px;
        right: 70px;
    }
    .home .recruit .content .culture .f_top {
        width: 46px;
        margin-left: -23px;
        top: -52px;
    }
    .home .recruit .content .what-is-wc .f_top {
        width: 65px;
        left: -5px;
        top: 8px;
    }
    .home .recruit .content .interview .f_top {
        right: 6%;
        width: 40px;
        top: 0px;
    }
    .home .recruit .content .inner .img {
        text-align: center;
    }
    .home .recruit .content .inner .img img {
        width: 50%;
    }
    .home .recruit .content .interview ul li .txt {
        margin-right: 7px;
    }
    .home .recruit .content .interview ul li .link,
    .home .recruit .content .interview ul li .txt {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    .home .recruit .content .interview ul li .txt {
        padding: 10px;
    }
    .home .recruit .content .interview ul li .link {
        padding-right: 20px;
        margin-top: 15px;
        max-width: 90px;
        margin-left: auto;
    }
    .home .recruit .content .interview ul li .link span.ic {
        width: 16px;
        height: 14px;
        margin-top: -7px;
    }
    .home .recruit .content .interview ul li .lg {
        font-size: 1.2rem;
    }
}
@media(max-width:374px){
    .home .recruit .content .interview ul li {
        font-size: 0.9rem;
    }
    .home .recruit .content .interview ul li .lg {
        font-size: 1.2rem;
    }
    .home .recruit .content .interview ul li .txt {
        padding: 10px;
        margin-right: 10px;
    }
}
/* 
End recruit ==================================================
*/
/*
==============================================================
=========================== End Home =========================
==============================================================
*/
/*
==============================================================
=========================== message ==========================
==============================================================
*/
.message .profile-box .content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.message .profile-box .content .img {
    width: 65%;
}
.message .profile-box .content .txt {
    color: #fff;
    font-size: 2.4rem;
    padding-top: 25px;
}
.message .profile-box .content .txt p {
    color: #000;
    margin-top: 50px;
}
.message h2 {
    font-size: 8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 900;
    color: #fff;
}
.message .profile-box .content .txt h2 {
    right: 15px;
    top: 15px;
}
.message h2 .sm {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.075em;
    position: relative;
    top: -12px;
    color: #000;
}
.message .profile-box .content img {
    width: 100%;
}
@media(max-width:1100px){
    .message .profile-box .content .txt {
        font-size: 2rem;
    }
}
@media(max-width:750px){
    .message .profile-box .content .img {
        width: 100%;
    }
    .message .profile-box .content .txt {
        flex: auto;
        position: relative;
        text-align: center;
        padding-bottom: 20px;
    }
    .message .profile-box .content .txt p {
        margin-top: 0;
    }
    .message h2 {
        font-size: 5rem;
        display: flex;
        flex-direction: column;
        text-align: left;
        padding-bottom: 25px;
    }
    .message .profile-box .content .txt p {
        text-align: left;
    }
    .message .profile-box .content .txt h2 {
        position: unset;
    }
    .message h2 .sm {
        padding-top: 15px;
        top: 0;
    }
}
.message .txt-content .content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 50px;
}
.message .txt-content {
    font-size: 1.6rem;
    line-height: 1.625;
}
.message .txt-content h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 2;
}
.message .txt-content .author {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    text-align: right;
}
@media(max-width:860px){
    .message .txt-content h4 {
        font-size: 1.6rem;
    }
}
@media(max-width:750px){
    .message .txt-content {
        font-size: 1.4rem;
    }
    .message .txt-content .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .message .txt-content .author {
        font-size: 1.8rem;
    }
}
.message .person .content {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.message .person .content .img {
    width: 160px;
}
.message .person .content .name {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    position: absolute;
    line-height: 1.28;
    color: #EAEAE6;
    font-weight: 900;
    bottom: -6px;
    left: 0;
}
.message .person .content .txt {
    flex: 1;
    padding-left: 30px;
    font-size: 1.4rem;
    line-height: 1.85;
}
@media(max-width:750px) {
    .message .person .content {
        padding: 15px;
    }
    .message .person .content .img {
        width: 100%;
        text-align: center;
    }
    .message .person .content .txt {
        flex: auto;
        padding-left: 0;
        padding-top: 20px;
    }
    .message .person .content .name  {
        position: unset;
        padding-top: 15px;
        font-size: 3rem;
    }
}
.message .company-profile .content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
}

.message .company-profile .content h2 .sm {
    color: #333;
}
.message .company-profile .content li {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.875;
    border-bottom: 1px solid #CFCFCF;
    padding: 15px 0;
}
.message .company-profile .content li:first-child {
    border-top: 1px solid #CFCFCF;
}
.message .company-profile .content li .lbl {
    width: 285px;
    text-align: right;
    display: inline-block;
    font-weight: 700;
    padding-right: 40px;
}
.message .company-profile .content li .desc {
    flex: 1;
}
.message .company-profile .content li .desc a {
    transition: .3s;
}
.message .company-profile .content li .desc a:hover {
    color: #E0CA38;
}
.message .company-profile .content ul {
    padding-top: 25px;
}
@media(max-width:750px){
    .message .company-profile .content {
        padding-top: 30px;
    }
    .message .company-profile .content ul {
        padding-top: 10px;
    }
    .message .company-profile .content li .lbl {
        width: 100%;
        text-align: left;
    }
    .message .company-profile .content li .desc {
        flex: auto;
    }
    .message .company-profile .content li {
        padding: 10px 0;
    }
}
.message .access {
    padding-bottom: 125px;
}
.message .access .content {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 80px;
}
.message .access .content h2 .sm {
    color: #333;
}
.message .access .img {
    margin-top: 25px;
}
.message .access .img img {
    width: 100%;
}
.message .access .txt {
    padding-top: 15px;
    font-size: 1.8rem;
    line-height: 1.66;
}
.message .access .txt a {
    position: relative;
    padding-right: 25px;
    font-size: 1.2rem;
}
.message .contact-info {
    background: #fff;
    line-height: 1.875;
    font-size: 1.6rem;
    padding: 15px;
    margin-top: 30px;
}
.message .contact-info .lg {
    font-size: 1.8rem;
}
@media(max-width:750px){
    .message .access {
        padding-bottom: 50px;
    }
    .message .contact-info .tel {
        line-height: 1;
        padding-top: 20px;
    }
    .message .contact-info .tel span {
        display: block;
    }
    .message .access .content {
        padding-top: 40px;
    }
    .message .access .img {
        margin-top: 0;
    }
}
/*
==============================================================
========================= End message ========================
==============================================================
*/
/*
==============================================================
======================= design-business ======================
==============================================================
*/
.line-box{
padding-bottom: 30px !important;
}
.design-business .content {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.design-business .content .item {
    background: #FCFCFC;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 20px;
}
.design-business .content .item h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    background: #DD83B3;
    padding: 23px 15px;
    border-radius: 10px 10px 0 0
}
.design-business .content .item h3 span {
    max-width: 790px;
    margin: 0 auto; 
    display: block;
}
.design-business .content .intro {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 0;
}
.design-business .content .intro .txt {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.01em;
}
.design-business .content .intro .txt p {
    padding-bottom: 10px;
}
.design-business .content .intro .img {
    width: 36%;
    padding-left: 20px
}
.design-business .content .intro .img img {
    border-radius: 5px;
}
@media(max-width:750px){
    .design-business .content {
        padding-bottom: 20px;
    }
    .design-business .content .intro .img {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .design-business .content .intro .txt {
        flex: auto;
    }
    .design-business .content .intro .img img {
        width: 100%;
    }
    .design-business .content .intro .txt {
        font-size: 1.4rem;
    }
    .design-business .content .intro {
        padding-top: 15px;
    }
    .design-business .content .item h3 {
        font-size: 2rem;
        padding: 10px 15px;
    }
}
.design-business .content .suggestion {
    max-width: 840px;
    margin: 0 auto; 
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    justify-content: center;
}
.design-business .content .suggestion  li {
    width: 25%;
    padding: 0 10px;
}
.design-business .content .suggestion  li .img {
    max-width: 110px;
    margin: 0 auto;
}
.design-business .content .suggestion  li .img img {
    width: 100%;
}
.design-business .content .suggestion li .txt {
    line-height: 1.7;
}
.design-business .content .suggestion li h4 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media(max-width: 750px){
    .design-business .content .suggestion li {
        width: 50%;
        padding-top: 25px;
    }
    .design-business .content .suggestion {
        padding: 0 5px;
    }
    .design-business .content .suggestion li h4 {
        font-size: 1.4rem;
    }
    .design-business .content .suggestion li .txt {
        font-size: 1.2rem;
    }
    .design-business .content .suggestion {
        justify-content: left;
    }
}
@media(max-width:480px){
    .design-business .content .suggestion li {
        width: 100%;
    }
}
.design-business .production-history {
    max-width: 820px;
    padding: 40px 15px 0;
    margin: 0 auto;
}
.design-business .production-history h4 {
    font-size: 1.6rem;
    color: #DD83B3;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    position: relative;
}
.design-business .production-history h4::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DD83B3;
    top: 50%;
    left: 0;
}
.design-business .production-history h4 span {
    background: #fcfcfc;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 10px;
}
.design-business .production-history ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.design-business .production-history ul li {
    width: 50%;
    padding: 15px;
    line-height: 1.7;
    letter-spacing: 0.05em;
}
.design-business .production-history ul li  .inner {
    border: 1px solid #E5E5E7;
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    height: 100%;
}
.design-business .production-history.fm1 ul li {
    padding-bottom: 15px;
}
.design-business .production-history ul li .img img {
    width: 100%;
}
.design-business .production-history ul li .img {
    padding-bottom: 15px;
}
.design-business .production-history ul li h5 {
    font-size: 1.6rem;
    line-height: 1;
    padding-left: 6px;
    border-left: 3px solid #E0CA38;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
@media(max-width: 480px){
    .design-business .production-history ul li {
        width: 100%;
        padding: 0 0 20px;
    }
    .design-business .production-history ul {
       margin: 0;
    }
    .design-business .production-history h4 span {
        padding-left: 0;
    }
}
.design-business .contact-bottom {
    text-align: center;
    padding:  15px 15px 50px;
}
.design-business .contact-bottom .inner {
    background: #EAEAE6;
    max-width: 790px;
    margin: 0 auto;
    padding: 30px 15px;
}
.design-business .contact-bottom h4 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    padding: 0 18px;
    display: inline-block;
}
.design-business .contact-bottom h4::before,
.design-business .contact-bottom h4::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #333;
    top: 50%;
    margin-top: -10px;
}
.design-business .contact-bottom h4::before{
    transform: rotate(-30deg);
    left: 0;
}
.design-business .contact-bottom h4::after {
    transform: rotate(30deg);
    right: 0;
}
@media(max-width: 750px){
    .design-business .contact-bottom h4 {
        font-size: 1.4rem;
        padding: 0 10px;
    }
    .design-business .contact-bottom .inner {
        padding: 15px;
    }
    .design-business .contact-bottom {
        padding-bottom: 20px;
    }
    .design-business .production-history ul {
        margin: 0 -8px;
    }
    .design-business .production-history ul li {
        padding: 15px 8px;
    }
    .design-business .production-history.fm1 ul li {
        padding-bottom: 15px;
    }
}
@media(max-width:374px){
    .btn {
        min-width: unset;
        width: 100%;
    }
}
/*
==============================================================
==================== End design-business =====================
==============================================================
*/
/*
==============================================================
========================= interview ==========================
==============================================================
*/
.interview .content {
    max-width: 920px;
    margin: 0 auto;
    padding-bottom: 65px;
}
.interview .content .item {
    background: #FCFCFC;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    margin-bottom: 20px;
    padding-bottom: 22px;
}
.interview .content .item .intro {
    background: #E6E6E6;
    padding: 5px 15px 0 0;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.interview .content .item .intro .img {
    max-width: 130px;
}
.interview .content .item .intro .img  {
    width: 100%;
}
.interview .content .item .intro .txt {
    flex: 1;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.42;
    padding-left: 25px;
}
.interview .content .item .intro .txt h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #fff;
    display: inline-block;
    padding: 7px 10px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.interview .content .item .intro .txt h3.coming-soon {
    display: block;
    max-width: 580px;
}
@media(max-width:860px){
    .interview .content .item .intro .txt h3 {
       font-size: 1.6rem; 
       padding: 5px 10px;
    }
    
}
@media(max-width:750px){
    .interview .content .item .intro {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .interview .content .item .intro .txt h3 {
        display: block;
        margin-bottom: 10px;
    }
    .interview .content .item .intro .txt {
        flex: auto;
        width: 100%;
        padding-left: 0;
    }
}
.interview .content .main-content  {
    max-width: 820px;
    padding: 45px 15px 25px;
    margin: 0 auto;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: flex;
    flex-wrap: wrap;
}
.interview .content .main-content h4 {
    position: relative;
    padding-left: 25px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin-top: 25px;
    margin-bottom: 8px;
}
.interview .content span.ic {
    left: 0;
    right: unset;
    margin-top: 0;
}
span.ic.heart {
    width: 18px;
    height: 16px;
    background: url(../img/interview/ic-heart.png) no-repeat;
    top: 3px;
}
span.ic.pencil {
    width: 18px;
    height: 18px;
    background: url(../img/interview/ic-pencil.png) no-repeat;
    top: 1px;
}
span.ic.star {
    width: 19px;
    height: 19px;
    background: url(../img/interview/ic-star.png) no-repeat;
    top: 1px;
}
span.ic.users {
    width: 19px;
    height: 19px;
    background: url(../img/interview/ic-users.png) no-repeat;
    top: 1px;
}
span.ic.comments {
    width: 19px;
    height: 18px;
    background: url(../img/interview/ic-comments.png) no-repeat;
    top: 2px;
}
.interview .content .main-content .txt-box {
    flex: 1;
    padding-right: 40px;
}
.interview .content .time-bar {
    width: 190px;
    line-height: 1.4;
}
.interview .content .time-bar li {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    position: relative;
}
.interview .content .time-bar li::before,
.interview .content .time-bar li::after {
    content: "";
    position: absolute;
    top: 5px;
}
.interview .content .time-bar li::before {
    height: 100%;
    width: 1px;
    background: #333333;
    left: 5px;
}
.interview .content .time-bar li::after {
    width: 11px;
    height: 11px;
    background: #808AD2;
    border-radius: 50%;
    left: 0;
}
.interview .content .time-bar.fm1 li::after {
        background: #D080A6;
}
.interview .content .time-bar .desc {
    /* display: -webkit-box; 
    -webkit-line-clamp: 3;           
    -webkit-box-orient: vertical;    
    overflow: hidden;                
    text-overflow: ellipsis; */
    flex: 1;
}
.interview .content .time-bar .time {
    width: 74px;
    text-align: center;
    padding-left: 5px;
}
.interview .content .time-bar h3 {
    color: #fff;
    background: #333;
    font-size: 1.6rem;
    line-height: 1.375;
    border-radius: 5px;
    padding: 9px 14px;
    position: relative;
    margin-bottom: 10px;
}
.interview .content .time-bar h3::after{
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    background: url(../img/interview/ic-clock.png) no-repeat;
    background-size: 100% !important;
    right: 14px;
    top: 50%;
    margin-top: -21px;
}
.interview .content .time-bar li:last-child:before {
    display: none;
}
.interview .content .main-content h4:first-child {
    margin-top: 0;
}
.interview .content .rv-date {
    background: #249CAD;
    display: inline-block;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 7px;
    width: 178px;
    text-align: center;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -89px;
    color: #fff;
}
@media(max-width: 750px){
    .interview .content .main-content .txt-box {
        padding-right: 15px;
    }
    .interview .content .main-content .txt-box {
        flex: auto;
        padding-right: 0;
    }
    .interview .content .time-bar {
        width: 100%;
        padding-top: 25PX;
    }
    .interview .content .main-content {
        padding: 15px;
    }
    .interview .content .rv-date {
        position: unset;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .interview .content {
        padding-bottom: 30px;
    }
}
/*
==============================================================
======================= End interview ========================
==============================================================
*/
/*
==============================================================
======================= announcements ========================
==============================================================
*/
.announcements .content {
    padding-bottom: 60px;
}
.announcements .content ul li {
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 37px;
    padding: 22px 30px 16px;
}
.announcements .content ul li .date {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #312B2A;
    padding-bottom: 12px;
    margin-bottom: 5px;
}
@media(max-width:750px){
    .announcements .content ul li {
        font-size: 1.4rem;
        border-radius: 20px;
        padding:18px 15px 12px;
    }
    .announcements .content ul li .date {
        font-size: 1.2rem;
    }
    .announcements .content {
        padding-bottom: 30px;
    }
}
/*
==============================================================
===================== End announcements ======================
==============================================================
*/
/** ================= BEGIN custom-page =======================*/
.container.sm {
    max-width: 1140px;
    padding-left: 205px;
}
.custom-page {
    margin-top: 105px;
    padding-bottom: 140px;
    position: relative;
    margin-bottom: 70px;
}
.custom-page {
    background: #FFFFFF;
    padding-left: 0;
    padding: 65px 45px;
}
.custom-page .container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #E0CA38 0%, #908DB8 100%);
    top: 0;
    left: 0;
    z-index: 10;
}
.home .mission.custom-page .container::before {
    display: none;
}
.custom-page .content h4 {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
    line-height: 1.25;
}
.custom-page .content p {
    font-size: 1.6rem;
    line-height: 1.7;
    line-height: 1.25;
}
.contact .content form .label-cell p {
    font-weight: 700;
    line-height: 1.25;
}
.custom-page .image-container img {
    max-width: 200px;
}
.custom-page .content-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.custom-page .content-container .image-container {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 200px;
    margin: 0;
    padding: 0;
}
.custom-page .content-container .content {
    text-wrap: wrap;
}
@media (min-width: 1024px) {
    .custom-page.security-action {
        min-height: 900px;
    }
}
@media (max-width: 768px) {
    .custom-page {
        padding-top: 65px;
        padding-bottom: 65px;
        position: relative;
    }
    .custom-page .container {
        padding: 40px 10px;
    }
    .custom-page .title h2 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .custom-page h4,
    .custom-page p {
        font-size: 1.3rem;
    }
    .custom-page .content-container {
        flex-direction: column;
    }
    .home .mission.custom-page .container {
        padding: 0;
    }
}
/** ================= END custom-page ====================*/
/** ================= BEGIN contact ======================*/
.custom-page.contact .content h4 {
    font-size: 1.6rem;
    line-height: 2.5;
}
.contact .content form {
    padding: 20px 0 35px;
}
.contact .content form fieldset {
    margin-top: 15px;
}
.contact .content form .note {
    border: 1px solid #666666;
    padding: 25px 20px;
}
.contact .content form .note .ic-container {
    position: relative;
    padding-right: 30px;
    line-height: 1;
    transition: .3s;
}
.contact .content form .note .ic-container:hover {
    color: #FFC846;
}
.contact .content form .note span.ic {
    background: url(../img/ic-arrow-right01.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}
.contact .content form .row {
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
}
.contact .content form .row:last-child {
    border-bottom: 1px solid #666666;
}
.contact .content form .label-cell {
    background-color: #F5F5F5;
    border-right: 1px solid #666666;
    font-size: 1.6rem;
    line-height: 1.25;
}
.contact .content form .label-cell,
.contact .content form .input-cell {
    padding: 15px;
}
.contact .content form .label-cell {
    flex: 0 0 auto; width: 25%;
}
.contact .content form .input-cell {
    flex: 0 0 auto; width: 75%;
    line-height: 1;
}
.contact .content form .input-cell input[type="text"],
.contact .content form .input-cell input[type="email"],
.contact .content form .input-cell textarea {
    font-size: 1.6rem;
    line-height: 2.5;
    width: 100%;
    padding: 2px 10px;
    border: 1px solid #B5B5B5;
    resize: none;
}
.contact .content form .input-cell input[type="text"]:disabled,
.contact .content form .input-cell input[type="email"]:disabled,
.contact .content form .input-cell textarea:disabled {
    background-color: #E6E6E6;
    color: #333;            
}

.contact .content form .input-cell p:not(:first-child) {
    margin-top: 1rem;
}
.custom-page .content .accept {
    display: block;
    margin: 0.4em 0;
    font-weight: 700;
    font-size: 1.6rem;
}
.custom-page .content input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px !important;
    margin: 0 12px 0 0;
    border: 1px solid #312B2A;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
    padding: 0 !important;
    top: 4px;
}
.custom-page .content input[type="checkbox"]:checked::after {
    content: "";
    width: 14px;
    height: 8px;
    border-top: 2px solid #312B2A;
    border-right: 2px solid #312B2A;
    font-size: 1.4rem;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 50%;
    line-height: 1;
    margin-top: -6px;
    left: 5px;
    transform: rotate(130deg)
}
@media (max-width: 768px) {
    .contact .content form .label-cell,
    .contact .content form .input-cell {
        flex: 0 0 auto; width: 100%;
    }
    .contact .content form .label-cell {
        border-right: none;
        border-bottom: 1px solid #666666;
    }
}
/** ================= END contact ========================*/
/** ================= BEGIN site-map =====================*/
.site-map .content .logo img {
    max-width: 280px;
}
.site-map .site-map-content {
    flex: 1;
    font-size: 1.3rem;
    line-height: 1.75;
}
.site-map .site-map-content .site-map-nav {
    display: flex;
    padding-bottom: 10px;
    padding-top: 10px;
}
.site-map .site-map-content .site-map-nav ul {
    width: 33.33%;
}
.site-map .site-map-content .site-map-nav ul li {
    padding-right: 10px;
}
.site-map .site-map-content .site-map-nav a {
    display: block;
    padding-left: 12px;
    position: relative;
    transition: .3s;
}
.site-map .site-map-content .site-map-nav a:hover {
    color: #FFC846;
}
.site-map .site-map-content .site-map-nav a::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #FFC846;
    border-right: 1px solid #FFC846;
    transform: rotate(45deg);
    left: -2px;
    top: 8px;
}
.site-map .site-map-content h2 {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-top: 1px solid #CFCFCF;
    padding-top: 15px;
}
.site-map .border-top {
    border-top: 1px solid #CFCFCF;
}
.site-map .site-map-content h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    background: #EAEAE6;
    line-height: 1;
    border-radius: 50vh;
    padding: 8px 20px;
    margin-top: 10px;
}
.site-map .site-map-content .site-map-nav p {
    padding-left: 12px;
}
.site-map .site-map-content .site-map-nav p a::after {
    height: 1px;
    border: unset;
    background: #FFC846;
    transform: unset;
    margin-top: 0;
    left: 0;
}
.site-map .copy-right {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
@media(max-width: 1024px) {
    .site-map .site-map-content {
        font-size: 1rem;
    }
    .site-map .site-map-content h2 {
        font-size: 1.2rem;
    }
    .site-map .site-map-content h3 {
        font-size: 1.2rem;
        padding-left: 15px;
    }
    .site-map .copy-right {
        font-size: 0.9rem;
    }
    .site-map .site-map-content .site-map-nav a::after {
        width: 4px;
        height: 4px;
        left: -2px;
        top: 7px;
    }
    .site-map .site-map-content .site-map-nav a {
        padding-left: 8px;
    } 
}
@media(max-width:750px){
    .site-map .site-map-content {
        flex: auto;
        font-size: 1.4rem
    }
    .site-map .site-map-content .site-map-nav {
        flex-wrap: wrap;
    }
    .site-map .site-map-content .site-map-nav ul {
        width: 50%;
    }
    .site-map .site-map-content .site-map-nav a::after {
        width: 6px;
        height: 6px;
        left: -2px;
        top: 9px;
    }
    .site-map .site-map-content .site-map-nav a {
        padding-left: 15px;
    }
    .site-map .site-map-content h2 {
        font-size: 1.6rem;
    }
    .site-map .site-map-content h3 {
        font-size: 1.6rem;
        padding-left: 20px;
    }
    .site-map .site-map-content .site-map-nav a {
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .site-map .site-map-content .site-map-nav a::after {
        top: 11px;
    }
    .site-map .copy-right {
        font-size: 1.2rem;
        position: relative;
        text-align: center;
        padding: 5px 0 5px;
        left: 0;
        bottom: 0;
        margin: 0 -15px;
        background: #FFC846;
        color: #333;
        margin-top: 15px;
    }
    .site-map {
        padding-bottom: 0px;

    }
    .site-map .site-map-content .site-map-nav:first-child {
        padding: 0;
    }
    .site-map .site-map-content .site-map-nav:nth-child(2) {
        padding-top: 0;
    }
}
@media(max-width: 600px){
    .site-map .site-map-content .site-map-nav ul {
        width: 100%;
        padding-top: 10px;
    }
}
/** ================= END site-map =======================*/
/** ================= BEGIN mission ======================*/
.sdgs-p{
    font-size: 1.7rem !important;
}

.mission {
    margin-top: 135px;
}
.custom-page.mission {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    margin-top: 0;
    background: unset;
    padding-right: 0;
}
.custom-page.mission .container {
    background: none;
    padding-left: 0;
    padding: 0;
}
.mission .container {
    padding-left: 0;
}
.mission .content .txt-box .inner:not(:first-child) {
    margin-top: 7rem;
}
.mission .content .txt-box h2 {
    font-size: 9rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
}
.mission .content .txt-box {
    padding-left: 2.2vw;
}
.mission .content .txt-box .sub {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    margin-top: -22px;
    padding-left: 8px;
    line-height: 1.25;
    margin-bottom: 25px;
}
.mission .content .txt-box .description {
    padding-left: 4vw;
    /* padding-right: 4vw; */
}
.mission .content .initiatives-toward-sdgs {
    background: url(../img/mission/mission_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: top right; */
    margin-top: 2rem;
    padding-bottom: 25px;
    padding-top: 60px;
}
.mission .content .initiatives-toward-sdgs .content {
    height: 960px;
    overflow: auto; 
}
.mission .content .initiatives-toward-sdgs .title-container {
    text-align: center;
}
.mission .content .initiatives-toward-sdgs .title-container h2 {
    color: #FFFFFF;
    font-size: 6.3rem;
    line-height: 1;
    text-wrap: nowrap;
    padding-bottom: 50px;
}
.mission .content .initiatives-toward-sdgs .title-container .sub {
    font-size: 2.4rem;
    line-height: 1.5;
    font-weight: 700;
}
.mission .content .initiatives-toward-sdgs .title-container .note-title {
    background: #FFFFFF;
    font-size: 1.9rem;
    line-height: 1.5;
    color: #9EC1EC;
    margin: 35px 50px 0;
}
.mission .content .description-content {
    padding: 10px 50px 15px;
}
.mission .content > .description-content:last-child {
    padding-bottom: 8rem;
}
.mission .content .description-content > div {
    margin-top: 2rem;
    padding: 0 40px;
}
.mission .content .description-content .inner {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.45;
}
.mission .content .description-content .row {
    gap: 30px;
    flex-wrap: nowrap;
}
.mission .content .description-content .image img{
    width: 100px;
}
.mission .content .description-content .text {
    align-items: center;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.5;
}
.container.md {
    padding-left: 220px;
}
@media(max-width: 1024px){
    .custom-page.mission {
        padding-left: 0;
    }
}
@media(max-width: 1100px){
    .mission .content .txt-box {
        padding-left: 0;
    } 
}
@media(max-width:960px){
    .container.md {
        padding-left: 20px;
    }
    .custom-page.mission {
        padding-left: 0;
    }
}
@media (max-width: 768px) {
    .mission {
        margin-top: 85px;
    }
    .custom-page.mission .title h2 {
        font-size: 2.5rem;
    }
    .custom-page.mission .content p,
    .custom-page.mission .content li {
        font-size: 1.2rem;
    }
    .custom-page.mission {
        padding-left: 0;
    }
    .mission .content .txt-box .inner:not(:first-child) {
        margin-top: 4rem;
    }
    .mission .content .txt-box h2 {
        font-size: 6rem;
        padding: 0 10px;
    }
    .mission .content .txt-box .sub {
            margin-top: -14px;
        font-size: 1.6rem;
        padding: 0 10px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .mission .content .txt-box .description {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .mission .content .initiatives-toward-sdgs {
        padding: 10px;
    }
    .mission .content .initiatives-toward-sdgs p {
        font-size: 1.2rem;
    }
    .mission .content .initiatives-toward-sdgs .title-container h2 {
        color: #FFFFFF;
        font-size: 2.2rem;
        text-wrap: nowrap;
    }
    .mission .content .initiatives-toward-sdgs .title-container .sub {
        font-size: 1.3rem;
    }
    .mission .content .initiatives-toward-sdgs .title-container .note-title {
        font-size: 1.3rem;
        margin: 20px 10px 0;
    }
    .mission .content .description-content {
        padding: 10px 10px 15px;
    }
    .mission .content .description-content > div {
        padding: 0 10px;
    }
    .mission .content .description-content .row {
        gap: 10px;
        flex-wrap: nowrap;
    }
    .mission .content .description-content .image img{
        width: 70px;
    }
    .mission .content > .description-content:last-child {
        padding-bottom: 6rem;
    }
}
@media (min-width: 1024px) {
    .custom-page.mission {
        padding-left: 0;
    }
    .custom-page.mission .container {
        max-width: 100%;
    }
    .custom-page.mission .container .title h2 {
        font-size: 4rem;
    }
    .mission .container .title {
        padding-left: 10vw;
    }
    .mission .container .content {
        padding-left: 20vw;
        max-width: 1500px;
    }
    
    .mission .content .initiatives-toward-sdgs {
        /* margin-right: 4vw; */
    }
}
@media(max-width:960px) {
    .container.sm {
        padding-left: 20px;
    }
}
@media(max-width:750px){
      .custom-page {
        padding: 35px 15px;
    }
    .custom-page .container {
        padding: 25px 15px;
    }
    .mt-4 {
        margin-top: 20px;
    }
    .container.sm {
        padding-left: 15px;
    }
    .container.md {
        padding-left: 15px;
    }
    .mission .content > .description-content:last-child {
        padding-bottom: 0;
    }
    .mission .content .initiatives-toward-sdgs {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .mission .content .initiatives-toward-sdgs .content {
        height: auto;
        overflow: unset; 
    }
    .mission .content .initiatives-toward-sdgs .title-container {
        text-align: center;
    }
    .mission .content .initiatives-toward-sdgs .title-container h2 {
        padding-bottom: 20px;
    }
}
.custom-page .content p {
    line-height: 1.7;
    font-size: 1.4rem;
}
.custom-page .content p a{
    transition: .3s;
}
.custom-page .content p .btn.back {
    background: #E6E6E6;
    margin-bottom: 12px;
}
.custom-page .content p a:hover {
    color: #FFC846
}
@media(max-width:768px){
    .mission .content .txt-box h2 {
        padding: 0;
    }
    .mission .content .txt-box .description {
        padding: 0;
    }
    .mission .content .txt-box .sub {
        padding: 0;
    }
    .custom-page {
        margin: 100px 0 40px
    }
    .mission .content .description-content {
        padding: 10px 0;
    }
    .mission .content .description-content > div {
        padding: 0;
    }
}
@media(max-width:750px) {
    .custom-page {
        margin: 40px 0 40px
    }
}
/** ================= END mission ========================*/