@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
    background-color: #FFF;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    /*border-top: 6px solid #1E8CAD;*/
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.img-responsive100 {
    width: 100%;
}

.sidepaddingoff {
    padding-left: 0px;
    padding-right: 0px;
}

.wrap {
    width: 1170px;
    margin: 50px auto 0;

}

.center {
    text-align: center;
    margin: 0 auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}


/* ボタン */
.button a {
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 20px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.button a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.button a:hover {
    opacity: 0.7;
    color: #000;
    text-decoration: none;
}

.button a:hover:after {
    right: 1.4rem;
}

.header_logo>img {
    width: 200px;
}

.sliders__item {
    width: 100%;
    max-width: 1200px;
}

.sliders__item>img {
    border-radius: 15px;
}

#maincatch-title-top {
    border-bottom: none;
    padding: 0 0 5px;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#maincatch-title-top-p {
    border-bottom: none;
    padding-top: 20px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 16px;
}

#page-sub-title {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
    font-size: 1.5rem;
}

#page-sub-title2 {
    padding: 0 0 20px;
    margin: 0 0 40px;
    font-size: 2rem;
}

#maincatch-title {
    font-size: 20px;
    font-weight: 700;
}

/*header*/
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 15px;
    width: 100%;
    padding-top: 15px;
}

.header-top {
    padding-top: 0;
}

.header_left img {
    display: inline-block;
    margin: 0 0px 0 0;
}

.header_right ul {
    display: flex;
    align-items: center;
}

.header_right ul li {
    font-size: 13px;
    margin: 0 0 0 10px;
}

.header_right ul li span {
    font-size: 26px;
    font-family: "Arial Black", Gadget, "sans-serif";
}

.header_tel_tex {
    vertical-align: -20px;
}

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

/*navi*/
nav.gnav {
    max-width: 800px;
    width: 100%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
}

nav.gnav p {
    font-weight: bold;
    font-family: "Zen Maru Gothic", serif;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 0.3em;
}

.dropmenu_container {
    width: 100%;
}

.dropmenu {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    *zoom: 1;
    list-style-type: none;
    margin: 5px auto;
    padding: 10px 0;
    box-sizing: border-box;
}

.dropmenu li {
    position: relative;
    width: calc(99%/5);
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.dropmenu li a {
    display: block;
    margin: 0;
    padding: 10px 0 10px;
    color: #333333;
    /* background-color: #1F83B8; */
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

.dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 0;
    margin: 1px 0 0 0;
    padding: 0;
    width: 100%;
}

.dropmenu li ul li {
    border-right: none;
    width: 100%;
}

.dropmenu li ul li a {
    display: block;
    width: 100%;
    padding: 13px 15px;
    border-top: 1px solid #eee;
    background: #08314F;
    text-align: left;
    letter-spacing: 0.1em;
    text-indent: 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
}

.dropmenu li ul li:first-child a {
    border-top: none;
}

.fixed-download-tab {
    position: fixed;
    top: 20%;
    right: 0;
    color: white;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: bold;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    z-index: 9;
    transition: background 0.3s ease;
}

.fixed-download-tab:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}

/*フェードイン*/

#fade-in li ul {
    visibility: hidden;
    opacity: 0;
    transition: 0s;
}

#fade-in li:hover ul {
    visibility: visible;
    opacity: 1;
}

#fade-in li ul li a {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

#fade-in li:hover ul li a {
    visibility: visible;
    opacity: 1;
}

.dropmenu li>a::before,
.dropmenu li>a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.dropmenu li>a,
.dropmenu li>a::before,
.dropmenu li>a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.drawer-brand {
    width: 50%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #cdcdcd;
}

.drawer-brand img {
    width: 100%;
    height: auto;
}

.drawer-nav {
    color: #0b2e13;
}

.drawer-menu-item {
    color: #0b2e13;
    transition: all .3s;
    border-bottom: 2px dotted #ccc;
}

.drawer-menu-item::after {
    content: "\f138";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 1rem;
}

.dropdown-item {
    color: #0b2e13;
}

