html {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: left;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
th,
td,
dt,
dd {
    letter-spacing: 0.15em;
    line-height: 1.8em;
    text-align: left;
}

p,
li,
th,
td {
    font-size: 11pt;
}

th,
td {
    padding: 5px;
}

ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}


body {
    background-color: #87d5cd;
    margin: 0;
}

a {
    color: #000;
}


/*****************************************************************************/
/*MENU*/
/*****************************************************************************/


.hamburger-menu {
    display: block;

}

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5001;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
    transition: all 0.3s 0s ease-out;
    background-color: #f6d303;

}

#menu_box {
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    transition: all 0.25s 0s ease-out;
    z-index: 5000;
    text-align: center;
    background-color: #63c3b4;
}

.menu-btn span:before {
    bottom: 12px;
}

.menu-btn span:after {
    top: 12px;
}

#menu-btn-check:checked~.menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked~#icon_box {
    top: 12px;
}

#menu-btn-check:checked~#menu_box {
    right: 0;
}

#menu-btn-check {
    display: none;
}

#menu_box_inner {
    margin-top: calc(48vh - 225px);
}

#ul_menu {
    text-align: center;
}

.li_menu_item {
    letter-spacing: 0.3em;
    line-height: 3em;
    font-weight: 200;
    text-decoration: none;
    list-style-type: none;
    text-align: center;
}

.li_menu_item a {
    text-decoration: none;
    color: #000;
}


#menu_logo {
    width: 120px;
    margin: 40px 0;
    padding-left: 6px;
}

#menu_tel_button {
    padding: 6px 0 10px;
    border-radius: 30px;
    letter-spacing: 0.1em;
    font-size: 14pt;
    font-weight: 600;
    width: 220px;
    margin: 0 auto;
    background-color: #ff0000;
}

#menu_tel_button a {
    color: #000;
}

#menu_tel_icon {
    width: 26px;
    position: relative;
    top: 3px;
    left: -4px;
}


/*****************************************************************************/
/*COMMON*/
/*****************************************************************************/

#logo {
    padding: 30px;
    width: 14vw;
    max-width: 160px;
    min-width: 140px;
    display: block;
}

a.jump_point {
    height: 1px;
    display: block;
    padding-top: 80px;
    margin-top: -80px;
    border-bottom: none;
}

.smp {
    display: none;
}

.pc {
    /*大画面で非表示768以下で表示*/
    display: inline;
}

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

.w100 {
    width: 100%;
}

.box {
    width: calc(100%-40px);
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 20px;
    overflow: hidden;
}

.box_h3 {
    font-size: 32pt;
    text-align: center;
    letter-spacing: 0.24em;
    line-height: 0.9em;
    color: #000;
    background: url(../img/bg_y.svg) no-repeat center top;
    background-size: 200px;
    height: 160px;
    padding-top: 12px;
    font-weight: 500;
}

.h3_s {
    font-size: 46%;
}

.box h4 {
    font-size: 18pt;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    font-weight: 500;
    padding-bottom: 12px;
}

.box ul {
    position: relative;
    left: 12px;
}

.flex {
    display: flex;
}

.btn {
    letter-spacing: 0.2em;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 340px;
    margin: auto;
    padding: 0.5rem 2rem;
    color: #000;
    border-radius: 100vh;
    background-color: #de2724;
}

footer {
    background-color: #fff;
    color: #333;
    text-align: left;
    padding: 64px 0 0;
}

footer p {
    text-align: left;
    line-height: 1.8em;
}

footer .li_menu_item a {
    color: #333;
}

#footer_logo {
    width: 100px;
    padding: 0;
}

#footer_inner {
    display: flex;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 36px;
}

#footer_inner ul li {
    line-height: 1.8em;
    list-style: disc;
}

#footer_sitemap ul {
    padding-left: 0;
}

#footer_sitemap li {
    text-align: left;
    color: #333;
}

#copy {
    font-size: 10pt;
    text-align: center;
    background: #87d5cd;
    padding: 30px 0;
    margin-top: 40px;
    color: #000;
}

.icon_pdf {
    width: 18px;
    padding-top: 10px;
    padding-right: 5px;
    margin-bottom: -8px;
}

/*****************************************************************************/
/*TOP*/
/*****************************************************************************/

#first_message {
    width: 100%;
    height: 100vh;
    margin-bottom: -10px;
}

#fs_h2 {
    position: relative;
    top: calc(50% - 200px);
    color: #fff;
    background: url(../img/bg_y.svg) no-repeat center top;
    background-size: 300px;
    height: 300px;
}

#fs_h2 h2 {
    font-size: 30pt;
    text-align: center;
    letter-spacing: 0.12em;
    line-height: 1.58em;
}

#fs_s {
    font-size: 60%;
    font-weight: 600;
    letter-spacing: 0.1em;
    top: 0.5em;
    position: relative;
}


#information {
    width: 100%;
    background-color: #fff;
    margin: 0 auto 0;
    color: #000;
    padding: 40px 0;
}

#information h3 {
    text-align: center;
    margin-bottom: -150px;
}

#news_img {
    width: calc(20px + 10vw);
    position: relative;
    top: -7vw;
    left: -30vw;
}

#information table {
    width: calc(100% - 40px);
    margin: 40px auto;
    max-width: 600px;
}

#information table th {
    text-align: right;
}

#information table td {
    padding: 5px 20px 15px;
    line-height: 1.8em;
}

.cm-box {
    width: calc(100% - 40px);
    margin: 40px auto;
    max-width: 600px;
}

.cm-box dt {
    padding: 5px 10px 15px;
    text-align: right;
    width: 20%;
    float: left;
}

.cm-box dd {
    padding: 5px 10px 15px;
    line-height: 1.8em;
    width: 70%;
    float: left;
}

#second_message {
    max-width: 600px;
}

#second_message p {
    line-height: 1.8em;
    font-weight: 500;
    margin: 30px 0 30px;
    font-size: 13pt;
}

.desire {
    color: #333;
    padding: 30px 30px 34px;
    background: #f1f1f1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    border-left: 12px solid #f6d303;
    border-radius: 0 10px 10px 0;
}


.graph,
.graph_jp {
    background-color: #e6d000;
    padding: 5px;
    margin: 8px;
    position: relative;
}

.graph .name,
.graph_jp .name {
    color: #000;
}

.graph .score,
.graph_jp .score {
    color: #000;
    display: block;
    position: absolute;
    right: -46px;
    ;
    top: 4px;
}

#graph01 {
    width: 33.6%;
}

#graph02 {
    width: 43.65%;
}

#graph03 {
    width: 44.7%;
}

#graph04 {
    width: 28.2%;
}

#graph05 {
    width: 77.85%;
    background-color: #e95581;
}


.business_item {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    position: relative;
}



#business01 .business_item_inner {
    background: url(../img/bubg01.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

#business02 .business_item_inner {
    background: url(../img/bubg02.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

#business03 .business_item_inner {
    background: url(../img/bubg03.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

#business04 .business_item_inner {
    background: url(../img/bubg04.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

#business04_2 .business_item_inner {
    background: url(../img/bubg04-2.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

#business05 .business_item_inner {
    background: url(../img/bubg05.jpg) no-repeat right top;
    background-size: contain;
    background-color: #fff;
}

.business_item_inner {
    width: calc(100% - 180px);
    background-color: #fff;
    padding: 30px 60px;
    margin: 20px 40px;
    color: #333;
    height: 250px;
    overflow: hidden;
    border-radius: 10px;
}




.business_item_allow {
    width: 80px;
    height: 60px;
    background: url(../img/bg_y_s2.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 46px;
}

.business_item_img {
    width: 200px;
    position: absolute;
    top: 30px;
    right: 40px;

}

#about {
    background: url(../img/bg_g.svg) no-repeat center 40% / 72%;
}

#about table {
    color: #000;
    border-collapse: separate;
    border-spacing: 14px;
}

#about table th {
    width: 25%;
    text-align: right;
    font-weight: 500;
    border-right: 2px solid #e6d000;
}

#about table th,
#about table td {
    padding: 6px 10px;
}

.map {
    width: 100%;
    height: 300px;
    padding: 20px 0;
}

#greeting {
    background: url(../img/bg_g.svg) no-repeat center 68% / 72%;
    color: #000;
}

