/*=======================================
    ＠import
=======================================*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
/*
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'BIZ UDPGothic', sans-serif;
    font-family: 'Poppins', sans-serif;
    */

/*=======================================
    Color-Definition
=======================================*/

:root {
    --white: #ffffff;
    --dark-blue: #0c4ca5;
    --light-gray: #666666;
    --middle-gray: #707070;
    --middle-dark-gray: #4a4a4a;
    --dark-gray: #333333;
    --normal-black: #202020;
    --dark-black: #000002;
    --light-green: #7fd04d;
}

/*=======================================
    Common-Definition
=======================================*/

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    text-decoration: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h3 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h4 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

h5 {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space-collapse: preserve;
    text-wrap: nowrap;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    border-color: none;
    border-image: initial;
}

input {
    border-width: 1px;
    border-style: solid;
}

:focus-visible {
    outline: unset;
}

a {
    color: #333;
}

a:visited {
    color: #333;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 0px;
    border-color: gray;
}

/*=======================================
    SP/PC Responsive CSS
=======================================*/

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .tb-only {
        display: none !important;
    }
}

/*=======================================
    CSS-width-Definition
=======================================*/

.max1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.max1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.max800 {
    max-width: 800px;
    margin: 0 auto;
}

.max360 {
    max-width: 360px;
    margin: 0 auto;
}

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

@media screen and (max-width: 1024px) and (min-width: 768px) {
}

/*=======================================
    CSS-Font-Definition
=======================================*/

/*==== 【PC】Font-Size ====*/

.fs-44 {
    font-size: 44px;
}

.fs-40 {
    font-size: 40px;
}

.fs-32 {
    font-size: 32px;
}

.fs-28 {
    font-size: 28px;
}

.fs-20 {
    font-size: 20px;
}

.fs-18 {
    font-size: 18px;
}

.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 12px;
}

/*==== 【SP】Font-Size ====*/
@media screen and (max-width: 768px) {
    .sp-fs-40 {
        font-size: 40px;
    }

    .sp-fs-24 {
        font-size: 24px;
    }

    .sp-fs-20 {
        font-size: 20px;
    }

    .sp-fs-16 {
        font-size: 16px;
    }

    .sp-fs-15 {
        font-size: 40px;
    }

    .sp-fs-14 {
        font-size: 14px;
    }

    .sp-fs-12 {
        font-size: 12px;
    }

    .sp-fs-10 {
        font-size: 10px;
    }
}

/*==== 【Tablet】Font-Size ====*/

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .tb-fs-16 {
        font-size: 16px;
    }

    .tb-fs-14 {
        font-size: 14px;
    }

    .tb-fs-12 {
        font-size: 12px;
    }
}

/*==== Font-Weight ====*/

.fw-bk {
    font-weight: 900;
}

.fw-b {
    font-weight: 700;
}

.fw-sb {
    font-weight: 600;
}

.fw-m {
    font-weight: 500;
}

.fw-r {
    font-weight: 400;
}

.fw-l {
    font-weight: 300;
}

/*==== Font-Decoration ====*/

.bottom-line {
    text-decoration: underline;
}

/*==== Font-Family ====*/

.biz-f {
    font-family: "BIZ UDPGothic", sans-serif;
}

.poppin-f {
    font-family: "Poppins", sans-serif;
}

/*=======================================
    Header
=======================================*/

.header {
    display: flex;
    justify-content: space-between;
    height: 100px;
    flex-direction: row;
    align-items: center;
}

.header-logo-container img {
    max-width: 184px;
    margin-left: 12%;
}

.header-menu {
    display: inline-flex;
    flex-direction: row;
}

.header-menu-list {
    margin-right: 40px;
}

.header-menu-list:last-child {
    margin-right: 0px;
}

/*========= SP header  =========*/

.sp-header {
    display: none !important;
    z-index: 12;
}

.sp-menu-logo {
    position: absolute;
    top: 12px;
    left: 15px;
}

.sp-menu-logo a img {
    width: 120px;
}

.menu-left a {
    width: 100%;
    padding: 20px;
    display: inline-block;
    position: relative;
    transition: color 0.35s ease;
    border-bottom: 1px solid #f4f4f4;
}

.header-menu-item:last-child a {
    border-bottom: unset;
}

.header-list {
    opacity: 1;
    margin: 40px 0px;
}

.header {
    will-change: transform;
    transition: background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s;
    transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1),
        background 0.3s,
        -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

ul.menu-left {
    display: block;
    position: absolute;
    width: calc(100% - 0px);
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 10;
}

ul.menu-left:before {
    content: "";
    display: table;
    clear: both;
}