/*top contents*/
#main {
    margin-right: auto;
    margin-left: auto;
}

.content {
    padding: 30px;
    margin: 20px 0;
}

.displayflex {
    display: flex;
}

.topmarnews {
    margin-top: 60px;
}

.colorwhite {
    color: white;
}

.textbold {
    font-weight: 600;
}

.content1,
.content2,
.content3 {

    background-color: white;
    padding: 15px;
    text-align: center;
}

.bgwhite {
    background-color: white;
}

.content1 .content-subtitle,
.content2 .content-subtitle,
.content3 .content-subtitle {
    margin: 20px 0;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;

}

.content1 p,
.content2 p,
.content3 p {
    text-align: center;
}

.category_title {
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 1.2;
    display: flex;
    flex-direction: row;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

.category_title_tex {
    font-size: 2.5em;
    position: relative;
    display: inline-block;
    padding: 0 55px;
}

.category_title_tex:before,
.category_title_tex:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 2px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
}

.category_title_tex:before {
    left: 0;
}

.category_title_tex:after {
    right: 0;
}

.ttl-top {
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 23px;
    letter-spacing: 0.2em;
}

.pic-title {
    max-width: 320px;
    width: 100%;
    background: #fff;
    display: inline-block;
    border-radius: 0 15px 0 0;
    padding: 10px 30px 0 0;
}


/*news*/
.pagination {
    display: block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.active a {
    background: #1F83B8;
    color: #FFF;
    border-radius: 50px;
}

.topics {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

.ttl05 {
    text-align: left;
    margin: 50px 0px 0 0px;
    font-size: 20px
}

.news .area-title,
.sns .area-title {
    padding: 5px 20px;
    font-size: 14px;
    color: #FFF;
    /* width: 10%; */
    text-align: center;
    display: inline-block;
}

.news .area-title,
.sns .area-title,
::after,
::before {

    box-sizing: content-box
}

.news dl {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px dotted #CCC;
    padding: 0 0 20px;
}

.news dt {
    margin: 20px 30px 0 0;

}

.news dd {
    padding: 0 0 0;
    line-height: 1.8;
    margin-bottom: 0px;
}

.newslist {
    margin: 20px 0 0;
    text-align: right;
}

.news_img img {
    width: 100%;
    height: auto;
}

.news_date {
    margin-bottom: 0px;
}

.underline {
    border-bottom: 2px dotted #CCC;
}

.newsboxall {
    padding-top: 30px;
    padding-bottom: 30px;
}

.topnewsbox {
    padding-top: 30px;
    padding-bottom: 20px;
}

.autobox {
    max-width: 500px;
    margin: 0 auto;
}

.newstitle {
    text-align: center;
    padding: 30px;
}

.newstitle-tex {
    font-size: 2.5rem;
    line-height: 2.5rem;
}

.newsheadtitle-tex {
    font-size: 2rem;
}

.underpad {
    padding-bottom: 50px;
}

.newsimgsaiz img {
    max-width: 900px;
    width: 100%;
    height: auto;
}

.newscontentimg {
    text-align: center;
}

.news_tit {
    font-size: 24px;
}

.ttl02 {
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 2px dotted #ccc;
    padding: 10px 0;
}


.news_txt_honbun {
    padding: 10px 10px;
    font-size: 15px;
    margin-top: 20px;
}

.top_news_title {
    font-weight: 600;
    font-size: 20px;
}

.newsheadtitle {
    text-align: center;
}

.ichiranmar {
    margin-top: 30px;
}

/*　事業概要　*/
.cat_title {
    display: flex;
    justify-content: space-between;
    width: 200px;
    margin: 50px auto;
    align-items: center;

}

.cat_title h2 {
    font-size: 24px;
    text-align: center;
}

.cat_title svg {
    display: block;
    width: 70px;
}

.about_content_wrap,
.about_content_wrap2 {
    display: flex;
    justify-content: space-around;
    margin: 50px 0 0;
}

.catch_img,
.catch_txt {
    width: 500px;
}

.catch_txt h4 {
    font-size: 16px;
}

.catch_txt p {
    font-size: 14px;
    margin: 20px 0 0;
}

/* 会社概要 */

.company_wrap {
    display: flex;
    justify-content: space-between;
}

.com-gaiyou {
    display: flex;
    border-bottom: 2px dotted #ccc;
    align-items: center;
}

.com-gaiyou>p {
    font-size: 16px;
    padding: 10px 10px;
    margin-bottom: 0;
}

.com-ttl {
    font-weight: 700;
    min-width: 150px;
}

.greeting,
.aboutus {}

.greeting h3,
.aboutus h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
}

.greeting h4 {
    margin: 20px 0;
}

.greeting p {
    margin: 10px 0;
}

.greeting_bottom {
    text-align: right;
}

.greeting img {
    width: 100%;
    height: auto;
}

/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #D9E3E8 10px solid;
        margin-top: -10px;
    }
}