#ceo {
    text-align: right;
    font-size: 18pt;
    font-weight: 500;
}

#profile_box {
    display: flex;
}

#profile_name {
    width: 200px;
}

#profile_data {
    flex: 1;
}



#profile_name h4 {
    margin: 0;
    padding: 0;
}

#profile_data p {
    padding: 10px;
}

.profile_img {
    width: 100%;
    max-width: 600px;
}

/*****************************************************************************/
/*768*/
/*****************************************************************************/

@media screen and (max-width: 768px) {
    a.jump_point {
        margin: 0;
        padding: 0;
    }

    .smp {
        display: inline;
    }

    .pc {
        display: none;
    }

    .box {
        padding: 20px 20px 100px;
    }

    footer {
        padding: 20px 0 0;
    }

    #footer_logo {
        width: 100px;
    }

    #footer_inner {
        display: block;
        margin: 0 auto;
        padding: 0 20px;
    }

    #footer_sitemap ul {
        padding: 20px;
    }


    #first_message {
        background-size: 160px;
    }

    #fs_h2 {
        position: relative;
        top: 18%;
    }

    #fs_h2 h2 {
        font-size: 20pt;
        top: 18px;
        width: 100%;
    }

    #fs_s {
        font-size: 70%;
    }

    #information {
        width: 100%;
        background-color: #fff;
        margin: 0 auto 0;
        color: #000;
        padding: 40px 0;
    }

    .box h4 {
        font-size: 16pt;

    }

    #news_img {
        width: calc(40px + 18vw);
        position: relative;
        top: -20vw;
        left: -34vw;
    }

    .cm-box {
        width: calc(100% - 40px);
        margin: 80px 20px 20px;
        padding: 0
    }

    .cm-box dt {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .cm-box dd {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        font-weight: 500;
    }

    #second_message p {
        font-size: 100%;
    }

    .icon_pdf {
        width: 16px;
    }

    .business_item {
        width: 100%;
        margin: 20px auto;
        position: relative;
    }

    .business_item_inner {
        width: calc(100% - 40px);
        padding: 20px 20px;
        margin: 0 auto;
        height: 150px;
        background-size: co;
    }

    .business_item_allow {
        width: 50px;
        height: 30px;
        left: -12px;
        top: 12px;
    }

    .business_item_img {
        width: 100%;
        position: static;
    }

    .business_item h4 {
        font-size: 12pt;
        letter-spacing: 0.02em;
        line-height: 1.2em;
        font-weight: 500;
        padding: 0 0 8px 8px;
    }

    .business_item p,
    .business_item li {
        font-size: 8pt;
        padding-left: 6pt;
    }

    #business02 p {
        font-size: 7pt;
    }

    #about {
        background-size: 80%;
    }

    #about table {
        border-collapse: separate;
        border-spacing: 10px;
        width: 100%;
    }

    #about table tr {
        border-left: 2px solid #e6d000;
    }

    #about table th {
        width: 100%;
        text-align: left;
        border-right: none;
    }

    #about table th,
    #about table td {
        padding: 6px 10px;
        display: block;
        width: 100%;
    }

    #about table th {
        border-left: 3px solid #e6d000;
    }

    #about table td {
        font-size: 10pt;
    }

    .map {
        width: 100%;
        height: 300px;
        padding: 20px 0;
    }

    #greeting h4 {
        font-size: 16pt;
    }

    #greeting p {
        font-size: 11pt;
    }

    #profile_box {
        display: block;
    }

    #profile_name {
        width: 40%;
    }

    #profile_name h4 {
        font-size: 20pt
    }

    #profile_data {
        padding-top: 20px;
    }

    #profile_data p {
        padding: 20px 0;
    }

    #profile_data ul {
        padding-left: 10px;
    }




}

/*****************************************************************************/
/*アニメーション*/
/*****************************************************************************/

