@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* header */

.p-breadcrumb__list {
  flex-wrap: wrap;
}

#breadcrumb .p-breadcrumb__item:last-child .p-breadcrumb__text {
  display: block !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.p-breadcrumb__list {
    flex-wrap: nowrap;
}

.header {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.ba-fixed.header {
    background-attachment: fixed;
}

.header-container {
    background-color: var(--cocoon-white-color);
}

#header-container .navi,
#navi .navi-in>.menu-header .sub-menu {
    background-color: #b6e6ed;
}

.header {
    height: 100%;
    flex-shrink: 0;
}

.header-in {
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color:#ffffff;
}

.tagline {
    text-align: center;
    font-size: 14px;
    margin: 0.6em 1em;
}

.logo {
    text-align: center;
}

.logo-image span,
.logo-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 100%;
}

.logo-image {
    padding: 10px 0;
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.site-name-text-link {
    color: var(--cocoon-text-color);
    text-decoration: none;
    font-weight: normal;
    padding: 0 1em;
}

.site-name-text-link:hover {
    color: inherit;
}

.site-name-text {
    font-size: 28px;
    text-align: center;
    display: block;
}

.logo-text {
    padding: 20px 0 30px;
    font-size: 1em;
}

.header-container-in.hlt-top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.header-container-in.hlt-top-menu .wrap {
    width: auto;
}

.header-container-in.hlt-top-menu .header {
    background-image: none;
}

.header-container-in.hlt-top-menu .logo-text {
    padding: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

.header-container-in.hlt-top-menu .logo-image {
    padding: 0;
    margin: 0;
}

.header-container-in.hlt-top-menu .site-name-text-link {
    margin: 0 16px;
    display: block;
}

.header-container-in.hlt-top-menu .site-name-text {
    font-size: 22px;
    white-space: nowrap;
}

.header-container-in.hlt-top-menu .tagline {
    display: none;
}

.header-container-in.hlt-top-menu .logo-header {
    max-height: 60px;
}

.header-container-in.hlt-top-menu .logo-header .site-name {
    margin: 0;
}

.header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
    height: auto;
    vertical-align: middle;
}

.header-container-in.hlt-top-menu amp-img {
    max-width: 160px;
    max-height: 60px;
}

.header-container-in.hlt-top-menu amp-img img {
    height: auto;
}

.header-container-in.hlt-top-menu .navi {
    width: 100%;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text-link {
    margin: 0 16px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .site-name-text {
    font-size: 20px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header {
    max-height: 40px;
}

.header-container-in.hlt-top-menu.hlt-tm-small .logo-header img {
    max-height: 40px;
}

.hlt-tm-right .navi-in>ul {
    justify-content: flex-end;
}

.header-container-in.hlt-center-logo-top-menu {
    display: flex;
    flex-direction: column-reverse;
}

.fixed-header .cl-slim .logo-header {
    max-height: 40px;
}

.fixed-header .cl-slim .logo-header img {
    max-height: 40px;
}

.hlt-tm-small .navi-in>ul li,
.cl-slim .navi-in>ul li {
    height: 40px;
    line-height: 40px;
}

.hlt-tm-small .navi-in>ul li .sub-menu ul,
.cl-slim .navi-in>ul li .sub-menu ul {
    top: -40px;
}

.hlt-tm-small .navi-in>ul li.menu-item-has-description>a>.caption-wrap,
.cl-slim .navi-in>ul li.menu-item-has-description>a>.caption-wrap {
    height: 40px;
    line-height: 16px;
}

.navi {
    background-color: var(--cocoon-white-color);
}

.navi .item-label,
.navi .item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navi-in .has-icon {
    position: absolute;
    right: 6px;
    top: 0;
    display: inline-block;
    opacity: 0.7;
    font-size: 11px;
}

.navi-in>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.navi-in>ul li {
    display: block;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.navi-in>ul li:hover>ul {
    display: block;
}

.navi-in ul li.menu-item a {
    padding: 0 1.4em;
}

.navi-in>ul .menu-item-has-description>a>.caption-wrap {
    line-height: 21.4285714286px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 60px;
}

.navi-in>ul .menu-item-has-description>a>.caption-wrap>div {
    width: 100%;
}

.navi-in>ul .sub-menu {
    display: none;
    position: absolute;
    margin: 0;
    width: 240px;
    list-style: none;
    padding: 0;
    z-index: 99;
    text-align: left;
    background-color: #b6e6ed;
}

.navi-in>ul .sub-menu li {
    width: auto;
}


.navi-in>ul .sub-menu ul {
    top: -60px;
    left: 240px;
    position: relative;
}

.navi-in a {
    position: relative;
    color: var(--cocoon-text-color);
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.navi-in a:hover {
    background-color: #f5f8fa;
    transition: all 0.3s ease-in-out;
    color: var(--cocoon-text-color);
}

#navi .navi-in a:hover {
    color: #000000 !important;
    background: #ffffff;
    transition: all 0.5s ease;
}

.fa-angle-down:before {
    content: "\f107";
}

.navi-in>.menu-mobile {
    display: none;
}

.navi-in>.menu-mobile .sub-menu {
    display: none;
}

nav#navi {
    background-color: #b6e6ed;
    color: #0066bf;
}

nav#navi ul li {
    font-family: "Noto Serif JP", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 1023px) {
    .ba-fixed.header {
        background-position: top center;
    }

    .ba-fixed.header {
        background-attachment: scroll;
    }

    .header {
        background-size: cover;
    }

    .mobile-header-menu-buttons {
        top: 0;
        bottom: auto;
        justify-content: space-between;
        min-width: 46px;
        box-shadow: 0 0 5px darkgrey;
    }

    .no-mobile-header-logo #header .logo-header {
        display: none;
    }

    .mblt-header-and-footer-mobile-buttons {
        margin-bottom: 50px;
    }

    .mblt-header-and-footer-mobile-buttons .go-to-top-button {
        display: none;
    }

    .no-mobile-header-logo .header .header-in {
        min-height: auto;
    }

    #navi .navi-in>.menu-mobile {
        display: flex;
    }

    #navi .navi-in>.menu-mobile>.menu-item-has-description>a>.caption-wrap {
        height: 40px;
        line-height: 16px;
    }

    #navi .navi-in>.menu-mobile li {
        width: 50%;
        height: 40px;
        line-height: 40px;
    }

    #navi .navi-in>.menu-mobile li a {
        font-size: 14px;
    }

    #navi .navi-in>.menu-mobile li a:after {
        display: none;
    }

    body:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: 50px;
    }

    .admin-bar:where(.mblt-header-mobile-buttons, .mblt-header-and-footer-mobile-buttons) {
        margin-top: calc(50px - var(--wp-admin--admin-bar--height));
    }

    .logo-image {
        font-size: inherit;
        width: auto;
        height: 50px;
        margin: 0 auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo-image span,
    .logo-image a {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        height: 100%;
    }

    .logo-image img {
        max-height: 40px;
        width: auto;
        height: auto;
    }

    span.c-iconBtn__label {
        font-size: 9px;
        text-align: center;
        opacity: 0.8;
        display: block;
        font-family: "Noto Serif JP", sans-serif;
    }
}

