@font-face {
    font-family: "LINE Seed JP";
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/LINESeedJP_OTF_Rg.woff2") format("woff2");
  }
  @font-face {
    font-family: "LINE Seed JP";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("/assets/fonts/LINESeedJP_OTF_Bd.woff2") format("woff2");
  }
  @font-face {
    font-family: "LINE Seed";
    font-style: normal;
    font-display: swap;
    src: url("assets/fonts/LINESeedSans_W_Rg.woff2") format("woff2");
  }
  @font-face {
    font-family: "LINE Seed B";
    font-style: bold;
    font-display: swap;
    src: url("/assets/fonts/LINESeedSans_W_Bd.woff2") format("woff2");
  }
:root {
    --font-heading: "UD新丸ゴ M";
    --font-heading-light: "UD新丸ゴ L";
    --font-basic: "LINE Seed JP", serif;
    --font-b: "LINE Seed JP", serif;
    --font-en: "LINE Seed", serif;
    --font-en-b: "LINE Seed B", serif;
    --alt-font: "corporate-logo-ver2", sans-serif;
    --medium-gray: #333333;
    --yellow: #f5d334;
    --pink:#eaa8c3;
    --beige: #fdf6ef;
    --brown: #503228;
    --dark-gray: #503228;
    --bs-table-color: #503228;
    --bs-emphasis-color: #503228;
  }

  body {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-font-feature-settings: "palt" on;
    font-feature-settings: "palt" on;
    font-family: var(--font-basic);
    font-weight: normal;
    color: var(--brown);
    /* background-color: var(--beige); */
    /* background-image: url("../img/bg.jpg"); */
}
html{
  overflow-x: hidden;
}
h1, .h1 {
    font-size: 3.28rem; /* 元4.375rem → 約25%減 */
    line-height: 3.72rem;
  }
  
  h2, .h2 {
    font-size: 2.58rem; /* 元 3.438rem → 約25%減 */
    line-height: 2.813rem;
  }
  
  h3, .h3 {
    font-size: 2.11rem; /* 元2.813rem → 約25％減 */
    line-height: 2.344rem; /* 元3.125rem → 約25％減 */
  }
  
  h4 {
    font-size: 1.78rem; /* 元2.375rem → 約25％減 */
    line-height: 1.781rem; /* 約25％減 */
  }
  
  h5 {
    font-size: 1.58rem; /* 元2rem → 約25％減 */
    line-height: 1.688rem;
  }
  
  h6 {
    font-size: 1.313rem; /* 元1.75rem → 約25％減 */
    line-height: 1.463rem; /* 元1.95rem → 約25％減 */
  }
  .bg-pink{
    background: var(--pink);
  }

  #top .image {
    background: linear-gradient(150deg, #42934F, #39848E);
    padding-bottom: 7.8125rem;
    padding-top: 8.75rem;
}

.btn {
    font-family: var(--primary-font);
}