table.aboutus_table01 td {
    width: 600px;
    background: #f7f7f7;
    font-size: 14px;
    padding-left: 30px;
}

.compnany_access h3 {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 30px 0;
}

.access_googlemap {
    width: 98%;
    margin: 0 auto;
}

.access_googlemap iframe {
    width: 100%;
    height: 400px;

}


/*ドロワー*/
.drawer-nav {
    background-color: white;
}

.footer-child {
    width: 47%;
}


.iconsidemar {
    margin-left: 30px;
}

/*about*/

.abouthead {
    width: 1000px;
    margin: 0 auto;
}

.abouthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}


.abouthead_main_text p {
    padding: 0 30px;
}

.about_content_box {
    margin-top: 30px;
    margin-bottom: 80px;
}

.pic-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}


.top-cts-child {
    margin-top: -2rem;
    margin-left: -1px;
}

.kadoari {
    border-radius: 15px;
}

.mar10 {
    margin-top: 40px;
}

.contacthead {
    width: 1000px;
    margin: 0 auto;
}

.contacthead h3 {
    border-bottom: 1px solid #000;
    padding: 0 5px 10px;
    margin: 30px 10px 50px;
}

.contactbodymar {
    margin-top: 50px;
}



/*footer*/
.footer {
    border-top: 6px solid #1E8CAD;
    margin: 60px 0 50px;
}

.footer_inner {
    width: 100%;
    margin: 30px auto 50px;
}

.footer_company {
    width: 48%;
}

.footer_social {
    max-width: 150px;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
}

.footer_contactbox {
    width: 100%;
    justify-content: space-between;
    margin: 30px 0 50px 0;
}

.num-fix {
    font-size: 110%;
    letter-spacing: 0.02em;
}

.footer_contactbox_child {
    border-radius: 15px;
    text-align: center;
    width: 47%;
    background: #fff;
    padding: 3% 0;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.footer_contactbox_child>p {
    margin-bottom: 0;
}

.footer_contactbox_child a {
    color: #1F83B8;
}

.footer_contact {
    padding-left: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_company a {
    margin: 0 0 0 auto;
    height: 50px;
    width: 290px;
    display: block;
    padding: 1px 0px 0px 10px;
    text-decoration: none;
    color: #FFF;
    box-sizing: border-box;
    border-radius: 50px;
}

.companynamebox a {
    display: inline;
    color: #007bff;
    padding: 0;
}

.mail {
    display: block;
    width: 60px;
    height: 50px;
}

.footer_social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_social ul li {
    margin: 10px;
    box-sizing: border-box;
}

.formlink {
    margin-left: 10px;
}

.footer_googlemap iframe {
    width: 100%;
    height: 300px;
}

.iconsize {
    width: 100px;
}

.footer_nav {
    display: none;
}

.footertopmer {
    margin-top: 50px;
}

.boxwidth100 {
    width: 100%;
}

.btn-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    margin: 5px 8px 5px 0;
}

.btn-sns svg {
    fill: #fff;
}

.btn-x {
    background-color: #111319;
}

.btn-facebook {
    background-color: #375A94;
}

.btn-line {
    background-color: #5DB40F;
}

.btn-insta {
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
}

.btn-sns:hover {
    opacity: 0.8;
}

/*ボタン*/
/* 003 */
.button003 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0 0 auto;
    max-width: 220px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    font-size: 13px;
}

