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

.wf-sawarabimincho {
    font-family: "Sawarabi Mincho";
}

body {
    background-color: #FFF;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    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;
}

.bold {
    font-weight: 900;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

#maincatch-title-top {
    border-bottom: none;
    padding: 0 0 5px;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 24px;
    position: relative;
    display: inline-block;
    /* background: linear-gradient(transparent 70%, #1F83B8 70%); */
    border-bottom: 5px double #1F83B8;
}

/* #maincatch-title-top::after{
position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg,  #1F83B8,  #1F83B8 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg,  #1F83B8,  #1F83B8 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
} */



#maincatch-title-top-p {
    border-bottom: none;
    padding-top: 20px;
    font-family: "新ゴ R", "Shin Go Regular";
    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 {
    border-bottom: 1px solid #000;
    padding: 0 0 20px;
    margin: 0 0 40px;
    font-size: 2rem;
}

/*header*/
.header {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 80px;
}

.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 {
    width: 100%;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

nav.gnav p {
    font-weight: bold;
    font-family: "新ゴ M", "Shin Go Medium";
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
}

.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;
}

.dropmenu li:hover>a {}

.dropmenu li a:hover {}

/*フェードイン*/

#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;
}

.dropmenu li>a:hover,
.dropmenu li.this a {
    /*
      border-bottom: #004699 3px solid;
      */
    /* background: #FFF;
    color: #333;
    border-radius: 0px;
}

.dropmenu li ul li > a:hover {
    border-bottom: none;
    background: #EEE;
    color: #333;*/
}

.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;
}

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

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

.content {
    /*display: flex;*/
    /* justify-content: space-between; */
    /* background: #1F83B8; */
    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 {
    margin-left: 15px;
    font-size: 2.5em;
}

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

.news .area-title,
.sns .area-title {
    padding: 5px 20px;
    font-size: 14px;
    color: #FFF;
    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: 6px 0 0;
    text-align: right;
}

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

.news_date {
    margin-bottom: 0px;
}

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

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

.topnewsbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
    width: 100% !important;
}

.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 {
    width: 100%;
    height: auto;
}

.newscontentimg {
    text-align: center;
}

.news_tit {
    font-size: 24px;
}

.ttl02 {
    text-align: center;
    margin-bottom: 30px;
}

.ttl03 {
    text-align: center;
    margin-bottom: 50px;
}

.centerbox {
    text-align: center;
    margin-bottom: 15px;
}

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

.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;
}

.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;
}

table.aboutus_table01 {
    margin-bottom: 50px;
    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: 160px;
    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;
}

/* 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;
}




.iconsidemar {
    margin-left: 30px;
}

/*about*/

.abouthead {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.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 {
    font-size: 22px;
    position: relative;
    font-weight: 500;
    padding-left: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #1F83B8;
}

.pic-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background: #1F83B8;
}


.kadoari {
    border-radius: 0px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.1);
}

.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: 90%;
    margin: 30px auto;
    text-align: center;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.footer_company {
    width: 100%;
}

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

.footer_social,
::after,
::before {
    box-sizing: content-box;

}

.footer_googlemap {
    width: 50%;
}

.footer_company p {
    margin: 20px 0 30px;
}

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

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

.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%;
}

@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;
    }

}

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

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

    .sp {
        display: block;
    }

    /*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: 0 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_social {
        margin-top: 1rem;
        ;
        max-width: 100%;
    }

    .facebook-wrapper {
        max-width: 98%;
        margin: 20px auto 0;
    }

    .footer_nav {
        display: block;
    }

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

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

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

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

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

    .gnav {
        display: none;
    }

    /*contents*/


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

    .newslist {
        margin: 0px 0;
    }

    .fbwrap {
        width: 100%;
    }

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

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

    .footer_company {
        width: 100%;
    }

    .footer_social {
        width: 100%;
    }

    .footer_googlemap {
        width: 90%;
    }

    .footer_company p {
        margin: 40px 0 30px;
    }

    .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;
    }

    .footer_nav {
        width: 98%;
        margin: 0 auto 20px;
    }

    .footer_nav li {
        width: 100%;
        margin: 0 0 1px 0;

    }

    .footer_nav li a {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: left;
        text-decoration: none;
        box-sizing: border-box;
        background: #1F83B8;
        color: #FFF;
        position: relative;
    }

    .footer_nav li a:after {
        position: absolute;
        display: block;
        content: "≫";
        top: 8px;
        right: 10px;
        font-size: 26px;

    }

    .companynamebox {
        /* padding-left: 30px; */
    }


    /*　事業概要　*/
    .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;
    }

    /* 会社概要 */
    .company_wrap {
        flex-direction: column;
    }

    .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%;
    }

}

@media screen and (max-width: 576px) {
    .xs-pad {
        padding-top: 30px;
        padding-bottom: 40px;
    }
}

.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;
}

.abouthead_main_text-top {
    margin-bottom: 120px;
    text-align: center;
}

@media (max-width: 768px) {
    .abouthead_main_text-top {
        margin-bottom: 100px;
    }
}


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

.scrollR {
    opacity: 0;
    transform: translateX(10%);
    transition: all 2s;
    /* -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s; */
}

.scrollL.content3 {
    /* -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s; */
}

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

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

#subcatch-title {
    font-size: 14px;
    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;
}

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

.sns-link:hover {
    opacity: 0.7;
}

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

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



/* =======
 共通
=========*/

.section {
    margin-bottom: 150px;
}



@media screen and (max-width: 768px) {
    .section {
        margin-bottom: 100px;
    }
}

a {
    cursor: pointer !important;
}


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

.header-nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.nav-right {
    display: flex;
    align-items: center;
}

.nav-right__contact-wrapper {
    margin-right: 15px;
}

.nav-right__contact-button {
    background-color: #1F83B8;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    transition: all .3s;
}

.nav-right__contact-button:hover {
    text-decoration: none;
    color: #fff;
    opacity: .7;
}

.nav-right__contact-icon {
    vertical-align: initial;
    margin-right: 5px;
}

.nav-right__tel {
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    color: #333333;
    display: block;
    transition: all .3s;
}

/* .nav-right__tel:hover{
    text-decoration: none;
    opacity: 0.7;
    color: #333333;
} */

.nav__logo-wrapper a {
    transition: all .3s;
}

.nav__logo-wrapper a:hover {
    opacity: 0.7;
}


.nav__logo {
    width: 300px;
}


@media screen and (min-width: 769px) {
    .nav-right__tel:hover {
        text-decoration: none;
        opacity: 0.7;
        color: #333333;
    }
}


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

    .nav__logo {
        width: 200px;
    }

    .nav-right--sp {
        display: flex;
        align-items: center;
    }

    .nav-right__contact-button {
        padding: 5px 3px;
        height: 100%;
    }

    .nav-right__contact-wrapper {
        margin-right: 6px;
        height: 45px;
    }

    .nav-right__contact-button {
        font-size: 10px;

    }

    .nav-right__contact-icon {
        margin-right: 0;
    }


    .nav-right__tel--sp {
        font-size: 10px;
        color: #fff;
        height: 100%;
        display: block;
        padding: 5px 3px;
    }

    .nav-right__tel-wrapper--sp {
        background: #DA7019;
        color: #fff;
        border-radius: 4px;
        height: 45px;
    }

    .nav-right__tel:hover {
        opacity: 0.7;
    }
}



.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0px 0px 4px 2px #efefef;
}

.header-container {
    padding: 0 30px 0 30px;
    max-width: 1800px;
}

@media (max-width: 767px) {
    .header-container {
        padding: 0 6px;
    }
}

@media (min-width: 768px) {
    .header-container {
        padding: 0 15px;
    }
}


@media (min-width: 992px) {
    .header-container {
        padding: 0 30px 0 30px;
    }
}




/* =====================
メインアイキャッチ
=========================*/

.mainicatch {
    /* headerの高さ */
    margin-top: 80px;
    margin-bottom: 40px;
}


@media (min-width: 769px) {
    .mainicatch {
        margin-bottom: 150px;
    }
}


/* =====================
ニュース
=========================*/

.news-section {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .news-section {
        margin-bottom: 30px;
    }
}



/* =====================
TOPアイテム
=========================*/

.top-items {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .top-items {
        margin-bottom: 100px;
    }
}


.top-item__text {
    font-size: 14px;
}

