@charset "UTF-8";



@import url("animation.min.css");

/*　Install web fonts on the server  */
/*--- Noto Sans JP ------------------------------------------------
	Thin 100
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	ExtraBold 800
	Black 900
*/
@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Thin.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-ExtraLight.woff2") format("woff2"),
        url("../fonts/NotoSansJP-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Light.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2"),
        url("../fonts/NotoSansJP-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-ExtraBold.woff2") format("woff2"),
        url("../fonts/NotoSansJP-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("../fonts/NotoSansJP-Black.woff2") format("woff2"),
        url("../fonts/NotoSansJP-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*--- Noto Serif JP ------------------------------------------------
	ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	SemiBold 600
	Bold 700
	Black 900
*/
@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-ExtraLight.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Light.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Regular.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Medium.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-SemiBold.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Bold.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    src: url("../fonts/NotoSerifJP-Black.woff2") format("woff2"),
        url("../fonts/NotoSerifJP-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*--- Zen Dots -----------------------------------------------------
	Regular 400
*/
@font-face {
    font-family: "Zen Dots";
    src: url("../fonts/ZenDots-Regular.woff2") format("woff2"),
        url("../fonts/ZenDots-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
}

/*--- Zen Tokyo Zoo ------------------------------------------------
	Regular 400
*/
@font-face {
    font-family: "Zen Tokyo Zoo";
    src: url("../fonts/ZenTokyoZoo-Regular.woff2") format("woff2"),
        url("../fonts/ZenTokyoZoo-Regular.woff") format("woff");
    font-style: normal;
    font-display: swap;
}


/* ========================================================

　Global Setting

=========================================================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* 1.0rem = 10px */
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}


/* ========================================================

　body

=========================================================== */

body {
    color: rgba(51, 51, 51, 1.00);
    font: normal 400 1.6rem / 150% "Noto Sans JP", sans-serif;
    letter-spacing: 0.0625rem;
    word-wrap: break-word;
    overflow-x: hidden;
}

/* stop background scrolling when opening menu（scripts.js = Fixed background when opening menu）*/
body.fixed {
    position: fixed;
    overflow-y: scroll;
}

/* customizing scrollbars */
body::-webkit-scrollbar {
    width: 0.8rem;
}

body::-webkit-scrollbar-track {
    background-color: rgba(51, 51, 51, 1.00);
}

body::-webkit-scrollbar-thumb {
    border-radius: 0.5rem;
    background-color: rgba(255, 190, 0, 1.00);
}

/* background color when text is selected */ 
::selection {
    background-color: rgba(255, 190, 0, 0.25);
}


/* ========================================================

　Link Color

=========================================================== */

a,
a:visited {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

/* phone call */
@media only screen and (min-width: 599px) {

    a[href*="tel:"] {
        pointer-events: none;
    }

    section.page a[href*="tel:"] {
        color: rgba(51, 51, 51, 1.00);
    }

}

/* anchor in <section> */
section a {
    position: relative;
    color: rgba(0, 175, 240, 1.00);
    word-break: break-all;
}

@media only screen and (min-width: 992px) {

    section a:hover,
    section a:focus {
        color: rgba(0, 115, 170, 1.00);
    }

    section.page div[class^="col-"] a::after {
        position: absolute;
        bottom: 0.2rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0.1rem;
        background-color: rgba(0, 115, 170, 1.00);
        content: '';
        transition: width 0.3s ease-in-out;
    }

    section.page div[class^="col-"] a:hover::after {
        width: 100%;
    }

}


/* ========================================================

　Typography

=========================================================== */

h1,
h2,
h3,
h4,
h5,
p,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: 150%;
}

p:nth-of-type(n+2) {
    margin-top: 0.5rem;
}

em {
    font-style: normal;
}


/* ========================================================

　nav

=========================================================== */

#mainNav {
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

/* background color when clicking toggle（scripts.js = Clicking toggler event）*/
#mainNav.active {
    background-color: rgba(255, 245, 215, 1.00);
    transition: unset;
}

/* brand mark */
.navbar-brand {
    z-index: 20;
}

.navbar-brand img {
    width: 100%;
}

/* hamburger menu */
.navbar-toggler {
    width: 5.0rem;
    height: 5.0rem;
    border: 0.2rem solid rgba(255, 190, 0, 1.00);
    border-radius: 50%;
    background-color: rgba(255, 190, 0, 0.70);
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.0rem;
    text-transform: uppercase;
    z-index: 20;
}

.navbar-toggler[aria-expanded="true"] {
    border: 0.2rem solid rgba(0, 115, 170, 1.00);
    background-color: rgba(0, 115, 170, 0.70);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

/* when closed（三） */
.navbar-toggler-icon {
    position: relative;
    transform: translateY(-0.4rem);
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='2' stroke-linecap='square' d='M4 4h22M4 12h22M4 20h22'/%3e%3c/svg%3e");
    width: 2.0rem;
    height: 1.6rem;
}

.navbar-toggler-icon::after {
    display: inline-block;
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    content: "menu"; /* Display MENU */
}

/* when open（✕） */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transform: translate(0.1rem, -0.4rem);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1.00)' stroke-width='2' stroke-linecap='square' d='M6 4L 22 20M22 4L6 20'/%3E%3C/svg%3E");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    content: "close"; /* Rewrite to CLOSE */
}

/* menu area */
.navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-height: 100vh;
    margin-top: 6.5rem;
    background-color: rgba(255, 245, 215, 1.00);
    overflow-x: hidden;
}

.navbar-collapse .container {
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: min(8.0vw, 5.0rem) 0 18.0rem;
}

/* menu list */
.navbar-nav {
    margin: 0 10.0vw;
}

.nav-item > a {
    display: inline-block;
    padding: 0;
}

/* english notation */
.nav-item > a span,
.nav-item > a:hover span,
.nav-item > a.active span {
    color: rgba(0, 115, 170, 0.50);
    font-family: "Zen Dots", "Noto Sans JP", sans-serif;
    font-size: min(10.0vw, 4.0rem);
    font-weight: 900;
    font-style: italic;
    text-shadow: 0.25rem 0.25rem 0 rgba(255, 255, 255, 1.00), 0 0 2.5rem rgba(255, 255, 255, 0.75), 0 0 1.5rem rgba(255, 255, 255, 1.00);
    text-transform: capitalize;
}

.nav-item:nth-of-type(5) > a span {
    text-transform: uppercase;
}

.nav-item > a::first-letter {
    color: rgba(0, 115, 170, 1.00);
    font-size: min(13.0vw, 5.4rem);
}

/* japanese notation */
.nav-item > a em {
    display: flex;
    margin-top: 0.5rem;
    color: rgba(51, 51, 51, 1.00);
    font-size: 1.4rem;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.nav-item > a:not(.dropdown-toggle).active em {
    color: rgba(204, 0, 0, 1.00);
}

.nav-item > a em::before,
.navbar-nav a em::after {
    position: relative;
    top: 0.1rem;
    font-family: 'bootstrap-icons';
}

.nav-item > a em::before {
    content: "\f2ea";
}

.navbar-nav a em::after {
    color: rgba(0, 175, 240, 1.00);
    font-size: 1.4rem;
    content: "\f231";
    transition: all 0.3s ease-in-out;
}

.navbar-nav a:not(.dropdown-toggle).active em::after {
    content: none;
}

/* dropdown-toggle */
.dropdown-toggle::after {
    content: none;
}

.nav-item > .dropdown-toggle em::after {
    color: rgba(0, 115, 170, 1.00);
    content: "\f229";
}

.nav-item > .dropdown-toggle:hover em::after {
    transform: rotate(360deg);
}

.nav-item > .dropdown-toggle[aria-expanded="true"] em {
    color: rgba(204, 0, 0, 1.00);
}

.nav-item > .dropdown-toggle[aria-expanded="true"] em::after {
    color: rgba(204, 0, 0, 1.00);
    transform: rotate(180deg);
}

/* dropdown menu*/
.dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-size: 1.6rem;
    animation: slideMenu 0.5s ease-in-out;
}

.dropdown-menu ul {
    padding: 0;
    list-style: none;
}

.dropdown-menu li {
    position: relative;
    margin: 1.5rem 0 0 0;
}

.dropdown-item,
.dropdown-item:visited,
.dropdown-item:hover,
.dropdown-item.active {
    line-height: 3.2rem;
    padding: 0 0 0 3.6rem;
    color: rgba(51, 51, 51, 1.00);
    background: none;
}

.dropdown-item.active {
    color: rgba(204, 0, 0, 1.00);
}

.dropdown-item::before {
    display: grid;
    place-content: center;
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 3.2rem;
    height: 3.2rem;
    padding: 0 0 0 0.1rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    font-family: 'bootstrap-icons';
    font-size: 1.8rem;
    font-weight: 500;
}

.nav-item:nth-of-type(2) .dropdown-menu li:nth-of-type(1) .dropdown-item::before,
.nav-item:nth-of-type(3) .dropdown-menu li:nth-of-type(1) .dropdown-item::before {
    color: rgba(235, 0, 0, 1.00);
    content: "\f302";
}

.nav-item:nth-of-type(2) .dropdown-menu li:nth-of-type(2) .dropdown-item::before,
.nav-item:nth-of-type(3) .dropdown-menu li:nth-of-type(2) .dropdown-item::before {
    color: rgba(255, 190, 0, 1.00);
    content: "\f749";
}

.nav-item:nth-of-type(2) .dropdown-menu li:nth-of-type(3) .dropdown-item::before,
.nav-item:nth-of-type(3) .dropdown-menu li:nth-of-type(3) .dropdown-item::before {
    color: rgba(140, 200, 65, 1.00);
    content: "\f4fd";
}

.nav-item:nth-of-type(2) .dropdown-menu li:nth-of-type(4) .dropdown-item::before,
.nav-item:nth-of-type(3) .dropdown-menu li:nth-of-type(4) .dropdown-item::before {
    color: rgba(135, 95, 170, 1.00);
    content: "\f1c8";
}

.dropdown-item span {
    display: none;
}

/*　Smartphone 991px or less
----------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {

    /* background color when scrolling */
    #mainNav.navbar-shrink {
        background-color: rgba(255, 255, 255, 0.90);
        transition-property: background-color;
    }

    /* brand mark */
    .navbar-brand {
        max-width: 24.5rem;
    }

    /* menu list */
    .nav-item:nth-of-type(n+2) {
        margin-top: min(10.0vw, 10.0rem);
    }

}

/*　Tablet 576px - 768px - 991px
----------------------------------------------------------- */
@media only screen and (min-width: 576px) and (max-width: 991.98px) {

    .nav-item > a:not(.dropdown-item) em {
        display: inline-flex;
        margin: 0 0 0 1.0rem;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {

    .navbar-brand {
        max-width: 29.5rem;
    }

    .navbar-toggler {
        width: 6.0rem;
        height: 6.0rem;
        font-size: 1.2rem;
    }

    .navbar-toggler-icon {
        width: 3.0rem;
        height: 2.4rem;
    }

    .navbar-toggler-icon::after {
        top: 2.2rem;
    }

    .navbar-collapse {
        margin-top: 7.6rem;
    }

}

/*　Desktop 992px or more
----------------------------------------------------------- */
@media only screen and (min-width: 992px) {

    /* brand mark */
    .navbar-brand {
        max-width: 36.0rem;
    }

    /* hamburger menu */
    .navbar-toggler {
        width: 7.4rem;
        height: 7.4rem;
        font-size: 1.4rem;
        transition-property: background-color;
    }

    .navbar-toggler:hover {
        background-color: rgba(255, 190, 0, 1.00);
    }

    .navbar-toggler[aria-expanded="true"]:hover {
        background-color: rgba(0, 115, 170, 1.00);
    }

    .navbar-toggler-icon {
        width: 3.6rem;
        height: 3.0rem;
    }

    .navbar-toggler-icon::after {
        top: 2.8rem;
    }

    /* menu area */
    .navbar-collapse {
        margin-top: 8.9rem;
        overflow: scroll;
    }

    .navbar-collapse::-webkit-scrollbar {
        width: 0;
    }

    .navbar-nav {
        display: inline-block;
    }

    /* menu list */
    .nav-item:nth-of-type(n+2) {
        display: inline-grid;
        place-content: start;
        width: 49.5%;
        margin-top: min(10.0vw, 6.0rem);
    }

    .navbar-nav a:not(.dropdown-toggle):hover em::after {
        margin-left: 0.5rem;
        color: rgba(204, 0, 0, 1.00);
    }

    /*.dropdown:hover > .dropdown-menu {
        display: block;
    }*/

    .nav-item .dropdown-toggle:hover em::after {
        color: rgba(204, 0, 0, 1.00);
    }

    /*　When shrink
    ----------------------------------------------------------- */
    #mainNav.navbar-shrink {
        top: -9.0rem;
    }

    #mainNav.navbar-shrink .navbar-collapse {
        display: flex; /* .navbar-nav wraps horizontally and downwards */
        justify-content: center;
        background-color: transparent;
    }

    #mainNav.navbar-shrink .navbar-collapse .container {
        display: grid;
        place-content: center;
        width: auto;
        min-height: 5.0rem;
        margin: 1.0rem 0 1.0rem -0.75rem;
        padding: 0 0.7rem;
        border: 0.2rem solid rgba(204, 204, 204, 1.00);
        border-radius: 2.5rem;
        background-color: rgba(255, 255, 255, 1.00);
        animation: fadeIn 0.5s ease-in-out 0s 1 forwards;
    }

    #mainNav.navbar-shrink .navbar-nav,
    #mainNav.navbar-shrink .nav-item:nth-of-type(n+2) {
        margin: 0;
    }

    #mainNav.navbar-shrink .nav-item {
        display: inline-grid;
        width: inherit;
    }

    #mainNav.navbar-shrink .nav-item > a span {
        display: none; /* hide alphabetic characters */
    }

    #mainNav.navbar-shrink .nav-item > a em::before,
    #mainNav.navbar-shrink .navbar-nav a:not(.dropdown-toggle) em::after {
        content: none; /* hide ceret */
    }

    #mainNav.navbar-shrink .nav-item > a em {
        margin: 0;
        padding: 0 min(2.0vw, 1.4rem);
        border-radius: 1.8rem;
        line-height: 3.6rem;
    }

    #mainNav.navbar-shrink .nav-item > a:hover em {
        color: rgba(204, 0, 0, 1.00);
    }

    #mainNav.navbar-shrink .nav-item > a:not(.dropdown-toggle).active em {
        color: rgba(255, 255, 255, 1.00);
        background-color: rgba(204, 0, 0, 1.00);
    }

    #mainNav.navbar-shrink .nav-item > .dropdown-toggle:hover em::after {
        color: rgba(204, 0, 0, 1.00);
    }

    #mainNav.navbar-shrink .nav-item:nth-of-type(2) > .dropdown-toggle[aria-expanded="true"] em {
        background-color: rgba(220, 250, 250, 1.00);
    }

    #mainNav.navbar-shrink .nav-item:nth-of-type(3) > .dropdown-toggle[aria-expanded="true"] em {
        background-color: rgba(225, 235, 255, 1.00);
    }

    /* dropdown menu*/
    #mainNav.navbar-shrink .dropdown-menu {
        position: fixed;
        top: 6.8rem;
        width: 100vw;
        padding: min(3.0vw, 6.0rem);
        animation-duration: 0.3s;
    }

    #mainNav.navbar-shrink .nav-item:nth-of-type(2) .dropdown-menu {
        background-color: rgba(220, 250, 250, 1.00);
    }

    #mainNav.navbar-shrink .nav-item:nth-of-type(3) .dropdown-menu {
        background-color: rgba(225, 235, 255, 1.00);
    }

    #mainNav.navbar-shrink .dropdown-menu ul {
        width: 90.0vw;
        max-width: 120.0rem;
        margin: 0 auto;
    }

    #mainNav.navbar-shrink .dropdown-menu li {
        display: inline-block;
        width: 49.5%;
    }

    #mainNav.navbar-shrink .dropdown-menu li:nth-of-type(n+3) {
        margin-top: min(2.0vw, 5.0rem);
    }

    #mainNav.navbar-shrink .dropdown-item {
        display: grid;
        grid-template-columns: min(10.0vw, 16.0rem) auto;
        padding: 0;
        background: none;
        font-size: min(1.8vw, 2.4rem);
        white-space: inherit;
    }

    #mainNav.navbar-shrink .dropdown-item:hover {
        transform: scale(1.05);
    }

    #mainNav.navbar-shrink .dropdown-item.active {
        color: rgba(0, 115, 170, 1.00);
        color: rgba(204, 0, 0, 1.00);
    }

    #mainNav.navbar-shrink .dropdown-item::before {
        position: inherit;
        width: min(10.0vw, 16.0rem);
        height: min(10.0vw, 16.0rem);
        padding: 0;
        border-radius: 1.0vw;
        font-size: min(5.0vw, 8.0rem);
    }

    #mainNav.navbar-shrink .dropdown-item div {
        display: grid;
        place-content: center;
        padding: 0 min(2.0vw, 3.0rem) 0 min(1.0vw, 2.0rem);
    }

    #mainNav.navbar-shrink .dropdown-item span {
        display: block;
        padding: min(0.5vw, 2.0rem) 0 0 0.5rem;
        font-size: 1.4rem;
        text-align: justify;
        line-height: 135%;
    }

}

/*　Desktop 1200px or more
----------------------------------------------------------- */
@media only screen and (min-width: 1200px) {

    .navbar-collapse .container {
        min-height: 90.0vh;
        padding: min(8.0vw, 8.0rem) 0 0;
    }

    .nav-item:nth-of-type(n+2) {
        width: 33.0%;
    }

    #mainNav.navbar-shrink .nav-item > a em {
        padding: 0 min(3.0vw, 2.5rem);
    }

}


/* ========================================================

　header + carousel

=========================================================== */

.home header {
    display: grid;
    place-content: center;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}

/* text under carousel on home page */
.home header .container-fluid {
    order: 2;
    z-index: 20;
}

.home header h1 {
    display: grid;
    place-content: center;
    padding: min(5.0vw, 2.0rem) 0;
    font-size: min(4.0vw, 1.6rem);
    text-align: justify;
    z-index: 10;
}

.home header h1 br {
    display: none;
}

@media only screen and (max-width: 767.98px) {

    .home header .container {
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (min-width: 992px) {

    .home header h1 {
        font-size: 1.7rem;
    }

    .home header h1 br {
        display: block;
    }

}

@media only screen and (min-width: 1200px) {

    .home header h1 {
        font-size: 2.0rem;
    }

}

/*　Top page carousel
----------------------------------------------------------- */
#carousel {
    order: 1;
}

.carousel-item {
    position: relative;
    width: 100vw;
    height: 45.0vh;
}

.carousel-item picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-item picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* thumbnail part */
.carousel-item .thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(75.0vw, 100.0rem);
}

.carousel-item:nth-of-type(3) .thumb {
    width: min(75.0vw, 75.0rem);
}

/* layer part（black） */
.carousel-item .layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    opacity: 0;
    animation: fadeIn 3.0s ease-in-out 1.0s forwards;
}

/* text part */
.carousel-item .inner {
    display: grid;
    place-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
}