.button003 a:hover {
    background: #c3c3c3;
    color: #FFF;
}

.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.button003 a:hover:after {
    border-color: #FFF;
}



.fadeUp {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1.5s ease-out;
}

/* activeがついたら、ふわっと上に */
.fadeUp.active {
    opacity: 1;
    transform: translateY(0);
}



@media screen and (min-width: 991px) {
    .brbrbr br {
        display: none;
    }
}

/* @media screen and (max-width: 992px){
    .contentmar{
        margin-bottom: 20px;
    }
} */
@media screen and (min-width: 769px) and (max-width: 992px) {

    .news dl {
        display: block;
    }

    .footer_social {
        width: 10%;
        margin-right: 0;
    }
}

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

    /*共通*/
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .footer_company a {
        margin: 0 auto;
    }

    .companynamebox {
        text-align: center;
    }

    .footer-pl {
        text-align: center;
        margin: 10px 0 0px 0;
    }

    .footer_inner {
        margin: 30px auto 20px;
    }

    .sns {
        justify-content: center;
    }

    .category_title_tex {
        font-size: 1.9em;
    }

    /*news一覧*/

    .newstitle-tex {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .newsheadtitle {
        text-align: left;
    }

    .newsheadtitle-tex {
        margin: 0 0 0 30px;
        font-size: 2rem;
    }

    .ttl03 {
        text-align: left;
        margin: 0px 30px 0 30px;
        font-size: 20px
    }

    .news_txt_honbun {
        margin: 10px;
        padding: 20px;
        font-size: 18px;
        background-color: ghostwhite;
    }

    .smpad {
        padding-top: 60px;
    }

    .brbrbr br {
        display: none;
    }

    .footer_nav {
        display: block;
    }

    .wrap {
        width: 98%;
        margin: 30px auto 0;
    }

    .content {
        padding: 0 0;
    }

    .content__title {
        width: 85% !important;
        padding: 0.4em 25px 0em .2em !important;
    }

    .top-cts-child {
        margin-top: -1.5rem;
        margin-bottom: 55px;
    }

    #maincatch-title-top {
        font-size: 20px;
    }

    .abouthead_main_text p {
        padding: 0 0;
    }


    .header {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .header_left {
        width: 100%;
        margin: 0px auto 10px;
    }

    .header_left img {
        display: inline-block;
        margin: 0 10px 10px;
    }

    .header_right {
        margin: 0 auto;
        text-align: center;
    }

    .gnav {
        display: none;
    }

    /*news*/
    .topics {
        flex-direction: column;
    }

    .newslist {
        margin: 30px 0;
    }

    .fbwrap {
        width: 100%;
    }

    /*footer*/
    .footer {
        margin: 60px 0 50px;
    }

    .footer_inner {
        width: 98%;
        flex-direction: column;
    }

    .footer_company {
        width: 100%;
    }

    .footer_googlemap {
        width: 90%;
    }

    .footer_contact {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_company a {
        display: block;
        padding: 5px;
        border-radius: 4px;
        text-decoration: none;
        color: #FFF;
        box-sizing: border-box;
    }

    .companynamebox a {
        display: inline;
        color: #007bff;
        padding: 0;
    }


    .footer_contactbox,
    .footer-pl {
        flex-direction: column;
        margin: 10px 0 30px 0;
    }

    .footer_contactbox_child,
    .footer-child {
        width: 95%;
        margin: 10px auto;
    }


    /*　事業概要　*/
    .cat_title {
        display: flex;
        justify-content: space-between;
        width: 150px;
        ;
        margin: 50px auto;
        align-items: center;

    }

    .cat_title h2 {
        font-size: 24px;
        text-align: center;
    }

    .cat_title svg {
        display: block;
        width: 50px;
    }

    .about h3 {
        font-size: 20px;
        width: 98%;
        text-align: center;
        margin: 30px auto 20px;
    }

    .about_content_wrap,
    .about_content_wrap2 {
        flex-direction: column;
    }

    .about_content_wrap2 {
        flex-direction: column-reverse;
    }

    .catch_img,
    .catch_txt {
        width: 98%;
        margin: 0 auto;
        text-align: center;
    }

    .catch_txt h4 {
        font-size: 16px;
        margin: 30px 0 0;
    }

    .catch_txt p {
        font-size: 14px;
        margin: 20px 0 0;
        text-align: left;
    }

    /* 会社概要 */
    .com-gaiyou {
        flex-direction: column;
        align-items: flex-start;
    }

    .greeting,
    .aboutus {
        width: 98%;
        margin: 10px auto;
    }

    table.aboutus_table01 {
        width: 100%;
        margin-bottom: 20px;
        font-size: 14px;
        border-collapse: separate;
        border-spacing: 0px 10px;
    }

    table.aboutus_table01 th,
    table.aboutus_table01 td {
        padding: 10px 20px;
    }

    table.aboutus_table01 th {
        font-size: 13px;
        width: 120px;
        font-weight: normal;
        background-color: #D9E3E8;
        vertical-align: middle;
        text-align: left;
        letter-spacing: 0.2em;
        overflow: visible;
        position: relative;
    }

    table.aboutus_table01 th:after {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 113, 186, 0);
        border-left-color: #D9E3E8;
        border-width: 10px;
        margin-top: -10px;
    }

    .compnany_access h3 {
        border-bottom: 1px solid #000;
        padding: 0 0 10px;
    }

    .access_googlemap iframe {
        width: 100%;
    }

    .iconsidemar {
        margin-left: 0px;
    }


}

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

    .bottombtn {
        text-align: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 15px;
        color: white;
        position: fixed;
        /* フッターの固定 */
        bottom: 0px;
        /* 位置(下0px) */
        left: 0px;
        /* 位置(左0px) */
        width: 100%;
        /* 横幅100%　*/
    }

    .error {
        color: red;
        font-size: 20px;
    }



    .youtube {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important;
    }



    /* TOPページ追加CSS */
    .contentmar {
        margin-bottom: 20px;
    }

    .content__title {
        width: 80%;
        display: inline-block;
        font-weight: 700;
        padding: 0.4em 30px 0.4em .2em;
        /* border-bottom: 3px dotted #1F83B8; */
        background-color: #ffffff;
        border-radius: 0 15px 0 0;
    }


    #gradient {
        width: 100%;
        padding: 0px;
        margin: 0px;
        z-index: -1;
    }

    .ttl-top {
        display: inline-block;
        position: relative;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 0.1em;
    }

    /* TOPページの3つのコンテンツを横から表示 */
    .scrollL {
        opacity: 0;
        transform: translateX(-10%);
        transition: all 2s;
    }

    .scrollR {
        opacity: 0;
        transform: translateX(10%);
        transition: all 2s;
    }


    .scrollShow {
        opacity: 1;
        transform: translateX(0);
    }

    /* aboutページのフォントサイズを調整 */
    #maincatch-title {
        font-size: 18px;
        text-align: center;
        font-weight: 700;
    }

    #subcatch-title {
        font-size: 16px;
        text-align: center;
    }

    /* フワッと表示させる動き */

    .load {
        opacity: 0;
        transform: translateY(10px);
        transition: all 2s;
    }

    .load.show {
        opacity: 1;
        transform: translateY(0);
    }


    .fadeIn {
        opacity: 0;
        transform: translateY(10px);
        transition: all 2s;
    }

    .fadeIn.show {
        opacity: 1;
        transform: translateY(0);
    }


    .header-link {
        transition: opacity .3s;
    }

    .header-link:hover {
        opacity: 0.6;
    }


    .contact-button {
        transition: opacity .3s;
    }

    .contact-button:hover {
        opacity: 0.7;
    }

    @charset "utf-8";

    /*========= レイアウトのためのCSS ===============*/

    #wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        position: relative;
    }

    /*========= waveを描画するエリア設定 ===============*/

    .canvas {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }