@charset "UTF-8";

/*
@import url("font.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');

/*
*,
*::before,
*::after {
    box-sizing: border-box;
}
*/
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight:500;
}

/*.mobile-break {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-break {
        display: block;
    }
    .mobile-hide {
        display: none!important;
        width:300px;
        height: 300px;
    }
}
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
body, h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dt, dd, img, figure, fieldset, form, label, legend, button, input, textarea, menu {
    margin: 0;
    padding: 0;
    border: 0;
}
body, html {
    overflow-x: hidden!important;
}

body {
    line-height: 1.55;
    color: #565654;
    font-feature-settings: "palt";
    /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: 500;
    font-size: 18px;
    background:#fff;
    position: relative;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit; /* リンクの色を継承 */
}

button, input, textarea, select {
    font-family: inherit; /* フォントの継承を強制 */
    font-size: 100%; /* フォントサイズを継承 */
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer;
    background-color: transparent; /* ボタンの背景色を透明に */
    -webkit-appearance: none; /* ベンダープレフィックスでのスタイルをリセット */
    appearance: none; /* OSデフォルトのスタイルをリセット */
}


/*cookie control*/
.overlaycookie {
    display: none;
    position: fixed;
    z-index: 999!important;
    height: 70px;
    width: 100%;
    color: #fff;
    bottom: 0;
    font-size:15px;
    font-weight:400;
}
.btn_area {
    position: absolute;
    color: #fff;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn_area_child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px;
    padding: 17px 0;
}
.btn_area_child div:first-child {
    flex: 1;
    padding-right:20px;
}
.btn_area_child div a {
    color: #fff !important;
    text-decoration: underline;
}
.btn_area button.btn {
    color: #fff;
    border: none;
    padding: 5px 15px;
}
.btn_area button.btn:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {
    .overlaycookie {
        height: 130px;
        line-height:1.3;
    }
    .btn_area {
       bottom:0px;
       padding-bottom:20px
    }
    .btn_area_child {
        flex-direction: column;
        width: 100%;
        padding: 5px;
    }
    .btn_area_child div:first-child {
        padding:20px 0 10px 0;
    }
    .btn_area button.btn {
        width: 220px;
        padding: 3px 0px;
    }
}








/* ナビゲーション */
.navbar-container {
    margin-top:10px;
}
.navbar-container, .nav-container {
    display: flex;
    justify-content: center; /* 中央揃えのための設定 */
}

.nav-container .logo {
    display: none;
    /*transform: scale(0);
    transition: transform 0.2s ease-in-out;
    */
}

.nav-container {
    height: 90px;
}
.navbar, .nav-content {
    width: 100%;
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;    
    padding: 10px;
}
.nav-content {
    margin:20px 0;
}
.navbar .left-side, .navbar .right-side, .nav-menu {
    display: flex;
    align-items: center;
}
.navbar .left-side div:first-child, .nav-menu div:not(:last-child) {
    margin-right:40px;
}
.navbar .left-side img {
    float:left;
}
.navbar .left-side span {
    padding:20px 0 0 20px;
    font-size:20px;
    float:left;
}
.navbar .right-side .btn {
    margin-right:8px;
}
.navbar .right-side .last-child {
    margin-right:30px;
}
.navbar .right-side .text-lang {
    font-size:15px;
}
.navbar .right-side div {
    margin-right:8px;
}
.navbar .right-side div:nth-last-child(2) {
    margin-right:8px;
}
.navbar .right-side div.btn {
    margin-right:30px;
}
.nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.nav-menu div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divider {
    width: 1px!important;
    height: 100%;
    background-color: #aaa;
    margin: 0 0px; 
}
.nav-menu .fa-sort-down-solid {
    display: block;
    margin-top:0px;
    visibility: visible;
    height: 1em;
}

.navbar .right-side div:last-child, .nav-menu div:last-child {
    margin-right:0;
}

/* ロゴの表示制御 */
.nav-container.fixed .logo {
    display: block !important;
    transform: scale(1); /* 通常のサイズに拡大 */
}

.dropdown {
    position: relative;
}
.dropdown-content {
    position: absolute;
    top: 75%;
    left: 0; /* 左端に配置するための指定 */
    background-color: #f9f9f9;
    width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    display: none!important;
    padding: 20px 0px;
}
.dropdown:hover .dropdown-content {
    display: block!important;
}
.dropdown-content a {
    display: block;
    padding:0 20px;
    margin-bottom: 20px;
    transition: background-color 0.2s, color 0.2s; /* 追加: ホバー時のアニメーション */
}
.dropdown-content a:last-child {
    margin-bottom: 0px;
}
.dropdown-content a:hover {
    background-color: #3280e0; /* ホバー時の背景色 */
    color: #ffffff;            /* ホバー時の文字色 */
}

/* 固定されたときのスタイル */
.nav-container.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
  height: 90px!important;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,0.2);
  background:#fff;
}

.main-visual {
  transition: margin-top 0.3s ease; /* スムーズなトランジションを追加 */
}
.main-visual.fixed2 {
  margin-top:180px;
}
@media (max-width: 1070px) {
    .main-visual.fixed2 {
      margin-top:70px;
    }
}


a.text-hover {
    color: #565654; /* 元のテキストの色 */
    text-decoration: none;
    position: relative;
    transition: all 0.15s ease-in-out;
    display: inline-block; /* 追加: ブロック要素としての振る舞いを持たせる */
}
a.text-hover:hover {
    color: #3280e0; /* ホバー時の色を少し明るくする */
    transform: translateY(2px); /* ホバー時に少し上に移動 */
}

.btn {
    border:1px solid #000;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 28px 8px;
    background-color:#fff;
    color: #000;
    text-decoration: none;
    transition: all 0.15s ease-in-out; /* 複数のプロパティのアニメーションを追加 */
    position: relative;
    overflow: hidden; /* オーバーフローの制御 */
    text-align: center;
}
.btn:hover {
    /*color: #e35a80;*/
    transform: scale(1.015); /* ホバー時にやや拡大 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); /* ホバー時のピンクの影の追加 */
}
.btn-blue {
    color:#fff;
    background:#0976b9;
    border:1px solid #0976b9;
}
.btn-white {
    background: #fff;
    color: #3280e0;
    border-color:#fff;
    /*border: 2px solid #e35a80;*/ /* 枠線を追加 */
}

.img-hover {
    transition: all 0.15s ease-in-out;
}
.img-hover:hover {
    transform: scale(1.015);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}



.block-menu-btn {
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    z-index: 998;
    width: 100%;
    height: 42px;
    top: 0;
    margin-top:0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); /* 下に薄くぼんやりとした黒い影を追加 */
  }
  /*.block-menu-btn .logo {
    flex-grow: 1;
    font-weight:400;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-left:10px;
    letter-spacing:-.8px;
  }*/
  .block-menu-btn .logo-sp img {
    float:left;
    width:50px;
    padding:3px 0 0 5px
  }
  .block-menu-btn .logo-sp span {
    display: block;
    float: left;
    font-size:15px;
    padding:13px 0 0 8px;
    font-feature-settings: "palt";
    letter-spacing:-.2px;
    line-height:1.0;
  }
  .block-menu-btn .navi {
    display: flex;
    align-items: center;
  }
  .block-menu-btn .box-lang {
    margin-right: .875rem;
    margin-top: 4px;
    font-size:14px;
  }

  
  .block-menu-btn .menu-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0976b9;
    flex-grow: 0;
    padding:9px 9px;
    height: 42px;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 32px;
    height: 24px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffffff; /* ここを変更してバーガーメニューを白に */
    border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  
  .burger-navi .overlay {
    position: fixed;
    top: 0;
    z-index: 997;
    display: none;
    width: 100%;
    height: 100%;
    /*background: #0976b9;*/
    background:#fff;
    padding-top: 42px;
    display: none;
    font-size:20px;
    overflow-y: auto;
  }
  .burger-navi .menu-sp {
    width: 100%;  /* max-width を削除して、width 100% を設定 */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:20px;
  }
  .burger-navi .btn {
    width:300px!important;
  }
  .burger-navi .nav-sp {
    display: flex;
    justify-content: center;
    align-items: center;
    /*border-bottom: 1px solid #fff;*/
    padding: 25px 0rem;
    text-decoration: none;
    color:#000;
    width:100%;
    font-size:22px;
    font-weight:300;
  }
  .burger-navi .nav-sp:hover {
    background: #fff;
    color: #3280e0;
  }
  .burger-navi .btn-sp-contact {
    margin-top: 30px;
    width: 290px!important;
  }
  
.burger-navi .btn {
    width:320px;
    text-align:center;
}
.phone-info {
    margin-top: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    color: #000;
    font-size:14px;
    font-weight:400;
}
.phone-info a {
    font-size:24px!important;
}

.phone-number, .business-hours {
    display: flex;
    align-items: center;
    margin: 8px 0;
}
.phone-number span, .business-hours span {
    margin-right: 10px;
    color: #000;
}
.phone-number, .business-hours {
    display: flex;
    align-items: center;
    margin: 0px 0;  /* マージンを20pxに設定 */
}
.business-hours {
    margin-top:-20px;
}
.phone-number span, .business-hours span {
    color: #fff; /* アイコンの色 */
}









/* CTA */
/*
.cta {
    text-align: center;
    background:#f2eee9;
    padding:80px 0;
}
.cta h2 {
    margin-bottom:60px;
    line-height:1.15;
    font-size:40px;
}
.btn-container {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.cta-btn {
    width: 300px;
    height: 300px;
    display: block;
}
@media only screen and (max-width: 991px) {
    .cta rt {
	    top:5px;
	    transform: translateY(5px);
        display: none;
    }
    .cta {
        padding:20px 0;
    }
    .cta h2 {
        margin-bottom:30px;
        line-height:1.35!important;
        font-size:22px!important;
        padding:0 10px;
    }
    .cta rt {
        font-size:10px!important;
    }
    .cta .btn-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
*/






/* footer */
  footer {
    background:#0976b9;
    color:#fff;
    text-align:center;
    padding-bottom:20px;
    padding-top:80px;
  }
  footer h2 {
    margin-top:30px;
    font-size:20px;
    font-weight:normal;
    margin-bottom:30px;
  }
  footer .tel {
    margin-top: 25px;
    font-size:30px;
    font-weight:bold;
  }
  footer .tel span {
    font-size:20px;
  }
  footer .banners {
    margin-top:80px;
    display:flex;
    justify-content: center;
    text-align: center;
  }
  footer .banners div:nth-child(1) {
    margin-right:-42px;
  }
  footer .banners div:nth-child(2) {
    margin-left:-42px;
  }
  footer copy {
    margin-top:80px;
    display: block;
    font-size:14px;
  }
  footer copy a {
    color: #fff!important;
  }
  
  @media only screen and (max-width: 991px) {
    footer {
      margin-top:50px;
      padding:40px 15px 20px!important;
      font-size:16px;
    }
  }

  footer .banners .visible-sp {
    display:none;
    visibility:hidden;
  }

  @media (max-width: 576px) {
    footer .banners {
        margin-top:30px;
        width: 100%;
    }
    footer .banners img {
        width:100%;
    }
    footer .banners div:nth-child(1) {
        margin-right:0px;
    }
    footer .banners .hidden-sp {
        display: none;
        visibility: hidden;
    }
    footer .banners .visible-sp {
        display: block;
        visibility: visible;
    }
    footer .banners div:nth-child(2) {
        margin-left:-12px;
        display: none;
        visibility: hidden;
    }
    footer copy {
        margin-top:30px;
        font-size: 12px;
    }
    footer .tel {
        font-size:26px;
    }
    footer .tel span {
        font-size:18px;
    }
    footer h2 {
        font-size:18px;
    }
  }


@media (max-width: 576px) {
    .hidden-sp {
        visibility: hidden;
        display: none;
    }
}


 .js-text-slide-in,
  .js-text-mask-wrap {
    line-height: 0;
  }
  .js-text-mask {
    line-height: 1;
    overflow: hidden;
  }
  .js-text-mask span {
    display: inline-block;
    transform: translateY(100%);
    visibility: hidden;
  }

@media only screen and (max-width:576px) {
    .js-text-mask {
        line-height: 1.15;
        overflow: hidden;
    }
}





.main-visual {
    position:relative;
    max-width: 1366px;
    margin:0 auto;
    margin-top:30px;
    margin-bottom:140px;
    text-align: center;
  }
  .main-visual img {
    width:100%;
    height:auto;
    margin-top: -40px;
  }
  .main-visual h2 {
    font-weight:300;
    font-size:60px!important;
    /* line-height: 1.35; */
    margin-left:-7px!important;
    display: inline-block;
    position: relative;
    z-index: 1;
    background:#fff;
    padding:0 10px;
    color:#0976b9;
  }
  .main-visual h2 .js-text-mask{
    /* line-heightの代わり */
    display: inline-block;
    margin-top: .175em;
    margin-bottom: .175em;
  }
  .main-visual h3 {
    position: absolute;
    text-align:left;
    background:#0976b9;
    color:#fff;
    z-index: 2;
    left:-20px;
    bottom:40px;
    font-size:50px;
    padding:10px 20px;
    line-height:1.35;
  }
  .main-visual h3 span {
    display:block;
    font-size:30px;
  }
  .main-visual h3 .sp-visible {
    display: none;
    visibility: hidden;
  }

@media only screen and (max-width: 1366px) {
    .main-visual {
        position:relative;
        max-width: 100%;
        margin-top:20px;
        margin-bottom:100px;
    }
    .main-visual h2 {
        font-size:50px!important;
    }
    .main-visual img {
        padding:0 20px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:44px;
        line-height:1.35;
    }
    .main-visual h3 span {
        font-size:26px;
    }
}

@media only screen and (max-width: 1070px) {
    .main-visual {
        margin-top:70px;
        margin-bottom:60px;
    }
    .main-visual h2 {
        font-size:42px!important;
    }
    .main-visual img {
        margin-top: -30px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:36px;
        line-height:1.35;
    }
    .main-visual h3 span {
        font-size:22px;
    }
}

.sp-title {
    visibility:hidden;
    display:none;
}
.main-visual h3 .visible-sp {
    visibility: hidden;
    display: none;
}

@media only screen and (max-width: 820px) {
    .main-visual h2 {
        font-size:30px!important;
    }
}

@media only screen and (max-width: 576px) {
    .main-visual {
        margin-top:65px;
        margin-bottom:30px;
    }
    .main-visual h2 {
        margin-top:0px;

        width:85%;
        margin:0 auto;

        margin-left:0px!important;
        display: inline-block;
        padding:0px;
    }
    .main-visual h3 .sp-visible {
        display: block;
        visibility:visible;
      }
    .main-visual .js-text-mask-wrap {
        visibility:hidden;
        display:none;
    }
    .main-visual img {
        margin-top: -90px;
        padding:0 10px;
    }
    .sp-title {
        visibility:visible;
        display:block;
        width: 100%;
    }
    .sp-title img {
        width: 100%;
        margin:0 auto;
        padding-top:10px;
        padding-bottom: 10px;
    }
    .main-visual h3 {
        left:0px;
        bottom:20px;
        font-size:26px;
        line-height:1.15;
        padding:10px 10px;
    }
    .main-visual h3 span {
        font-size:13px;
        margin-top:5px;
    }
    .main-visual h3 .visible-sp {
        visibility: visible;
        display: block;
    }
}


.aboutus {
    padding-top: 150px;
    margin-top: -150px;
    margin-bottom:140px;
}
  .aboutus .container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
  }
  .container-aboutus {
    display:flex;
  }
  .aboutus-block-left {
    padding-right: 20px;
    background: ;
  }
  .aboutus .lead-text {
    margin-bottom:20px;
  }
  .aboutus .flex {
    display: flex;
  }
  .aboutus h2 {
    color:#a3a3a3;
    font-weight:100;
    font-size:80px!important;
    /* line-height: 1.35; */
    margin-bottom: 30px;
    /*border-bottom:8px solid #0976b9!important;*/
    margin-top:-10px;
  }
  .wrap-product h2 .js-text-mask{
    /* line-heightの代わり */
    display: inline-block;
    margin-top: .175em;
    margin-bottom: .175em;
  }

  .aboutus h2 .sub {
    font-size:28px;
    font-weight: 700;
    display: block;
    margin-top:7px;
    color:#000;
    padding-bottom:10px;
  }

  .aboutus a {
    color:#3280e0;
    margin-top:20px;
    display:block;
    padding-left: 20px;
    text-decoration: none; /* アンダーラインを除去 */
  }


@media only screen and (max-width: 1366px) {
    .aboutus {

      padding-left:15px;
      padding-right:15px;
      font-size: 16px;
    }
    .aboutus .container {
        max-width: 100%;
        padding:0 20px;
      }
    .aboutus h2 {
      font-size:30px!important;
      /* line-height: 1.35; */
      margin-bottom: 10px;
      margin-top:0!important;
      padding:0!important;
      padding-top:0px!important;
      font-size:30px!important;
      letter-spacing: -1.6px;
    }
    .aboutus h2 .sub {
      font-size:22px;
      color:#000;
    }
    .aboutus-block-left img {
        width:100%;
    }
}

@media only screen and (max-width:991px) {
    .aboutus {
        margin-bottom:90px;
    }
    .container-aboutus {
        display:block;
    }
    .aboutus-block-left {
        padding-right: 0px;
    }
    .aboutus-block-left img {
        width:50%;
    }
    .aboutus .flex {
        display:block;
    }
    .aboutus .flex img {
        margin-bottom:20px;
    }
}
@media only screen and (max-width:768px) {
    .aboutus {
        margin-bottom:50px;
        padding-left:0px;
        padding-right:0px;
        padding-top: 50px;
        margin-top: -50px;
    }
    .aboutus .container {
        max-width: 100%;
        padding:0 15px;
      }
    .aboutus-block-left img {
        width:100%;
    }
    .aboutus h2 .main {
        margin-bottom:-5px;
    }
    .aboutus h2 {
      font-size:26px!important;
    }
}