.carousel-item h2,
.carousel-item h3,
.carousel-item p {
    color: rgba(255, 255, 255, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: min(4.5vw, 2.8rem);
    font-weight: 300;
    z-index: 10;
}

.carousel-item p {
    opacity: 0;
    animation: slideYB 2.0s ease-in-out 4.0s forwards;
}

/* slide01 */
.carousel-item:nth-of-type(1) picture {
    background-color: rgba(0, 0, 0, 1.00);
}

.carousel-item:nth-of-type(1) picture img {
    animation: zoomIn 15.0s linear forwards, blur 2.0s ease-in-out 3.0s forwards;
}

.carousel-item:nth-of-type(1) .inner {
    opacity: 0;
}

.carousel-item:nth-of-type(1) .inner.show {
    opacity: 1;
}

.carousel-item:nth-of-type(1) h2 span {
    color: transparent;
    opacity: 0;
    animation: blurH2 4.0s ease-in-out forwards;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(1) {
    animation-delay: 0.5s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(2) {
    animation-delay: 0.6s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(3) {
    animation-delay: 0.7s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(4) {
    animation-delay: 0.8s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(5) {
    animation-delay: 0.9s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(6) {
    animation-delay: 1.0s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(7) {
    animation-delay: 1.1s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(8) {
    animation-delay: 1.2s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(9) {
    animation-delay: 1.3s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(10) {
    animation-delay: 1.4s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(11) {
    animation-delay: 1.5s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(12) {
    animation-delay: 1.6s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(13) {
    animation-delay: 1.7s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(14) {
    animation-delay: 1.8s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(15) {
    animation-delay: 1.9s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(16) {
    animation-delay: 2.0s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(17) {
    animation-delay: 2.1s;
}

.carousel-item:nth-of-type(1) h2:first-of-type span:nth-child(18) {
    animation-delay: 2.2s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(1) {
    animation-delay: 3.5s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(2) {
    animation-delay: 3.6s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(3) {
    animation-delay: 3.7s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(4) {
    animation-delay: 3.8s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(5) {
    animation-delay: 3.9s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(6) {
    animation-delay: 4.0s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(7) {
    animation-delay: 4.1s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(8) {
    animation-delay: 4.2s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(9) {
    animation-delay: 4.3s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(10) {
    animation-delay: 4.4s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(11) {
    animation-delay: 4.5s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(12) {
    animation-delay: 4.6s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(13) {
    animation-delay: 4.7s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(14) {
    animation-delay: 4.8s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(15) {
    animation-delay: 4.9s;
}

.carousel-item:nth-of-type(1) h2:last-of-type span:nth-child(16) {
    animation-delay: 5.0s;
}

/* slide02 */
.carousel-item:nth-of-type(2) picture img {
    animation: blurShrink 1.0s ease-in-out forwards, blur 2.0s ease-in-out 5.0s forwards;
}

.carousel-item:nth-of-type(2) .thumb img {
    width: 25%;
    opacity: 0;
    animation: zoomThumb 0.5s ease-in-out forwards, fadeOut 1.0s ease-in-out forwards;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(1) {
    animation-delay: 1.75s, 6.9s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(2) {
    animation-delay: 3.75s, 7.1s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(3) {
    animation-delay: 2.25s, 7.3s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(4) {
    animation-delay: 3.25s, 7.5s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(5) {
    animation-delay: 2.75s, 7.7s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(6) {
    animation-delay: 1.25s, 7.9s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(7) {
    animation-delay: 3.5s, 8.1s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(8) {
    animation-delay: 2.0s, 8.3s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(9) {
    animation-delay: 3.0s, 8.5s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(10) {
    animation-delay: 2.5s, 8.7s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(11) {
    animation-delay: 4.0s, 8.9s;
}

.carousel-item:nth-of-type(2) .thumb img:nth-of-type(12) {
    animation-delay: 1.5s, 9.1s;
}

.carousel-item:nth-of-type(2) .layer {
    animation-delay: 3.5s;
}

.carousel-item:nth-of-type(2) p span {
    display: block;
}

.carousel-item:nth-of-type(2) p br {
    display: none;
}

/* slide03 */
.carousel-item:nth-of-type(3) picture img {
    animation: flipY 0.5s ease-in-out forwards, blur 2.0s ease-in-out 4.5s forwards;
}

.carousel-item:nth-of-type(3) .thumb {
    opacity: 0;
    animation: fadeIn 2.0s ease-in-out 0.5s forwards;
}

.carousel-item:nth-of-type(3) .thumb img {
    width: 20%;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(-n+5) {
    animation: rotate 1.0s ease-in-out forwards, slideXR 1.0s ease-in-out forwards;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(1) {
    animation-delay: 0.5s, 7.0s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(2) {
    animation-delay: 0.75s, 7.2s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(3) {
    animation-delay: 1.0s, 7.4s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(4) {
    animation-delay: 1.25s, 7.6s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(5) {
    animation: rotate 1.0s ease-in-out forwards, fadeOut 1.0s ease-in-out forwards;
    animation-delay: 1.5s, 7.8s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(n+6) {
    animation: rotate 1.0s ease-in-out forwards, slideXL 1.0s ease-in-out forwards;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(6) {
    animation: rotate 1.0s ease-in-out forwards, fadeOut 1.0s ease-in-out forwards;
    animation-delay: 1.75s, 7.8s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(7) {
    animation-delay: 2.0s, 7.6s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(8) {
    animation-delay: 2.25s, 7.4s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(9) {
    animation-delay: 2.5s, 7.2s;
}

.carousel-item:nth-of-type(3) .thumb img:nth-of-type(10) {
    animation-delay: 2.75s, 7.0s;
}

.carousel-item:nth-of-type(3) .layer {
    animation-delay: 3.0s;
}

.carousel-item:nth-of-type(3) p {
    animation-delay: 3.5s;
}

/* slide04 */
.carousel-item:nth-of-type(4) picture:nth-of-type(1) img {
    animation: flipX 0.5s ease-in-out forwards, blur 2.0s ease-in-out 3.5s forwards;
}

.carousel-item:nth-of-type(4) .parts {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-item:nth-of-type(4) .parts img {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
}

.carousel-item:nth-of-type(4) .parts img:nth-of-type(1) {
    animation: slideYB 1.0s ease-in-out 0.5s forwards;
}

.carousel-item:nth-of-type(4) .parts img:nth-of-type(n+2) {
    animation: slideYB 1.5s ease-in-out 0.75s forwards, slideYT 0.25s ease-in-out 5.0s forwards;
}

.carousel-item:nth-of-type(4) .parts img:nth-of-type(3) {
    animation-delay: 1.0s, 5.25s;
}

.carousel-item:nth-of-type(4) .parts img:nth-of-type(4) {
    animation-delay: 1.25s, 5.5s;
}

.carousel-item:nth-of-type(4) .parts img:nth-of-type(5) {
    top: 0;
    bottom: inherit;
    animation: balloon 3.0s ease-in-out infinite, fadeOut 2.0s ease-in-out 5.5s forwards;
}

.carousel-item:nth-of-type(4) .layer {
    animation-delay: 2.0s;
}

.carousel-item:nth-of-type(4) p {
    animation-delay: 2.5s;
}

/* slide05 */
.carousel-item:nth-of-type(5) picture img {
    animation: zoomIn 12.0s linear forwards;
}

.carousel-item:nth-of-type(5) .layer {
    background-color: rgba(255, 255, 255, 0.50);
    animation-delay: 3.0s;
}

.carousel-item:nth-of-type(5) .brand {
    position: absolute;
    width: 100%;
    height: 100%;
}

.carousel-item:nth-of-type(5) .brand img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: slideYBs 1.5s ease-in-out forwards;
}

.carousel-item:nth-of-type(5) .brand img:nth-of-type(1) {
    animation-delay: 1.0s;
}

.carousel-item:nth-of-type(5) .brand img:nth-of-type(2) {
    animation-delay: 1.25s;
}

.carousel-item:nth-of-type(5) .brand img:nth-of-type(3) {
    animation-delay: 1.5s;
}

.carousel-item:nth-of-type(5) .brand img:nth-of-type(4) {
    animation: slideXLs 0.25s ease-in 3.0s forwards;
}

.carousel-item:nth-of-type(5) .brand img:nth-of-type(5) {
    animation: rotation 1.0s ease-in-out 1.75s forwards;
}

.carousel-item:nth-of-type(5) .inner {
    opacity: 0;
}

.carousel-item:nth-of-type(5) .inner.show {
    opacity: 1;
}

.carousel-item:nth-of-type(5) h3 {
    color: rgba(51, 51, 51, 1.00);
    font-size: min(4.0vw, 2.8rem);
    font-weight: 500;
}

.carousel-item:nth-of-type(5) h3 span {
    color: transparent;
    opacity: 0;
    animation: blurH3 5.0s ease-in-out forwards;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(1) {
    animation-delay: 2.1s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(2) {
    animation-delay: 2.2s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(3) {
    animation-delay: 2.3s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(4) {
    animation-delay: 2.4s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(5) {
    animation-delay: 2.5s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(6) {
    animation-delay: 2.6s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(7) {
    animation-delay: 2.7s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(8) {
    animation-delay: 2.8s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(9) {
    animation-delay: 2.9s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(10) {
    animation-delay: 3.0s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(11) {
    animation-delay: 3.1s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(12) {
    animation-delay: 3.2s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(13) {
    animation-delay: 3.3s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(14) {
    animation-delay: 3.4s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(15) {
    animation-delay: 3.5s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(16) {
    animation-delay: 3.6s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(17) {
    animation-delay: 3.7s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(18) {
    animation-delay: 3.8s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(19) {
    animation-delay: 3.9s;
}

.carousel-item:nth-of-type(5) h3:first-of-type span:nth-child(20) {
    animation-delay: 4.0s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(1) {
    animation-delay: 5.1s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(2) {
    animation-delay: 5.2s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(3) {
    animation-delay: 5.3s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(4) {
    animation-delay: 5.4s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(5) {
    animation-delay: 5.5s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(6) {
    animation-delay: 5.6s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(7) {
    animation-delay: 5.7s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(8) {
    animation-delay: 5.8s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(9) {
    animation-delay: 5.9s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(10) {
    animation-delay: 6.0s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(11) {
    animation-delay: 6.1s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(12) {
    animation-delay: 6.2s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(13) {
    animation-delay: 6.3s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(14) {
    animation-delay: 6.4s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(15) {
    animation-delay: 6.5s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(16) {
    animation-delay: 6.6s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(17) {
    animation-delay: 6.7s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(18) {
    animation-delay: 6.8s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(19) {
    animation-delay: 6.9s;
}

.carousel-item:nth-of-type(5) h3:last-of-type span:nth-child(20) {
    animation-delay: 7.0s;
}

.carousel-item:nth-of-type(5) h3:first-of-type {
    margin-bottom: 18.0vw;
}

/* wave */
.waves {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: min(8.5vh, 15.0vh);
    z-index: 10;
}

.parallax > use {
    animation: move 25.0s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
    animation-delay: -2.0s;
    animation-duration: 7.0s;
}

.parallax > use:nth-child(2) {
    animation-delay: -3.0s;
    animation-duration: 10.0s;
}

.parallax > use:nth-child(3) {
    animation-delay: -4.0s;
    animation-duration: 13.0s;
}

.parallax > use:nth-child(4) {
    animation-delay: -5.0s;
    animation-duration: 20.0s;
}

/* previous next */
button[class^="carousel-control"] {
    width: 10%;
    transform: scale(1.5);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.70)'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba(255, 255, 255, 0.70)'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* indicators */
.carousel-indicators {
    z-index: 10;
}

.carousel-indicators button[data-bs-target="#carousel"] {
    width: min(8.0vw, 4.0rem);
    height: min(1.0vw, 0.25rem);
    margin: 0 0.25rem;
    background-color: rgba(135, 95, 170, 0.70);
    transition-property: all;
}

.carousel-indicators button[data-bs-target="#carousel"]:hover {
    background-color: rgba(204, 0, 0, 1.00);
    opacity: 1.0;
}

.carousel-indicators button[data-bs-target="#carousel"].active {
    width: min(16.0vw, 8.0rem);
    background-color: rgba(255, 190, 0, 1.00);
}

@media only screen and (min-width: 768px) {

    .carousel-item h2,
    .carousel-item h3,
    .carousel-item p {
        font-size: min(5.0vw, 3.4rem);
    }

    .carousel-item:nth-of-type(4) .parts img:nth-of-type(5) {
        top: inherit;
        bottom: 0;
    }

    .carousel-item:nth-of-type(5) h3:first-of-type {
        margin-bottom: min(14.0vw, 14.0rem);
    }

    .waves {
        height: min(10.5vw, 15.0vh);
    }

}

@media only screen and (min-width: 992px) {

    .carousel-item {
        height: 60.0vh;
    }

    .carousel-item .thumb,
    .carousel-item:nth-of-type(3) .thumb {
        width: min(70.0vw, 80.0rem);
    }

}

@media only screen and (min-width: 1200px) {

    .carousel-item h2,
    .carousel-item h3,
    .carousel-item p {
        font-size: min(5.0vw, 4.0rem);
    }

    .carousel-item:nth-of-type(2) p span {
        display: inline;
    }

    .carousel-item:nth-of-type(2) p br {
        display: inline;
    }

    .carousel-item:nth-of-type(5) h3:first-of-type {
        margin-bottom: min(12.0vw, 25.0rem);
    }

}

@media only screen and (min-width: 1920px) {

    .carousel-item:nth-of-type(5) h3 {
        font-size: min(4.0vw, 3.4rem);
    }

}


/* ========================================================

　main

=========================================================== */

main {
    contain: paint;
    /*overflow: hidden;*/
}

/*　section
----------------------------------------------------------- */
section {
    padding: min(9.0vw, 10.0rem) 0;
}

.home section {
    overflow: hidden;
}

body:not(.home) main p {
    text-align: justify;
}

section .layer,
section .pict,
section .alt_v {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section .layer {
    background-color: rgba(0, 0, 0, 0.50);
    z-index: auto;
}

section .pict {
    z-index: -1;
}

section .pict .alt_v {
    object-fit: cover;
}

section .pict .alt_i {
    display: none;
}

section .pict img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/*　h2
----------------------------------------------------------- */

/* h2 of the front-page */
.home section > h2 {
    display: grid;
    place-content: center;
    position: relative;
    margin-bottom: min(8.0vw, 4.0rem);
    padding: min(7.5vw, 3.5rem) 0 min(2.5vw, 1.5rem);
    color: rgba(0, 115, 170, 1.00);
    font-weight: 400;
    text-align: right;
}

.home section > h2::before,
.home section > h2::after {
    position: absolute;
    width: 80.0%;
    height: 0.1rem;
    background-color: rgba(0, 115, 170, 1.00);
    box-shadow: 0 0 0.75rem 0.25rem rgba(0, 115, 170, 0.25);
    content: '';
}

.home section > h2::before {
    top: 0;
    left: 0;
}

.home section > h2::after {
    right: 0;
    bottom: 0;
}

.home section > h2 em {
    font-family: "Zen Dots", "Noto Sans JP", sans-serif;
    font-size: min(5.0rem, 2.4rem);
    font-style: italic;
    text-transform: capitalize;
}

.home section > h2 span {
    display: flex;
    justify-content: flex-end;
    margin-top: min(5.0vw, 0.5rem);
    font-size: min(80%, 1.6rem);
    line-height: 100%;
}

.home section > h2 span::before {
    position: relative;
    top: 0.1rem;
    margin-right: 0.25rem;
    font-family: 'bootstrap-icons';
    font-size: 40%;
    content: "\f287";
}

@media only screen and (min-width: 768px) {

    .home section > h2::before,
    .home section > h2::after {
        width: 70.0%;
    }

    .home section > h2 em {
        font-size: min(3.4rem, 3.4rem);
    }

    .home section > h2 span::before {
        top: 0.15rem;
    }

}

/*　more button of the front-page
----------------------------------------------------------- */
.home section .more {
    display: grid;
    place-content: center;
    max-width: 20.0rem;
    max-height: 5.0rem;
    margin: min(8.0vw, 3.0rem) auto 0;
    border-radius: 2.5rem;
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}

.home section .more h5 {
    position: relative;
    line-height: 5.0rem;
    transition: all 0.3s ease-in-out;
}

.home section .more h5::after {
    visibility: hidden;
    position: absolute;
    top: 50%;

    right: 1.0rem;
    transform: translateY(-50%);
    font-family: 'bootstrap-icons';
    font-size: 1.4rem;
    content: "\f135";
    transition: all 0.3s ease-in-out;
}

.home section .more div {
    display: grid;
    place-content: center end;
    position: relative;
    top: 3.3rem;
    left: -16.0rem;
    width: 10.0rem;
    height: 10.0rem;
    margin-top: -10.0rem;
    padding-right: 1.0rem;
    border: 0.2rem solid rgba(255, 255, 255, 1.00);
    transform: rotate(-20deg);
    transition: left 0.3s ease-in-out;
}

.home section .more div span {
    font-size: 2.0rem;
    transform: rotate(20deg);
}

@media only screen and (min-width: 768px) {

    .home section .row + .igni {
        filter: opacity(0);
        transition-delay: 0.3s;
        transition-duration: 1.0s;
    }

    .home section .row + .igni.fire {
        filter: opacity(100%);
    }

}

@media only screen and (min-width: 992px) {

    .home section .more:hover h5 {
        margin-left: 5.5rem;
    }

    .home section .more:hover h5::after {
        visibility: visible;
        right: -1.5rem;
    }

    .home section .more:hover div {
        left: -7.5rem;
    }

}


/* ========================================================

　front-page

=========================================================== */

/*　#news / What's New（archive.php and single.php are also the same）
----------------------------------------------------------- */
.home #news {
    padding-top: min(2.0vw, 3.0rem);
    background-color: rgba(255, 255, 255, 1.00);
}

/* headding */
.home #news h2 {
    margin-bottom: min(3.0vw, 2.0rem);
    color: rgba(204, 0, 0, 1.00);
}

.home #news h2::before,
.home #news h2::after {
    background-color: rgba(204, 0, 0, 1.00);
    box-shadow: 0 0 0.75rem 0.25rem rgba(204, 0, 0, 0.25);
}

/* news list */
#news ul {
    display: grid; /* 重要事項の波紋を前面に出すため必須 */
    margin: 0;
    padding: 0;
    list-style: none;
}

#news li {
    position: relative;
}

.home #news li:first-of-type {
    z-index: 2; /* 重要事項の波紋を前面に出すため必須 */
}

.home #news li:nth-of-type(n+2) {
    z-index: 1 /* 重要事項の波紋を前面に出すため必須 */
}

#news li:nth-of-type(even) {
    background-color: rgba(255, 250, 250, 1.00);
}

/* time - h3 */
#news li a:first-of-type {
    display: block;
    padding: min(4.0vw, 2.0rem) min(3.0vw, 1.4rem);
    border-bottom: 0.1rem dotted rgba(51, 51, 51, 0.25);
    color: rgba(0, 0, 0, 1.00);
}

/* category */
#news li a:last-of-type {
    position: absolute;
    top: min(5.0vw, 2.4rem);
    left: min(42.0vw, 15.0rem);
    min-width: 10.0rem;
    margin: 0 0 0 1.0rem;
    border: 0.1rem solid rgba(255, 190, 0, 1.00); /* notice（common）*/
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 0, 0, 1.00);
    font-size: min(4.0vw, 1.2rem);
    text-align: center;
    line-height: min(6.0vw, 1.8rem);
}

#news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:last-of-type,
#news.categories li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:last-of-type {
    border-color: rgba(235, 0, 0, 1.00); /* important */
    background-color: rgba(235, 0, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    pointer-events: none;
}

#news li a[href*="%e3%83%a1%e3%83%b3%e3%83%86%e3%83%8a%e3%83%b3%e3%82%b9"]:last-of-type {
    border-color: rgba(0, 175, 240, 1.00); /* maintenance */
}

#news li a[href*="%e3%83%ad%e3%82%b0%e3%83%97%e3%83%a9%e3%82%b9"]:last-of-type {
    border-color: rgba(140, 200, 65, 1.00); /* logplus */
}

#news.archives li a:last-of-type,
#news.categories li a:last-of-type {
    background-color: rgba(240, 240, 240, 1.00);
    pointer-events: none;
}

/* date */
#news li time {
    color: rgba(51, 51, 51, 1.00);
    font-size: min(4.0vw, 1.4rem);
    line-height: min(4.0vw, 1.4rem);
}

/* title */
#news h3 {
    margin-top: 1.0rem;
    font-size: min(5.0vw, 1.6rem);
    font-weight: 400;
    text-align: justify;
    line-height: 135%;
}

/* title（important only）*/
.home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"] h3 {
    color: rgba(235, 0, 0, 1.00);
}

.home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"] h3:after {
    position: relative;
    top: 0.2rem;
    left: 0.25rem;
    font-family: 'bootstrap-icons';
    content: "\f332";
}

/* NEW! */
#news li span {
    position: relative;
    top: -0.25rem;
    margin-left: 0.5rem;
    padding: 0.15rem 0.5rem 0.35rem;
    border-radius: 50%;
    background-color: rgba(235, 95, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: min(4.0vw, 0.8rem);
}

/* more */
.home #news .more {
    border: 0.3rem solid rgba(235, 0, 0, 1.00);
    background-color: rgba(235, 0, 0, 1.00);
}

.home #news .more div {
    background-color: rgba(204, 0, 0, 1.00);
}

@media only screen and (min-width: 992px) {

    /* time - h3 */
    #news li a:first-of-type {
        display: flex;
        align-items: center;
        position: relative;
        padding: min(3.0vw, 1.5rem) min(3.0vw, 1.4rem);
    }

    /* category */
    #news li a:last-of-type {
        top: calc(50%);
        transform: translateY(-50%);
        left: min(42.0vw, 15.0rem);
        z-index: 3;
    }

    #news li a:not([href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]):last-of-type:hover {
        background-color: rgba(255, 190, 0, 1.00);
        color: rgba(255, 255, 255, 1.00);
    }

    #news li a[href*="%e3%83%a1%e3%83%b3%e3%83%86%e3%83%8a%e3%83%b3%e3%82%b9"]:last-of-type:hover {
        background-color: rgba(0, 175, 240, 1.00);
    }

    #news li a[href*="%e3%83%ad%e3%82%b0%e3%83%97%e3%83%a9%e3%82%b9"]:last-of-type:hover {
        background-color: rgba(140, 200, 65, 1.00);
    }

    /* border line on mouseover */
    #news li a:not([href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]):first-of-type::before {
        position: absolute;
        bottom: -0.1rem;
        left: 0;
        width: 100%;
        height: 0.1rem;
        background: rgba(204, 0, 0, 1.00);
        content: '';
        transform: scale(0, 1);
        transform-origin: left top;
        transition: all 0.5s ease-in-out;
    }

    #news li a:not([href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]):first-of-type:hover::before {
        transform: scale(1, 1);
    }

    /* Background of important on mouseover */
    .home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:first-of-type {
        position: relative;
    }

    .home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:first-of-type::after {
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 240, 0, 1.00);
        width: 100%;
        height: 100%;
        content: '';
        transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
        transform: scale(1, 0);
        transform-origin: center;
    }

    .home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:first-of-type:hover::after {
        transform: scale(1, 1);
    }

    /* time */
    #news li time {
        width: 26.0rem;
        z-index: 3;
    }

    /* title */
    #news h3 {
        width: calc(100% - 26.0rem);
        margin-bottom: 1.0rem;
        z-index: 3;
        transition: transform 0.3s ease-in-out;
    }

    /* move right on mouseover */
    #news li a:not([href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]):first-of-type:hover h3 {
        transform: translateX(1.5rem);
    }

    /* Ripple of important information on mouseover */
    .home #news li a[href*="%e9%87%8d%e8%a6%81%e4%ba%8b%e9%a0%85"]:first-of-type:hover::before {
        position: absolute;
        top: -2.5rem;
        left: 30.0%;
        width: 10.0rem;
        height: 10.0rem;
        border: 0.1rem solid rgba(204, 0, 0, 1.00);
        border-radius: 50.0%;
        content: '';
        opacity: 1;
        z-index: 5;
        animation: ripples 1.0s infinite forwards;
    }

    .home #news .more:hover {
        border-color: rgba(204, 0, 0, 1.00);
    }

}

/*　#feuture
----------------------------------------------------------- */
#feuture {
    position: relative;
}

#feuture .background {
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    background-image: linear-gradient(-75deg, rgba(255, 255, 255, 1.00) 50%, rgba(255, 215, 95, 0.50) 50%);
    opacity: 0.3;
    z-index: -1;
    animation: featureSlide 4.0s ease-in-out infinite alternate;
}

#feuture .bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 7.0s;
}

#feuture .bg3 {
    animation-duration: 10.0s;
}

/* 選ばれる理由と・・・ */
#feuture .row > p {
    color: rgba(135, 95, 170, 1.00);
    font-size: min(4.6vw, 1.8rem);
}

/* 迷わず選んでください */
#feuture h2 {
    margin: 0.75rem 0 min(10.0vw, 5.0rem);
    color: rgba(235, 0, 0, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: min(6.0vw, 3.0rem);
    font-weight: 700;
    line-height: 135%;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

#feuture div[class^="col-"]:nth-of-type(n+2) {
    margin-top: 4.0rem;
}

/* title */
#feuture div[class^="col-"] > div {
    position: relative;
    transform: skewX(-15deg);
    padding: 0.75rem 1.0rem 0.5rem 7.0rem;
    border: solid rgba(204, 204, 204, 1.00);
    border-width: 0 0.1rem 0.1rem 0;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(204, 0, 0, 1.00);
    font-family: "Zen Dots", "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    box-shadow: 0 0 0.25rem 0.25rem rgba(204, 204, 204, 0.25);
}

#feuture div[class^="col-"]:nth-of-type(3) > div {
    text-transform: none;
}

/* ribbon */
#feuture aside {
    position: absolute;
    top: -1.0rem;
    left: 1.0rem;
    width: 5.0rem;
    height: 4.0rem;
    text-align: center;
    line-height: 100%;
    background-color: rgba(140, 200, 65, 1.00);
}

#feuture aside::before,
#feuture aside::after {
    position: absolute;
    content: '';
}

/* ribbon back */
#feuture aside::before {
    right: -1.0rem;
    width: 0;
    height: 0;
    border-right: 1.0rem solid transparent;
    border-bottom: 1.0rem solid rgba(100, 140, 10, 1.00);
}

/* ribbon bero */
#feuture aside::after {
    display: block;
    top: 3.8rem;
    left: 0;
    height: 50%;
    border: 2.5rem solid rgba(140, 200, 65, 1.00);
    border-bottom-width: 0.75rem;
    border-bottom-color: transparent;
}

/* icon */
#feuture aside i {
    position: relative;
    top: 0.75rem;
    color: rgba(255, 240, 0, 1.00);
    font-size: 2.0rem;
    z-index: 1;
}

/* number */
#feuture span {
    display: inline-block;
    position: relative;
    top: 1.0rem;
    width: 100%;
    color: rgba(255, 255, 255, 1.00);
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    line-height: 100%;
    z-index: 2;
}

/* title */
#feuture h3 {
    margin: 2.4rem 0 1.0rem;
    color: rgba(0, 115, 170, 1.00);
    font-size: min(6.0vw, 2.0rem);
}

/* text */
#feuture div[class^="col-"] p {
    padding-left: min(5.0vw, 1.0rem);
    font-size: min(4.6vw, 1.4rem);
    text-align: justify;
}

@media only screen and (min-width: 576px) {

    #feuture div[class^="col-"]:nth-of-type(n+2) {
        margin-top: 0;
    }

    #feuture div[class^="col-"]:nth-of-type(n+3) {
        margin-top: 4.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #feuture h2 {
        font-size: min(3.6vw, 3.6rem);
    }

}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    #feuture div[class^="col-"]:nth-of-type(odd) {
        padding-right: 2.0vw;
    }

    #feuture div[class^="col-"]:nth-of-type(even) {
        padding-left: 2.0vw;
    }

}

@media only screen and (min-width: 1200px) {

    #feuture div[class^="col-"]:nth-of-type(n+3) {
        margin-top: 0;
    }

    #feuture div[class^="col-"] {
        padding-left: 1.0vw;
        padding-right: 1.0vw;
    }

}

/*　#status / Operating status
----------------------------------------------------------- */
#status {
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}

#status .container {
    position: relative;
}

/* headding */
#status h2 {
    margin-bottom: min(4.0vw, 4.0rem);
    font-family: "Zen Dots", "Noto Sans JP", sans-serif;
    font-size: min(10.0vw, 3.0rem);
    font-style: italic;
    text-align: center;
    text-transform: capitalize;
}

/* parts title */
#status h4 {
    font-size: min(5.0vw, 2.4rem);
    font-weight: 100;
    text-align: center;
    text-transform: capitalize;
}

/* number */
#status p {
    font-family: "Zen Dots", "Noto Sans JP", sans-serif;
    font-size: min(10.0vw, 5.0rem);
    text-align: center;
    text-shadow: 0 0 1.0rem rgba(0, 175, 240, 1.00), 0 0 2.0rem rgba(0, 175, 240, 1.00), 0 0 3.0rem rgba(0, 175, 240, 1.00);
}

/* busy lebel only */
#status div[class^="col-"]:last-of-type p {
    margin-left: min(5.0vw, 2.5rem);
}

#status div[class^="col-"]:last-of-type p::after {
    font-family: 'bootstrap-icons';
    font-size: 50.0%;
    content: "\f4d1";
}

@media only screen and (min-width: 768px) {

    #status h2 {
        font-size: min(5.0rem, 4.0rem);
    }

}

@media only screen and (min-width: 992px) {

    #status h2 {
        font-size: min(5.0rem, 6.0rem);
    }

    #status p {
        font-size: min(10.0vw, 6.0rem);
    }

    #status div[class^="col-"]:last-of-type p {
        margin-left: min(3.5vw, 3.5rem);
    }

}

/*　#works / latest works（archive.php and single.php are also the same）
----------------------------------------------------------- */
#works {
    position: relative;
}

#works::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/bg_works.png") center center repeat;
    content: "";
    z-index: -1;
    animation: worksNoise 10s steps(10) infinite;
}

.home #works p {
    position: relative;
    margin-bottom: min(8.0vw, 3.0rem);
    padding: 0 2.0vw;
    text-align: justify;
}

#works div[class^="col-"] {
    padding-bottom: 3.0rem; /* isotope導入により margin-bottom ではレイアウト維持不可のため padding で調整 */
}

/* works list */
#works .row a {
    display: block;
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: min(5.0vw, 1.5rem);
    padding-bottom: 0;
    background-color: rgba(255, 255, 255, 1.00);
}

/* 「 」 */
#works .row a::before,
#works .row a::after {
    position: absolute;
    width: min(6.0vw, 2.4rem);
    height: min(6.0vw, 2.4rem);
    border: 0.1rem solid rgba(0, 115, 170, 1.00);
    content: '';
}

#works .row a::before {
    top: 0;
    left: 0;
    border-width: 0.1rem 0 0 0.1rem;
}

#works .row a::after {
    bottom: 0;
    right: 0;
    border-width: 0 0.1rem 0.1rem 0;
}

/* thumbnail */
#works div[class^="col-"] div {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

#works div[class^="col-"] div img {
    width: 100%;
    height: 100%;
    border: 0.1rem solid rgba(240, 240, 240, 1.00);
    object-fit: cover;
}

/* title */
#works h3 {
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 7.0rem;
    margin: 0 auto;
    padding: 0 min(4.0vw, 1.0rem);
    color: rgba(51, 51, 51, 1.00);
    font-weight: 500;
    line-height: 135%;
    transition: all 0.5s ease-in-out;
}

/* more */
.home #works .more {
    border: 0.3rem solid rgba(0, 175, 240, 1.00);
    background-color: rgba(0, 175, 240, 1.00);
}

.home #works .more div {
    background-color: rgba(0, 115, 170, 1.00);
}

@media only screen and (max-width: 575px) {

    .home #works div[class^="col-"]:last-of-type {
        padding-bottom: 0; /* トップページはisotopeに無関係なので、最後の.colの padding-bottom をリセット */
    }

}

@media only screen and (min-width: 576px) {

    .home #works p {
        padding: 0 4.0vw;
    }

}

@media only screen and (min-width: 768px) {

    /*#works div[class^="col-"] {
        padding-left: min(1.5vw, 2.0rem);
        padding-right: min(1.5vw, 2.0rem);
    }*/

    .home #works p {
        text-align: center;
    }

    #works h3 {
        font-size: min(2.0vw, 1.4rem);
    }

}

@media only screen and (min-width: 992px) {

    /* inner white background part */
    #works .row a {
        border: 0.1rem solid rgba(204, 204, 204, 0.50);
    }

    #works .row a:hover {
        border-color: transparent;
        background-color: rgba(0, 115, 170, 0.10);
        color: rgba(0, 115, 170, 1.00);
    }

    /* line */
    #works .row a::before,
    #works .row a::after {
        width: min(3.0vw, 2.0rem);
        height: min(3.0vw, 2.0rem);
        border-color: transparent;
        transition: all 0.5s ease-in-out;
    }

    #works .row a::before {


        top: -0.7rem;
        left: -0.7rem;
        border-width: 0.1rem 0 0 0.1rem;
    }

    #works .row a::after {
        bottom: -0.7rem;
        right: -0.7rem;
        border-width: 0 0.1rem 0.1rem 0;
    }

    #works .row a:hover::before,
    #works .row a:hover::after {
        width: calc(100% + 1.4rem);
        height: calc(100% + 1.4rem);
        border-color: rgba(0, 175, 240, 1.00);
    }

    /* thumbnail */
    #works div[class^="col-"] div {
        display: grid;
        place-content: center;
        position: relative;
        overflow: hidden;
    }

    #works div[class^="col-"] div::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 115, 170, 0.50);
        content: "";
        z-index: 2;
        transition: transform 0.3s ease-in-out;
        transform: scale(0, 1);
        transform-origin: center;
    }

    #works div[class^="col-"] a:hover div::before {
        transform: scale(1, 1)
    }

    #works .row img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }

    #works .row a:hover img {
        filter: saturate(25.0%);
        transform: scale(1.1);
    }

    /* icon on mouseover */
    #works i {
        display: inline-block;
        color: rgba(255, 255, 255, 1.00);
        font-size: 500%;
        text-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.50), 0 0 2.0rem rgba(0, 0, 0, 0.35), 0 0 3.0rem rgba(0, 0, 0, 0.25);
        opacity: 0;
        z-index: 3;
        transition: opacity 0.5s ease-in-out;
    }

    #works .row a:hover i {
        opacity: 1.0;
        animation: rotation 1.0s ease-in-out forwards;
    }

    /* title */
    #works h3 {
        min-height: 6.0rem;
        font-size: min(2.0vw, 1.6rem);
    }

    #works .row a:hover h3 {
        color: rgba(0, 115, 170, 1.00);
    }

    .home #works .more:hover {
        border-color: rgba(0, 115, 170, 1.00);
    }

}

@media only screen and (min-width: 1200px) {

    #works .row a {
        padding: min(2.0vw, 1.5rem);
    }

    #works h3 {
        padding: min(4.0vw, 1.5rem) min(4.0vw, 1.0rem) 0;
    }

}

/*　#our
----------------------------------------------------------- */
#our {
    position: relative;
    color: rgba(255, 255, 255, 1.00);
    line-height: 135%;
    overflow: hidden;
}

/* background image */
#our .pict {
    display: grid;
    place-content: center;
}

#our .igni img {
    filter: blur(1.0rem);
    transition-duration: 1.5s;
}

#our .igni.fire img {
    filter: none;
}

#our .container {
    position: relative;
}

/* headding */
#our h2 {
    margin-bottom: min(6.0vw, 2.4rem);
    font-family: "Noto Serif JP", serif;
    font-size: min(6.0vw, 2.4rem);
    font-weight: 400;
}

/* text */
#our p {
    margin-left: min(5.0vw, 2.4rem);
    font-size: min(4.0vw, 1.8rem);
}

@media only screen and (min-width: 576px) {

    #our h2 {
        font-size: min(3.6vw, 3.0rem);
    }

    #our h2 br {
        display: none;
    }

    #our p {
        margin-left: min(3.0vw, 3.0rem);
    }

}

/*　#other / other servises
----------------------------------------------------------- */
#other {
    position: relative;
    /*background-color: rgba(245, 245, 245, 1.00);*/
}

#other canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100;
    height: auto;
    opacity: 0.7;
}

/* headding */
#other h2 {
    color: rgba(51, 51, 51, 1.00);
}

#other h2::before,
#other h2::after {
    background-color: rgba(51, 51, 51, 1.00);
    box-shadow: 0 0 0.75rem 0.25rem rgba(51, 51, 51, 0.25);
}

#other div[class^="col-"]:nth-of-type(n+2) {
    margin-top: 3.0rem;
}

#other .row a {
    display: block;
    height: 100%;
    margin-bottom: min(4.0vw, 2.0rem);
    border-radius: 1.0rem;
    color: rgba(51, 51, 51, 1.00);
    box-shadow: 0 1.5rem 3.0rem rgba(0, 0, 0, 0.30), 0 1.0rem 1.5rem rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

/* icon on mouseover */
#other i {
    position: absolute;
    filter: opacity(0);
}

/* thumbnail */
#other .row a div {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

#other img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* title */
#other h3 {
    margin: 1.0rem 0;
    font-size: min(8.0vw, 2.0rem);
    text-align: center;
    text-transform: capitalize;
}

/* text */
#other p {
    padding: 0 min(4.0vw, 2.0rem);
    font-size: min(4.6vw, 1.4rem);
    text-align: justify;
}

@media only screen and (min-width: 768px) {

    #other div[class^="col-"]:nth-of-type(n+2) {
        margin-top: 0;
    }

    #other p {
        padding: 0 min(2.0vw, 2.0rem);
    }

}

@media only screen and (min-width: 992px) {

    #other .row a {
        margin-left: min(1.0vw, 1.0rem);
        margin-right: min(1.0vw, 1.0rem);
        color: inherit;
    }

    #other .row a:hover {
        background-color: rgba(255, 255, 255, 1.00);
        transform: scale(1.1);
    }

    #other .row a div {
        position: relative;
    }

    /* icon on mouseover */
    #other i {
        position: absolute;
        top: 50%;
        left: -10%;
        transform: translate(-50%, -50%);
        color: rgba(255, 255, 255, 1.00);
        font-size: 600%;
        text-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.50), 0 0 2.0rem rgba(0, 0, 0, 0.35), 0 0 3.0rem rgba(0, 0, 0, 0.25);
        transition: all 0.3s ease-in-out;
    }

    #other .row a:hover i {
        left: 50%;
        filter: opacity(100%);
    }

    #other img {
        filter: grayscale(100%);
        transition: filter 0.5s ease-in-out;
    }

    #other .row a:hover img {
        filter: grayscale(0);
    }

    #other h3 {
        color: rgba(0, 0, 0, 0.50);
        font-size: min(8.0vw, 2.4rem);
        transition: color 0.3s ease-in-out;
    }

    #other .row a:hover h3 {
        color: rgba(0, 0, 0, 1.00);
    }

    #other p {
        color: rgba(0, 0, 0, 0.70);
        transition: color 0.3s ease-in-out;
    }

    #other .row a:hover p {
        color: rgba(0, 0, 0, 1.00);
    }

}

/*　#policy / production policy（archive.php and single.php are also the same）
----------------------------------------------------------- */
#policy {
    position: relative;
}

#policy .container-fluid {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

/* background image */
#policy .pict {
    display: grid;
    place-content: center;
}

#policy .pict img {
    width: auto;
    opacity: 0.5;
}

/* headding */
.home #policy h2 {
    color: rgba(245, 150, 0, 1.00);
}

.home #policy h2::before,
.home #policy h2::after {
    background-color: rgba(245, 150, 0, 1.00);
    box-shadow: 0 0 0.75rem 0.25rem rgba(245, 150, 0, 0.25);
}

.home #policy p {
    position: relative;
    margin-bottom: min(2.0vw, 2.0rem);
    text-align: center;
}

/* policy list */
#policy .swiper-slide a,
#policy .row a {
    display: block;
    width: 75.0%;
    height: 100%;
    margin: 0 auto;
    padding: min(5.0vw, 2.0rem);
    border: 0.5rem solid transparent;
    border-radius: min(10.0vw, 2.0rem);
    text-align: center;
}

#policy .row a {
    width: 87.0%;
    text-align: center;
}

/* thumbnail */
#policy .swiper-slide div,
#policy .row a div {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
    overflow: hidden;
}

#policy .swiper-slide img,
#policy .row a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border: 0.1rem solid rgba(255, 190, 0, 1.00);
    border-radius: 50%;
    object-fit: cover;

}

/* icon on mouseover */
#policy i {
    position: absolute;
    filter: opacity(0);
}

/* title */
#policy h3 {
    display: inline-grid;
    place-content: center;
    width: 100%;
    min-height: 6.0rem;
    margin: 2.0rem auto 0;
    padding: 0.75rem min(4.0vw, 1.5rem);
    border: 0.1rem solid rgba(255, 190, 0, 0.70);
    border-radius: 1.0rem;
    background-color: rgba(255, 255, 255, 0.70);
    box-shadow: 0 0 0.5rem 0.25rem rgba(255, 245, 215, 1.00);
    color: rgba(51, 51, 51, 1.00);
    font-weight: 500;
    text-align: left;
    line-height: 135%;
    transition: all 0.5s ease-in-out;
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
    display: grid;
    place-content: center;
    position: absolute;
    top: 37.5vw;
    width: 5.0rem;
    height: 5.0rem;
    cursor: pointer;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background: url("../img/bg_raster.png") rgba(0, 0, 0, 0.25);
    content: "";
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    width: 1.4rem;
    height: 1.4rem;
    border: 0.1rem solid rgba(255, 255, 255, 1.00);
    border-width: 0.2rem 0.2rem 0 0;
    content: "";
    transition: all 0.3s ease-in-out;
}

.swiper-button-prev::after {
    margin-left: 0.5rem;
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    margin-right: 0.5rem;
    transform: rotate(45deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
}

.swiper-pagination {
    position: absolute;
    bottom: min(-4.0vw, -1.0rem) !important;
}

.swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.5rem !important;
    background-color: rgba(135, 95, 170, 1.00);
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: rgba(245, 150, 0, 1.00);
}

@media only screen and (min-width: 576px) {

    #policy .swiper-slide a {
        width: 95.0%;
    }

    #policy .row a {
        width: 100.0%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 23.5vw;
    }

}

@media only screen and (min-width: 768px) {

    #policy .swiper-slide a,
    #policy .row a {
        padding: min(2.0vw, 1.0rem);
    }

    #policy h3 {
        padding: 0.75rem min(4.0vw, 1.0rem);
        font-size: 1.2rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 11.5vw;
    }

}

@media only screen and (min-width: 992px) {

    .home #policy p {
        margin-bottom: min(8.0vw, 3.0rem);
    }

    #policy .swiper-slide a,
    #policy .row a {
        width: 100%;
        padding: min(5.0vw, 2.0rem);
    }

    #policy .swiper-slide a:hover,
    #policy .row a:hover {
        border-color: rgba(255, 190, 0, 0.70);
        background-color: rgba(255, 255, 255, 1.00);
    }

    /* thumbnail */
    #policy .swiper-slide img,
    #policy .row img {
        transition: all 0.3s ease-in-out;
    }

    #policy .swiper-slide a:hover img,
    #policy .row a:hover img {
        filter: saturate(25%) blur(0.25rem);
    }

    /* icon on mouseover */
    #policy i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.5);
        color: rgba(255, 255, 255, 1.00);
        font-size: 500%;
        text-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.50), 0 0 2.0rem rgba(0, 0, 0, 0.35), 0 0 3.0rem rgba(0, 0, 0, 0.25);
        transition: all 0.5s ease-in-out;
    }

    #policy .swiper-slide a:hover i,
    #policy .row a:hover i {
        transform: translate(-50%, -50%) scale(1.0);
        filter: opacity(100%);
    }

    /* title */
    #policy h3 {
        font-size: min(1.4vw, 1.6rem);
        transition: all 0.3s ease-in-out;
    }

    #policy .swiper-slide a:hover h3,
    #policy .row a:hover h3 {
        border-color: transparent;
        background-color: transparent;
        box-shadow: none;
        color: rgba(204, 0, 0, 1.00);
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 12.25vw;
    }

    .swiper-button-prev:hover::before,
    .swiper-button-next:hover::before {
        background-color: rgba(0, 0, 0, 0.50);
        transform: scale(1.2);
    }

    .swiper-button-prev:hover::after,
    .swiper-button-next:hover::after {
        border: solid rgba(255, 190, 0, 1.00);
        border-width: 0.2rem 0.2rem 0 0;
    }

    .swiper-button-prev:hover::after {
        transform: rotate(-135deg) scale(1.2);
    }

    .swiper-button-next:hover::after {
        transform: rotate(45deg) scale(1.2);
    }

    .swiper-pagination-bullet:hover {
        background-color: rgba(204, 0, 0, 1.00);
    }

}

@media only screen and (min-width: 1200px) {

    #policy .swiper-slide a {
        width: 95.0%;
        padding: min(2.0vw, 2.0rem);
    }

    #policy .row a {
        width: 80.0%;
        padding: min(2.0vw, 2.0rem);
    }

    #policy h3 {
        padding: 0.75rem min(4.0vw, 1.5rem);
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 11.5vw;
    }

}

@media only screen and (min-width: 1400px) {

    #policy .swiper-slide a {
        width: 85.0%;
    }

    #policy .row a {
        width: 70.0%;
        padding: min(2.0vw, 2.0rem);
    }

    .swiper-button-prev,
    .swiper-button-next {
        top: 10.5vw;
    }

}

@media only screen and (min-width: 1700px) {

    .swiper-button-prev,
    .swiper-button-next {
        top: 8.25vw;
    }

}

@media only screen and (min-width: 1900px) {

    .swiper-button-prev,
    .swiper-button-next {
        top: 8.5vw;
    }

}


/* ========================================================

　other

=========================================================== */

/* ページャー */
.pager {
    margin-top: min(10.0vw, 5.0rem);
    display: grid;
    place-content: center;
}

.wp-pagenavi .current,
.wp-pagenavi .page {
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    background-color: rgba(240, 240, 240, 1.00);
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
    text-align: center;
    line-height: 4.0rem;
}

.wp-pagenavi .page:hover {
    background-color: rgba(255, 245, 215, 1.00);
}

.wp-pagenavi .current {
    background-color: rgba(140, 200, 65, 1.00);
    color: rgba(255, 255, 255, 1.00);
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    color: rgba(51, 51, 51, 1.00);
    font-size: 2.0rem;
}

.wp-pagenavi .previouspostslink {
    color: rgba(204, 204, 204, 1.00);
}

.wp-pagenavi .nextpostslink {
    color: rgba(204, 204, 204, 1.00);
}

.wp-pagenavi .extend {
    margin: 0 0.5rem;
}


/* ========================================================

　footer

=========================================================== */

footer {
    position: relative;
    width: 100%;
    color: rgba(204, 204, 204, 1.00);
    background-color: rgba(51, 51, 51, 1.00);
    font-size: min(5.0vw, 1.3rem);
    font-weight: 300;
    overflow-x: hidden;
}

/* brand mark */
footer::after {
    position: absolute;
    top: min(12.0vw, 8.0rem);
    right: -10.0vw;
    transform: rotate(-15deg);
    width: min(50.0vw, 24.0rem);
    height: min(50.0vw, 24.0rem);
    background: url("../img/brandmark_footer.png") center center / min(50.0vw, 24.0rem) auto no-repeat;
    content: "";
    opacity: 0.1;
}

footer .container {
    padding: min(12.0vw, 8.0rem) min(8.0vw, 3.0rem);
}

footer a,
footer a:visited,
footer a:hover,
footer a:focus {
    position: relative;
    color: rgba(204, 204, 204, 1.00);
}

footer h3,
footer h4,
footer dt {
    font-weight: 400;
}

footer h4 {
    padding-top: min(8.0vw, 5.0rem);
    font-size: min(4.0vw, 1.6rem);
}

/* company data */
footer ul {
    margin: 1.0rem 0;
    padding: 0;
    list-style: none;
}

footer li {
    line-height: 2.0rem;
}

footer ul + p {
    margin-bottom: min(8.0vw, 3.0rem);
    font-size: 90%;
}

/* sitemap */
footer dl:nth-of-type(n+2) {
    margin-top: 1.0rem;
    margin-bottom: 0;
}

footer dt {
    font-size: 110%;
}

footer dd {
    margin-top: 0.25rem;
}

footer dd a {
    line-height: 2.4rem;
}

footer dd::before,
footer .policy a::before {
    margin-right: 0.25rem;
    font-family: 'bootstrap-icons';
    font-size: 60.0%;
    content: "\f280";
}

/* copyright */
footer aside {
    display: grid;
    place-content: center;
    padding: min(2.4vw, 1.4rem);
    background-color: rgba(45, 45, 45, 1.00);
    color: rgba(160, 160, 160, 1.00);
    font-size: 1.2rem;
}

footer aside span {
    display: block;
}

@media only screen and (min-width: 576px) {

    footer::after {
        top: auto;
        right: auto;
        bottom: 16.0rem;
        left: min(-1.0vw, -1.0rem);
        width: min(30.0vw, 20.0rem);
        height: min(30.0vw, 20.0rem);
        background-size: min(30.0vw, 20.0rem) auto;
    }

    footer div[class^="col-"]:last-of-type {
        padding-top: 3.5rem;
    }

    footer aside span {
        display: inline;
        padding: 0 0.5rem;
    }

}

@media only screen and (min-width: 768px) {

    footer h4 {
        text-align: center;
    }

}

@media only screen and (min-width: 992px) {

    footer::after {
        top: 5.0vw;
        right: min(-1.0vw, -1.0rem);
        bottom: auto;
        left: auto;
    }

    footer a:hover,
    footer a.active {
        color: rgba(255, 190, 0, 1.00);
    }

    footer a::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.1rem;
        background-color: rgba(255, 190, 0, 0.50);
        content: '';
        transform: scale(0, 1);
        transform-origin: left top;
        transition: all 0.3s ease-in-out;
    }

    footer div[class^="col-"]:last-of-type {
        display: grid;
        grid-template-columns: 40% 40% 20%;
        padding-top: 0;
    }

    footer a:hover::after {
        transform: scale(1, 1);
    }

    footer dl:nth-of-type(n+2) {
        margin-top: 0;
    }

    footer dt {
        margin-bottom: 1.0rem;
    }

    footer dd {
        margin-top: 0;
        line-height: 2.6rem;
    }

}

@media only screen and (min-width: 1200px) {

    footer::after {
        top: auto;
        right: auto;
        bottom: 8.0rem;
        left: min(-1.0vw, -1.0rem);
    }

    footer div[class^="col-"]:last-of-type {
        grid-template-columns: calc((100% - 15.8rem) / 2) calc((100% - 15.8rem) / 2) 15.8rem;
    }

    footer ul + p {
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 1700px) {

    footer::after {

        top: auto;
        right: auto;
        bottom: 8.0rem;
        left: max(5.0vw, 5.0vw);
    }

}


/* ========================================================

　progress bar

=========================================================== */

.progress {
    position: fixed;
    bottom: 0;
    height: 0.3rem;
    background-color: transparent;
}

#progress {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.3rem;
    background-color: rgba(204, 0, 0, 1.00);
}


/* ========================================================

　Scroll to Pagetop

=========================================================== */

.slideIn {
    display: none;
    position: fixed;
    right: 0.5rem;
    bottom: 0.5rem;
    opacity: 0.5;
    z-index: 50;
    animation: slideYB 0.3s ease-in-out forwards;
}

.slideIn a {
    display: grid;
    place-content: center;
    width: 5.0rem;
    height: 5.0rem;
    margin-bottom: 1.0vw;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.70);
    color: rgba(255, 255, 255, 1.00);
    font-size: 2.5rem;
}

@media only screen and (min-width: 576px) {

    .slideIn {
        right: 0.75rem;
        bottom: 4.75rem;
    }

    .slideIn a {
        width: 6.0rem;
        height: 6.0rem;
        font-size: 3.0rem;
    }

}

@media only screen and (min-width: 768px) {

    .slideIn {
        bottom: 4.5rem;
    }

}

@media only screen and (min-width: 992px) {

    .slideIn {
        bottom: 4.25rem;
    }

    .slideIn a:hover {
        transform: scale(1.1);
    }

}

@media only screen and (min-width: 1200px) {

    .slideIn {
        bottom: 4.0rem;
    }

}

@media only screen and (min-width: 1920px) {

    .slideIn {
        bottom: 3.5rem;
    }

}


/* ========================================================

　Low pages

=========================================================== */

/*　header
----------------------------------------------------------- */
body:not(.home) header {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: min(20.0vh, 30.0vh);
}

body:not(.home) header .container-fluid {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
    clip-path: inset(0);
}

#particles {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

body:not(.home) header h1,
body:not(.home) header p {
    position: absolute;
    bottom: 4.0vw;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    font-family: "Noto Serif JP", serif;
    font-size: min(6.4vw, 3.6rem);
    font-weight: 500;
    text-align: center;
}

body[class="cost-cms"]:not(.home) header h1 {
    font-size: min(6.0vw, 3.6rem);
}

body[class="cost-html"]:not(.home) header h1 {
    font-size: min(5.6vw, 3.6rem);
}

@media only screen and (min-width: 768px) {

    body:not(.home) header h1,
    body:not(.home) header p {
        bottom: 3.0vw;
    }

}

@media only screen and (min-width: 1200px) {

    body:not(.home) header h1,
    body:not(.home) header p {
        bottom: 2.0vw;
    }

}


/*　#breadCrumb
----------------------------------------------------------- */
#breadCrumb {
    padding: 1.0rem 0;
    background-color: rgba(245, 245, 245, 0.70);
}

#breadCrumb p {
    margin-bottom: 0;
    font-size: 1.4rem;
    word-wrap: normal;
}

#breadCrumb i {
    margin: 0 0.15rem;
}

#breadCrumb a {
    padding: 0 1.5rem;
    border: 0.1rem solid rgba(245, 245, 245, 0.70);
    border-radius: 1.0rem;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(51, 51, 51, 1.00);
    line-height: 2.0rem;
}

#breadCrumb a:hover {
    border: 0.1rem solid rgba(220, 220, 220, 1.00);
}


/* -----------------------------------------------------------

　　posting in general

-------------------------------------------------------------- */

section.page p {
    line-height: 180%;
}

section.page p.source {
    margin-top: min(10.0vw, 5.0rem);
    color: rgba(51, 51, 51, 0.50);
    font-size: 1.2rem;
    text-align: right;
}

section.page .blk {
    clear: both;
    margin-top: min(14.0vw, 10.0rem);
    overflow: auto;
}

section.page .blk:first-of-type {
    margin-top: 0;
}

/* h1 */
section.page h1 {
    margin-bottom: min(8.0vw, 4.0rem);
    padding: min(4.0vw, 1.5rem) min(4.0vw, 2.0rem);
    font-size: min(6.0vw, 3.0rem);
    line-height: 120%;
}

section.page h1 span span {
    display: block; /* 長いタイトルの改行 */
}

/* 公開日・更新日 */
section.page h1 + aside {
    margin-bottom: min(8.0vw, 4.0rem);
    font-size: 1.4rem;
    text-align: right;
}

/* h2 - h5 */
section.page h2,
section.page h3,
section.page h4 {
    margin-bottom: 2.0rem;
    line-height: 135%;
}

section.page h2 {
    padding: 1.4rem 0.75rem;
    font-size: min(5.4vw, 2.0rem);
}

section.page h3 {
    padding: 1.0rem 0;
    font-size: min(5.0vw, 1.8rem);
}

section.page h4 {
    padding: 0 0 0.5rem 0.5rem;
    font-size: min(5.0vw, 1.6rem);
}

/* typography */
section.page p:nth-last-of-type(n+2),
section.page li:nth-last-of-type(n+2),
section.page dd:nth-last-of-type(n+2) {
    margin-bottom: 1.2rem;
}

section.page ul {
    margin: 1.5rem 0 1.5rem 3.2rem;
    padding: 0;
}

section.page ol {
    margin: 1.5rem 0 1.5rem 3.2rem;
    padding: 0;
}

section.page ol li {
    list-style-type: decimal;
}

section.page dl {
    margin: 1.5rem 0;
}

section.page dt {
    font-weight: 500;
}

section.page dd {
    margin: 0 0 1.0rem 1.6rem;
}

/* image */
section.page .pic {
    margin: 2.0rem 0;
    text-align: center;
}

section.page img[class*="wp-image"] {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

section.page img.alignleft,
section.page img.aligncenter,
section.page img.alignright {
    float: inherit;
}

/*　line marker
----------------------------------------------------------- */
section.page .mkr {
    background: linear-gradient(transparent 65%, rgba(255, 255, 0, 1.00) 65%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 2.0s;
}

section.page .mkr.on {
    background-size: 100% 100%;
}

/*　.intro
----------------------------------------------------------- */
section.page .intro {
    font-size: 1.4rem;
}

section.page .intro h2 {
    margin: 0 0 1.0rem 0;
    padding: 0;
    color: rgba(0, 115, 170, 1.00);
}

section.page .intro h3 {
    margin: 2.4rem 0 0.5rem 0;
    padding: 0;
    text-transform: uppercase;
}

section.page .intro p {
    line-height: 160%;
}

section.page .intro ul {
    margin-top: 0.75rem;
    margin-left: 0;
    list-style: none;
}

section.page .intro li {
    margin-bottom: 0.5rem;
}

section.page .intro li:nth-of-type(n+2) {
    margin-top: 0.5rem;
}

section.page .attention {
    color: rgba(235, 95, 0, 1.00);
    font-size: 1.4rem;
    line-height: 135%;
}

/*　accordion
----------------------------------------------------------- */
section.page .accordion {
    margin-top: min(8.0vw, 4.0rem);
    padding: 0.1rem 0;
    overflow: hidden;
}

section.page .accordion h4 {
    margin-bottom: 1.0rem;
    padding: 0;
    color: rgba(135, 95, 170, 1.00);
    text-transform: capitalize;
}

section.page .accordion + p {
    margin-top: min(8.0vw, 4.0rem);
}

section.page .accordion > div {
    border: 0.1rem solid rgba(204, 204, 204, 1.00);
}

section.page .accordion > div:nth-of-type(n+2) {
    margin-top: 1.0rem;
}

section.page .accordion > div > div > div {
    margin: min(5.0vw, 1.5rem) min(5.0vw, 3.0rem) min(5.0vw, 3.0rem) min(5.0vw, 4.6rem);
    font-size: min(4.6vw, 1.6rem);
    text-align: justify;
}

section.page .accordion button {
    position: relative;
    width: 100%;
    padding: min(2.0vw, 1.0rem) 3.6rem min(2.0vw, 1.0rem) min(2.0vw, 1.0rem);
    border: none;
    background-color: rgba(245, 245, 245, 0.60);
    color: rgba(51, 51, 51, 1.00);
    font-size: min(4.6vw, 1.6rem);
    text-align: justify;
    line-height: 135%;
    transition: all 0.3s ease-in-out;
}

section.page .accordion button::after {
    position: absolute;
    top: 50%;
    right: 1.0rem;
    transform: translateY(-50%);
    font-family: 'bootstrap-icons';
    font-weight: 700;
    content: "\f64d";
}

section.page .accordion button[aria-expanded="true"] {
    background-color: transparent;
    color: rgba(135, 95, 170, 1.00);
    font-weight: 500;
}

section.page .accordion button[aria-expanded="true"]::after {
    content: "\f63b";
}

/*　parallax
----------------------------------------------------------- */
section.para_blk {
    position: relative;
    width: 100vw;
    height: 100vh;
    max-height: min(40.0vw, 30.0rem);
    text-align: center;
    overflow: hidden;
}

section.para_blk .pict {
    display: grid;
    place-content: center;
}

/*　prevnext
----------------------------------------------------------- */
section.page .prevnext {
    margin-top: min(8.0vw, 4.0rem);
    padding-top: min(8.0vw, 4.0rem);
    border-top: 0.1rem solid rgba(51, 51, 51, 1.00);
    text-align: center;
}

section.page .prevnext div {
    display: inline-block;
}

section.page .prevnext div:last-of-type {
    margin-left: min(10.0vw, 5.0rem);
}

section.page .prevnext a {
    color: rgba(160, 160, 160, 1.00)
}

/*　sidebar
----------------------------------------------------------- */
#sidebar {
    margin-top: 3.0rem;
}

#sidebar h3 {
    margin-top: 0;
    padding: min(5.0vw, 1.0rem) 0;
    background-color: rgba(0, 115, 170, 1.00);
    color: rgba(255, 255, 255, 1.00);
    text-align: center;
    text-transform: uppercase;
}

#sidebar ul {
    margin: 0;
    padding: 0;
}

#sidebar li {
    position: relative;
    margin-bottom: 0;
    padding: 0.5rem 0;
    list-style-type: none;
}

#sidebar li::before {
    position: absolute;
    top: calc(min(5.0vw, 1.4rem) + 0.3rem);
    left: min(5.0vw, 1.0rem);
    margin-right: 0.25rem;
    color: rgba(0, 115, 170, 1.00);
    font-family: 'bootstrap-icons';
    font-size: 2.0rem;
    content: "\f199";
}

#sidebar a {
    display: block;
    padding: min(5.0vw, 1.4rem) min(5.0vw, 1.0rem) min(5.0vw, 1.4rem) min(10.0vw, 3.4rem);
    color: rgba(51, 51, 51, 1.00);
    line-height: 120%;
}

#sidebar li:nth-of-type(n+2) {
    border-top: 0.1rem dotted rgba(204, 204, 204, 1.00);
}

#sidebar li.current a,
#sidebar li.current_page_item a {
    color: rgba(204, 0, 0, 1.00);
    pointer-events: none;
}

#sidebar li.current::before,
#sidebar li.current_page_item::before {
    color: rgba(204, 0, 0, 1.00);
    content: "\f195";
}

@media only screen and (min-width: 576px) {

    section.page img.alignright {
        float: right;
        margin-left: 2.0rem;
    }

    section.page img.alignleft {
        float: left;
        margin-right: 2.0rem;
    }

    section.page img.aligncenter {
        margin: 0 auto;
    }

}

@media only screen and (min-width: 768px) {

    section.para_blk {
        max-height: min(24.0vw, 36.0rem);
    }

    #sidebar {
        position: sticky;
        top: 7.6rem;
        height: 100%;
        margin-top: 0;
        font-size: min(87.5%, 1.4rem);
    }

    #sidebar h3 {
        font-size: 110%;
    }

}

@media only screen and (min-width: 576px) and (max-width: 991.98px) {

    section.page img.alignright,
    section.page img.alignleft {
        width: 24.0rem;
        height: auto;
    }

}

@media only screen and (min-width: 992px) {

    section.page img.alignright,
    section.page img.alignleft {
        width: 30.0rem;
        height: auto;
    }

    section.page .prevnext a:hover {
        color: rgba(0, 0, 0, 1.00)
    }

    section.page .prevnext a:hover::after {
        content: none;
    }

    section.page .prevnext i {
        display: inline-block;
        transition: transform 0.3s ease-in-out;
    }

    section.page .prevnext a[rel="prev"]:hover i {
        transform: translateX(-0.5rem);
    }

    section.page .prevnext a[rel="next"]:hover i {
        transform: translateX(0.5rem);
    }

    section.page .accordion button:hover {
        background-color: rgba(240, 240, 240, 0.80);
    }

    section.page .accordion button:hover::after {
        transform: translateY(-50%) rotate(360deg);
        transition-duration: 1.0s;
    }

    #sidebar {
        top: 6.8rem;
    }

    #sidebar li::before {
        transition: content 0.3s ease-in-out;
    }

    #sidebar li:hover::before {
        content: "\f195";
    }

    #sidebar a:hover {
        color: rgba(0, 115, 170, 1.00);
    }

}

@media only screen and (min-width: 1200px) {

    #sidebar {
        font-size: min(100%, 1.6rem);
    }

}


/*　policy in general
----------------------------------------------------------- */
.policy .page {
    padding-top: min(18.0vw, 10.0rem); /* h1 の装飾の関係で上余白調整 */
}

/* 特大見出し（h1） */
.policy .page h1 {
    position: relative;
    border: 0.2rem solid rgba(65, 75, 105, 1.00);
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(65, 75, 105, 1.00);
    text-align: center;
    box-shadow: 0.5rem 0.5rem 0.25rem 0 rgba(65, 75, 105, 0.70);
}

.policy .page h1::before,
.policy .page h1::after {
    position: absolute;
    content: '';
}

.policy .page h1::before {
    top: -4.0rem;
    left: calc(50% - 4.0rem);
    width: 8.0rem;
    height: 8.0rem;
    border: 0.2rem solid rgba(65, 75, 105, 1.00);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00);
}

.policy .page h1::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1.00);
}

.policy .page h1 i {
    position: absolute;
    top: -4.5rem;
    left: calc(50% - 4.0rem);
    width: 8.0rem;
    height: 6.0rem;
    font-size: 3.6rem;
    text-align: center;
    line-height: 6.0rem;
    z-index: 1;
}

.policy .page h1 span {
    position: relative;
    z-index: 1;
}

/* 大見出し（h2） */
.policy .page h2 {
    display: grid;
    place-content: center start;
    position: relative;
    padding: 2.0rem 0.75rem;
    color: rgba(0, 115, 170, 1.00);
}

.policy:not(.policy01) .page h2::before,
.policy:not(.policy01) .page h2::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    content: '';
}

.policy:not(.policy01) .page h2::before {
    top: 0;
    background-image: linear-gradient(to left, rgba(0, 115, 170, 1.00), rgba(0, 175, 240, 1.00));
}

.policy:not(.policy01) .page h2::after {
    bottom: 0;
    background-image: linear-gradient(to right, rgba(0, 115, 170, 1.00), rgba(0, 175, 240, 1.00));
}

/* 中見出し（h3 最終ブロック） */
.policy .page div[class="blk"]:last-of-type h3 {
    color: rgba(245, 150, 0, 1.00);
    font-size: min(5.4vw, 2.0rem);
}

.policy .page div[class="blk"]:last-of-type h3 i {
    position: relative;
    top: min(0.25vw, 0.2rem);
    font-size: min(7.0vw, 2.4rem);
}

/*　policy01
----------------------------------------------------------- */
/* 大見出し */
.policy01 .page h2 {
    padding-left: min(28.0vw, 10.0rem);
    border: double rgba(0, 115, 170, 1.00);
    border-width: 0.3rem 0;
}

.policy01 .page h2 span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 1.5rem;
    border-radius: 0.4rem;
    background: rgba(0, 115, 170, 1.00);
    color: rgba(255, 255, 255, 1.00);
    line-height: 4.0rem;
}

.policy01 .page h2 span::after {
    position: absolute;
    top: calc(50% - 0.7rem);
    right: -1.1rem;
    width: 0;
    height: 0;
    content: '';
    border-width: 0.7rem 0 0.7rem 1.2rem;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 115, 170, 1.00);
}

.policy01 .page h2 span i {
    display: inline-block;
    margin-right: 0.5rem;
}

.policy01 .page div[class="blk"]:nth-last-of-type(n+2) h2 span i {
    transform: rotate(90deg);
}