/* bg color */
.bg-seashell-white {
  background-color: var(--seashell-white);
}
.bg-chablis-red {
  background-color: var(--chablis-red);
}
.bg-gradient-very-light-gray {
  background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #fbfbfc, #fdfdfd, #ffffff);
}
.bg-gradient-very-light-gray {
  background-image: linear-gradient(to bottom, #f7f7f7, #f7f7f7, #fbfbfc, #fdfdfd, #ffffff);
}
.bg-gradient-blue-ocean {
  background: linear-gradient(227deg, #65d7ff 5.29%, #008ad2 40.68%, #204483 84.46%);
}

.bg-gradient-yellow {
  background: linear-gradient(227deg, #65d7ff 5.29%, #008ad2 40.68%, #204483 84.46%);
}


/* box layout */
.box-layout {
    padding: 0 40px;
}

@media (max-width: 1600px){
    .box-layout {
        padding: 0 60px;
    }
}
@media (max-width: 1199px){
    .box-layout {
        padding: 0 0;
    }
}







header .navbar-brand img {
    max-height: 100px;
  }


  /* header .navbar-brand img, header .default-logo {
    max-height: 200px;
} */

header .alt-logo{
    max-height: 53px !important;
}
.fs-320 {
    font-size: 20rem;
    line-height: 20rem;
}
.fs-21 {
    font-size: 21px;
}
.text-yello{
    color: var(--yellow);
}
header .btn.btn-dark-gray {
    background-color: #292c36;
}
header .btn.btn-box-shadow.btn-dark-gray:hover, 
header .btn.btn-box-shadow.btn-dark-gray:active {
    background: #292c36; 
    border-color: #292c36;
}
.header-demo.navbar .navbar-nav .nav-link {
    font-weight: 400;
}
.navbar .navbar-nav .dropdown .dropdown-menu a .label {
    font-weight: 500;
}
.navbar .navbar-nav .submenu-content ul .sub-title {
    font-weight: 400;
}
.header-demo.navbar .navbar-nav .dropdown .dropdown-menu a {
    font-weight: 400;
}
.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a {
    color: var(--light-gray);
    font-size: 16px;
}
.header-demo.navbar.header-dark .navbar-nav .nav-item:first-child .dropdown-menu a:hover {
    color: var(--white);
}
.header-demo.navbar .navbar-nav .premium-element .sub-title {
    color: #15171c;
    font-weight: 600;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    box-shadow: 0 95px 75px 0 rgba(0, 0, 0, 0.8);
}
.navbar .bg-solitude-blue {
    background-color: #253384;
}
.navbar .text-cornflower-blue {
    color: #909ff7;
}
.navbar .bg-light-red {
    background-color: #892828;
}
.navbar .text-red {
    color: #ef999f;
}
.navbar .bg-white-ice {
    background-color: #2a6e39;
}
.navbar .text-jade {
    color: #a7c8ae;
}
.navbar .bg-light-majorelle-blue {
    background-color: #423282;
}
.navbar .text-majorelle-blue {
    color: #a58cf5;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
.btn {
    font-weight: 600;
    text-transform: none;
}
.btn.btn-small {
    font-size: 13px;
}
.btn.btn-large {
    font-size: 15px; 
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-extra-large {
    font-size: 17px;
}
.btn.btn-switch-text.btn-large > span {
    padding: 16px 34px;
}
.btn.btn-switch-text.btn-extra-large > span {
    padding: 18px 40px;
}
.btn.btn-big {
    font-size: 22px;
    background: linear-gradient(60deg,#e77d13,#fa4722,#ee2370,#a23cb3,#2c5cba,#007dab);
    background-size: 200% 200%;
    color: var(--white);
    -webkit-animation: footeranimatedgradient 10s ease infinite alternate;
    animation: footeranimatedgradient 10s ease infinite alternate;
}
.btn.btn-big:active{
    border-color: transparent;
    color: #fff;
}
@-webkit-keyframes footeranimatedgradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.btn.btn-switch-text.btn-big > span {
    padding: 16px 32px;
}
.btn.btn-transparent-light-gray {
    color: var(--white);
    border-color: rgba(255,255,255,.15);
}
.btn.btn-transparent-light-gray:hover,
.btn.btn-transparent-light-gray:active {
    background-color: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,.2);
}
/* text gradient color */
.text-gradient-light-blue-dark-black,
.text-gradient-dark-blue-dark-black,
.text-gradient-light-gray-white {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}
.text-gradient-dark-blue-dark-black {
    background: linear-gradient(to bottom, #363a46 38%, #0a0b0d 100%);
}
.text-gradient-light-blue-dark-black {
    background: linear-gradient(to bottom, #2e3148 38%, #15161d 105%);
}
.text-gradient-light-gray-white {
    background: linear-gradient(to bottom, #d8dbe7 38%, #f0f2f8 95%);
}
.text-light-blue{
    color: #ebeef5;
}
.top-45 {
    top: 45%!important;
}
.demo.container-fluid {
    max-width: 1900px;
}
/* bg gradient color */
.bg-gradient-dark-green-light-green {
    background: linear-gradient(to right, #4c9100 40%, #8cb453 100%);
}
.bg-gradient-dark-green-light-blue {
  background: linear-gradient(to right, #125ead 40%, #008ad2 100%);
}
.bg-gradient-dark-green-light-yellow {
  background: linear-gradient(to right, #ffc107 40%, #fff000 100%);
}
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to top, #ffffff, #fefefe, #f3f2f8, #f3f4f9, #f4f5fa);
}
.bg-gradient-very-light-gray-transparent {
    background: linear-gradient(to right, #dddfeb 15%, transparent 100%); 
}
.bg-gradient-light-pink-transparent {
    background: linear-gradient(to right, #d6cad6 15%, transparent 100%); 
}
.bg-gradient-extra-very-light-gray-transparent {
    background: linear-gradient(to right, #ecf0f6 15%, transparent 100%); 
}
.bg-dark-red{
    background: #d1372a;
}
.bg-light-pink{
    background: #eee2ef;
}
.border-color-transparent-white-very-light {
    border-color: rgba(255, 255, 255, 0.2) !important;
}
/* margin */
.mb-minus-90px {
    margin-bottom: -90px;
}
.mb-minus-100px {
    margin-bottom: -100px;
}
.p-14px {
    padding: 14px !important;
}
.vertical-align-text-top {
    vertical-align: text-top;
}
/* counter style 04 */
.elements-social ul li {
    margin: 0 15px;
}
/* icon with text style */
.icon-with-text-style-03 p {
    width: 180px;
}
/* overlay slider bottom */
.bg-overlay-slider-bottom {
    background: linear-gradient(180deg,rgba(255,255,255,0) 14.87%,rgba(255,255,255,0.831169) 55.17%,#FFFFFF 75.13%);
    opacity: 1;
    height: 400px; 
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    content: "";  
    z-index: 9;
}
/* bg overlay light */
.bg-overlay-light {
    background: linear-gradient(180deg,rgba(255,255,255,0) 10%,#FFFFFF 80%);
    opacity: 1;
    height: 280px;
    bottom: 50px; 
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 9;
}
.counter-style-04 .vertical-counter:after {
    font-size: 2.2rem;
    top: -10px;
    position: relative;
    margin-left: 1px;
}
/* trusted customers */
.trusted-customers {
    height: 900px;
    overflow: hidden;
    transition: height .15s ease-out;
    position: relative;
}
.trusted-customers.show-trusted-customers {
    height: auto;
}
.show-trusted-customers .bg-more-trusted {
    display: none;
}
.bg-trusted-customers.show-full .trusted-customers {
    height: auto;
    transition: height .25s ease-in;
}
.bg-more-trusted {
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 70%);
    border-radius: 0 0 5px 5px;
    display: flex;
    justify-content: center;
    padding-top: 150px; 
    transition: all .3s;
    z-index: 11;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
@media (min-width: 992px) {
    .header-demo.navbar .navbar-nav .premium-element a, .header-demo.navbar .navbar-nav .premium-element a:hover {
        color: #15171c;
        font-size: 16px;
    }
}
@media (max-width: 1450px) {
    .navbar .navbar-nav .nav-link {
        font-size: 16px;
    }
    .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
        padding: 11px 24px;
    }
    .header-button .btn.btn-small {
        font-size: 12px;
    }
}
@media (max-width: 1400px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
        padding: 11px 15px;
    }
}
@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-link {
        font-size: 15px;
    }
    .header-demo.navbar .navbar-nav .nav-link {
        padding-left: 7px;
        padding-right: 7px;
    }
    .lg-mb-minus-40px {
        margin-bottom: -40px;
    }
    .lg-mb-minus-80px {
        margin-bottom: -80px;
    }
    footer h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .header-button .btn.btn-switch-text.purchase-envato.btn-small > span {
        padding: 11px 15px;
    }
    .header-button .btn.btn-small {
        font-size: 11px;
    }
    .fs-320 {
        font-size: 15.625rem;
        line-height: 15.625rem;
    }
}
@media (max-width: 991px) {
    .lg-mb-minus-80px {
        margin-bottom: -70px;
    }
    .md-mb-minus-50px {
        margin-bottom: -50px;
    } 
    .navbar .navbar-nav .dropdown .dropdown-menu {
        box-shadow: none;
    }
    .fs-320 {
        font-size: 12.5rem;
        line-height: 12.5rem;
    }
}
@media (max-width: 767px) {
    .lg-mb-minus-80px {
        margin-bottom: -60px;
    }
    .lg-mb-minus-40px {
        margin-bottom: -30px;
    }
    .md-mb-minus-50px {
        margin-bottom: -40px;
    } 
    .fs-320 {
        font-size: 8.75rem;
        line-height: 8.75rem;
    }
    .bg-overlay-light {
        height: 120px;
    }
    .feature-box-slider .feature-box {
        padding: 20px 30px;
    }
}
@media (max-width: 575px) {
    .lg-mb-minus-80px {
        margin-bottom: -50px;
    }
    .lg-mb-minus-40px {
        margin-bottom: -30px;
    }
    .icon-with-text-style-03 p {
        width: 150px;
    }
}




footer .footer-logo img{
    max-height: 70px;
}








/* #single p {
  font-size: max(0.9375rem, 14px);
  margin-bottom: 1.25rem;
  line-height: 1.7333333333;
} */

#single h1 {
    font-size: 2.25rem;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 1.25rem
}

@media (max-width: 640px) {
    #single h1 {
        font-size: 2.25rem;
    }
}


.header-push-button .push-button span {
    background: var(--dark-gray);
}

.push-menu{
/* z-index: 1031; */
    z-index: 1051;
}
/* #single h1 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;

}
@media screen and (max-width: 767px) {
  #single h1 {
    font-size: 20px;
  }
} */

#single h2 {




    background: #fff;
    border-radius: 0.5rem;
    padding: 1.25rem 2.1875rem;
    position: relative;
    font-size: 1.625rem;
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 1.875rem;

  /* margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  border-left: 3px solid #002643;
  padding: 0.625rem 1.25rem;
  background-color: #F1F3F4; */
}
#single h2:before {
    content: "";
    width: 0.25rem;
    height: 1.5625rem;
    background: var(--pink);
    position: absolute;
    display: block;
    top: 0.8125rem;
    left: 0.9375rem;
    border-radius: 0.625rem 0.625rem 0 0;
}
#single h2:after {
    content: "";
    width: 0.25rem;
    height: 1.5625rem;
    background: var(--base-color);
    position: absolute;
    display: block;
    top: 2.375rem;
    left: 0.9375rem;
    border-radius: 0 0 0.625rem 0.625rem;
}
@media screen and (max-width: 767px) {
  #single h2 {
    font-size: 20px;
  }
}
#single h3 {
    font-weight: 900;
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.25rem;
    line-height: 1.4;
    border-bottom: 1px dashed #1A1311;
    position: relative;
}


/* #single h3 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 0.625rem 1.25rem;
  background-color: #F1F3F4;
  border-radius: 0.625rem;
} */

#single h3:before {
    content: "";
    width: 2rem;
    height: 0.25rem;
    background: var(--base-color);
    position: absolute;
    display: block;
    bottom: -0.1875rem;
    left: 0;
    border-radius: 0.625rem 0 0 0.625rem;
}
#single h3:after {
    content: "";
    width: 2rem;
    height: 0.25rem;
    background: var(--pink);
    position: absolute;
    display: block;
    bottom: -0.1875rem;
    left: 2rem;
    border-radius: 0 0.625rem 0.625rem 0;
}



@media screen and (max-width: 767px) {
  #single h3 {
    font-size: 20px;
  }
}
/* 
#single h4 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 0.625rem 1.25rem;
  background-color: #002643;
  border-radius: 0.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #single h4 {
    font-size: 20px;
  }
}

#single h5 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  padding: 0.625rem 1.25rem;
  background-color: #fff;
  border: 2px solid #002643;
  border-radius: 0.625rem;
  color: #002643;
}
@media screen and (max-width: 767px) {
  #single h5 {
    font-size: 20px;
  }
} */

#single h4 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 1.25rem;
    position: relative;
    padding-left: 2.1875rem
}

@media (max-width: 640px) {
    #single h4 {
        font-size:1rem;
        padding-left: 1.6875rem
    }
}