.aboutus .parent-box .box {
    border: 1px solid #cacaca;
    border-radius:10px;
    margin-top: 10px;
    padding-top: 10px;
    flex: 1 1 calc(33.33% - 10px); /* 3つ並びでスペースを調整 */
    box-sizing: border-box; /* パディングとボーダーを幅に含める */
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.aboutus .parent-box {
    margin-top:20px;
    display:flex;
    flex-wrap: wrap;
    gap: 15px; /* ボックス間のスペースを追加 */
}
.aboutus .parent-box h3 {
    margin-top:30px;
    position: absolute;
    bottom: 10px;
    font-size:18px;
    background: transparent;
}

.aboutus .parent-trading h3 {
    position: inherit;
}
.aboutus .parent-trading .box {
    border:none;
    margin-top: 10px;
    padding-top: 10px;
    flex: 1 1 calc(25% - 15px)!important;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/*
.aboutus .parent-box h4 {
    font-size:18px;
    text-align:center;
    margin-top:10px;
    background: pink!important;
}*/

.box img {
  width: 100%; /* 画像がボックスの幅にフィットするようにします */
  height: auto;
  object-fit: cover;
  border-radius: 10px; /* ボックスのborder-radiusを継承 */
}

.aboutus .parent-box:last-child .box-hidden {
    border-color:#fff;
}

.aboutus dl {
    display:flex;
    margin-bottom: 25px;
}
.aboutus dl strong {
    display: block;
}
.aboutus dt {
    width: 140px;
}
.aboutus dd {
    width: calc(100% - 140px);
}
.aboutus dl a {
    margin:0!important;
    padding:0!important;
    margin-top:5px!important;
}

@media only screen and (max-width:576px) {
    .aboutus dl {
        margin-bottom:0px;
        display:block;
        margin-bottom:30px;
    }
    .aboutus dl:last-child {
        margin-bottom:0px;
    }
    .aboutus dt {
        width:100%;
    }
    .aboutus dd {
        width:100%;
    }
    
}



@media only screen and (max-width:991px) {
  .aboutus .parent-box .box {
    flex: 1 1 calc(50% - 10px); /* 2つ並びでスペースを調整 */
  }
  
  .aboutus .parent-trading .box {
    flex: 1 1 calc(50% - 10px)!important;;
}   
}
@media only screen and (max-width:768px) {
  .aboutus .parent-box .box {
    flex: 1 1 100%;
  }
  .aboutus .parent-trading .box {
    flex: 1 1 100%!important;;
    }   
  .aboutus .parent-box {
        gap: 0px;
    }
  .aboutus .parent-box h3 {
        bottom: 5px;
        font-size:16px;
    }

    .aboutus .parent-box:last-child .box-hidden {
        display: none;
        visibility: hidden;
  }
}









@media only screen and (max-width: 1070px) {
    .block-menu-btn {
        visibility: visible;
        display:flex;
    }
    header {
        visibility: hidden;
        display: none;
    }
}











#top .main-visual {
    margin-bottom:20px;
}

/*.aboutus .container {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}*/

#top .aboutus .banners {
    display: flex;
    justify-content: center;
    gap: 50px;
}
#top .aboutus .banners div {
  display: flex;
  flex-direction: column;
  max-width: 590px;
  padding:0;
}
#top .aboutus .banners img {
  width: 100%;
  height: auto;
}
#top .aboutus .banners div a {
    margin-left:0!important;
    padding-left:0!important;
}
#top .aboutus .banners p {
  width: 100%;
  text-align: left;
}
#top footer .phones {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top:30px;
}
#top footer .phones h3 {
    font-size: 18px;
    font-weight:normal;
}

@media only screen and (max-width: 1366px) {
    #top .aboutus .banners {
        gap: 20px;
    }
    #top .aboutus .banners div {
      max-width: 460px;
    }
}

@media only screen and (max-width:991px) {
    #top .aboutus .banners {
        gap: 10px;
    }
    #top .aboutus .banners div {
      max-width: 340px;
    }
}


@media only screen and (max-width:768px) {
    #top .aboutus .banners {
        gap: 0px;
        display:block;
    }
    #top .aboutus .banners div {
      max-width:100%;
    }
    #top footer .phones {
        display: block;
        margin-top:50px;
    }
    #top .burger-navi .menu-sp {
        padding-left:20px;
        padding-right:20px;
    }
    #top .burger-navi .menu-sp div {
        width:100%;
        margin:0 auto;
    }
    #top .burger-navi .menu-sp div img {
        width:100%;
        max-width:100%;
    }
    #top .burger-navi .phone-number {
        text-align:center;
        justify-content: center;
        margin-top:-20px!important;
    }
}







#privacy-policy .aboutus .container {
    margin-top:50px;
}
#privacy-policy .privacy-policy {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
}
#privacy-policy .privacy-policy ol {
    margin-top: 30px;
}
#privacy-policy .privacy-policy ol li {
    margin-bottom: 30px;
    font-weight:bold;
}
#privacy-policy .privacy-policy ol li p {
    font-weight:normal;
}
#privacy-policy .privacy-policy ol li:last-child {
    margin-bottom: 30px;
}
#privacy-policy .privacy-policy .signature {
    margin-bottom:100px;
}



@media only screen and (max-width: 1366px) {
    #privacy-policy .privacy-policy {
        max-width: 100%;
        padding:0 20px;
    }
    #privacy-policy .privacy-policy .signature {
        margin-bottom:60px;
    }
}




#contact .aboutus .container {
    margin-top:50px;
}
#contact .form {
    width: 100%;
    max-width: 766px;
    margin: 0 auto;
    margin-top:-50px;
}
@media only screen and (max-width: 1366px) {
    #contact .form {
        max-width: 100%;
        padding:0 20px;
    }
}