/* ============================================
   JCI 東海地区協議会 - Main Stylesheet
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Montserrat:wght@400;600;700;800;900&family=Caveat:wght@700&display=swap');
/* ============================================
   CSS Variables
   ============================================ */
:root {
  --color-primary: #00b0a0;
  --color-yellow: #d4e84a;
  --color-yellow2: #f5e84a;
  --color-green: #6dc84a;
  --color-orange: #f5a623;
  --color-pink: #f08cb8;
  --color-blue: #4a9fd4;
  --color-dark: #1a1a1a;
  --color-text: #333333;
  --color-text-light: #666666;
  --color-white: #ffffff;
  --color-bg-light: #f9f9f9;
  --font-jp: 'Noto Sans JP', sans-serif;
  --font-en: 'Montserrat', sans-serif;
  --font-hand: 'Caveat', cursive;
  --transition: 0.3s ease;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-hover: 0 8px 32px rgba(0, 0, 0, 0.15);
  --radius: 16px;
  --container: 1200px;
}

/* ============================================
   Reset & Base
   ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New";
  color: var(--color-text);
  background: #F2FCFF;
  line-height: 1.7;
  overflow-x: hidden;
  font-weight: bold;
  color: #535353;
}
/* WordPress が blog ページに付与する body.blog クラスへの再発防止策 */
body.blog {
  font-size: 16px;
  color: #535353;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
}

ul,
ol {
  list-style: none;
}

.container {
  margin: 100px 0 0;
}
main{
  /* margin-right: 100px; */
}
.top_btn{
  position: fixed;
  z-index: 999;
  width: 13%;
  bottom: 40px;
  right: 30px;
  animation: float 3s ease-in-out infinite alternate;
}
@keyframes float {
  0% {
    transform: translateY(0px); /* 開始位置 */
  }
  100% {
    transform: translateY(-20px); /* 上に20px移動 */
  }
}
.top_btn:hover{
  opacity:0.5;
	transition:0.3s;
}

/* ============================================
   site-menu
   ============================================ */
.site-menu {
  position: fixed;
  top: 100px;
  /* left: 0; */
  right: 0;
  z-index: 1000;
  transition: var(--transition);
  width: 80px;
  
  
}
.menu-inner li{
  color: #097CC2;
  background-color: #fff;
  width: 81px;
  height: 81px;
  border-bottom: 1px solid #FED746;
  font-size: 11px;
}
.side_menu_inner a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 81px;
}
.menu-inner li img{
  width: 40%;
  margin-bottom: 5px;
}
.menu-inner li:hover{
  transition: .3s;
  color: #fff;
  background-color: #097CC2;
  cursor : pointer;
}
.menu-inner li:hover #menu-icon{
  transition: .3s;
  filter: brightness(0) saturate(100%) invert(100%) sepia(33%) saturate(0%) hue-rotate(260deg) brightness(109%) contrast(101%);
}
.header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 40px;
  left: 0;
  width: calc(100% - 80px);
  /* min-width: 1120px; */
  /* min-width: 1330px; */
  
}
.header_wrapper {
  display: flex;
  align-items: center;
}
.header-inner {
  display: flex;
  flex-direction: row;
}