#single h4:before {
        content: "●　";
        color: var(--base-color);
    /* background: url("../img/icon-h4.svg") no-repeat; */
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    background-size: cover;
    position: absolute;
    top: 0rem;
    left: 0
}



#single h5 {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;


  padding: 0.625rem 1.25rem;

  border: 2px solid #002643;
  border-radius: 0.625rem;

}
@media screen and (max-width: 767px) {
  #single h5 {
    font-size: 20px;
  }
}


#single .cards-2col {
    margin: -1.25rem -1.25rem 2.5rem -1.25rem;
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 640px) {
    #single .cards-2col {
        flex-direction:column;
        margin: -0.9375rem 0 1.5625rem 0
    }
}

#single .cards-2col figure {
    width: calc(50% - 2.5rem);
    margin: 1.25rem
}

@media (max-width: 640px) {
    #single .cards-2col figure {
        width:100%;
        margin: 0.9375rem 0
    }
}

#single .cards-2col figure figcaption {
    text-align: center;
    font-size: 0.875rem;
    color: #ccc;
    display: block;
    text-align: center;
    margin-top: 0.625rem;
    line-height: 1.5
}
/* 
#single ul,#single ol {
    background: #fff;
    border-radius: 0.5rem;
    padding: 1.875rem 2.1875rem 1.875rem 3.75rem;
    position: relative;
    margin-bottom: 1.5625rem
}

@media (max-width: 640px) {
    #single ul,#single ol {
        padding:1.125rem 0.9375rem 1.125rem 1.875rem
    }
}

#single ul:before,#single ol:before {
    content: "";
    background: #E8E7E7;
    width: 0.25rem;
    height: calc(100% - 3.75rem);
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 2.1875rem;
    margin: auto
}

@media (max-width: 640px) {
    #single ul:before,#single ol:before {
        left:0.9375rem
    }
}

#single ul li,#single ol li {
    margin: 0.3125rem 0;
    line-height: 1.6;
    position: relative;
    padding-left: 1.875rem;
    font-size: 1.125rem
}

@media (max-width: 640px) {
    #single ul li,#single ol li {
        font-size:0.9375rem;
        padding-left: 1.25rem
    }
}

#single ul li:before {
    content: "●";
    color: #E8E7E7;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 640px) {
    #single ul li:before {
        width:0.9375rem;
        height: 0.9375rem
    }
}

#single ol li {
    counter-increment: mycounter
}

#single ol li:before {
    content: counter(mycounter, decimal-leading-zero);
    font-family: "proxima-nova", sans-serif;
    position: absolute;
    top: 0;
    left: 0
}

#single ol li:nth-child(odd):before {
    color: #FF7E00
}

#single ol li:nth-child(even):before {
    color: #00B4AA
} */

.card img {
  object-fit: cover;
  height: 180px;
}

.card-title {
  font-weight: bold;
}

.btn-outline-primary {
  padding: 1rem 1.5rem;
  font-weight: 600;
}



#page-header::before {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    display: block;
    height: 71px;
    content: "";
    background-image: url(../assets/img/bg_triangle_handoff_after.svg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}



.fukidashi_r, .fukidashi_l {
    border-color: #f5d334;
    position: relative;
    border-style: solid;
    border-width: 5px;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 5%
}


.fukidashi_r:after, .fukidashi_l:after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 20px;
    height: 20px;
    border-right-style: solid;
    border-right-width: 4px;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fukidashi_r:after {
    right: calc(50% - 10px);
    border-color: #f5d334;
}

.fukidashi_l:after {
    left: calc(50% - 10px);
    border-color: #f5d334;
}

@media (min-width: 768px) {
    .fukidashi_r, .fukidashi_l {
        border-top-right-radius: 1.5em;
        border-bottom-left-radius: 1.5em;
        padding: 2em;
    }
    .fukidashi_r:after {
        bottom: 2.75em;
        right: -13px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .fukidashi_l:after {
        bottom: 2.75em;
        left: -13px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}



/* ----- .bubble ----- */
.bg_deco {
	overflow: hidden;
	position: relative;
}
.bg_deco:before,
.bg_deco:after {
	content: "";
	position: absolute;
	top: 0;
	width: 400px;
	height: 100%;
	z-index: 0;
}
.bg_deco:before {
	left: calc(50% - 900px);
	background: url(../img/common/bg_deco_01.png) repeat-y top center;
	background-size: 400px auto;
}
.bg_deco:after {
	right: calc(50% - 900px);
	background: url(../img/common/bg_deco_02.png) repeat-y top center;
	background-size: 400px auto;
}
@media (min-width: 1366px) {
	.bg_deco:before,
	.bg_deco:after {
		width: 600px;
		height: 100%;
		z-index: 0;
	}
	.bg_deco:before {
		left: calc(50% - 1152px);
		background: url(../img/common/bg_deco_01.png) repeat-y top center;
		background-size: 600px auto;
	}
	.bg_deco:after {
		right: calc(50% - 1152px);
		background: url(../img/common/bg_deco_02.png) repeat-y top center;
		background-size: 600px auto;
	}
}
/* @media (min-width: 767px) {
  .bg_deco:after {
    background: none;
  }
  .bg_deco:before {
    background: none;
  }
} */


.border-stripe-pink {
    background-image: url("../img/bg_dot_pink.svg");
    padding: 15px;

  /* border-width: 12px;
  border-style: solid;
  border-image: url("../img/bg_dot_pink.svg") 30 round; */
}









/* ==========================================================================
	event
========================================================================== */

#event {
  text-align: center;
  position: relative;
}
.event-wrap {
  padding: 0 0 0 0;
  background-color: #ffefaa;
}
.event-inner {
  top: -170px;
  position: relative;
}
.event-title {
  font-size: 2.3rem;
}
.event-text {
  font-size: 1.8rem;
  margin: 0;
  padding: 0rem 1rem 1rem;
  background-image: linear-gradient(#666666 1px, #0000 1px);
  background-size: auto 3rem;
  line-height: 3rem;
  display: inline-block;
}

#event:after {
  content: "";
  display: block;
  position: absolute;
  width: 62px;
  height: 62px;
  left: 0;
  right: 0;
  margin: auto;
  top: -82px;
  z-index: 700;
  background: url(../image/event_illust_icon);
  background-size: cover;
}
#event .section-title-wrap {
  background: url(../img/hoiku/event_title_bg.png);
  background-size: cover;
  display: inline-block;
  width: 215px;
  height: 252px;
}
#event .section-title {
  color: #fff;
  font-size: 3rem;
  padding: 85px 0 0 0;
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

#event .section-title-en {
  color: #fff;
  margin: 0;
}

#event h1,
#event .s_tit {
  position: relative;
  z-index: 150;
}

#event .event-box-inner {
  width: calc(100% -0px);

  position: relative;
  margin: 50px auto 0;
  box-sizing: border-box;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
}

#event .event-box {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 10px 10px;
  box-sizing: border-box;
  /* width: 24.07%; */
  position: relative;
}
#event .event-box .event-item {
    border-bottom: 1px dotted #b5b6b6;
}
#event .event-box .event-list .event-month {
  padding: 10px 0px;
  text-align: center;
  font-size: 3.5rem;
  position: relative;
font-family: "Fredoka", sans-serif;
  font-weight: 700;
  vertical-align: middle;
}
#event .event-box .event-list .event-month small {
    font-size: 1.1rem;
    position: absolute;
    font-weight: 700;
}
/* #event .event-box .event-list .event-month .number::before {
            content: "月";
            width: 3rem;
            height: 3rem;
            right: 10px;
            bottom: 12px;

            display: inline-block;
            position: absolute;
            font-size: 1.0rem;

} */
#event .event-box .event-list .event-month .en{
    font-size: 1.0rem;
    margin-top: 10px;
    text-align: center;
    padding-left: 19px;
    
}
#event .event-box .event-list .event-item {
  border-bottom: 1px dotted #b5b6b6;
}
#event .event-box .event-list event-item:last-child {
  border-bottom: none;
}
#event .event-box .event-list .event-month span {
  font-size: 10px;
  font-weight: 900;
  color: #f298be;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
#event .event-box .event-list .event-detail {
  padding: 10px 0 0 10px;
  vertical-align: top;
  width: 100%;
}
#event .event-box .event-list .event-detail p {
  /* font-size: 1.4rem; */
  line-height: 1.5em;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
#event .event-box .event-list .event-detail p:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #f298be;
}

#event .event-box.box01:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url("../img/life/icon_spring.png");
  background-size: cover;
}
#event .event-box.box01 .event-list .event-month {
  color: #f298be;
}
#event .event-box.box01 .event-list .event-month span {
  color: #f298be;
}
#event .event-box.box01 .event-list .event-detail p:before {
  color: #f298be;
}

#event .event-box.box02:before {
  /* content: "";
  display: block;
  width: 113px;
  height: 169px;
  position: absolute;
  right: -25px;
  bottom: -28px;
  background: url(../img/hoiku/summer.png);
  background-size: cover; */

  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url("../img/life/icon_summer.png");
  background-size: cover;
}
#event .event-box.box02 .event-list .event-month {
  color: #16bfc6;
}
#event .event-box.box02 .event-list .event-month span {
  color: #16bfc6;
}
#event .event-box.box02 .event-list .event-detail p:before {
  color: #16bfc6;
}

#event .event-box.box03:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url("../img/life/icon_autumn.png");
  background-size: cover;

}
#event .event-box.box03 .event-list .event-month {
  color: #e85f3f;
}
#event .event-box.box03 .event-list .event-month span {
  color: #e85f3f;
}
#event .event-box.box03 .event-list .event-detail p:before {
  color: #e85f3f;
}

#event .event-box.box04:before {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: url("../img/life/icon_winter.png");
  background-size: cover;
}
#event .event-box.box04 .event-list .event-month {
  color: #00bd73;
}
#event .event-box.box04 .event-list .event-month span {
  color: #00bd73;
}
#event .event-box.box04 .event-list .event-detail p:before {
  color: #00bd73;
}

@media screen and (max-width: 1050px) {
  #event .event-box .event-list .event-month {
    font-size: 5rem;
    padding: 10px 5px;
  }

  #event .event-box .event-list .event-detail {
    padding: 30px 0 0 10px;
  }
  #event .event-box .event-list .event-detail p {
    padding-left: 18px;
    /* font-size: 1.3rem; */
  }
}

@media screen and (max-width: 991px) {
  #event .event-box.box01:before {
    width: 120px;
    height: 120px;
    right: -4px;
    bottom: -11px;
  }
  #event .event-box.box02:before {
    width: 120px;
    height: 120px;
    right: -2px;
    bottom: -13px;
  }
  #event .event-box.box03:before {
    width: 120px;
    height: 120px;
    right: -2px;
    bottom: -13px;
  }

  #event .event-box.box04:before {
    width: 120px;
    height: 120px;
    right: -6px;
    bottom: -17px;
  }
}
@media screen and (max-width: 767px) {
  #event {
    width: 100%;
    position: relative;
    /* padding: 120px 0 0; */
    background-size: auto 80px;
    background-position: center 40px;
  }
  #event .section-title-wrap {
    width: 127px;
    height: 146px;
  }
  #event .section-title {
    font-size: 1.8rem;
    padding: 45px 0 0 0;
    margin: 0;
    font-weight: 600;
    line-height: 1;
  }

  #event .section-title-en {
    font-size: 1.4rem;
  }

  #event .event-box-inner {
    margin: 25px auto 0;
  }

  #event .event-box {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px 10px;
    /* width: 48.27%; */
  }



  #event .event-box .event-list .event-month {
    padding: 5px 3px 10px;
    font-size: 54px;
  }

  #event .event-box .event-list .event-detail {
    padding: 15px 0 0 10px;
  }
  #event .event-box .event-list .event-detail p {
    /* font-size: 11px; */
    margin-bottom: 0;
    padding-left: 15px;
  }

  #event .event-box .event-list .event-detail p:first-child {
    margin-bottom: 5px;
  }
  #event .event-box .event-list .event-detail p:before {
    font-size: 12px;
  }
}



#company .dl-table dd:nth-child(13),
#company .dl-table dd:nth-child(14) {
    border-bottom: 0px solid #ddd;
}



/* radius */
.bg-left-blue:before {
    background-color: #fdf6ef;
    content: "";
    display: block;
    height: 150%;
    position: absolute;
    right: 16%;
    top: 52%;
    transform: translate(0, -50%);
    width: 100vw;
    z-index: -1;
    border-radius: 0 5% 5% 0;
}
.bg-right-blue:before {
    background-color: #fdf6ef;
    content: "";
    display: block;
    height: 150%;
    left: 12%;
    position: absolute;
    top: 54%;
    transform: translate(0, -50%);
    width: 100vw;
    z-index: -1;

border-top-left-radius: 5%;

}
@media only screen and (max-width: 767px) {
  .bg-right-blue:before {
    left: 0%;
  }
    .bg-left1:before {
        display: none;
    }
}



.bg-left-gradation::before {
    background: linear-gradient(to left, #125ead 40%, #008ad2 100%);
    content: "";
    height: 100%;
    border-radius: 6px;
    left: -2em;
    position: absolute;
    top: 2em;
    width: 90%;
    z-index: -1;
}
.bg-right-gradation::before {
    background: linear-gradient(to left, #125ead 40%, #008ad2 100%);
    content: "";
    height: 100%;
    width: 80%;
    border-radius: 6px;
    left: 2em;
    position: absolute;
    top: 2em;
    width: 90%;
    z-index: -1;
    
}


/* table layout */

/*------------------------------------*/

.dl-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  
  .dl-table :nth-child(1), .dl-table :nth-child(2) {
    border: none
  }
  
  .dl-table dt {
    padding: 15px 0 15px;
    margin-bottom: 0;
    width: 27%;
    max-width: 27%;
    -ms-flex: 0 1 27%;
    -webkit-box-flex: 0 1 27%;
    flex: 0 1 27%;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
    background-color: #efefef;
  }



  @media (max-width:767px) {
    .dl-table dt {
      padding: 10px 0;
      border: none;
      border-bottom: 1px solid #ddd!important;
      width: 100%;
      max-width: 100%;
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%
    }
  }
  
  .dl-table dd {
    padding: 15px 0 15px;
    margin-bottom: 0;
    width: 70%;
    max-width: 70%;
    -ms-flex: 0 1 70%;
    -webkit-box-flex: 0 1 70%;
    flex: 0 1 70%;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
  }
  
  @media (max-width:767px) {
    .dl-table dd {
      padding: 10px 0;
      border: none;
      width: 100%;
      max-width: 100%;
      -ms-flex: 100%;
      -webkit-box-flex: 100%;
      flex: 100%
    }
  }
  
  
.dl-table {
    line-height: 1.7;
}
.dl-table dt {

    padding-left: 3%;
    padding-right: 1%;
    font-weight: 400;
}
.dl-table dd {
    padding-left: 5%;
    padding-right: 5%;
    border-left: 1px solid #ddd;
}
.dl-table :nth-child(1) {
    border-top: 1px solid #ddd;
}
.dl-table :nth-child(2) {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.dl-table dt:nth-child(13) {
    border-bottom: 1px solid #ddd;
}
.dl-table dd:nth-child(14) {
    border-bottom: 1px solid #ddd;
}


.table-yellow {
    
    --bs-table-bg: #fff6b2;
    --bs-table-border-color: #eee7ab;
    --bs-table-striped-bg: #fff6b2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #fff6b2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #fff6b2;
    --bs-table-hover-color: #000;
}
.table-blue {
    
    --bs-table-bg: #d1f2f0;
    --bs-table-border-color: #eee7ab;
    --bs-table-striped-bg: #fff6b2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #fff6b2;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #fff6b2;
    --bs-table-hover-color: #000;
}




.box-with-arrow {
    position: relative;
}
.box-with-arrow::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
}