@charset "utf-8";

/* メインカラー #1D3A91 */
/* サブカラー #3C85E9 */

/*******************************************************************/

/*-----------------------------
フォント
-----------------------------*/

/*******************************************************************/

/*-----------------------------
共通
-----------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 7.9rem; /* 数値変動（縮小時のヘッダーの高さによる） */
    margin-top: 0 !important;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 62.5%;
}

html.no-scroll {
    overflow: hidden;
    scrollbar-gutter: stable;
    height: 100%;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: "Inter", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    color: #383838;
}

main {
    min-height: calc(100vh - 68.5rem); /* 数値変動（ヘッダー＋フッターの高さによる） */
    margin-top: 12rem; /* 数値変動（ヘッダーの高さによる） */
}

section,
section.elementor-element {
    padding: 8rem 0 6rem;
}

section.small,
section.elementor-element.small {
    padding: 8rem 0 4rem;
}

hr {
    height: 0;
    margin: 2rem 0;
    border: none;
    border-top: 0.1rem solid #9DA8B2;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
section.elementor-element .elementor-heading-title {
    line-height: 1.5em;
    letter-spacing: 0;
}

@media screen and (min-width: 1024px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

/* 数値変動（ヘッダーメニュー幅による） */
@media screen and (max-width: 1200px) {
}

/* 数値変動（コンテンツ幅による） */
@media screen and (max-width: 1730px) {
    html {
        font-size: calc(100vw / 173);
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: calc(100vw / 37.5);
        scroll-padding-top: 7rem; /* 数値変動（ヘッダーの高さによる） */
    }

    body {
        font-size: 1.5rem;
    }

    main {
        margin-top: 7rem; /* 数値変動（ヘッダーの高さによる） */

    }

    section,
    section.elementor-element {
        padding: 4rem 0 2rem;
    }

    section.small,
    section.elementor-element.small {
        padding: 4rem 0 0;
    }
}

/*******************************************************************/

/*-----------------------------
リスト
-----------------------------*/
ul,
ol {
    margin-bottom: 2rem;
    padding-left: 2rem;
}

li::marker {
    color: #1D3A91;
}

ul.none {
    list-style: none;
    padding-left: 0;
}

header ul,
footer ul,
ul.sns,
ul.cta,
ul.slider,
ul.wsp-pages-list,
.tag-list ul,
.sidebar ul.tag,
.sidebar ul.child,
ul#main-slider,
ul#sub-slider,
.img-slider ul,
.text-slider ul {
    list-style: none !important;
    margin-bottom: 0;
    padding-left: 0;
}

dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2rem 0;
}

dt,
th {
    width: 30%;
    padding-right: 2rem;
}

dd,
td {
    width: 70%;
}

@media screen and (max-width: 767px) {
    dt,
    dd,
    th,
    td {
        display: block;
        width: 100%;
    }

    dt,
    th {
        padding: 0 0 1rem;
    }
}

/*******************************************************************/

/*-----------------------------
見出し
-----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
section.elementor-element .elementor-heading-title {
    margin-bottom: 2rem;
    font-weight: ;
}

h2.design {
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #9DA8B2;
}

h2.design::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 14rem;
    height: 0.1rem;
    background-color: #1D3A91;
}

h2,
section.elementor-element h2.elementor-heading-title {
    margin-bottom: 4rem;
}

.sub-title,
section.elementor-element .sub-title p {
    margin-bottom: 1rem;
    text-transform: uppercase; /* すべての文字を大文字にする */
    color: #00AFEC;
    font-weight: 700;
}

.sub-title.accent::before {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 0 auto 2rem;
    background-image: url(../images/common/title-accent.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sub-title02,
section.elementor-element .sub-title02 p {
    margin-bottom: 1rem;
    text-transform: uppercase; /* すべての文字を大文字にする */
    color: #002388;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    h2,
    section.elementor-element h2.elementor-heading-title {
        margin-bottom: 1rem;
    }

    .sub-title.accent::before {
        display: none;
    }
}

/*******************************************************************/

/*-----------------------------
テキスト
-----------------------------*/
p {
    margin-bottom: 2rem;
}

i {
    margin-left: 0.5rem;
}

.lead,
section.elementor-element .lead p {
    margin-bottom: 8rem;
    font-weight: 700;
}

/* 位置 */
.txtl {
    text-align: left;
}

.txtc {
    text-align: center;
}

.txtr {
    text-align: right;
}

.txtc-txtl {
    text-align: center;
}

/*行間*/
.line10,
.line10 * {
    line-height: 1em;
}

.line15,
.line15 * {
    line-height: 1.5em;
}

.line20,
.line20 * {
    line-height: 2em;
}

.line25,
.line25 * {
    line-height: 2.5em;
}

.line30,
.line30 * {
    line-height: 3em;
}

/*行間*/
.letter10 {
    letter-spacing: 0.1em;
}

.letter20 {
    letter-spacing: 0.2em;
}

.letter30 {
    letter-spacing: 0.3em;
}

/* カラー */
.main-color {
    color: #1D3A91;
}

.sub-color {
    color: #3C85E9;
}

.red {
    color: #FF5469;
}

.blue {
    color: #21458E;
}

@media screen and (max-width: 767px) {
    .lead,
    section.elementor-element .lead p {
        margin-bottom: 3rem;
        font-weight: 400;
    }

    .txtc-txtl {
        text-align: left;
    }
}

/*******************************************************************/

/*-----------------------------
動画 / 地図
-----------------------------*/
video,
iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

video *,
iframe *,
.googlemap * {
    transition: none;
}

iframe.monotone {
    filter: grayscale(100%);
}

.googlemap {
    position: relative;
    margin: 0 auto;
    padding-top: calc(500 / 1920 * 100%);
}

.googlemap .map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    iframe,
    .googlemap {
        aspect-ratio: 1 / 1;
    }
}

/*******************************************************************/

/*-----------------------------
画像
-----------------------------*/
img,
picture,
canvas,
svg,
video {
    display: block;
    max-width: 100%;
    height: auto;
}

a img {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
リンク
-----------------------------*/
a,
a *,
a:link,
a:visited,
a:focus {
    outline: none !important;
    text-decoration: none;
}

a {
    display: inline-block;
    word-break: break-word;
    transition: all 0.3s ease;
    color: inherit;
}

a[href^="tel:"]:hover {
    color: #1D3A91;
}

a:hover {
    color: #1D3A91;
}

a[tabindex="-1"]:hover {
    cursor: auto;
}

/*a:focus {
    outline: 0.2rem solid #383838;
    outline-offset: 0.2rem;
}*/

a.link {
    display: inline-block;
}

a.link span {
    position: relative;
    display: table;
}

a.link span::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 0.1rem solid #1D3A91;
}

a.link:hover span::after {
    transition: all 0.3s ease;
    width: 100%;
}

a.underline {
    text-decoration: underline;
    color: #1D3A91;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
ホバー
-----------------------------*/
a:hover,
.slide-arrow:hover,
.modal-open:hover {
    opacity: 0.7;
    cursor: pointer;
}

a.hover-underline:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
PC / SP切り替え 
-----------------------------*/
.tab-only,
.sp-only {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    .tab-only {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .pc-only,
    .tab-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
}

/*******************************************************************/

/*-----------------------------
入れ替え
-----------------------------*/
.orderbox {
}

.order01 { order: 1; }
.order02 { order: 2; }
.order03 { order: 3; }
.order04 { order: 4; }

@media screen and (max-width: 767px) {
    .orderbox {
        flex-direction: column;
    }

    .order01,
    .order02,
    .order03,
    .order04 {
         width: 100%;
    }

    .order01 { order: 2; }
    .order02 { order: 1; }
    .order03 { order: 4; }
    .order04 { order: 3; }
}

/*******************************************************************/

/*-----------------------------
レイアウト
-----------------------------*/
.shadow {
    box-shadow: 0px 0px 15.58px 0px #999999BF !important;
    margin-bottom: 0.5rem;
}

.radius {
    border-radius: 1rem !important;
    overflow: hidden !important;
}

.ma0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.mt6 {
    margin-top: 6rem;
}

.mt7 {
    margin-top: 7rem;
}

.mt8 {
    margin-top: 8rem;
}

.mt9 {
    margin-top: 9rem;
}

.mt10 {
    margin-top: 10rem;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.mb5 {
    margin-bottom: 5rem;
}

.mb6 {
    margin-bottom: 6rem;
}

.mb7 {
    margin-bottom: 7rem;
}

.mb8 {
    margin-bottom: 8rem;
}

.mb9 {
    margin-bottom: 9rem;
}

.mb10 {
    margin-bottom: 10rem;
}

.pa0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1rem;
}

.pt2 {
    padding-top: 2rem;
}

.pt3 {
    padding-top: 3rem;
}

.pt4 {
    padding-top: 4rem;
}

.pt5 {
    padding-top: 5rem;
}

.pt6 {
    padding-top: 6rem;
}

.pt7 {
    padding-top: 7rem;
}

.pt8 {
    padding-top: 8rem;
}

.pt9 {
    padding-top: 9rem;
}

.pt10 {
    padding-top: 10rem;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb1 {
    padding-top: 1rem;
}

.pb2 {
    padding-top: 2rem;
}

.pb3 {
    padding-top: 3rem;
}

.pb4 {
    padding-top: 4rem;
}

.pb5 {
    padding-top: 5rem;
}

.pb6 {
    padding-top: 6rem;
}

.pb7 {
    padding-top: 7rem;
}

.pb8 {
    padding-top: 8rem;
}

.pb9 {
    padding-top: 9rem;
}

.pb10 {
    padding-top: 10rem;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
アニメーション
-----------------------------*/

.smooth {
    transition: all 0.3s ease !important;
}

/* 共通設定（初期状態） */
.fadein,
.fadeleft,
.faderight,
.slidein,
.slideleft,
.slideright,
.pc-fadein,
.pc-fadeleft,
.pc-faderight,
.pc-slidein,
.pc-slideleft,
.pc-slideright,
.sp-fadein,
.sp-fadeleft,
.sp-faderight,
.sp-slidein,
.sp-slideleft,
.sp-slideright,
.zoomin {
    opacity: 0;
    transform: none;
}

/* 共通：PC・SP両方で適用される delay クラス */
.delay01 { animation-delay: 0.2s !important; }
.delay02 { animation-delay: 0.4s !important; }
.delay03 { animation-delay: 0.6s !important; }
.delay04 { animation-delay: 0.8s !important; }
.delay05 { animation-delay: 1.0s !important; }
.delay06 { animation-delay: 1.2s !important; }

/* PC用アニメーション */
@media screen and (min-width: 768px) {
    .fadein.scrollin,
    .pc-fadein.scrollin {
        animation: fadein-up 1s ease forwards;
    }

    .fadeleft.scrollin,
    .pc-fadeleft.scrollin {
        animation: fadein-left 1s ease forwards;
    }

    .faderight.scrollin,
    .pc-faderight.scrollin {
        animation: fadein-right 1s ease forwards;
    }

    .slidein.scrollin,
    .pc-slidein.scrollin {
        animation: slidein-bottom 0.5s ease-out forwards;
    }

    .slideleft.scrollin,
    .pc-slideleft.scrollin {
        animation: slidein-left 0.5s ease-out forwards;
    }

    .slideright.scrollin,
    .pc-slideright.scrollin {
        animation: slidein-right 0.5s ease-out forwards;
    }

    .zoomin.scrollin {
        animation: zoomin 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }
}

/* スマホ用アニメーション */
@media screen and (max-width: 767px) {
    .fadein.scrollin,
    .sp-fadein.scrollin {
        animation: fadein-up 1s ease forwards;
    }

    .fadeleft.scrollin,
    .sp-fadeleft.scrollin {
        animation: fadein-left 1s ease forwards;
    }

    .faderight.scrollin,
    .sp-faderight.scrollin {
        animation: fadein-right 1s ease forwards;
    }

    .slidein.scrollin,
    .sp-slidein.scrollin {
        animation: slidein-bottom 0.5s ease-out forwards;
    }

    .slideleft.scrollin,
    .sp-slideleft.scrollin {
        animation: slidein-left 0.5s ease-out forwards;
    }

    .slideright.scrollin,
    .sp-slideright.scrollin {
        animation: slidein-right 0.5s ease-out forwards;
    }

    .zoomin.scrollin {
        animation: zoomin 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    }

    /* スマホ専用：SP時にのみ適用され、.delayXXを上書きする sp-delay クラス */
    .sp-delay01 { animation-delay: 0.2s !important; }
    .sp-delay02 { animation-delay: 0.4s !important; }
    .sp-delay03 { animation-delay: 0.6s !important; }
    .sp-delay04 { animation-delay: 0.8s !important; }
    .sp-delay05 { animation-delay: 1.0s !important; }
    .sp-delay06 { animation-delay: 1.2s !important; }
}

/* アニメーション定義 */
@keyframes fadein-up {
    0% {
        opacity: 0;
        transform: translateY(2rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadein-left {
    0% {
        opacity: 0;
        transform: translateX(-2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadein-right {
    0% {
        opacity: 0;
        transform: translateX(2rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidein-bottom {
    0% {
        opacity: 0;
        transform: translateY(100rem);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slidein-left {
    0% {
        opacity: 0;
        transform: translateX(-200rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slidein-right {
    0% {
        opacity: 0;
        transform: translateX(200rem);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* テキストが流れるように表示 */
.slide-txt {
    overflow: hidden;
    opacity: 0;
}

.slide-txt.slide-txt-in {
    animation-name: slide-txt;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

@keyframes slide-txt {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-txt .in.slide-txt-in {
    animation-name: slide-txt-in;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes slide-txt-in {
  from {
    transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*******************************************************************/

/*-----------------------------
header / footer
-----------------------------*/
.logo,
.logo a {
    display: table;
}

.g-nav .g-nav-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/*******************************************************************/

/*-----------------------------
header
-----------------------------*/
header {
    position: fixed;
    left: 0px;
    top: 0px;
    transform: translate(0, 0);
    z-index: 100;
    width: 100%;
    background-color: #fff;
    transition: 0.3s;
    padding: 0px 7rem;
    box-shadow: 0px 7px 10px 0px #CCCCCCBF;
}

header .header-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

header .menu-left {
    margin-right: 4rem;
}

header .menu-center {
}

header .menu-right {
}

header .logo a {
    display: flex;
    align-items: center;
}

header .logo img {
    width: 18.7rem;
}

header .logo h1,
header .logo p {
    margin: 0 0 0 1rem;
    border: 0.1rem solid #383838;
    padding: 0.5rem 1rem;
}

header .g-nav {
    font-weight: 700;
}

header .g-nav .g-nav-list li {
    margin-right: 8rem;
}

header .g-nav .g-nav-list li:last-child {
    margin-right: 0;
}

header .g-nav .g-nav-list li a {
    padding: 4.5rem 0 3.5rem;
}

header .g-nav-sp {
    display: none;
}

header .g-nav .g-nav-list li.btn a {
    margin: 0;
    padding: 1em 2em !important;
}

/* 数値変動（ヘッダーメニュー幅による） */
@media screen and (min-width: 1200px) {
    /* ヘッダー縮小時 */
    header.smaller {
        padding: 0 4rem;
    }

    header.smaller .logo img {
        width: 12rem;
    }

    header.smaller .g-nav .g-nav-list li a {
        padding: 2.5rem 0px 2rem;
    }

    header.smaller .g-nav .g-nav-list .submenu .g-nav-sub {
        top: 7rem;
    }

    header.smaller .g-nav .g-nav-list .submenu:hover .g-nav-sub,
    header.smaller .g-nav .g-nav-list .submenu:hover .g-nav-sub:hover,
    header.smaller .g-nav .g-nav-list .submenu .g-nav-sub:hover {
        top: 8rem;
    }

    header.smaller .logo h1, header.smaller .logo p,
    header.smaller .g-nav .g-nav-list .submenu .g-nav-sub {
        font-size: 1.3rem;
    }

    header.smaller .g-nav {
        font-size: 1.8rem;
    }

    header.smaller .g-nav .g-nav-list li.btn a {
        font-size: 1.6rem;
    }
}

/* 数値変動（ヘッダーメニュー幅による） */
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 767px) {
    header {
        padding: 0;
    }

    header .menu-left {
        margin-right: 0;
    }

    header .g-nav,
    header .logo h1,
    header .logo p,
    header .cta {
        display: none !important;
    }

    .globalMenuSp .cta {
        display: block !important;
    }

    header .menu-left {
        padding-left: 2rem;
    }

    header .logo img {
        width: 10.6rem;
    }

    header .g-nav-sp {
        display: block !important;
    }
}

/*-----------------------------
ハンバーガーメニューボタン
-----------------------------*/
.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 102;
    cursor: pointer;
    width: 7rem;
    height: 7rem;
    background-color: #fff;
}

.hamburger span {
    transition: all 0.3s ease;
    display: block;
    width: 3rem;
    height: 0.2rem;
    margin: 0 auto;
    background-color: #1D3A91;
}

.hamburger span:nth-child(1),
.hamburger span:nth-child(2) {
    margin-bottom: 0.7rem;
}

.hamburger p {
    margin: 0.5rem 0 0;
    color: #383838;
}

.hamburger .close {
    display: none;
}

/* ナビ開いてる時のボタン */
.hamburger.active {
}

.hamburger.active .open {
    display: none;
}

.hamburger.active .close {
    display: block;
}

/* 線が縮むタイプ */
/*.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    width: 1rem;
}*/

/* ×になるタイプ */
.hamburger.active span {
    width: 3rem;
    background-color: #383838;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg);
    margin: 0;
}

.hamburger.active span:nth-child(2) {
    transform: rotate(45deg);
    margin: -0.2rem 0 0 0;
}

.hamburger.active span:nth-child(3) {
    display: none;
}

/* 線が消えるタイプ */
/*.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(3) {
    background-color: #1D3A91;
}*/

/*-----------------------------
ハンバーガーメニュー
-----------------------------*/
.globalMenuSp-bg,
nav.globalMenuSp {
    z-index: 101;
    position: fixed;
    top: 7rem; /* 数値変動（ヘッダーの高さによる） */
    right: 0;
    transition: all 0.5s ease;
    height: calc(100vh - 7rem); /* 数値変動（ヘッダーの高さによる） */
    max-width: 100%;
    margin: 0 0 0 auto;
}

.globalMenuSp-bg {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 3rem;
    background-color: rgba(29, 58, 145, 0.7);
}

nav.globalMenuSp {
    overflow-y: scroll;
    transform: translateX(120%);
    width: 40rem;
    padding: 3rem;
    background-color: #fff;
    font-weight: 700;
    color: #003366;
}

nav.globalMenuSp-footer {
    font-weight: 700;
    color: #003366;
}

nav.globalMenuSp .logo {
    margin-left: 2rem;
}

nav.globalMenuSp .g-nav-list li .menu-title,
nav.globalMenuSp-footer .g-nav-list li .menu-title {
    display: flex;
    align-items: center;
    border-bottom: 0.1rem solid #F0F4F6;
}

nav.globalMenuSp .g-nav-list li a,
nav.globalMenuSp-footer .g-nav-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    border-bottom: 0.1rem solid #F0F4F6;
}

nav.globalMenuSp .g-nav-list li .menu-title a,
nav.globalMenuSp-footer .g-nav-list li .menu-title a {
    width: calc(100% - 6rem);
    border-bottom: none;
}

nav.globalMenuSp .g-nav-list li:last-child a {
    border-bottom: none;
}

nav.globalMenuSp .g-nav-list li.btn a {
    justify-content: center;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp-bg.active {
    visibility: visible;
    opacity: 1;
}

nav.globalMenuSp.active {
    transform: translateX(0%);
}

@media screen and (max-width: 767px) {
    nav.globalMenuSp {
        width: 85%;
    }
}

/*-----------------------------
サブメニュー
-----------------------------*/

/* PC */
header .g-nav .g-nav-list .submenu {
    position: relative;
}

header .g-nav .g-nav-list .submenu .g-nav-sub {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 11.5rem;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
    padding: 1rem 0;
    background-color: #1D3A91;
    text-align: center;
}

header .g-nav .g-nav-list .submenu01 .g-nav-sub {
    width: 25rem;
}

header .g-nav .g-nav-list .submenu02 .g-nav-sub {
    width: 50rem;
}

/* 吹き出しタイプ */

header .g-nav .g-nav-list .submenu:hover .g-nav-sub,
header .g-nav .g-nav-list .submenu:hover .g-nav-sub:hover,
header .g-nav .g-nav-list .submenu .g-nav-sub:hover {
    visibility: visible;
    opacity: 1;
    top: 12.5rem; /* header .g-nav .g-nav-list .submenu .g-nav-sub の＋1rem */
}

header .g-nav .g-nav-list .submenu .g-nav-sub li {
    margin-right: 0;
}

header .g-nav .g-nav-list .submenu .g-nav-sub li a {
    display: block;
    padding: 1rem 3rem;
    color: #fff;
}

header .g-nav .g-nav-list .submenu .g-nav-sub li a.link span::after {
    border-bottom: 0.1rem solid #fff;
}

/* SP */
nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub {
    display: block;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-2rem);
    transition: max-height 0.7s ease, opacity 0.7s ease, transform 0.7s ease;
    max-height: 0;
    border-bottom: 0.1rem solid #F0F4F6;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub ul,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub ul {
    padding: 2rem 4rem;
    color: #383838;
    font-weight: 400;
    list-style: disc !important;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub ul li::marker,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub ul li::marker {
    color: #383838;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub li a,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub li a {
    padding: 0 0 2rem;
    border-bottom: none;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub li:last-child a,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub li:last-child a {
    padding: 0;
}

nav.globalMenuSp .g-nav-list li.submenu span.arrow,
nav.globalMenuSp-footer .g-nav-list li.submenu span.arrow {
    content: "";
    display: inline-block;
    width: 5rem;
    height: 5rem;
    margin-left: 1rem;
    background-color: #071D59;
    -webkit-mask-image: url(../images/common/ico_plus.svg);
    mask-image: url(../images/common/ico_plus.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 1rem;
    mask-size: 1rem;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translateX(0);
    transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

nav.globalMenuSp .g-nav-list li.submenu .menu-title.active span.arrow,
nav.globalMenuSp-footer .g-nav-list li.submenu .menu-title.active span.arrow {
    -webkit-mask-image: url(../images/common/ico_minus.svg);
    mask-image: url(../images/common/ico_minus.svg);
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub.active,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub.active {
    opacity: 1;
    transform: translateY(0);
    max-height: 100rem;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub ul li a::after,
nav.globalMenuSp-footer .g-nav-list li.submenu .g-nav-sub ul li a::after {
    display: none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp .g-nav-list li.submenu a.active {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
CTA
-----------------------------*/
header .cta {
    display: flex;
    align-items: center;
}

header .cta li:nth-child(2) {
    margin-left: 2rem;
}

@media screen and (max-width: 767px) {
    header .cta li:nth-child(2) {
        margin: 2rem 0 0;
    }
}

/*-----------------------------
追従ボタン
-----------------------------*/
#page-top,
#tuijyu {
    display: block;
    opacity: 0;
    transition: all 0.3s ease;
}

#page-top {
    position: fixed;
    z-index: 99;
    right: 4rem;
    bottom: 9rem;
}

#page-top img {
    width: 5rem;
}

#tuijyu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
}

#tuijyu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% /2);
    padding: 1.5rem;
}

#tuijyu a.tel {
    background-color: #3C85E9;
}

#tuijyu a.mail {
    background-color: #1D3A91;
    color: #fff;
}

@media screen and (max-width: 767px) {
    #page-top {
        right: 2rem;
        bottom: 6rem;
    }

    #page-top img {
        width: 3rem;
    }

    #tuijyu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*-----------------------------
footer
-----------------------------*/
footer {
    background-color: #fff;
    border-top: 0.1rem solid #333;
}

footer .container {
    max-width: calc(108rem + 8rem);
}

footer .logo {
    margin: 0 auto 4rem;
}

footer .logo img {
    width: 18.7rem;
    margin: 0 auto 2rem;
}

footer .g-nav {
    display: flex;
    text-align: left;
}

footer .g-nav01 .menu {
    width: calc(100% / 5);
    border-left: 0.1rem solid #333;
    padding: 4rem 2rem;
}

footer .g-nav01 .menu:last-child {
    border-right: 0.1rem solid #333;
}

footer .g-nav01 .title {
    font-weight: 700;
    color: #1D3A91;
}

footer .g-nav01 ul {
    padding-left: 2rem;
    list-style: disc !important;
}

footer .g-nav01 ul li {
    margin-bottom: 1rem;
}

footer .g-nav01 ul li::marker {
    color: #383838;
}

.footer-b-content {
    padding-top: 6rem;
    border-top: 0.1rem solid #333;
}

footer .g-nav02 {
    margin-bottom: 4rem;
    color: #000;
}

footer .g-nav02 ul li {
    padding-right: 2rem;
    margin-right: 2rem;
    line-height: 1em;
    border-right: 0.1rem solid #000;
}

footer .g-nav02 ul li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: medium none currentcolor;
}

footer .g-nav a:hover {
    text-decoration: underline;
}

.copy {
    background-color: #020B21;
    color: #fff;
    text-align: center;
    padding: 1rem 0px;
}

@media screen and (max-width: 767px) {
    footer {
        border-top: none;
        padding-top: 2rem;
    }

    footer .logo {
        margin: 0 0 4rem;
    }

    footer .logo img {
        width: 14.1rem;
        margin: 0;
    }

    footer .logo p,
    footer .g-nav02 {
        display: none;
    }

    .footer-b-content {
        padding-top: 2rem;
        border-top: none;
    }
}

/*******************************************************************/

/*-----------------------------
ボタン
-----------------------------*/
.more-btn a,
[type="reset"],
[type="submit"],
.more-btn a.elementor-button {
    transition: all 0.3s ease;
    position: relative;
    width: 22rem;
    max-width: 100%;
    margin: 5rem 0 2rem;
    padding: 1em;
    background-color: #1D3A91;
    border: 0.1rem solid #1D3A91;
    border-radius: 0;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border-radius: 0.5rem;
    font-weight: 700;
}

.more-btn a,
[type="reset"],
[type="submit"] {
    display: table;
    margin: 5rem auto 2rem;
}

.more-btn a:hover,
[type="submit"]:hover,
.more-btn a.elementor-button:hover {
    opacity: 1;
    background-color: #fff;
    color: #1D3A91;
}

.more-btn a::after,
.more-btn a.elementor-button::after {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: #fff;
    -webkit-mask-image: url(../images/common/arrow.svg);
    mask-image: url(../images/common/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translateX(0);
    transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translate(0, -50%);
}

.more-btn a:hover::after,
.more-btn a.elementor-button:hover::after {
    background-color: #002388;
    transform: translate(0.5rem, -50%);
}

.more-btn.gray a,
[type="reset"],
[type="submit"]:disabled {
    background-color: #9DA8B2;
    border: 0.1rem solid #9DA8B2;
    color: #fff;
}

.more-btn.gray a:hover,
[type="reset"]:hover {
    background-color: #fff;
    color: #9DA8B2;
}

.more-btn.center a {
    margin: 5rem auto 2rem;
}

.more-btn.right a {
    margin: 5rem 0 2rem auto;
}

.more-btn02 a,
.more-btn02 a.elementor-button,
.more-btn02 p {
    color: #153479;
    padding: 0;
    background: none;
    font-weight: 700;
    margin: 2rem 0 0;
}

.more-btn02 a .in,
.more-btn02 a.elementor-button .elementor-button-text,
.more-btn02 p {
    display: flex;
    align-items: center;
}

.more-btn02 a .in::after,
.more-btn02 a.elementor-button .elementor-button-text::after,
.more-btn02 p::after {
    content: "";
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #153479;
    -webkit-mask-image: url(../images/common/arrow.svg);
    mask-image: url(../images/common/arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    transform: translateX(0);
    transition: background-color 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: 1rem;
}

.more-btn02 a .in:hover,
.more-btn02 a.elementor-button .elementor-button-text:hover,
.content-hover:hover .more-btn02 p {
    color: #3C85E9;
}

.more-btn02 a .in:hover::after,
.more-btn02 a.elementor-button .elementor-button-text:hover::after,
.content-hover:hover .more-btn02 p::after {
    background-color: #3C85E9;
    transform: translateX(0.5rem);
}

.btn a {
    position: relative;
    background-color: #1D3A91;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    margin: 2rem 0px;
    padding: 1em 2em;
    border-width: 0.1rem;
    border-style: solid;
    border-image: initial;
    border-radius: 1rem;
}

.btn a:hover {
    background-color: #3C85E9;
}

@media screen and (max-width: 767px) {
    .more-btn a,
    [type="reset"],
    [type="submit"],
    .more-btn a.elementor-button {
        width: 100% !important;
        margin: 3rem 0 2rem;
        padding: 1.5em;
    }

    .more-btn.center a {
        margin: 3rem auto 2rem;
    }

    .more-btn.right a {
        margin: 3rem 0 2rem auto;
    }

    .more-btn02 a .in::after,
    .more-btn02 a.elementor-button .elementor-button-text::after,
    .more-btn02 p::after {
        width: 0.9rem;
        height: 0.9rem;
    }
}

/*******************************************************************/

/*-----------------------------
テーブル
-----------------------------*/
table {
    display: table;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.scroll-table {
    overflow-x: auto;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}

.scroll-table table {
    min-width: 80rem;
    background-color: #fffcf5;
}

/* スクロールバー全体の高さ */
.scroll-table::-webkit-scrollbar {
    height: 1rem;
}

/* スクロールバー全体の背景 */
.scroll-table::-webkit-scrollbar-track {
    background-color: #ccc;
    border-radius: 5rem;
}

/* スクロールバーの動く部分 */
.scroll-table::-webkit-scrollbar-thumb {
    background-color: #9DA8B2;
    border: none;
    border-radius: 5rem;
}

/* スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-table::-webkit-scrollbar-thumb:hover {
    background-color: #383838;
}

@media screen and (max-width: 767px) {
    .scroll-table th,
    .scroll-table td {
        display: table-cell;
        width: auto;
    }
}

/*******************************************************************/

/*-----------------------------
パンくずリスト
-----------------------------*/
.breadcrumbs {
    padding-top: 4rem;
}

.breadcrumbs,
.breadcrumbs a {
    color: #383838;
}

.breadcrumbs a:hover {
    color: #1D3A91;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
下層見出し
-----------------------------*/
.under-title {
    display: flex;
    align-items: center;
    background-color: #3C85E9;
    background-image: url(../images/common/under-title_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 13rem 0;
    position: relative;
    color: #21458E;
}

.under-title * {
    z-index: 2;
    width: 45%;
}

.under-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #F9FAFD;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
}

.under-title.img {
}

.under-title h1,
.under-title p.lead {
    margin-bottom: 0;
}

.under-title p.sub-title {
    color: #3C85E9;
}

.under-title p.lead {
    margin-top: 4rem;
}

@media screen and (max-width: 767px) {
    .under-title {
        padding: 6rem 0;
    }

    .under-title * {
        width: 65%;
    }

    .under-title::before {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
    }
}

/*******************************************************************/

/*-----------------------------
投稿
-----------------------------*/
.sec_article .img,
.sec_article .img * {
    aspect-ratio: 526 / 239;
}

.sec_article .content-hover .img {
    overflow: hidden;
}

.sec_article .content-hover .img *  {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec_article .content-hover:hover .img img {
    transform: scale(1.2, 1.2);
}

.sec_article .text-box {
    padding: 3rem;
}

.sec_article .text-box h3 {
    color: #002388;
    min-height: 6rem;
    margin-bottom: 0;
}

.sec_article.connection .text-box h3 {
    min-height: 5rem;
}

.sec_article .text-box .overview {
    color: #333;
}

.post-date {
    display: flex;
    align-items: baseline;
}

/* 投稿日 */
time {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

time.end {
    justify-content: flex-end;
}

.newMark {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.2em 0.5em;
    background-color: #FF5469;
    font-size: 0.8em;
    color: #fff;
}

/* カテゴリー */
.post-date .category-list {
    margin-left: 2rem;
}

.sec_article .text-box .category-list {
    margin-bottom: 2rem;
}

.category-list a,
.category-list span {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.3em 1.5em;
    background-color: #1D3A91;
    border: 0.1rem solid #1D3A91;
    color: #fff;
    border-radius: 5rem;
}

.category-list a:hover {
    opacity: 1;
    background-color: #fff;
    color: #1D3A91;
}

/* タグ */
.tag-list ul {
    margin: 4rem 0 0;
    padding: 0;
}

.tag-list li {
    display: inline-block;
}

.tag-list a {   
    position: relative;
    margin-right: 1rem;
    color: #219DF0;
}

.tag-list a::before {
    content: "#";
}

/* 目次 */
#toc_container {
    margin: 4rem 0;
    padding: 4rem 4rem 3rem;
    background-color: #E5E9EC !important;
    border: none;
}

#toc_container .toc_title {
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

#toc_container ul {
    list-style: none;
    margin-bottom: 1rem;
}

#toc_container ul ul li::before {
    content: "-";
    margin-right: 0.5rem;
}

#toc_container ul li a {
    text-decoration: none;
    color: #383838;
}

#toc_container ul li a:hover {
    text-decoration: underline;
    color: #1D3A91;
}

#toc_container ul li a span {
    font-weight: 700;
    color: #1D3A91;
}

#toc_container ul ul li a span {
    display: none;
}

@media screen and (max-width: 767px) {
    .sec_article .text-box {
        padding: 2rem;
    }

    .sec_article .text-box .category-list {
        margin-bottom: 1.5rem;
    }

    .sec_article .text-box h3 {
        min-height: auto !important;
    }

    #toc_container {
        padding: 2rem 2rem 1rem;
    }
}

/*-----------------------------
一覧
-----------------------------*/
.archive {
}

.archive .sec_article dl.content,
.page .sec_article dl.content {
    padding: 4rem 0;
    border-bottom: 0.1rem solid #9DA8B2;
}

@media screen and (max-width: 767px) {
    .archive .sec_article dl.content dt,
    .archive .sec_article dl.content dd {
        width: 100%;
    }

    .archive .sec_article dl.content dt {
        padding: 0;
    }

    .archive .sec_article dl.content .more-btn02 a {
        margin: 0 0 0 auto;
    }
}

/*-----------------------------
詳細
-----------------------------*/
.single .sec_article .container {
    max-width: calc(105rem + 8rem);
}

.single article {
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #9DA8B2;
}

.single article .post-date {
    margin-bottom: 1rem;
}

.single article .eyecatch,
.single article .eyecatch * {
    aspect-ratio: 3 / 2;
    margin-bottom: 4rem;
    border-radius: 1rem;
}

.single article .eyecatch * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single article .content h1,
.single article .content h2,
.single article .content h3,
.single article .content h4,
.single article .content h5,
.single article .content h6 {
    margin-bottom: 4rem;
}

.single article .content h2 {
    position: relative;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid #9DA8B2;
    text-align: left;
    margin-bottom: 4rem;
}

.single article .content h2::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 14rem;
    height: 0.1rem;
    background-color: #1D3A91;
}

.single article .content h3:first-letter {
    padding: 1rem 0 1rem 1.5rem;
    border-left: 0.5rem solid #1D3A91;
}

.single article .content h4 {
    color: #1D3A91;
}

.single article .content p {
    margin-bottom: 0;
}

.single article .content a {
    text-decoration: underline;
    color: #1D3A91;
}

.single article .content img {
    display: inline-block;
    width: auto;
    margin: 1rem 1rem 1rem 0;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
ブログ
-----------------------------*/
.sec_article.blog {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
一覧
-----------------------------*/
.post-type-archive-post {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
カテゴリー / タグ
-----------------------------*/
.archive.category,
.archive .tag {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
詳細
-----------------------------*/
.single-post {
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
社員インタビュー
-----------------------------*/
.sec_article.interview {
}

.interview-category-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -0.5rem 5rem;
}

.interview-category-list a {
    border: 0.1rem solid #E6E6E6;
    padding: 0.5em 2em;
    border-radius: 0.5rem;
    color: #666;
    font-size: 1.4rem;
    margin: 0 0.5rem;
    text-align: center;
}

.interview-category-list a.current,
.interview-category-list a:hover {
    background-color: #002388;
    color: #fff;
}

.sec_article.interview .text-box h3,
.sec_interview .text-box h3 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
    .interview-category-list li {
        width: calc(100% / 2);
    }

    .interview-category-list a {
        display: block;
        margin-bottom: 1rem;
    }
}

/*-----------------------------
一覧
-----------------------------*/
.post-type-archive-interview {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
カテゴリー / タグ
-----------------------------*/
.tax-interviewcat,
.tax-interviewtag {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
詳細
-----------------------------*/
.single-interview .interview-mv-box {
    margin-bottom: 4rem;
}

.single-interview .interview-mv-box [class*="col-sm-"] {
    margin-bottom: 0 !important;
}

.single-interview .interview-mv-box .col-sm-7 .content {
    padding: 5rem 4rem;
}

.single-interview .interview-mv-box h2 {
    color: #002388;
    font-size: 2rem;
    margin: 2rem 0;
}

.single-interview .interview-mv-box p {
    font-size: 1.6rem;
    color: #333;
}

.single-interview .interview-mv-box img {
    aspect-ratio: 1.41 / 1;
    object-fit: cover;
}

.single-interview article {
    padding-bottom: 0;
    border-bottom: none;
}

.single-interview .interview-box dt,
.single-interview .interview-box dd {
    width: 100%;
}

.single-interview .interview-box dd {
    line-height: 1.7em;
    font-size: 2.1rem;
}

.single-interview .interview-box .interview-img {
    width: 100%;
    max-width: 78rem;
    margin: 4rem auto;
}

@media screen and (max-width: 767px) {
    .single-interview .interview-mv-box .col-sm-7 .content {
        padding: 4rem 3rem;
    }

    .single-interview .interview-box dd {
        font-size: 1.8rem;
    }
}

/*******************************************************************/

/*-----------------------------
b-label
-----------------------------*/
.sec_article.b-slug {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
一覧
-----------------------------*/
.post-type-archive-b-slug {

}

@media screen and (max-width: 767px) {
}

/*-----------------------------
カテゴリー / タグ
-----------------------------*/
.tax-b-slugcat,
.tax-b-slugtag {
}

@media screen and (max-width: 767px) {
}

/*-----------------------------
詳細
-----------------------------*/
.single-b-slug {
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
サイドバー
-----------------------------*/
.sidebar aside {
    margin-bottom: 4rem;
    padding: 2rem;
    background-color: #E5E9EC;
}

.sidebar p {
    display: flex;
    margin-bottom: 0;
}

.sidebar dl {
    padding: 0 0 2rem;
}

.sidebar dl:last-child {
    padding-bottom: 0;
}

.sidebar dt,
.sidebar dd {
    width: 100%;
}

.sidebar dt {
    padding-right: 0;
}

.sidebar ul {
    margin-bottom: 0;
}

.sidebar ul ul.child p::before {
    content: "-";
    margin-right: 0.5rem;
}

.sidebar ul ul.child a {
    width: calc(100% - 0.7rem);
}

.sidebar ul.tag p,
.sidebar ul.tag a {
    color: #219DF0;
}

.sidebar ul.tag p::before {
    content: "#";
    margin-right: 0.5rem;
}

.sidebar ul.tag a {
    width: calc(100% - 1rem);
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 4rem;
    }

    .sidebar time {
        margin-bottom: 0.5rem;
    }
}

/*-----------------------------
ページ送り
-----------------------------*/

/* 一覧ページ */
.pagination-area .pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem auto 0;
    text-align: center;
}

.pagination-area .pagination .nav-links .current,
.pagination-area .pagination .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: 0 0.5rem;
    background-color: #1D3A91;
    color: #fff;
    border-radius: 0.5rem;
}

.pagination-area .pagination .nav-links a {
    opacity: 0.3;
}

.pagination-area .pagination .nav-links a:hover {
    opacity: 1;
}

/* 詳細ページ */
.post-nav {
    overflow: hidden;
    clear: both;
    margin: 2rem auto 0;
}

.post-nav .row [class*="col-sm-"] {
    margin-bottom: 0 !important;
}

.post-nav .prev a,
.post-nav .next a {
    display: table;
    padding: 1em 1.5em;
    background-color: #1D3A91;
    border: 0.1rem solid #1D3A91;
    text-align: center;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 700;
}

.post-nav .prev a:hover,
.post-nav .next a:hover {
    opacity: 1;
    background-color: #fff;
    color: #1D3A91;
}

.post-nav .next {
    float: left;
}

.post-nav .next a::before {
    content: "<";
    margin-right: 1rem;
}

.post-nav .prev {
    float: right;
}

.post-nav .prev a::after {
    content: ">";
    margin-left: 1rem;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
スライダー
-----------------------------*/
.slick-slider.arrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#main-slider,
#sub-slider {
    touch-action: auto;
    opacity: 0;
    visibility: hidden;
}

#main-slider {
    position: relative;
}

#sub-slider {
    overflow: hidden;
    padding-bottom: 3rem;
}

#main-slider.slick-initialized,
#sub-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

#main-slider .slick-list {
    margin-bottom: 1rem;
}

#sub-slider .slick-list {
    margin: 0 -0.5rem;
}

#sub-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

#sub-slider .slick-slide {
    cursor: pointer;
    width: calc(100% / 3) !important; /* サブスライダーの表示基準 */
    /* width: calc(100% / var(--subSlidesToShow)) !important; */
    padding: 0 0.5rem;
}

#sub-slider .slick-slide .content .in {
    opacity: 0.3;
}

#sub-slider .slick-current .content .in {
    opacity: 1;
} 

/* 矢印 */
.slide-arrow {
    position: absolute;
    z-index: 2;
    width: 5rem;
    height: 5rem;
}

.prev-arrow {
    left: -2.5rem;
}

.next-arrow {
    right: -2.5rem;
}

.slick-disabled,
.slick-disabled:hover {
    opacity: 0.3;
}

/* ドット */
.slick-dots {
    bottom: 0 !important;
}

.slick-dots li {
    margin: 0 !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    font-size: 0.8rem !important;
    color: #9DA8B2 !important;
}

.slick-dots li.slick-active button:before {
    color: #383838 !important;
}

/*-----------------------------
画像スライダー
-----------------------------*/
.img-slider {
    display: flex;
    overflow: hidden;
    margin-bottom: 6rem;
}

.img-slider ul {
    display: flex;
    animation: img-slider 15s infinite linear 0.5s both;
}

@keyframes img-slider {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}

.img-slider ul li {
    width: 20vw;
    margin: 0 1rem;
}

.img-slider ul li>img {
    width: 100%;
    border-radius: 1rem;
}

@media screen and (max-width: 767px) {
    #sub-slider .slick-slide {
        width: calc(100% / 2) !important; /* サブスライダーの表示基準 */
    }

    .slide-arrow {
        width: 3rem;
        height: 3rem;
    }

    .prev-arrow {
        left: -1.5rem;
    }

    .next-arrow {
        right: -1.5rem;
    }

    .slick-dots li button:before {
        font-size: 0.6rem !important;
    }

    .img-slider {
        margin-bottom: 0;
    }

    .img-slider ul li {
        width: 55vw;
    }
}

/*******************************************************************/

/*-----------------------------
モーダルウィンドウ
-----------------------------*/
.modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
    width: 100%;
    height: 100%;

    background: rgba(0,0,0,0.5);
    padding: 2.5rem;
}

.modal-container::before {
    vertical-align: middle;
    height: 100%;
}

.modal-container.active {
    visibility: visible;
    opacity: 1;
}

.modal-body {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 100rem;
    max-width: 100%;
}

.modal-content {
    position: relative;
    padding: 6rem 6rem 4rem;
    background-color: #1D3A91;
    color: #fff;
}

.modal-close {
    transition: all 0.3s ease;
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.modal-close:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
切り替えタブ
-----------------------------*/
.tabs .tab_item {
    display: flex;
    align-items: center;
    float: left;
    cursor: pointer;
    position: relative;
    width: calc(100% / 2);
    padding: 2rem;
    border: 0.3rem solid #1D3A91;
    border-bottom: none;
}

.tabs input[name="tab_item"] {
    display: none;
}

.tabs .tab_content {
    display: none;
    overflow: hidden;
    clear: both;
    padding: 4rem;
    background-color: #1D3A91;
    color: #fff;
}

#tabs01:checked ~ #tabs01_content,
#tabs02:checked ~ #tabs02_content {
    display: block;
}

.tabs input:checked + .tab_item {
    background-color: #1D3A91;
    color: #fff;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
アコーディオン
-----------------------------*/
.accordion dt,
.accordion dd {
    width: 100%;
}

.accordion dt,
.accordion dt .title,
.accordion dd .content { 
    display: flex;
}

.accordion dt .title,
.accordion dd .content {
    align-items: baseline;
}

.accordion dt {
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 1rem;   
    background-color: #1D3A91;
    color: #fff;
}

.accordion dt::after {
    content: "＋";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: 1rem;
    /*background-color: #fff;
    -webkit-mask-image: url(../images/common/ico_plus.svg);
    mask-image: url(../images/common/ico_plus.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;*/
}

.accordion dl.open dt::after {
    content: "－";
    /*-webkit-mask-image: url(../images/common/ico_minus.svg);
    mask-image: url(../images/common/ico_minus.svg);*/
}

.accordion dt .title {
    width: calc(100% - 4rem);
    margin-bottom: 0;
}

.accordion dt .title::before {
    content: "Q";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    padding: 0 0 0.3rem;
    background-color: #fff;
    border-radius: 5rem;
    color: #1D3A91;
}

.accordion dt .title span {
    width: calc(100% - 4rem);
}

.accordion dd {
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    max-height: 0;
    padding: 0 1rem;
    background-color: #3C85E9;
}

.accordion dl.open dd {
    padding: 1rem;
}

.accordion dd .content {
    margin-bottom: 0;
}

.accordion dd .content::before {
    content: "A";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
    padding: 0 0 0.3rem;
    background-color: #1D3A91;
    border-radius: 5rem;
    color: #fff;
}

.accordion dd .content span {
    width: calc(100% - 4rem);
}

/*******************************************************************/

/*-----------------------------
流れ
-----------------------------*/
.flow-box {
}

.flow-box .flow {
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
吹き出し
-----------------------------*/
.fukidashi-top,
.fukidashi-bottom,
.fukidashi-left,
.fukidashi-right {
    position: relative;
}

.fukidashi-top::before,
.fukidashi-bottom::before,
.fukidashi-left::before,
.fukidashi-right::before {
    content: "";
    position: absolute;
    border: 1.5rem solid transparent;
}

.fukidashi-top::before,
.fukidashi-bottom::before {
    left: 50%;
    transform: translate(-50%, 0);
}

.fukidashi-left::before,
.fukidashi-right::before {
    top: 50%;
    transform: translate(0, -50%);
}

.fukidashi-top::before {
    top: -3.4rem;
    border-bottom: 2rem solid #1D3A91;
}

.fukidashi-bottom::before {
    bottom: -3.4rem;
    border-top: 2rem solid #1D3A91;
}

.fukidashi-left::before {
    left: -3.4rem;
    border-right: 2rem solid #1D3A91;
}

.fukidashi-right::before {
    right: -3.4rem;
    border-left: 2rem solid #1D3A91;
}

@media screen and (max-width: 767px) {
}

/*******************************************************************/

/*-----------------------------
画像ポップアップ
-----------------------------*/
.lb-container {
    position: static;
}

/*******************************************************************/

/*-----------------------------
お問い合わせフォーム
-----------------------------*/
.contactform p {
    margin-bottom: 0;
}

.contactform dt p {
    display: flex;
    align-items: center;
}

input,
button,
textarea,
select {
    font: inherit;
}

/* チェックボックス / ラジオボタン */
input[type="checkbox"i] {
    width: auto;
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    vertical-align: sub;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: none;
    outline: none;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

input[type="checkbox"]::before {
    left: 0;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 0.1rem solid #9DA8B2; 
}

input[type="checkbox"]::after {
    display: block;
    opacity: 0;
    left: 0.4rem;
    transform: rotate(45deg);
    width: 1.2rem;
    height: 1.7rem;
    margin-top: -1rem;
    border-right: 0.3rem solid #FF5469;
    border-bottom: 0.3rem solid #FF5469;
}

input[type="checkbox"]:checked::after {
    opacity: 1;
}

input[type="radio"]::before,
input[type="radio"]::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

input[type="radio"]::before {
    left: 0;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border: 0.1rem solid #9DA8B2;
}

input[type="radio"]::after {
    opacity: 0;
    left: 0.5rem;
    width: 1rem;
    height: 1rem;
    background-color: #FF5469;
}

input[type="radio"]:checked::after {
    opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
textarea,
select {
    overflow: hidden;
    resize: none;
    -webkit-appearance: none;
    -webkit-user-select: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding: 1.5rem;
    background-color: #fff;
    border: 0.1rem solid #9DA8B2;
    border-radius: 0.5rem;
}

input#addr,
input#file02,
input#file03 {
    margin-top: 1rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
    outline: 0.1rem solid #1D3A91;
    background-color: #3C85E9;
}

textarea {
    overflow: auto;
    width: 100%;
}

select {
    -webkit-appearance: auto;
    cursor: pointer;
}

.form-width-100 {
    width: 100%;
    margin-bottom: 0.5rem;
}

.form-width-50 {
    width: 50rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.form-width-30 {
    width: 30rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.form-width-15 {
    width: 15rem;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.required {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem;
    padding: 0.5em 1em;
}

.required {
    background-color: #FF5469;
    color: #fff;
}

.example {
    margin-top: 1rem;
}

::placeholder {
    color: #9DA8B2;
}

.wpcf7-list-item {
    display: inline-block;
    width: calc(100% / 1);
    margin: 0 0 0.5rem 0 !important;
}

.wpcf7-list-item label {
    cursor: pointer;
}

.wpcf7-spinner,
.hidden-fields-container,
.screen-reader-response {
    display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    color: #FF5469;
}

.wpcf7-not-valid-tip {
    display: block;
    margin-top: 1rem;
}

.wpcf7 input.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid {
    outline: 0.1rem solid #FF5469;
    background-color: #ffe9ec;
}

.error-list {
    margin: 2rem 0 4rem;
    padding: 2rem 4rem;
    background-color: #ffe9ec;
    border: 0.1rem solid #FF5469;
}

.error-list ul {
    margin-bottom: 0;
}

.error-list li::marker,
.error-list a {
    color: #FF5469;
}

.error-list a {
    text-decoration: underline;
}

.acceptance {
    margin: 3rem 0;
    text-align: center;
}

.acceptance .wpcf7-list-item label {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="tel"],
    input[type="number"],
    input[type="date"],
    input[type="file"],
    textarea,
    select {
        padding: 1rem;
    }

    textarea {
        height: 15rem;
    }
}

/*******************************************************************/

/*-----------------------------
プライバシーポリシー
-----------------------------*/
.privacy-policy01 h4 {
    position: relative;
    margin-top: 4rem;
    padding-bottom: 2rem;
    border-bottom: 0.2rem solid #9DA8B2;
}

.privacy-policy01 h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.2rem;
    width: 10rem;
    height: 0.2rem;
    background-color: #1D3A91;
}

/*******************************************************************/

/*-----------------------------
サイトマップ
-----------------------------*/
.wsp-pages-title {
    display: none;
}

.wsp-container {
    margin-bottom: 2rem;
}

ul.wsp-pages-list li {
    padding: 1rem 0;
    border-bottom: 0.1rem solid #9DA8B2;
}

ul.wsp-pages-list ul.children {
    margin-bottom: 0;
}

ul.wsp-pages-list ul.children li {
    list-style: none;
    border: none;
    padding-bottom: 0;
}

ul.wsp-pages-list ul.children li:last-child {
    padding-bottom: 0;
}

ul.wsp-pages-list ul.children li a::before {
    content: "-";
    margin-right: 0.5rem;
}

/*******************************************************************/

/*-----------------------------
エントリー
-----------------------------*/
.sec_entry {
    background-image: url(../images/common/sec_entry_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7rem 0 5rem;
    text-align: center;
    color: #21458E;
}

.sec_entry h2 {
    margin-bottom: 2rem;
}

.sec_entry p {
    font-size: 2.1rem;
}

.sec_entry .more-btn a {
    margin: 3rem auto 0;
}

@media screen and (max-width: 767px) {
    .sec_entry {
        padding: 4rem 0;
    }

    .sec_entry p {
        font-size: 1.8rem;
    }
}

/*******************************************************************/

/*-----------------------------
ブログ
-----------------------------*/
.sec_blog {
}

.sec_blog dl {
    align-items: center;
    border-bottom: 0.1rem solid #9DA8B2;
}

.sec_blog dl p {
    margin-bottom: 0;
}

.sec_blog dt {
    display: flex;
    align-items: flex-start;
}

.sec_blog .more-btn a {
    margin-top: 8rem;
}

@media screen and (max-width: 767px) {
    .sec_blog {
    }

    .sec_blog dt {
        padding: 0 0 0.5rem;
    }
}

/*******************************************************************/

/*-----------------------------
社員インタビュー
-----------------------------*/
@media screen and (max-width: 767px) {
    .sec_interview .more-btn a {
        margin: 0;
    }
}

/*******************************************************************/

/*-----------------------------
テキストサイズ
-----------------------------*/
.required {
    font-size: 1rem;
}

nav.globalMenuSp .g-nav-list li.submenu .g-nav-sub a,
.copy,
.category-list a,
.category-list span,
.sidebar time,
.post-nav {
    font-size: 1.2rem;
}

footer .g-nav ul,
nav.globalMenuSp .g-nav-list li a {
    font-size: 1.3rem;
}

.hamburger p,
time,
.tag-list ul,
.sidebar p,
.pagination-area .pagination .nav-links .current,
.pagination-area .pagination .nav-links a,
.example,
ul.wsp-pages-list ul.children li {
    font-size: 1.4rem;
}

header .logo h1,
header .logo p,
footer .logo p,
.copy {
    font-size: 1.5rem;
}

footer .g-nav01 .title,
footer .g-nav02 ul,
.sec_article .text-box .overview,
header .g-nav .g-nav-list .submenu .g-nav-sub,
.sec_article.connection .text-box h3 {
    font-size: 1.6rem;
}

.breadcrumbs {
    font-size: 1.7rem;
}

header .g-nav .g-nav-list li.btn a,
.more-btn a,
[type="reset"],
[type="submit"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="file"],
textarea,
select,
.more-btn02 a,
.more-btn02 p,
h5 {
    font-size: 1.8rem;
}

.tabs .tab_item,
#toc_container .toc_title,
#toc_container ul li a span,
.single article .content h4,
.sub-title,
.sub-title02,
.sec_article .text-box h3 {
    font-size: 2rem;
}

header .g-nav,
h4 {
    font-size: 2.1rem;
}

{
    font-size: 2.2rem;
}

.lead {
    font-size: 2.3rem;
}

.single article .content h3 {
    font-size: 2.4rem;
}

{
    font-size: 2.6rem;
}

h3 {
    font-size: 2.7rem;
}

.single article .content h2 {
    font-size: 2.8rem;
}

.accordion dt::after {
    font-size: 3rem;
}

.single article .content h1 {
    font-size: 3.2rem;
}

{
    font-size: 3.4rem;
}

{
    font-size: 3.6rem;
}

h2 {
    font-size: 3.8rem;
}

{
    font-size: 4rem;
}

h1 {
    font-size: 5.2rem;
}

@media screen and (max-width: 767px) {
    footer .logo p, .copy,
    .category-list a,
    .category-list span,
     .sec_article .text-box .overview {
        font-size: 1rem;
    }

    .sub-title,
    .sub-title02,
    .more-btn02 a,
    .more-btn02 p,
    h5 {
        font-size: 1.2rem;
    }

    nav.globalMenuSp .g-nav-list li .menu-title,
    nav.globalMenuSp-footer .g-nav-list li .menu-title,
    .globalMenuSp-footer {
        font-size: 1.3rem;
    }

    .tabs .tab_item,
    h3 {
        font-size: 1.4rem;
    }

    .lead,
    h4,
    .breadcrumbs {
        font-size: 1.5rem;
    }

    .more-btn a,
    [type="reset"],
    [type="submit"] {
        font-size: 1.6rem;
    }

    .sec_article .text-box h3,
    .single article .content h4 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 2.1rem;
    }

    .single article .content h3 {
        font-size: 2rem;
    }

    .single article .content h2 {
        font-size: 2.2rem;
    }

    .single article .content h1 {
        font-size: 2.4rem;
    }

    h1,
    h2 {
        font-size: 2.6rem;
    }

    {
        font-size: 2.8rem;
    }

    {
        font-size: 3rem;
    }

    {
        font-size: 3.2rem;
    }

    {
        font-size: 3.4rem;
    }

    {
        font-size: 3.6rem;
    }

    {
        font-size: 3.8rem;
    }

    {
        font-size: 4rem;
    }
}

/*******************************************************************/

/*-----------------------------
ページコンテンツ（Elementor）
-----------------------------*/
section.elementor-element.e-con>.e-con-inner {
    padding-block-end: 0;
    padding-block-start: 0;
}

section.elementor-element .e-con-inner {
    padding: 0 4rem;
}

section.elementor-element.e-con-full {
    padding-left: 4rem;
    padding-right: 4rem;
}

section.elementor-element.e-con-full.full {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

section.elementor-element p {
    margin-bottom: 0;
}

section.elementor-element .elementor-widget-text-editor table tr td {
    height: auto !important;
}

section.elementor-element .content-hover .elementor-widget-image {
    overflow: hidden;
}

section.elementor-element .content-hover .elementor-widget-image *  {
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.elementor-element .content-hover:hover .elementor-widget-image img {
    transform: scale(1.2, 1.2);
}

ul.wsp-pages-list:first-child li:nth-child(2),
ul.wsp-pages-list:first-child li:nth-child(3) {
    display: none;
}

.single article .content .elementor-element {
    padding: 0;
}

@media screen and (max-width: 767px) {
    section.elementor-element .e-con-inner {
        max-width: 100%;
        padding: 0 2rem;
    }

    section.elementor-element.sp-full .e-con-inner {
        padding-left: 0;
        padding-right: 0;
    }

    section.elementor-element.e-con-full {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/*******************************************************************/

/*-----------------------------
Responsive
-----------------------------*/
.elementor-widget-text-editor.big p {
    font-size: 2.1rem;
}

.bg-gray {
    background-color: #EEF1F4;
}

.bg-white {
    background-color: #fff;
}

.bg-blue {
    background-color: #F6F8FC;
}

.box-white {
    padding: 2rem 1rem !important;
    background-color: #fff;
    border-radius: 1rem !important;
    box-shadow: 0px 7px 10px 0px #CCCCCCBF;
}

.border-box {
    padding: 4rem 6rem !important;
    border: 0.1rem solid #002388;
    border-radius: 1rem !important;
}

.border-box h5 {
    font-size: 2.5rem;
}

.number-title h3 {
    display: flex;
    align-items: center;
}

.number-title h3 span {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 5.2rem;
    margin-right: 2.5rem;
    color: #3C85E9;
}

.pm-pl01 .content02 .box-white h5 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .elementor-widget-text-editor.big p {
        font-size: 1.5rem;
    }

    .border-box {
        padding: 2rem !important;
    }

    .border-box h5 {
        font-size: 1.8rem;
    }

    .number-title h3 span {
        font-size: 4rem;
        margin-right: 1.5rem;
    }
}