.graph {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(10%);
    transform-origin: left;
    transition: opacity 1s, visibility 1s, transform 2s;
}

.graph_jp {
    opacity: 0;
    visibility: hidden;
    transform: scaleX(10%);
    transform-origin: left;
    transition: opacity 1s, visibility 1s, transform 2.8s;
}

.s_fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.s_fade_left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.s_fade_right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(50px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transform: translateX(0px);
    transform: scaleX(100%);
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#slider {
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    top: -10px;
    z-index: -999;
}

#slider .image {
    z-index: -999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    animation: image-switch-animation 12s infinite;
}

#slider .image:nth-of-type(1) {
    animation-delay: 0s;
    background-image: url(../img/bg01.jpg);
}

#slider .image:nth-of-type(2) {
    animation-delay: 4s;
    background-image: url(../img/bg02.jpg);
}

#slider .image:nth-of-type(3) {
    animation-delay: 8s;
    background-image: url(../img/bg03.jpg);
}

@keyframes image-switch-animation {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    34% {
        opacity: 1;
    }

    38% {
        opacity: 0;
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}




.modal_open {
    text-decoration: underline;
    cursor: pointer;
}


.modal_box {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 7777;
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
}

.modal_outer {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    /* height: auto; */
    margin-top: 50px;
    position: relative;
}

.modal_inner {
    border-radius: 10px;
    width: calc(100% - 80px);
    padding: 60px 40px;
    text-align: center;
    background: url(../img/bg_g.svg) no-repeat center center;
    background-size: 50%;
    background-color: #87d5cd;
    /* height: auto;
    min-height: 70vh; */
    max-height: 65vh;

    color: #000;
    line-height: 1.4em;
    overflow: scroll;
}

.modal_inner h4 {
    font-size: 16pt;
    font-weight: 600;
    padding: 0 0 30px;
}

.modal_inner p,
.modal_inner li {
    font-size: 11pt;
}

.modal_img_box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.modal_image {
    width: calc(50% - 10px);
    padding: 10px 0;
}

.modal_close {
    display: block;
    position: absolute;
    right: -20px;
    top: -10px;
    width: 100px;
    font-size: 50px;
    color: #000;
    line-height: 62px;
    text-align: center;
    cursor: pointer;
}

.modal_close i {
    line-height: 62px;
    vertical-align: bottom;
}

.modal_bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6666;
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
}

.link_area {
    overflow: hidden;
    max-width: 410px;
    margin: 60px auto 0;
    text-align: center;
}

.link_area .modal_link {
    display: inline;
}

.link_area .modal_link a {
    display: inline-block;
    width: 180px;
    color: #000;
    line-height: 2.5;
    text-decoration: none;
    margin: 0 10px;
    background: #e6e6e6;
}

.link-area ul li.modal_link:first-child a {
    float: left;
}

.link-area ul li.modal_link:last-child a {
    float: right;
}


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

    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';

        width: 20px;

    }


    .menu-btn span:before {
        bottom: 8px;
    }

    .menu-btn span:after {
        top: 8px;
    }

    .modal_box {
        padding: 0;
        margin: 0;
        top: 0;
        left: 0
    }

    .modal_inner {
        width: calc(100% - 40px);
        padding: 20px;
        height: auto;
        min-height: 60vh;
        max-height: 80vh;
        margin-top: 10px;
        line-height: 1.4em;
        overflow: scroll;
    }

    .modal_inner h4 {
        font-size: 11pt;
        font-weight: 600;
        padding: 20px 0 10px;
    }

    .modal_inner p,
    .modal_inner li {
        font-size: 9pt;
    }

    .modal_image {
        width: calc(100% - 10px);
        padding: 10px 0;
    }

    .modal_close {
        width: 60px;
        line-height: 40px;
        font-size: 30px;
    }

    .modal_close i {
        line-height: 44px;
    }

    .link_area {
        margin: 25px auto 0;
    }

    .link_area .modal_link a {
        margin: 15px auto 0;
    }

    .link_area ul li.modal_link:first-child a {
        float: none;
        margin-top: 0;
    }

    .link_area ul li.modal_link:last-child a {
        float: none;
    }

}