/* ========================
会社概要
==========================*/
/* .section__title{
    font-size: 36px;
    margin-bottom: 1.5em;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
    .section__title{
        font-size: 28px;
    }
}

.section__title::after{
    position: absolute;
    content: "";
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #1F83B8;
}
 */

.section__title {
    position: relative;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

/* .section__title span {
	position: relative;
	z-index: 2;
} */

.company__title::before {
    content: "Company";
}

.access__title::before {
    content: "Access";
}

.faq__title::before {
    content: "Q&A";
}

.sns__title::before {
    content: "SNS";
}


.section__title::before {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    /* color: rgba(224,66,114,0.2); */
    color: rgba(31, 131, 184, 0.3);
    font-size: 80px;
    font-style: italic;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .section__title::before {
        font-size: 70px;
    }
}

.section__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 1px;
    height: 30px;
    background-color: rgba(31, 131, 184, 1);
}




.company table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 720px;
    margin: 0 auto;
}

.company table th {
    padding: 10px 0px;
    width: 120px;
    text-align: center;
}

.company table td {
    padding: 10px 10px;
}


.company table tr:nth-child(odd) {
    background-color: #1F83B8;
    color: #fff;
}

.company table tr:nth-child(odd) th {
    border-right: 1px solid #ffffff;
}

/* =====================
コンタクト
=========================*/

.contact {
    text-align: center;
    background: #FAFAFA;
    padding: 100px 0;
    background: linear-gradient(to right, #F3E8EA, #E4EDFD);
    margin-bottom: 150px;
}

.contact p {
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .contact {
        margin-bottom: 100px;
    }

    .contact p {
        font-size: 26px;
    }
}


.contact__button {
    display: inline-block;
    padding: 15px 40px;
    font-size: 22px;
    color: #fff;
    background-color: #1F83B8;
    border-radius: 4px;
    transition: all .3s;
}

.contact__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

/* =====================
よくあるご質問
=========================*/





.faq-item {
    border-bottom: 1px solid #333333;
    padding-right: 15px;
}



.faq-item:first-child {
    border-top: 1px solid #333333;
}

/* クリック領域 */
.faq-parent {
    background-color: #fff;
    color: #fff;
    line-height: 1.5;
    cursor: pointer;
    transition: all .3s;
}

.faq-parent:hover {
    opacity: .6;
}


@media screen and (max-width: 768px) {
    .faq-parent:hover {
        opacity: 1;
    }
}



.faq-parent p {
    color: #333333;
    padding: 1rem 60px 1rem 15px;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}

.faq-parent p::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(90deg);
    background: #1F83B8;
    transition: all ease 0.3s;
}



.faq-parent p.open::after {
    transform: translateY(-50%) rotateZ(0deg);
}



.faq-parent p::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotateZ(0deg);
    background: #1F83B8;
    transition: all ease 0.3s;

}

.faq-parent p.open::before {
    display: none;
}



/* クリックしたら表示される領域 */
.faq-child {
    display: none;
    padding: 10px 20px 5px 15px;
    background-color: #f0f0f0;
    color: #333333;
    margin-bottom: 15px;
}

.faq-child p {
    font-size: 14px;
}


/* =====================
SNS
=========================*/

.instagram-media {
    max-width: 100% !important;
    min-width: initial !important;
    width: 100% !important;
}

/* =====================
トップに戻るボタン
=========================*/

.to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #1F83B8;
    z-index: 500;
}

.to-top__button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.to-top__button:hover {
    opacity: 0.7;
}

.to-top__icon {
    color: #fff;
    font-size: 36px;
    vertical-align: text-top;
}

/* =====================
お問い合わせ
=========================*/

.th__header::after {
    display: inline-block;
    color: #fff;
    padding: 3px 5px;
    margin-left: 5px;
}

.th--required::after {
    content: "必須";
    background: #ff0000;
}

.th--notrequired::after {
    content: "任意";
    background: #c0c0c0;
}

/* ============================
    2021/11/02 追加
===============================*/

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

    .company table th {
        width: 80px;
        text-align: center;
    }


    .news .area-title,
    .sns .area-title {
        font-size: 12px;
        padding: 3px 10px;
    }

    .top_news_title {
        font-size: 17px;
    }

    .contact {
        padding: 40px 10px;
    }

    .top-items {
        margin-bottom: 80px;
    }
}