/* 大見出し（最後） */
.policy01 .page div[class="blk"]:last-of-type h2 {
    padding-left: min(30.0vw, 10.5rem);
    border-color: rgba(204, 0, 0, 1.00);
    background-color: rgba(255, 245, 215, 0.50);
    color: rgba(204, 0, 0, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.policy01 .page div[class="blk"]:last-of-type h2 span {
    background: rgba(255, 190, 0, 1.00);
}

.policy01 .page div[class="blk"]:last-of-type h2 span::after {
    border-color: transparent transparent transparent rgba(255, 190, 0, 1.00);
}

.policy01 .page div[class="blk"]:last-of-type h2 span i:last-of-type {
    margin-right: 0;
    margin-left: 0.5rem;
}

.policy01 .page div[class="blk"]:nth-of-type(3) ul {
    color: rgba(235, 0, 0, 1.00);
}

/*　policy04
----------------------------------------------------------- */
.policy04 .page div[class="blk"]:nth-of-type(4) ol {
    color: rgba(245, 150, 0, 1.00);
}

.policy04 .page div[class="blk"]:last-of-type h3 {
    margin-bottom: 0;
    padding: 0 0 1.0rem;
    color: rgba(204, 0, 0, 1.00);
    font-size: min(5.4vw, 1.8rem);
}

/*　policy05
----------------------------------------------------------- */
.policy05 .page .blk ul {
    margin-bottom: 3.0rem;
    color: rgba(245, 150, 0, 1.00);
}

.policy05 .page .accordion h5 {
    margin: 2.0rem 0 1.0rem;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
}

.policy05 .page .accordion > div:first-of-type p:nth-of-type(2) {
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
}

.policy05 .page .accordion ol {
    color: rgba(245, 150, 0, 1.00);
}

/*　policy06
----------------------------------------------------------- */
.policy06 .page .accordion ul {
    margin-left: 0;
    color: rgba(0, 0, 0, 1.00);
    font-weight: 500;
    list-style: none;
}

/*　policy09
----------------------------------------------------------- */
.policy09 .page h2 {
    color: rgba(204, 0, 0, 1.00);
}

.policy09:not(.policy01) .page h2::before {
    background-image: linear-gradient(to left, rgba(235, 0, 0, 0.50), rgba(204, 0, 0, 1.00));
}

.policy09:not(.policy01) .page h2::after {
    background-image: linear-gradient(to right, rgba(235, 0, 0, 0.50), rgba(204, 0, 0, 1.00));
}

.policy09 .page .accordion > div {
    border: 0.1rem solid rgba(204, 0, 0, 0.20);
}

.policy09 .page .accordion button {
    padding-left: 3.5rem;
    background-color: rgba(204, 0, 0, 0.02);
}

.policy09 .page .accordion button::before {
    position: absolute;
    top: 50%;
    left: 1.0rem;
    transform: translateY(-50%);
    color: rgba(204, 0, 0, 0.70);
    font-family: 'bootstrap-icons';
    font-size: 2.0rem;
    content: "\f31b";
}

.policy09 .page .accordion button[aria-expanded="true"] {
    color: rgba(204, 0, 0, 1.00);
}

.policy09 .page .accordion button[aria-expanded="true"]::before {
    color: rgba(204, 0, 0, 1.00);
}

@media only screen and (min-width: 375px) {

    .policy01 .page h2 {
        padding-left: min(26.0vw, 10.0rem);
    }

    .policy01 .page div[class="blk"]:last-of-type h2 {
        padding-left: min(30.0vw, 11.0rem);
    }

}

@media only screen and (min-width: 992px) {

    .policy02 .page h1 span span,
    .policy03 .page h1 span span {
        display: inline;
    }

    .policy09 .page .accordion button:hover {
        background-color: rgba(204, 0, 0, 0.05);
    }

}

@media only screen and (min-width: 1200px) {

    .policy07 .page h1 span span,
    .policy09 .page h1 span span {
        display: inline;
    }

}


/*　news
----------------------------------------------------------- */
.news .page h1 {
    position: relative;
    padding: min(4.0vw, 1.5rem) min(4.0vw, 1.5rem) calc(min(4.0vw, 1.5rem) + 1.0rem);
    color: rgba(255, 255, 255, 1.00);
    line-height: 135%;
}

.news .page h1::before {
    position: absolute;
    top: -1.0rem;
    left: -1.0rem;
    width: 100%;
    height: 100%;
    content: '';
}

.news h1.mentenance {
    background-color: rgba(0, 115, 170, 1.00);
}

.news h1.mentenance::before {
    border: 0.4rem solid rgba(0, 175, 240, 1.00);
}

.news h1.logplus {
    background-color: rgba(10, 125, 35, 1.00);
}

.news h1.logplus::before {
    border: 0.4rem solid rgba(140, 200, 65, 1.00);
}

.news h1.important {
    background-color: rgba(204, 0, 0, 1.00);
}

.news h1.important::before {
    border: 0.4rem solid rgba(235, 0, 0, 1.00);
}

.news h1.notice {
    background-color: rgba(245, 150, 0, 1.00);
}

.news h1.notice::before {
    border: 0.4rem solid rgba(255, 190, 0, 1.00);
}


/*　works（制作事例：ACF独立）
----------------------------------------------------------- */
.works #works {
    padding-bottom: min(calc(9.0vw - 3.0rem), calc(10.0rem - 3.0rem)); /* portforioページの下余白を調整 */
}

/* category filter */
.cat-filter {
    margin-top: 0.5rem;
    margin-bottom: 2.0rem;
    list-style: none;
}

.cat-filter li {
    display: inline-block;
    font-size: 1.4rem;
}

.cat-filter li:nth-of-type(n+2) {
    margin-right: min(0.5vw, 0.5rem);
    margin-bottom: min(1.5vw, 1.0rem);
    padding: min(0.2vw, 0.2rem) min(3.0vw, 1.0rem);
    border: 0.1rem solid rgba(0, 115, 170, 1.00);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(0, 115, 170, 1.00);
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.cat-filter li:first-of-type {
    padding: min(0.2vw, 0.2rem) 0;
    pointer-events: none;
}

.cat-filter li.active {
    background-color: rgba(0, 115, 170, 1.00);
    color: rgba(255, 255, 255, 1.00);
    pointer-events: none;
}

.works .portfolio {
    padding-top: 1.0rem;
    overflow: hidden; /* 記述しないと、ソートのたびにスクロールバーが見え隠れする */
}

/* 詳細ページ */
.works .page h1 {
    margin-bottom: min(8.0vw, 3.0rem);
    padding: min(2.0vw, 1.0rem) min(2.0vw, 1.0rem);
    background-color: rgba(51, 51, 51, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: min(5.0vw, 2.4rem);
    font-weight: 400;
    text-align: center;
}

/* image */
.works .page figure img {
    width: 100%;
    height: auto;
    border: 0.1rem solid rgba(240, 240, 240, 1.00);
}

/* outline */
.works .outline > p:first-of-type {
    word-break: break-all;
}

.works .outline blockquote {
    position: relative;
    margin-top: min(10.0vw, 4.0rem);
    padding: min(6.0vw, 5.0rem) 1.0rem;
    border: solid rgba(135, 95, 170, 0.50);
    border-width: 0.1rem 0;
}

.works .outline blockquote::before,
.works .outline blockquote::after {
    position: absolute;
    padding: 0 0.5rem;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(135, 95, 170, 0.70);
    font-family: 'bootstrap-icons';
    font-size: 2.4rem;
    content: "\f6b0";
}

.works .outline blockquote::before {
    top: -1.3rem;
    left: -1.5rem;
}

.works .outline blockquote::after {
    right: -1.5rem;
    bottom: -1.3rem;
    transform: rotate(180deg);
}

.works .outline blockquote p {
    color: rgba(51, 51, 51, 1.00);
    line-height: 150%;
}

.works .outline blockquote cite {
    display: block;
    margin-top: 2.0rem;
    color: rgba(160, 160, 160, 1.00);
    font-size: 1.4rem;
    font-style: normal;
    text-align: right;
}

/* spec */
.works .spec h2,
.works .spec h3 {
    margin-bottom: 0.5rem;
}

.works .spec h2 {
    margin-top: min(10.0vw, 4.0rem);
    padding-left: 0;
    color: rgba(0, 0, 0, 1.00);
    font-size: min(5.4vw, 1.8rem);
}

.works .spec h3 {
    margin-top: min(8.0vw, 2.0rem);
    color: rgba(135, 95, 170, 0.70);
    font-size: min(5.0vw, 1.6rem);
    text-transform: capitalize;
}

.works .spec h3::before {
    content: "- "
}

.works .spec li {
    display: inline-grid;
    place-content: center;
    margin-bottom: 0.5rem;
    padding: 0.2rem 1.0rem;
    border: 0.1rem solid rgba(204, 204, 204, 1.00);
    border-radius: 0.4rem;
    font-size: 1.4rem;
    list-style-type: none;
}

.works .spec ul:last-of-type li {
    padding: 0;
    border: none;
}

/* 末尾の案内テキスト */
.works .page div[class^="col-"] > p {
    margin-top: 5.0rem;
    padding-top: 3.0rem;
    border-top: 0.1rem dashed rgba(0, 115, 170, 0.50);
}

@media only screen and (max-width: 374px) {

    .works .portfolio {
        padding-left: 4.1vw; /* 位置補正 */
    }

}

@media only screen and (max-width: 575px) {

    .works .portfolio {
        padding-left: 4.13vw; /* 位置補正 */
    }

}

@media only screen and (min-width: 576px) {

    .cat-filter {
        padding: 0;
    }

}

@media only screen and (min-width: 768px) {

    .cat-filter li {
        margin-right: min(0.5vw, 0.25rem);
        margin-bottom: min(1.0vw, 0.75rem);
        padding: min(0.2vw, 0.2rem) min(3.0vw, 1.4rem);
    }

}

@media only screen and (min-width: 992px) {

    .cat-filter li:hover {
        background-color: rgba(240, 250, 250, 1.00);
        cursor: pointer;
    }

}


/*　searvice（service-cms / service-html / service-more）
----------------------------------------------------------- */
.service .page .blk:first-of-type {
    margin-top: min(14.0vw, 10.0rem);
}

/* 大見出し（共通） */
.service .page div[class^="col-"] div:not(.webplus) h2 {
    position: relative;
    padding: 1.4rem;
    border: 0.3rem solid rgba(140, 200, 65, 1.00);
    border-radius: 1.0rem;
    background-color: rgba(245, 255, 235, 1.00);
    color: rgba(85, 155, 0, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.service .page div[class^="col-"] div:not(.webplus) h2::before,
.service .page div[class^="col-"] div:not(.webplus) h2::after {
    position: absolute;
    bottom: -1.5rem;
    left: min(10.0%, 3.0rem);
    width: 0;
    height: 0;
    border-width: 14px 12px 0 12px;
    border-style: solid;
    content: '';
}

.service .page div[class^="col-"] div:not(.webplus) h2::before {
    bottom: -14px;
    border-color: rgba(140, 200, 65, 1.00) transparent transparent transparent;
}

.service .page div[class^="col-"] div:not(.webplus) h2::after {
    bottom: -10px;
    border-color: rgba(245, 255, 235, 1.00) transparent transparent transparent;
}

/* 大見出し（ウェブプラスにおまかせください！） */
.service .page .webplus h2 {
    position: relative;
    padding-left: min(30.0vw, 10.5rem);
    border: double rgba(204, 0, 0, 1.00);
    border-width: 0.3rem 0;
    background-color: rgba(255, 245, 215, 0.50);
    color: rgba(204, 0, 0, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.service .page .webplus h2 span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 1.5rem;
    border-radius: 0.4rem;
    background-color: rgba(255, 190, 0, 1.00);
    color: rgba(255, 255, 255, 1.00);
    line-height: 4.0rem;
}

.service .page .webplus h2 span::after {
    position: absolute;
    top: calc(50% - 0.7rem);
    right: -1.1rem;
    width: 0;
    height: 0;
    content: '';
    border-width: 0.7rem 0 0.7rem 1.2rem;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 190, 0, 1.00);
}

.service .page .webplus h2 span i {
    display: inline-block;
    margin-right: 0.5rem;
}

.service .page .webplus h2 span i:last-of-type {
    margin-right: 0;
    margin-left: 0.5rem;
}

/* 中見出し */
.service .page div[class^="col-"] h3 {
    clear: both;
    padding: 1.0rem;
    background: repeating-linear-gradient(-45deg, rgba(135, 95, 170, 0.10), rgba(135, 95, 170, 0.10) 0.5rem, rgba(255, 255, 255, 1.00) 0.5rem, rgba(255, 255, 255, 1.00) 1.0rem);
    color: rgba(95, 80, 160, 1.00);
}

.service .page .accordion h3 {
    margin-top: 0;
}

.service .page .accordion h3:nth-of-type(n+2) {
    margin-top: min(10.0vw, 5.0rem);
}

.service .page .accordion > div h4 {
    border-bottom: 0.2rem dotted rgba(95, 80, 160, 0.50);
}

.service .page .accordion .collapse h4:nth-of-type(n+2) {
    margin-top: min(10.0vw, 5.0rem);
}

.service .page .accordion h5 {
    clear: both;
    margin-top: min(10.0vw, 5.0rem);
    padding: 1.0rem;
    border-radius: 0.4rem;
    background-color: rgba(204, 0, 0, 1.00);
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 1.00);
}

/* リスト内の em */
.service .page li em {
    display: block;
    color: rgba(0, 115, 170, 1.00);
    font-weight: 500;
}

/* accordion */
.service .page .accordion > p {
    margin-bottom: 1.0rem;
}

.service .page .accordion > div > div > div {
    margin: min(5.0vw, 1.5rem) min(5.0vw, 3.0rem);
}

.service .page .accordion ul {
    margin-left: 1.6rem;
}

.service .page .accordion li {
    margin-bottom: 2.0rem;
}

.service .page .accordion em {
    margin-bottom: 0.5rem;
}

/* nav */
.service .page .nav {
    margin: min(10.0vw, 5.0rem) 0 0;
}

.service .page .nav li {
    margin: 0;
}

.service .page .nav-tabs {
    border-color: rgba(0, 175, 240, 1.00);
}

.service .page .nav-link {
    padding-left: min(5.0vw, 3.0rem);
    padding-right: min(5.0vw, 3.0rem);
    border-bottom: none;
    border-color: rgba(204, 204, 204, 1.00);
    color: inherit;
}

.service .page .nav-link:hover {
    border-color: rgba(204, 0, 0, 1.00);
    color: rgba(204, 0, 0, 1.00);
}

.service .page .nav-link.active {
    border-color: rgba(0, 175, 240, 1.00);
    color: rgba(0, 175, 240, 1.00);
    pointer-events: none;
}

/* content */
.service .page .tab-content {
    padding-top: min(5.0vw, 2.0rem);
}

/* ホームページ制作 - CMS版 */
.service-cms .page .accordion > div:first-of-type + h4 {
    margin-top: min(6.0vw, 3.0rem); /* ネットショップ開業に対する考え方 の上余白 */
}

.service-cms .page .accordion #collapse02-02 ul {
    margin-left: 3.2rem;
    color: rgba(0, 0, 0, 1.00);
}

/* ホームページ制作 - HTML版 */
.service-html .tab-pane h2 + ol {
    color: rgba(0, 0, 0, 1.00);
}

.service-html .tab-pane h3 {
    margin-top: min(10.0vw, 5.0rem);
}

.service-html .tab-pane h3 + ul {
    color: rgba(245, 150, 0, 1.00);
}

.service-html .tab-pane .blk2 {
    margin-top: min(14.0vw, 10.0rem);
}

/* &more */
.service-more .page h2 {
    position: relative;
    padding: 1.4rem;
    border: 0.3rem solid rgba(140, 200, 65, 1.00);
    border-radius: 1.0rem;
    background-color: rgba(245, 255, 235, 1.00);
    color: rgba(85, 155, 0, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.service-more .page h2::before,
.service-more .page h2::after {
    position: absolute;
    bottom: -1.5rem;
    left: min(10.0%, 3.0rem);
    width: 0;
    height: 0;
    border-width: 14px 12px 0 12px;
    border-style: solid;
    content: '';
}

.service-more .page h2::before {
    bottom: -14px;
    border-color: rgba(140, 200, 65, 1.00) transparent transparent transparent;
}

.service-more .page h2::after {
    bottom: -10px;
    border-color: rgba(245, 255, 235, 1.00) transparent transparent transparent;
}

/* CMSとは */
.what-is-cms .page h2 {
    color: rgba(235, 0, 0, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: min(8.0vw, 4.0rem);
    font-weight: 700;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

.what-is-cms .page h4 {
    padding: 1.0rem;
    border-radius: 100vh;
    background-image: linear-gradient(to left, rgba(95, 80, 160, 1.00) 0%, rgba(135, 95, 170, 0.10) 100%);
    color: rgba(95, 80, 160, 1.00);
}

.what-is-cms .page h4:last-of-type {
    margin-top: min(10.0vw, 5.0rem);
    background-image: linear-gradient(to left, rgba(135, 95, 170, 0.10) 0%, rgba(95, 80, 160, 1.00) 100%);
    color: rgba(255, 255, 255, 1.00);
}

.what-is-cms .page p:first-of-type span {
    font-weight: 700;
}

.what-is-cms .page ol:last-of-type li em {
    color: rgba(204, 0, 0, 1.00);
}

@media only screen and (min-width: 375px) {

    .service-cms .page .webplus h2 {
        padding-left: min(30.0vw, 11.0rem);
    }

}

@media only screen and (min-width: 1400px) {

    .service-cms .page .accordion #collapse02-02 .pic img.alignright {
        margin-bottom: min(10.0vw, 5.0rem);
    }

}


/*　cost（cost-cms / cost-html / cost-more）
----------------------------------------------------------- */
.cost .page .blk:first-of-type {
    margin-top: min(14.0vw, 10.0rem);
}

/* 大見出し */
.cost .page div[class^="col-"] h2 {
    position: relative;
    color: rgba(0, 115, 170, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.cost .page div[class^="col-"] h2::after {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 1.0rem;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 175, 240, 1.00), rgba(0, 175, 240, 1.00) 0.1rem, transparent 0.2rem, transparent 0.5rem);
    background-size: 0.7rem 0.7rem;
    content: '';
    backface-visibility: hidden;
}

/* 料金表*/
.cost .page dl {
    margin: min(6.0vw, 3.0rem) 0 0;
}

.product-shot .page dl {
    margin-bottom: min(6.0vw, 3.0rem);
}

.cost .page dt {
    padding: min(3.0vw, 1.0rem) min(5.0vw, 2.0rem);
    border: solid rgba(0, 175, 240, 0.50);
    border-width: 0 0.1rem 0.1rem 0;
    border-radius: 0.6rem;
    background-color: rgba(0, 175, 240, 0.10);
}

.cost .page dd {
    margin: min(3.0vw, 1.0rem) 0 min(6.0vw, 3.0rem) min(5.0vw, 2.0rem);
    font-size: min(6.0vw, 1.8rem);
}

.cost .page dd span {
    font-size: 1.4rem;
}

.cost .page dl + p {
    margin-top: min(3.0vw, 1.0rem);
    font-size: 1.4rem;
}

.cost .page dl + ul {
    margin-left: 0;
    list-style: none;
}

.cost .page dl + ul li {
    margin-bottom: 0.5rem;
    color: rgba(51, 51, 51, 0.70);
    font-size: 1.4rem;
    line-height: 135%;
}

.cost .page dl + ul li::before {
    margin-right: 0.25rem;
    color: rgba(235, 0, 0, 0.70);
    font-family: 'bootstrap-icons';
    font-size: 1.2rem;
    content: "\f151";
}

.cost .page dd ul {
    margin: 0 0 0 1.6rem;
}

.cost .page sup {
    margin-left: 0.25rem;
    color: rgba(235, 0, 0, 1.00);
}

/* CMSを利用して制作する場合 */
.cost-cms .page .blk:nth-of-type(1) dt:nth-last-of-type(1) {
    margin-top: min(10.0vw, 4.0rem);
    border-color: rgba(140, 200, 65, 0.50);
    background-color: rgba(140, 200, 65, 0.10);
}

.cost-cms .page .blk:nth-of-type(2) dt:nth-last-of-type(4),
.cost-cms .page .blk:nth-of-type(2) dt:nth-last-of-type(2) {
    margin-top: min(10.0vw, 4.0rem);
}

.cost-cms .page .blk:nth-of-type(2) dt:nth-last-of-type(-n+2) {
    border-color: rgba(140, 200, 65, 0.50);
    background-color: rgba(140, 200, 65, 0.10);
}

.cost-cms .page .blk:nth-of-type(2) dl + ul li:nth-last-of-type(-n+2)::before {
    content: none;
}

.cost-cms .page .blk:nth-of-type(2) dl + ul li sup {
    margin-right: 0.32rem;
    margin-left: 0;
}

/* HTMLを利用して制作する場合 */
.cost-html .page .blk:nth-of-type(1) dt:nth-last-of-type(1) {
    margin-top: min(10.0vw, 4.0rem);
    border-color: rgba(140, 200, 65, 0.50);
    background-color: rgba(140, 200, 65, 0.10);
}

.cost-html .page .blk:nth-of-type(3) dt:nth-of-type(3) {
    margin-top: min(10.0vw, 4.0rem);
}

@media only screen and (min-width: 992px) {

    /* 料金表を横並びに */
    .cost .page dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .cost .page dt:nth-of-type(n+2),
    .cost .page dd:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    .cost .page dt {
        width: 50%;
    }

    .cost .page dd {
        width: calc(100% - 50.0% - 4.0rem);
        margin: 0 0 0 4.0rem;
        padding: min(3.0vw, 1.0rem) 0 0;
    }

    .cost-cms .page .blk:nth-of-type(1) dd:nth-last-of-type(1),
    .cost-cms .page .blk:nth-of-type(2) dd:nth-last-of-type(4),
    .cost-cms .page .blk:nth-of-type(2) dd:nth-last-of-type(2) {
        margin-top: min(10.0vw, 4.0rem);
    }

    .cost-html .page .blk:nth-of-type(1) dd:nth-last-of-type(1),
    .cost-html .page .blk:nth-of-type(3) dd:nth-of-type(3) {
        margin-top: min(10.0vw, 4.0rem);
    }

}


/*　other searvice（seo-measures / digital-design / product-shot）
----------------------------------------------------------- */
/* 大見出し */
.other .page h2 {
    display: inline-block;
    position: relative;
    padding: 0;
    color: rgba(204, 0, 0, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: min(8.0vw, 4.0rem);
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

.other .page h2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255, 190, 0, 0.25);
    content: "";
    z-index: -1;
}

.digital-design .page h2,
.product-shot .page h2 {
    margin-bottom: min(20.0vw, 8.0rem);
}

/* 中見出し */
.other .page div[class^="col-"] h3 {
    position: relative;
    color: rgba(0, 115, 170, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.other .page div[class^="col-"] h3::after {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 1.0rem;
    background-image: repeating-linear-gradient(-45deg, rgba(0, 175, 240, 1.00), rgba(0, 175, 240, 1.00) 0.1rem, transparent 0.2rem, transparent 0.5rem);
    background-size: 0.7rem 0.7rem;
    content: '';
    backface-visibility: hidden;
}

/* SEOとは内最初の中見出し */
.seo-measures .page .blk:first-of-type h3 {
    margin-top: min(14.0vw, 5.4rem);
}

/* タイトル「SEOとは」直下のテキスト */
.seo-measures .page h3 + p span {
    font-weight: 700;
}

/* 料金表*/
.other .page dl {
    margin: min(6.0vw, 3.0rem) 0 0;
}

.product-shot .page dl {
    margin-bottom: min(6.0vw, 3.0rem);
}

.other .page dt {
    padding: min(3.0vw, 1.0rem) min(5.0vw, 2.0rem);
    border: solid rgba(0, 175, 240, 0.50);
    border-width: 0 0.1rem 0.1rem 0;
    border-radius: 0.6rem;
    background-color: rgba(0, 175, 240, 0.10);
}

.other .page dd {
    margin: min(3.0vw, 1.0rem) 0 min(6.0vw, 3.0rem) min(5.0vw, 2.0rem);
    font-size: min(6.0vw, 1.8rem);
}

.other .page dd span {
    font-size: 1.4rem;
}

.other .page dl + ul {
    margin-left: 0;
    list-style: none;
}

.other .page dl + ul li {
    margin-bottom: 0.5rem;
    color: rgba(51, 51, 51, 0.70);
    font-size: 1.4rem;
    line-height: 135%;
}

.other .page dl + ul li::before {
    margin-right: 0.25rem;
    color: rgba(235, 0, 0, 0.70);
    font-family: 'bootstrap-icons';
    font-size: 1.2rem;
    content: "\f151";
}

/* デジタルデザイン料金表内のリスト */
.digital-design .page dd ul {
    margin: 0 0 0 1.6rem;
}

.digital-design .page .attention {
    margin-top: 2.0rem;
}

/*商品撮影本文中のリスト*/
.product-shot .page p + ul {
    margin-left: 0;
    list-style: none;
}

.product-shot .page p + ul li {
    margin-bottom: 0;
    color: rgba(245, 150, 0, 1.00);
    font-size: min(5.0vw, 1.8rem);
}

.product-shot .page p + ul li::before {
    position: relative;
    top: 0.5rem;
    margin-right: 0.25rem;
    font-family: 'bootstrap-icons';
    font-size: min(8.0vw, 2.4rem);
    content: "\f633";
}

@media only screen and (min-width: 992px) {

    /* 料金表を横並びに */
    .other .page dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .other .page dt:nth-of-type(n+2),
    .other .page dd:nth-of-type(n+2) {
        margin-top: 1.0rem;
    }

    .other .page dt {
        width: 42%;
    }

    .other .page dd {
        width: calc(100% - 42.0% - 4.0rem);
        margin: 0 0 0 4.0rem;
        padding: min(3.0vw, 1.0rem) 0 0;
    }

}


/*　flow
----------------------------------------------------------- */
.flow .page .swiper {
    position: relative;
    height: min(120.0vw, 36.0rem);
    margin-top: min(8.0vw, 4.0rem);
    overflow: hidden;
}

.flow .page .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 2.0rem;
}

.flow .page .swiper-slide-active {
    background-color: rgba(255, 255, 255, 1.00);
}

/* updown */
.flow .page .swiper-button-prev,
.flow .page .swiper-button-next {
    left: 50%;
    transform: translate(-50%, 0px) rotate(90deg);
}

.flow .page .swiper-button-prev {
    top: 2.2rem;
}

.flow .page .swiper-button-next {
    top: inherit;
    bottom: 0.1rem;
}

/* ボックス */
.flow .page .swiper-slide > div {
    position: relative;
    width: 100%;
    padding: min(26.0vw, 13.0rem) min(4.0vw, 5.0rem) min(6.0vw, 3.0rem);
    border: 0.6rem double rgba(234, 234, 234, 1.00);
    border-radius: 2.5rem;
    background-position: right 2.0vw center;
    background-size: auto min(40.0vw, 24.0rem);
    background-repeat: no-repeat;
}

/* ボックスの枠線色 */
.flow .page .swiper-slide-active:nth-of-type(odd) > div {
    border-color: rgba(140, 200, 65, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(even) > div {
    border-color: rgba(0, 175, 240, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(6) > div {
    border-color: rgba(245, 150, 0, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(7) > div {
    border-color: rgba(235, 0, 0, 1.00);
}

/* ボックス背景画像 */
.flow .page .swiper-slide:nth-of-type(1) > div {
    background-image: url("../img/flow01.jpg");
}

.flow .page .swiper-slide:nth-of-type(2) > div {
    background-image: url("../img/flow02.jpg");
}

.flow .page .swiper-slide:nth-of-type(3) > div {
    background-image: url("../img/flow03.jpg");
}

.flow .page .swiper-slide:nth-of-type(4) > div {
    background-image: url("../img/flow04.jpg");
}

.flow .page .swiper-slide:nth-of-type(5) > div {
    background-image: url("../img/flow05.jpg");
}

.flow .page .swiper-slide:nth-of-type(7) > div {
    background-image: url("../img/flow07.jpg");
}

/* ボックス内　見出しエリア */
.flow .page .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
}

/* step */
.flow .page .heading aside {
    display: grid;
    place-content: start center;
    width: min(20.0vw, 10.0rem);
    height: min(20.0vw, 10.0rem);
    padding-top: min(2.0vw, 1.0rem);
    border-radius: 2.0rem 0 50% 0;
    background-color: rgba(240, 240, 240, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: min(5.0vw, 2.4rem);
    line-height: 100%;
}

.flow .page .swiper-slide-active:nth-of-type(odd) .heading aside {
    background-color: rgba(140, 200, 65, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(even) .heading aside {
    background-color: rgba(0, 175, 240, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(6) .heading aside {
    background-color: rgba(245, 150, 0, 1.00);
}

.flow .page .swiper-slide-active:nth-of-type(7) .heading aside {
    background-color: rgba(235, 0, 0, 1.00);
}

/* number */
.flow .page .heading aside span {
    display: block;
    margin-top: min(3.0vw, 1.5rem);
    font-family: "Noto Serif JP", serif;
    font-size: min(8.0vw, 4.0rem);
    font-weight: 900;
    text-align: center;
}

/* ボックス内　中見出し */
.flow .page .swiper-slide h3,
.flow .page .text {
    opacity: 0.2;
}

.flow .page .swiper-slide-active h3,
.flow .page .swiper-slide-active .text {
    opacity: 1.0;
}

.flow .page .swiper-slide h3 {
    margin: 0 0 0 min(3.0vw, 2.0rem);
    padding: 0;
    color: rgba(0, 115, 170, 1.00);
    font-size: min(5.4vw, 2.4rem);
}

/* その他*/
.flow .page .text p:not(.attention),
.flow .page .text li {
    color: rgba(0, 0, 0, 1.00);
    line-height: 135%;
    text-shadow: 0.1rem 0.1rem 0 rgba(255, 255, 255, 1.00);
}

.flow .page .text ul {
    margin-left: 0;
    list-style: none;
}

.flow .page div[class^="swiper-slide"]:nth-of-type(1) .text li:first-of-type a {
    color: rgba(51, 51, 51, 1.00);
}

@media only screen and (min-width: 768px) {

    .flow .page .swiper {
        height: min(120.0vw, 48.0rem);
    }

    .flow .page .swiper {
        margin: 2.0rem 0;
    }

}

@media only screen and (min-width: 992px) {

    .flow .page .swiper-button-prev:hover::before,
    .flow .page .swiper-button-next:hover::before {
        background-color: rgba(0, 0, 0, 0.50);
        transform: none;
    }

    .flow .page .swiper-button-prev:hover::after {
        transform: rotate(-135deg) scale(1.0);
    }

    .flow .page .swiper-button-next:hover::after {
        transform: rotate(45deg) scale(1.0);
    }

}

@media only screen and (min-width: 1200px) {

    .flow .page .swiper-slide h3 {
        font-size: min(5.4vw, 3.0rem);
    }

}


/*　faq
----------------------------------------------------------- */
.faq .page .accordion > div {
    border: 0.1rem solid rgba(0, 175, 240, 0.50);
    border-radius: 0.6rem;
    overflow: hidden;
}

.faq .page .accordion button {
    padding: min(2.0vw, 1.0rem) 3.6rem min(2.0vw, 1.0rem) 3.0rem;
    background-color: rgba(0, 175, 240, 0.05);
}

.faq .page .accordion button::before {
    position: absolute;
    top: calc(50% - 0.2rem);
    left: 0.75rem;
    transform: translateY(-50%);
    color: rgba(235, 0, 0, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 900;
    content: "Ｑ";
}

.faq .page .accordion .collapse {
    position: relative;
}

.faq .page .accordion > div > div > div {
    margin-left: 3.0rem;
}

.faq .page .accordion .collapse::before {
    display: inline-block;
    position: absolute;
    top: min(0.3vw, 0.2rem);
    left: 0.75rem;
    color: rgba(0, 175, 240, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 900;
    content: "Ａ";
}

@media only screen and (min-width: 992px) {

    .faq .page .accordion button:hover {
        background-color: rgba(0, 175, 240, 0.15);
    }

}


/*　company
----------------------------------------------------------- */
/* 背景画像 */
.company section:first-of-type {
    background: url("../img/bg_company01.jpg") center bottom 40.0vw / contain no-repeat;
}

.company section:nth-of-type(3) {
    background: url("../img/bg_company02.jpg") center bottom 10.0vw / contain no-repeat;
}

/* 大見出し */
.company .page h2 {
    position: relative;
    display: inline-block;
    min-width: 28.0rem;
    margin-bottom: min(8.0vw, 5.0rem);
    padding: 0 min(12.0vw, 8.0rem);
    color: rgba(0, 0, 0, 1.00);
    font-size: min(7.0vw, 3.0rem);
    text-align: center;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
    letter-spacing: 0.25rem;
}

.company .page h2::before,
.company .page h2::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 4.5rem;
    height: 0.3rem;
    background-color: rgba(204, 0, 0, 1.00);
    transform: rotate(-60deg);
    content: '';
}

.company .page h2::before {
    left: 0;
}

.company .page h2::after {
    right: 0;
}

/* すべてのお客様を大切に～ */
.company .page h2 + h3 {
    margin-top: 0;
    margin-bottom: min(8.0vw, 4.0rem);
    padding: 0;
    font-family: "Noto Serif JP", serif;
    font-size: min(6.0vw, 2.4rem);
    font-weight: 500;
    line-height: 150%;
}

/* 社名について　のセクション上余白調整 */
.company .page:nth-of-type(4) {
    padding-top: 0;
}

/* 小見出し */
.company .page h4 {
    position: relative;
    top: 0;
    padding: 1.5rem 2.0rem;
    background-color: rgba(245, 150, 0, 0.05);
    color: rgba(204, 0, 0, 1.00);
    font-size: min(6.0vw, 1.8rem);
}

.company .page h4:nth-of-type(n+2) {
    margin-top: min(20.0vw, 6.0rem);
}

.company .page h4::before,
.company .page h4::after {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 2.4rem;
    height: 100%;
    border: dashed rgba(245, 150, 0, 1.00);
    content: '';
}

.company .page h4::before {
    left: 0;
    border-width: 0.3rem 0 0.3rem 0.3rem;
}

.company .page h4::after {
    right: 0;
    border-width: 0.3rem 0.3rem 0.3rem 0;
}

/* 会社概要 */
.company .page dl {
    margin: 0;
}

.company .page dt {
    padding: 1.0rem 1.5rem;
    background-color: rgba(240, 240, 240, 0.80);
    color: rgba(0, 0, 0, 1.00);
}

.company .page dd {
    padding: 1.0rem 0 2.0rem;
    text-align: justify;
}

.company .page dd:last-of-type {
    padding-bottom: 0;
}

.company .page dd strong {
    display: block;
    margin-bottom: 0.5rem;
    color: rgba(204, 0, 0, 1.00);
    font-family: "Noto Serif JP", serif;
    font-size: min(10.0vw, 2.4rem);
    font-weight: 500;
}

.company .page dd span:not(.attention) {
    font-size: 70%;
}

.company .page dd .attention {
    margin-left: 2.0rem;
    font-size: 1.2rem;
}

.company .page dd ul {
    margin: 0 0 0 2.4rem;
}

.company .page dd li {
    margin-bottom: 0.5rem;
}

.company .page dd p {
    margin-top: 2.0rem;
}

.company .page dd a[href^="tel"] {
    color: rgba(51, 51, 51, 1.00);
}

.company .page dd:nth-last-of-type(-n+2) span {
    display: block;
}

/* accordion */
.company .page .accordion {
    margin-top: 1.0rem;
}

.company .page .accordion > div {
    border-color: transparent;
}

.company .page .accordion button {
    padding-left: 3.5rem;
    border-bottom: 0.1rem dashed rgba(140, 200, 65, 0.50);
    background-color: rgba(140, 200, 65, 0.05);
}

.company .page .accordion button[aria-expanded="true"] {
    border-bottom: none;
    color: rgba(245, 150, 0, 1.00);
}

.company .page .accordion button::before {
    position: absolute;
    top: 50%;
    left: 1.0rem;
    transform: translateY(-50%);
    font-family: 'bootstrap-icons';
    font-size: 2.0rem;
    content: "\f327";
    transition: color 0.1s ease-in-out;
}

.company .page .accordion button[aria-expanded="true"]::before {
    color: rgba(245, 150, 0, 1.00);
}

.company .page .accordion > div > div > div {
    position: relative;
    margin: min(5.0vw, 2.0rem) 0 min(5.0vw, 3.0rem);
    padding: min(5.0vw, 3.0rem);
    border: 0.2rem solid rgba(140, 200, 65, 1.00);
    border-radius: 2.0rem;
    background-color: rgba(140, 200, 65, 0.03);
}

.company .page .accordion > div > div > div::after,
.company .page .accordion > div > div > div::before {
    position: absolute;
    bottom: 100%;
    left: 7.0rem;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.company .page .accordion > div > div > div::after {
    margin-left: -1.5rem;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 1.00);
    border-width: 1.5rem;
}

.company .page .accordion > div > div > div::before {
    margin-left: -1.8rem;
    border-color: rgba(140, 200, 65, 0);
    border-bottom-color: rgba(140, 200, 65, 1.00);
    border-width: 1.8rem;
}

.company .page .collapse p:first-of-type em {
    color: rgba(204, 0, 0, 1.00);
    font-weight: 500;
}

.company .page .collapse p:last-of-type {
    color: rgba(0, 115, 170, 1.00);
}

/* map */
.company #map {
    padding-bottom: 0;
}

.company #map h2 {
    display: none;
}

.company #map iframe {
    width: 100vw;
    height: min(70.0vw, 36.0rem);
    margin-bottom: -0.5rem;
}

.company .page iframe,
.company .page object,
.company .page embed {
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.company .page iframe:hover,
.company .page object:hover,
.company .page embed:hover {
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 576px) {

    .company section:first-of-type {
        background-position: center bottom 10.0vw;
    }

    .company .page dd strong {
        display: inline-block;
        margin-bottom: 0;
    }

    .company .page dd:nth-last-of-type(-n+2) span {
        display: inline;
    }

}

@media only screen and (min-width: 768px) {

    .company section:first-of-type {
        background-position: right 5.0vw bottom;
        background-size: min(50.0vw, 65.0rem) auto;
    }

    .company section:nth-of-type(3) {
        background-position: left 5.0vw bottom;
        background-size: min(50.0vw, 65.0rem) auto;
    }

    .company .page .accordion > div > div > div {
        border-radius: 3.0rem;
    }

    .company .page dl {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .company .page dt,
    .company .page dd {
        margin: 0;
        padding: 3.0rem 1.0rem 1.5rem 2.0rem;
        border: none;
        background: none;
    }

    .company .page dt {
        width: 25.0%;
        border-bottom: 0.1rem solid rgba(0, 115, 170, 1.00);
    }

    .company section.page dd {
        width: calc(100% - 25.0% - 2.0rem);
        margin: 0 0 0 2.0rem;
        border-bottom: 0.1rem solid rgba(204, 204, 204, 1.00);
    }

    .company .page dt:last-of-type,
    .company .page dd:last-of-type {
        padding-bottom: 0;
        border-bottom: none;
    }

    .company main section:nth-of-type(2) {
        height: min(40.0vw, 40.0rem);
    }

}

@media only screen and (min-width: 992px) {

    .company .page .accordion button:hover {
        background-color: rgba(140, 200, 65, 0.15);
    }

}

@media only screen and (min-width: 1200px) {

    .company .page h2 + h3 {
        font-size: min(6.0vw, 2.6rem);
    }

    .company .page dt {
        width: 30.0%;
    }

    .company section.page dd {
        width: calc(100% - 30.0% - 3.0rem);
    }

    .company main section:nth-of-type(2) {
        height: min(40.0vw, 50.0rem);
    }

}


/*　contact
----------------------------------------------------------- */
.contact #mailformpro dl {
    margin-top: min(8.0vw, 4.0rem);
}

.contact #mailformpro dt {
    margin: 0;
    padding: 1.0rem;
    width: 100%;
    background-color: rgba(245, 245, 245, 1.00);
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.6rem;
}

.contact #mailformpro dt .must {
    float: right;
    padding: 0.5rem 1.0rem;
    background-color: rgba(245, 150, 0, 1.00);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.00);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4rem;
}

.contact #mailformpro dd {
    margin: 0;
    padding: 1.0rem 0 4.0rem 0;
}

.contact #mailformpro dd:last-of-type {
    border-bottom: 0.1rem solid rgba(160, 160, 160, 1.00);
}

.contact #mailformpro dd .attention {
    margin-bottom: 0.5rem;
}

.contact #mailformpro input:not(.check),
.contact #mailformpro textarea {
    height: 4.0rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    border-radius: 0.6rem;
    border: 0.1rem solid rgba(204, 204, 204, 1.00);
    color: rgba(0, 0, 0, 1.00);
    font-size: 1.6rem;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.contact #mailformpro input:not(.check):focus,
.contact #mailformpro textarea:focus {
    border: 0.1rem solid rgba(140, 200, 65, 0.70);
    background-color: rgba(140, 200, 65, 0.05);
}

.contact #mailformpro input {
    width: 100%;
}

.contact #mailformpro input.check {
    position: relative;
    top: -0.1rem;
    width: 2.0rem;
    height: 2.0rem;
}

.contact #mailformpro textarea {
    padding: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
}

.contact #mailformpro .type input:last-of-type {
    margin-left: min(8.0vw, 3.0rem);
}

/* 送信前チェック */
.contact #mailformpro label {
    display: block;
    font-size: min(4.15vw, 1.6rem);
}

.contact #mailformpro label:last-of-type {
    margin-top: 1.5rem;
}

.contact #mailformpro label input.check {
    position: relative;
    top: 0.2rem;
}

.contact #mailformpro label.mfp_not_checked,
.contact #mailformpro label.mfp_checked {
    border: none;
    background: none;
}

.contact #mailformpro label.mfp_checked {
    color: rgba(235, 95, 0, 1.00);
}

.contact #mailformpro p {
    margin-bottom: 2.0rem;
}

/* エラー表示 */
div.mfp_err {
    display: none;
    margin: 0.25rem 0 0 0;
    padding: 0.25rem 0 0.5rem 0.15rem;
    background: none;
    color: rgba(255, 0, 0, 1.00);
    font-size: 1.4rem;
}

div.mfp_err:before {
    position: relative;
    top: 0.4rem;
    margin-right: 0.5rem;
    font-family: 'bootstrap-icons';
    font-size: 1.8rem;

    content: "\f33a";
}

/* ボタン */
div.mfp_buttons {
    clear: both;
    display: grid;
    place-content: center;
    margin-top: 3.0rem;
}

div.mfp_buttons button {
    padding: 0;
    border: none;
    border-radius: 0.6rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

div.mfp_buttons button:first-of-type {
    width: 22.0rem;
    height: 6.0rem;
    margin-bottom: 2.0rem;
    background-color: rgba(0, 175, 240, 1.00);
    color: rgba(255, 255, 255, 1.00);
    font-size: 2.4rem !important;
}

div.mfp_buttons button:first-of-type:hover {
    background-color: rgba(0, 115, 170, 1.00);
}

div.mfp_buttons button:last-of-type {
    width: 100%;
    height: 3.0rem !important;
    background-color: transparent;
    color: rgba(204, 204, 204, 1.00);
    font-size: 1.6rem !important;
}

div.mfp_buttons button:last-of-type:hover {
    color: rgba(204, 0, 0, 1.00);
}

/* 確認画面 */
.contact table {
    font-size: 1.6rem !important;
}

.contact th {
    margin: 1.5rem;
}

.contact td {
    margin: 0 1.5rem 1.5rem;
}

@media only screen and (min-width: 992px) {

    .contact #mailformpro label input.check {
        top: 0.45rem;
    }

}

@media only screen and (min-width: 1200px) {

    .contact #mailformpro dl {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .contact #mailformpro dt,
    .contact #mailformpro dd {
        padding: 4.0rem 1.0rem 2.0rem 1.0rem;
        background-color: transparent;
    }

    .contact #mailformpro dt {
        width: 34.0%;
        border-bottom: 0.1rem solid rgba(0, 115, 170, 1.00);
    }

    .contact #mailformpro dd {
        width: calc(100% - 34.0% - min(1.5vw, 1.5rem));
        margin: 0 0 0 min(1.5vw, 1.5rem);
        border-bottom: 0.1rem solid rgba(210, 210, 210, 1.00);
    }

}

/*　送信完了
/*-------------------------------------------*/
.thanks .page #mfp_thanks {
    padding-bottom: min(5.0vw, 2.0rem);
    border-bottom: 0.3rem double rgba(204, 0, 0, 1.00);
    font-size: min(6.0vw, 1.8rem);
    text-align: center;
}

.thanks .page #mfp_thanks span {
    display: block;
    margin: min(3.0vw, 2.0rem) 0;
    color: rgba(204, 0, 0, 1.00);
    font-size: min(10.0vw, 2.8rem);
    font-weight: 700;
}

/* 中見出し */
.thanks .page h3 {
    margin: min(6.0vw, 3.0rem) 0;
    color: rgba(0, 115, 170, 1.00);
    font-size: min(6.0vw, 2.0rem);
}

/* メールが届いていない場合 */
.thanks .page ul {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
    color: rgba(235, 0, 0, 1.00);
}

.thanks .page p:last-of-type i {
    position: relative;
    top: 0.1rem;
}

@media only screen and (min-width: 768px) {

    .thanks .page #mfp_thanks span {
        display: inline;
        position: relative;
        top: 0.3rem;
        margin: 0 1.0rem;
    }

}

@media only screen and (min-width: 1200px) {

    .thanks .page #mfp_thanks {
        font-size: min(6.0vw, 2.0rem);
    }

    .thanks .page #mfp_thanks span {
        font-size: min(10.0vw, 3.0rem);
    }

}


/*　faq / site-policy / privacy-policy
----------------------------------------------------------- */
.faq .page .accordion button[aria-expanded="true"],
.site-policy .page .accordion button[aria-expanded="true"],
.privacy-policy .page .accordion button[aria-expanded="true"] {
    color: rgba(0, 0, 0, 1.00);
}

.site-policy .page .accordion > div > div > div,
.privacy-policy .page .accordion > div > div > div {
    font-size: min(4.6vw, 1.4rem);
}

.faq .page {
    background: url("../img/bg_faq.jpg") center bottom / contain no-repeat;
}

.privacy-policy .page .accordion:first-of-type {
    background: url("../img/bg_privacy-policy.jpg") center bottom / contain no-repeat;
}

.privacy-policy .page .accordion:last-of-type {
    background: url("../img/bg_site-policy.jpg") center bottom / contain no-repeat;
}

/* 大見出し */
.privacy-policy .page div[class^="col-"]:last-of-type h2 {
    position: relative;
    color: rgba(51, 51, 51, 1.00);
    font-size: min(6.0vw, 2.4rem);
}

.privacy-policy .page div[class^="col-"]:last-of-type h2::after {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
    height: 1.0rem;
    background-image: repeating-linear-gradient(-45deg, rgba(51, 51, 51, 1.00), rgba(51, 51, 51, 1.00) 0.1rem, transparent 0.2rem, transparent 0.5rem);
    background-size: 0.7rem 0.7rem;
    content: '';
    backface-visibility: hidden;
}

/* サイトポリシー　推奨環境の h4 */
.privacy-policy .page h4:nth-of-type(n+2) {
    margin-top: 3.0rem;
}

@media only screen and (min-width: 768px) {

    .faq .page {
        background-position: right 2.0vw bottom;
        background-size: min(50.0vw, 50.0rem) auto;
    }

    .privacy-policy .page .accordion:first-of-type,
    .privacy-policy .page .accordion:last-of-type {
        background-position: right 2.0vw bottom;
        background-size: min(30.0vw, 40.0rem) auto;
    }

}


/*　Placeholder color
----------------------------------------------------------- */

*::placeholder {
    opacity: 0.8;
    transition: opacity 0.3s ease-in-out;
}


/*　Pseudo-hide placeholders when in focus
----------------------------------------------------------- */

*:focus::placeholder {
    opacity: 0;
}


/* break point -----------------------------------------------
	<576px , >=576px , =>768px , =>992px , =>1200px
	iPhone5 320x568
	iPhone6-8 375x667 *
	iPhone6-8Plus 414x736
	iPhoneX 375x812
	iPad（iPad Mini）768x1024 *
	iPadPro 1024x1366
	Pixel2 411x731
	Pixel2 XL 411x823
	PC lg 992 *
	PC xl 1200 *
-------------------------------------------------------------- */
/* branc -----------------------------------------------------
	1-0.25rem
	2-0.5rem
	3-1.0rem
	4-1.5rem
	5-3.0rem
-------------------------------------------------------------- */


/* ---- End of file ------------------------------------------ */