ul.menu-left.collapse {
    width: calc(100% - 0px);
    max-height: 800px !important;
    padding: 40px 0px 0px;
    box-shadow: 0px 2px 4px 0px rgba(204, 204, 204, 0.25);
}

ul.menu-left {
    text-align: center;
    background: #fff;
}

.nav-toggle {
    display: block;
    position: relative;
    top: -4px;
    right: 12px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    padding: 15px 12px;
    margin-left: auto;
}

.nav-toggle.open span:first-child {
    transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.nav-toggle.open span:last-child {
    transform: rotate(-45deg) translate(5.5px, -5.5px);
}

.nav-toggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 5px;
    background-color: #000002;
    transition: all 0.25s;
}

.header-menu-item:first-child {
    padding-top: 32px;
}

.header-menu-item:last-child {
    padding-bottom: 6px;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
}

@media screen and (min-width: 768px) {
    .header-container {
        padding: 20px 40px;
        width: calc(85% - 0px);
    }

    .header-menu-item {
        padding: 0px 24px;
        padding-bottom: 3px;
        border-bottom: unset;
    }

    .header-menu-item:last-child {
        border-right: none;
    }
}

@media screen and (max-width: 1288px) {
    .header-container {
        width: calc(85% - 0px);
    }

    .header-menu-item {
    }

    .header-menu-container {
        display: none;
    }

    .sp-header {
        display: block !important;
        z-index: 12;
    }

    ul.menu-left.collapse {
        width: calc(100% - 0px);
        /* margin: 0 7.5%; */
        max-height: 800px !important;
        padding: 0px;
    }
}

@media screen and (min-width: 1040px) {
    /* .header-menu-item:first-child{
    padding-left: 0px;
  }

  .header-menu-item:last-child{
    padding-right: 0px;
    border-right: none;
  } */
}

/*=======================================
    Common-Components
=======================================*/

#contact {
    padding-top: 160px;
}

.section-title-box {
    text-align: center;
}

.section-title-box .section-title {
    color: var(--dark-black);
    margin-bottom: 6px;
}

.section-description {
    color: var(--dark-gray);
    line-height: 28px;
    margin-bottom: 12px;
}

.section-title-box .section-subtitle {
    color: var(--middle-gray);
}

/*=======================================
    Button CSS
=======================================*/

.g-button {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 240px;
    color: var(--white) !important;
    background-color: var(--light-green);
    padding: 14px 0;
    border-radius: 2px;
    margin: 0 auto;
}

.g-button:hover {
    background-color: #6fca36;
}

.c-button {
    all: initial;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    width: 240px;
    color: var(--white) !important;
    background-color: var(--middle-gray);
    padding: 14px 0;
    border-radius: 2px;
    margin: 0 auto;
}

.c-button:hover {
    cursor: pointer;
    transition: all 0.25s ease-out;
    background-color: var(--light-green);
}

/*=======================================
    footer
=======================================*/

footer {
    margin-top: 152px;
    color: var(--white);
    background-color: var(--dark-blue);
    padding-top: 64px;
}

.footer-container {
    text-align: center;
}

.footer-logo-box {
    margin-bottom: 72px;
}

.footer-logo-box img {
    width: 160px;
}

.footer-menu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 88px;
}

.footer-menu-item {
    margin-bottom: 32px;
}

.footer-menu-item:last-child {
    margin-bottom: 0px;
}

.footer-menu-item a {
    color: var(--white);
    margin-right: 0px;
}

.footer-menu-item:last-child a {
    margin-right: 0px;
}

.copy-right-box p {
    padding: 16px 0;
}

@media screen and (min-width: 769px) {
    footer {
        margin-top: 240px;
        padding-top: 64px;
    }

    .footer-logo-box {
        margin-bottom: 52px;
    }

    .footer-menu-list {
        flex-direction: row;
    }

    .footer-menu-item {
        margin-bottom: 0px;
    }

    .footer-menu-item a {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1023px) and (min-width: 769px) {
    .footer-menu-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(80%);
        margin: 0 auto 80px;
    }

    .footer-menu-item {
        margin-bottom: 48px;
    }

    .footer-menu-item a {
        margin-right: 0px;
    }

    .footer-menu-item {
        width: 33%;
    }
}
/*=======================================
    footer
=======================================*/

.go-top {
    width: 64px;
    height: 64px;
    right: 2em;
    bottom: 2em;
    text-align: center;
    background: var(--light-green);
    padding: 7px;
    border-radius: 4px;
    border: 1px solid var(--white);
    position: fixed;
}

.go-top img {
    width: 16px;
}

.go-top p {
    color: var(--white);
    line-height: 14px;
}