/* Logo */
.header-logo {
  display: block;
  width: 13%;
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}
.top_menu{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: 100px;
  height: 100px;
  align-items: center;
}
.top_menu li{
  margin-right: 5%;
}
.top_menu li:last-child{
  margin-right: 0;
}
.top_menu a:hover{
  color: #FED746;
}
.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.top_slider{
  width: 85%;
  margin-left: 80px;
}
.top_text{
  position: absolute;
  top: 100px;
  right: 190px;
  width: 18%;
}
.slider4-wrap {
  width: 100%;
  /* margin: 0 auto; */
  position: relative;
}
.slider-4 .slick-slide {
  height: 100%;
  overflow: hidden;
}
.slider-4 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots-4 .slick-dots {
  text-align: center;
}
.dots-4 .slick-dots li {
  display: inline-block;
}
.dots-4 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: #097CC2 1px solid;
  margin-top: 100px;
}
.dots-4 .slick-dots .slick-active button {
  background: #097CC2;
}
.slider5-wrap {
  width: 100%;
  /* margin: 0 auto; */
  position: relative;
}
.slider-5 .slick-slide {
  height: 100%;
  overflow: hidden;
}
.slider-5 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dots-5 .slick-dots {
  text-align: center;
}
.dots-5 .slick-dots li {
  display: inline-block;
}
.dots-5 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: #097CC2 1px solid;
  margin-top: 100px;
}
.dots-5 .slick-dots .slick-active button {
  background: #097CC2;
}
.top_image{
  margin-left: 80px;
}
.copy{
  display: block;
  height: 100vh;
  width: 80px;
  writing-mode: sideways-rl;
  text-align: center;
  line-height: 5rem;
  position: fixed;
  font-size: 0.8em;
  color: #097CC2;
}
.group_01{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
.group_01 img{
  width: 30%;
  object-fit: contain;
}
.group_01 p{
  font-size: 16px;
  margin-bottom: 50px;
  color: #535353;
}

.group_02{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 100px;
}
.group_02 img{
  width: 30%;
  object-fit: contain;
}
.group_02 p{
  font-size: 16px;
  margin-bottom: 50px;
  color: #535353;
}
.arrow_r{
  position: relative;
  display: inline-block;
  padding-left: 22px;
  border-radius: 50px;
  padding: 10px 60px 10px 50px;
}
.arrow_r_wh {
  color: #097CC2;
  border: 1px solid #097CC2;
  background-color: #fff;
}
.arrow_r_blue {
  color: #097CC2;
  border: 1px solid #097CC2;
  background-color: rgba(30, 138, 206, 0.11);
}
.arrow_r:before {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background: #097CC2;
}
.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.arrow_r:hover{
  background-color: #097CC2;
  color: #fff;
  transition:all .3s
}
.arrow_r:hover::before{
  background: #fff;
  transition:all .3s
}
.arrow_r:hover::after{
  border-top: solid 2px #097CC2;
  border-right: solid 2px #097CC2;
  transition:all .3s
}
.image_1_1{
  width: 80%;
  margin: 100px auto 120px;
}
.image_1_2{
  width: 80%;
  margin: 100px auto 120px;
}
.card_group{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin: 0 auto 8em;
  width: 1080px;
  justify-content: center;
}
.card_detail{
  border: 1px solid #097CC2;
  border-radius: 60px;
  background-color: #fff;
  width: 371px;
  position: relative;
  height: 644px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blue_text{
  position: absolute;
  background-color: #097CC2;
  color: #fff;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 25px;
    top: 36%;
  text-align: center;
}
.blue_text .small{
  font-size: 24px;
}
.card_bottom{
  padding: 80px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card_detail p{
  color: #939393;
  font-size: 14px;
  margin-bottom: 20px;
}
.card_detail .arrow_r{
  margin: 0 auto;
}
/* ============================================
   service
   ============================================ */
   .service{
    color: rgba(9, 124, 194, 0.11);
  }
  .service::after{
    content: "サービス一覧";
    font-size: 34px;
    bottom: 40px;
    color: rgba(9, 124, 194, 1);
  }

.other_service{
  background: linear-gradient(to right, rgba(9, 124, 194, .11), rgba(254, 215, 70, .11));
  padding: 50px 140px 100px;
  border-radius: 50px;
  margin: 0 50px;
}
.other_service_list{
  display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.other_service_title{
  font-size: 24px;
  color: #097CC2;
  text-align: center;
  margin-bottom: 50px;
}
.other_service_list_item{
  background-color: #fff;
  display: flex;
  align-items: center;
  width: 412px;
  height: 124px;
  color: #121212;
  flex-grow: 1;
}
.other_service_list_item img{
  width: 10%;
  margin: 0 60px;
}
.page_2{
  margin-top: 100px;
}

/* ============================================
   topics
   ============================================ */
   .topics{
    color: rgba(9, 124, 194, 0.11);
  }
  .topics::after{
    content: "お知らせ";
    font-size: 34px;
    bottom: 40px;
    color: rgba(9, 124, 194, 1);
  }
  .topics_list{
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 100px;
  }
  .topics_item{
    background-color: #fff;
    border-radius: 60px;
    width: 333px;
    overflow: hidden;
  }
  .topics_item_link{
    display: block;
    text-decoration: none;
  }
  .topics_item_img{
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }
  .topics_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .topics_item_bottom{
    padding: 15px 25px 30px;
  }
  .topics_text{
    font-size: 18px;
    color: #535353;
  }
  .topics_date{
    font-size: 15px;
    color: #A0A0A0;
  }
  .news_btn{
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
  }
  .topics_banner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 0 auto 200px;
    width: 88%;
  }
  .topics_banner a{
    width: 47%;
  }
  .topics_banner a:hover{
    opacity: 1;
  animation: flash 1.5s;
  }
  @keyframes flash {
    0% {
      opacity: .3;
    }
    100% {
      opacity: 1;
    }
  }
  .topics_banner::after{
    content:"";
    display: block;
    width:47%;
  }
  .topics_banner img{
   
  }
  .slider{
    margin-bottom: 200px;
  }
  .img{
    margin: 0 10px;
  }








  


.header-sns {
  display: flex;
  gap: 10px;
  flex-direction: column;
  position: absolute;
  bottom: 10%;
  left: 30%;
}

.header-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  /* background: var(--color-bg-light); */
  transition: var(--transition);
}

.header_logo {
  display: block;
  width: 30%;
  margin-left: 0;
}
.header h1 {
  width: 30%;
}
.header_menu {
  display: flex;
  font-size: 15px;
}
.header_menu_list {
  display: inline;
}
.header_menu li {
  text-decoration: none;
  list-style: none;
  margin: 0 20px;
  display: inline-block;
  line-height: 1rem;
}
.header_menu_list_en {
  color: #FF6C00;
  font-size: 12px;
}
.header_members_card img {
  /* width: 55%; */
}
.header_members_card{
  position: absolute;
  text-align: center;
  right: 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 99px;
  height: 99px;
}



.hamburger {
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 100;
  border: none;
  background: none;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #097CC2;
  transition: all 0.4s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 11px;
  opacity: 0;
}

.hamburger span:nth-child(3) {
  bottom: 0;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(5px) rotate(-45deg);
  background-color: #fff;
  height: 2px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  background-color: #097CC2;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
  background-color: #fff;
  height: 2px;
}

.hamburger div::after {
  content: "open";
  color: #097CC2;
  top: 22px;
  position: absolute;
  left: 1px;
}

.hamburger.active div::after {
  content: "close";
  color: #fff;
  top: 22px;
  position: absolute;
  left: 1px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #097CC2;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.4s;
  padding: 50px 100px;
}
.menu img{
  width: 50%;
}
.menu.active {
  transform: translateX(0);
  overscroll-behavior-y: contain;
    overflow-y: auto;
}
.menu_inner{
  display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 10%;
    width: 60%;
}

.menu-nav-col h4 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}

.menu-nav-col ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.under_ul{
  margin-top: 80px;
}
.menu-nav-col ul li a {
  font-size: 16px;
}

.menu-nav-col ul li a:hover {
  /* color: var(--color-primary); */
  color: #000;
}
.menu_map_img{
  position: absolute;
  right: 55px;
  top: 25%;
}

/* メニュー項目の遅延アニメーション */
.menu.active li:nth-child(1) {
  transition-delay: 0.2s;
}

.menu.active li:nth-child(2) {
  transition-delay: 0.3s;
}

.menu.active li:nth-child(3) {
  transition-delay: 0.4s;
}

.menu.active li:nth-child(4) {
  transition-delay: 0.5s;
} */

/* メニューリンク */
.menu a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.menu a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: right;
}