.header-container.fixed-header {
    z-index: 2;
}

.fixed-header {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

.fixed-header .header .header-in {
    min-height: auto;
}

.fixed-header .has-sub,
.fixed-header .navi-in .sub-menu {
    display: none;
}

.fixed-header .site-logo-image {
    height: auto;
    width: auto;
}

.header-container.fixed-header {
    background-color: #ffffff;
}

.header-container-in.hlt-top-menu.wrap {
    width: 1120px;
    margin: 0 auto;
}

.mobile-header-menu-buttons {
    display: none;
}

.mobile-menu-trigger {
    display: none;
}

@media screen and (max-width: 1023px) {
    .p-breadcrumb {
        padding: 0px;
        margin: 0 auto;
        padding-top: 50px;
        position: relative;
    }

    ol.p-breadcrumb__list.l-container {
        padding: 8px;
    }

    .menu-pc {
        display: none !important;
    }

    .header {
        position: relative;
    }

    .mobile-menu-trigger {
        display: block;
        position: absolute;
        top: 0;
        z-index: 100;
        height: 100%;
    }

    .mobile-menu-trigger.-left {
        left: 0;
        right: auto;
    }

    .mobile-menu-trigger.-right {
		display:none;
        right: 0;
        left: auto;
    }

    .mobile-menu-trigger .c-iconBtn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #333;
        text-decoration: none;
        width: 70px;
        height: 100%;
    }

    .p-spMenu {
        display: block !important;
    }

    .l-fixHeader,
    .l-header__gnav {
        display: none !important;
    }

    .mobile-header-menu-buttons {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10001;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        padding: 0;
        margin: 0;
        list-style: none;
        align-items: center;
        height: 50px;
    }

    .mobile-header-menu-buttons .menu-button {
        flex-grow: 1;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-button-in {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #333;
        text-decoration: none;
        cursor: pointer;
    }

    .menu-icon {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .menu-caption {
        font-size: 10px;
    }

    .navi-menu-content {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        max-width: 300px;
        height: 100%;
        background-color: #fff;
        z-index: 10002;
        transform: translateX(-105%);
        transition: transform 0.3s ease-in-out;
        overflow-y: auto;
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        padding-top: 50px;
    }

    #navi-menu-input:checked~.navi-menu-content {
        transform: translateX(0);
    }

    #navi-menu-input:checked~#navi-menu-close {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 10000;
    }

    .menu-close-button {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 24px;
        cursor: pointer;
        padding: 10px;
    }

    .menu-drawer {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menu-drawer li {
        border-bottom: 1px solid #eee;
    }

    .menu-drawer a {
        display: block;
        padding: 15px;
        color: #333;
        text-decoration: none;
    }

    .menu-drawer .sub-menu {
        display: none;
        background-color: #f9f9f9;
        padding-left: 20px;
    }

    .menu-drawer li:hover .sub-menu {
        display: block;
    }

    body.admin-bar {
        padding-top: calc(50px + var(--wp-admin--admin-bar--height, 46px)) !important;
    }

    .header-container {
        height: 50px;
        position: fixed !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 2;
        background-color: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    body.admin-bar .header-container {
        top: var(--wp-admin--admin-bar--height, 46px) !important;
    }

    .header-in {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-search:before {
    content: "\f002";
}

.c-widget__title.-spmenu {
    display: none;
}

.p-spMenu__body {
    padding: 0 1em 30px;
}

.menu-drawer_inner a {
    color: var(--cocoon-text-color);
    text-decoration: none;
    padding: 6px;
    display: block;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}

.p-spMenu__bottom {
    margin-top: 0;
}

.menu-drawer_inner ul {

    padding-left: 20px;
}

.p-spMenu__inner {
    max-width: 84%;
}

.p-spMenu__inner .p-spMenu__closeBtn {
    position: absolute;
    top: 0;


    left: 50% !important;
    right: auto !important;


    transform: translateX(-50%);

    width: var(--logo_size_sp);
    height: var(--logo_size_sp);
    z-index: 1;
}


.p-spMenu__inner .-left .p-spMenu__closeBtn {
    left: 50% !important;
    transform: translateX(-50%);
}

.p-spMenu__inner .c-iconBtn__icon:before {
    display: inline-block;
    font-family: "FontAwesome" !important;
    content: "\f00d";
}

.p-spMenu__inner .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 32px;
}



/* footer */

.l-footer__foot {
    display: none;
}

.footer {
    background-color: var(--cocoon-white-color);
}


.l-footer .copyright {
    font-size: 14px;
    font-family: "Noto Serif JP", sans-serif;
    text-align: right;
    margin-top: 8px;
    line-height: 2;
}

.l-footer .footer-bottom-logo {
    padding-bottom: 8.5px;
}

.footer-widgets,
.footer-widgets-mobile {
    margin: 10px auto;
    display: flex;
}

.footer-mobile,
.footer-left,
.footer-center,
.footer-right {
    padding: 10px 16px;
}

.footer-left,
.footer-center,
.footer-right {
    width: 33.33%;
}

.footer-widgets-mobile {
    display: none;
}

.footer-bottom {
    margin-top: 24px;
    padding: 8px;
    position: relative;
    font-size: 14px;
}

.footer-bottom.fdt-left-and-right .footer-bottom-logo {
    display: none;
}

.footer-bottom.fdt-left-and-right .footer-bottom-content {
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.footer-bottom.fdt-up-and-down .footer-bottom-logo {
    display: none;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content {
    float: none;
    display: block;
    text-align: center;
}

.footer-bottom.fdt-up-and-down .footer-bottom-content .navi-footer-in>ul {
    justify-content: center;
}

.footer-bottom.fnm-text-width .menu-footer li {
    width: auto;
}

.footer-bottom.fnm-text-width .menu-footer li a {
    padding: 0 10px;
}

.footer-bottom-logo {
    float: left;
    bottom: 0;
    position: absolute;
}

.footer-bottom {
    margin-top: 24px;
    padding: 8px;
    position: relative;
    font-size: 14px;
}

.footer-bottom-logo .logo-text {
    padding: 0;
}

.footer-bottom-logo .site-name-text {
    font-size: 18px;
}

.footer-bottom-logo .logo-image {
    padding: 0;
}

.footer-bottom-logo img {
    height: 50px;
    width: auto;
}

.footer-bottom-content {
    float: right;
    text-align: right;
}

.go-to-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

.go-to-top-button {
    border-width: 0;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    font-size: 22px;
}

.go-to-top-button:hover {
    color: #333;
}

.go-to-top-button-image {
    background-color: transparent;
    padding: 0;
}

.w-footer {
    display: flex;
    justify-content: space-between;
    width: 1120px;
    padding: 0;
}

.w-footer__box {
    padding: 0;
}

.l-footer__foot,
.l-footer__widgetArea {
    padding: 8px;
    height: 114.39px;
}

.navi-footer-in ul {
    display: flex;
    font-family: "Noto Serif JP", sans-serif;
}


footer .logo-image {
    height: auto;
}

.footer-bottom.fnm-text-width .menu-footer li {
    border-left: 1px solid #ddd;
}

.footer-bottom.fnm-text-width .menu-footer li:last-child {
    border-right: 1px solid #ddd;
}

button#pagetop {
    border-width: 0;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 5px;
    font-size: 22px;
    opacity: 1;
}

.p-fixBtnWrap {
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

.icon-chevron-small-up:before,
.icon-chevron-up:before {
    content: "\f102";
    font-family: "FontAwesome" !important;
}

button#pagetop:hover {
    background-color: #EEE !important;
    color: inherit !important;
}

.l-footer {
    margin-top: 20px;
}

@media screen and (max-width: 1023px) {

    .footer-bottom-logo {
        position: relative;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
    }

    .navi-footer-in ul {

        justify-content: center;
    }

    .l-footer .copyright {

        text-align: center;
    }
    .w-footer {
        width: auto;
    }
	.l-footer__foot, .l-footer__widgetArea {
    height: auto;
}
}


@media screen and (max-width: 480px) {
footer .navi-footer-in > .menu-footer li.menu-item {
        width: 46%;
    }
}

@media screen and (max-width: 834px) {
	    .navi-footer-in > .menu-footer li.menu-item {
        width: 32%;
        display: flex;
        text-align: center;
        border-width: 0px;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        margin: 2px;
        flex: 1 1 auto;
			        justify-content: center;
		
    }
	
	    .navi-footer-in ul {
        justify-content: center;
        flex-wrap: wrap;
    }
	.footer-bottom-logo img {
    height: auto;
    width: 300px;
    max-height: max-content;
}
.footer-bottom-logo .logo-image {
    padding: 0;
    margin: 8px auto;
}
	.footer-bottom.fnm-text-width .menu-footer li:last-child {
    border-right: 0;
}

}



/* 404 */



.error404 {
    background-image: url(https://partnership-nitto-group.com/wp-content/uploads/2025/04/d96f572e68783f4282f5c9fa71eb05a5.png);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.error404  .l-mainContent {
    position: static !important;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.error404 div#breadcrumb {
    display: none;
}

 .error404 div#content {
        width: 1120px;
        padding: 0;
	     margin-bottom: 0;

    }
.error404 div#content-in {
	width:100%;
    padding: 36px 29px;
    border: 1px solid transparent;
    border-radius: var(--cocoon-basic-border-radius);
    position: relative;
    z-index: 0;
    background: #ffffff;
	margin-top:24px;
}

.error404 h1.entry-title {
    font-size: 26px;
    margin: 16px 0;
    line-height: 1.25;
    font-weight: bold;
    font-family: "Noto Serif JP", sans-serif;
}

.error404 article p {
    margin-bottom: 1.8em;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 18px;
}

@media screen and (max-width: 1120px) {
.error404 div#content {
    width: 100%;
}
.error404 .l-mainContent {
    max-width: 100%;
}	
.error404 div#content-in {
    margin-top: 60px;
}
	
}


@media screen and (max-width: 480px) {
    .error404 h1.entry-title {
        font-size: 20px;
        padding: 0.6em 0.8em;
        margin-bottom: 6px;
        margin-top: 0;
    }
	
	.error404 article p {
    font-size: 16px;
}
	.error404 div#content-in {
    padding: 32px 16px;
}
}


/* jslink */

.js-link {
cursor: pointer !important;
}
.js-link, .js-link * { cursor: pointer !important; }
        
.my-custom-text-link {
    color: #0366bf;
    display: inline-block;
}

.js-link.my-custom-btn.-solid {
  margin: 40px auto;
}

table .js-link.my-custom-btn.-solid {
  margin: 8px auto;
  padding: 8px 12px;
  min-width: auto;
}

.my-custom-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.8em 2em;
    border-radius: 999px;
    transition: all 0.3s ease;
    text-align: center;
    margin: 5px;
    min-width: 200px;
    user-select: none;
}


.my-custom-btn.-solid {
    background-color: var(--color_main); 
    color: #fff !important;
    border: none;
}

.my-custom-btn.-outline {
    background-color: transparent;
    border: 2px solid var(--color_main);
    color: var(--color_main) !important;
}

.my-custom-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.my-custom-btn.-solid {
    background-color: var(--color_main);
    color: #fff !important;
    border: none;
    display: block;
    width: max-content;
    margin: 0 auto;
}