.menu a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Mobile Nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: white;
  padding: 24px 32px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  z-index: 999;
  flex-direction: column;
  gap: 20px;
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-text);
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.mobile-nav a:hover {
  color: var(--color-primary);
}


/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:-20px;
  /*全体の高さ*/
height:100px;
z-index: 2;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 1px;
height: 30px;
background: #000;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.9s ease-in-out infinite;
opacity:0;

}
.scroll_blue::after{
  background: #0097D7;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:50px;
  opacity: 1;
}
100%{
  height:0;
  top:100px;
  opacity: 0;
}
}



/* ============================================
   Photo Strip (横スクロール)
   ============================================ */

.slider div {
  width: 100vw;
}

/* ============================================
   Footer
   ============================================ */
.site-footer {
  background: linear-gradient(to bottom, #FED746, #097CC2);
  color: white;
  font-size: 15px;
}
.footer_top{
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
}
.footer_top img{
  width: 70%;
  margin: 0 auto;
  padding: 30px 0;
}
.footer_middle{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #fff;
}
.footer_middle_1{
  display: flex;
  align-items: center;
  justify-content: center; 
}
.footer_middle_1 a{
  width: 30%;
  margin: 80px 0;
}
.footer_middle_2{
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer_middle ul{
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 30px;
}
.footer_middle li{
  padding-bottom: 10px;
}
.footer_bottom{
  padding: 30px 30px 30px 100px;
}
.office{
  width: 20%;
}
.address{
  width: 55%;
}
.tel{
  width: 20%;
}
/* ============================================
   line_btn
   ============================================ */
   .text-on-circle-wrapper .line_btn{
      width: 80%;
   }
  .text-on-circle-wrapper{
    position: fixed;
    bottom: 100px;
    right: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }



/* 内側の円サイズ */
.text-on-circle {
    width: 160px;
    height: 160px;
    animation: rotate-circle 20s linear infinite;
    z-index: 999;
    position: absolute;
}

/* 外側の円サイズ */
.text-outside-circle {
    width: 170px;
    height: 170px;
    animation: rotate-circle-reverse 20s linear infinite;
}

/* 共通スタイル */
.text-on-circle span, .text-outside-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 0 0;
    font-size: 14px;
    text-align: center;
}

/* 内側テキストの色 */
.text-on-circle span {
    color: #fff;
    font-weight: 400;
}

/* 外側テキストのスタイル */
.text-outside-circle span {
    transform: rotate(calc(var(--i) * 6deg)) translate(0, -108px);
    color: #111;
    font-weight: 700;
}

/* 中心の四角 */
.square {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background-color: #000; /* 四角の色 */
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

/* アニメーション（内側） */
@keyframes rotate-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/* アニメーション（外側） */
@keyframes rotate-circle-reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .text-wrapper {
        flex-direction: column;
        gap: 30px;
    }
}
/* ============================================
   particles-js
   ============================================ */

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: #2c2e43; */
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -2;
}

/* ---- stats.js ---- */
.count-particles {
  /* background: #000022; */
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}
/* ============================================
   Keyframes
   ============================================ */
   @keyframes float {
    0%, 100% { transform: translateY(0); }
    50%       { transform: translateY(-10px); }
  }
/* ============================================
  particles
  ============================================ */
/*コンテンツを囲むラッパー要素*/
.wrap{
	width:100%;
	/* height:100vh; */
	position:relative;/*基準要素、子の基準となる*/
}
/*アニメーション描画用*/
canvas{
	position:absolute;/*親のブロックを基準にして相対位置に配置する*/
	/*位置指定*/
	top:0;
	right:0;
	z-index:-1;/*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/
}

/* ================================================
  Scroll animation
================================================ */
.fade-in-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  position: absolute;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================
   Responsive
   ============================================ */
@media (min-width: 769px){
  .hide-pc{
    display: none;
  }
  .menu-sns{
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .hide-sp{
    display: none;
  }
  .header{
    position: relative;
  }
  .header-logo{
    margin: 0 auto;
    width: 20%;
    padding: 10px 0;
  }
  main{
    margin-right:0;
  }
 .menu{
    /* height: calc(100vh - 53px); */
    padding: 30px 30px 10px;
  }
  .menu-inner{
    /* display: flex; */
    /* justify-content: space-between; */
    /* height: 70px; */
    padding: 0;
    /* max-width: var(--container); */
    margin: 0 auto;
    /* align-items: center; */
    border: 1px solid #fff;
    width: 100%;
  }
  .menu-inner ul{
    display: flex;
    flex-direction: row;
  }
  .menu-inner ul li{
    width: calc(100% / 5);
    height: 60px;
    font-size: 10px;
  }
  .menu-inner .sp_menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
  }
  .menu-inner li img {
    width: 25%;
    margin-bottom: 5px;
}
  .menu-nav-col ul li a {
    font-size: 15px;
  }
  .under_ul{
    margin-top: 25px;
  }
  .menu-nav-col{
    margin-top: 25px;
  }
  .site-menu{
    top: unset;
    right: unset;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    flex-wrap: nowrap;
    width: 100%;
    height: 53px;
    gap: 3px;
    border-top: solid 2px #097CC2ff;
    z-index: 999;
  }
  .hamburger {
    display: flex;
  }
  .hamburger div::after{
    content: "menu";
    color: #097CC2;
    top: 22px;
    position: absolute;
    left: 2px;
    font-size: 10px;
  }
  .hamburger.active div::after{
    content: "close";
    color: #fff;
    top: 22px;
    position: absolute;
    left: 2px;
    font-size: 10px;
  }
  .menu-sns{
    display: flex;
    margin-top: 20px;
  }
  .menu img{
    width: 30%;
    position: absolute;
    left: 35%;
    bottom: 30px;
  }
  .copylight{
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 20%;
  }
  .menu-sns img{
    width: 60%;
  }
  .nav {
    position: fixed;
    bottom: 0;
    right: 0;
    /* width: 100%; */
    padding: 1rem;
    background-color: #fff;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  }
  .site-footer{
    padding: 40px 20px 0;
  }
  .footer-inner {
    margin-bottom: 50px;
  }
  .pan {
    margin-top: unset!important;
    margin: 10px 0 50px 10px!important;
    font-size: 13px!important;
  }
  .pan img{
    width: 60%;
  }
  .container {
    padding: 0 20px;
  }
  .group_01 {
    display: flex;
    align-items: center;
    gap: 100px;
    flex-direction: column;
    margin: 0 20px;
  }
  .page_2{
    margin: 0 5%;
  }
  .group_01 img {
    width: 80%;
  }
  .group_01 p{
    text-align: center;
    font-size: 15px;
  }
  .page_2-right{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .image_1_1 {
    width: 100%;
  }
  .image_1_2 {
    width: 100%;
  }
  .card_group{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: unset;
    margin: unset;
    width: unset;
    justify-content: unset;
  }
  .card_detail{
    border-radius: 55px;
    width: 100%;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .other_service{
    margin: 0;
    padding: 20px;
  }
  .other_service_list_item{
    width: 100%;
    height: 95px;
  }
  .other_service_list_item img {
    width: 15%;
    margin: 0 30px;
  }
  .group_02{
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    margin-top: 50px;
  }
  .group_02 img {
    width: 100%;
  }
  .topics_list {
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
    flex-direction: column;
    align-items: center;
  }
  .news_btn {
    margin-bottom: 100px;
  }
  .topics_banner a {
    width: 100%;
  }
  .topics_banner {
    display: flex;
    gap: 30px;
    margin: 0 auto 100px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .service::after,.topics::after {
    font-size: 25px!important;
  }
  .menu_inner{
    display: block;
    width: 100%;
  }
.menu-nav-list ul{
  display: flex;
  flex-direction: column;
}
.menu-nav-list ul li{
  width: 100%;
  background-color: unset;
  color: #fff;
  border-bottom: unset;
  display: block;
  margin-bottom: 15px;
  height: auto;
  font-size: 16px;
}
.accordion-003 {
  max-width: 500px;
  margin-bottom: 7px;
}

.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 1em 1em 0;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
  display: none;
}

.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffffb3;
  border-right: 3px solid #ffffffb3;
  content: '';
  transition: transform .3s;
}

.accordion-003[open] summary::after {
  transform: rotate(225deg);
}

.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 1em 1em;
  color: #ffffff;
  transition: transform .5s, opacity .5s;
}

.accordion-003[open] p {
  transform: none;
  opacity: 1;
}
.footer_sp img{
  width: 30%;
  margin: 30px auto;
}
.footer_sp_copy{
  text-align: center;
  font-size: 10px;
  padding-bottom: 10px;
}
.slider {
  margin-bottom: 150px;
}
.footer_top img {
  width: 95%;
}
.top_btn{
  display: none;
}
.blue_text .small {
  font-size: 22px;
}
.first_image{
  height: 200px;
  object-fit: cover;
  border-radius: 25px;
}
.top_text{
  position: absolute;
  top: unset;
  right: 25%;
  width: 50%;
  bottom: -15px;
}
.section-header_1{
  color: rgba(9, 124, 194, 0.05)!important;
  font-weight: bold;
}
.dots-5 .slick-dots button {
  margin-top: 50px;
}
/* ============================================
   blog ページでのサービス・トピックスカード崩れ防止
============================================ */
.card_detail {
  font-size: 16px;
}
.arrow_r {
  font-size: 16px;
}
.top_menu a {
  color: #535353;
}
}