@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

*{box-sizing: border-box;}
/* float解除用 */
.clearlist {
	content: "";
	display: block;
	clear: both;
}
a{
  color: inherit;
  text-decoration: none;
}

@font-face { font-family: 'MyBrushFont'; src: url('/assets/fonts/mybrushfont.woff2') format('woff2'); font-weight: normal; font-style: normal; font-display: swap; }

.iphone{
    display: none;
}

body{
    overflow-x: hidden;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;

}

iframe{
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.map{
  text-align: center;
}


/* ナビゲーション */

.topreverse{
    position: fixed;
    bottom: 0;
    left: 0;
}

.topreverse1{
    padding: 10px;
    font-size: 15px;
    font-weight: 300;
    background-color: #eee;
    color: #000;
}

nav {
  background: #eee;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  box-sizing: border-box;
}

.logo {
  font-size: 24px;
  font-weight: bold;
}

.logo img{
     width: 100%;
    max-height: 70px;
    line-height: 70px;
}


.right-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}

/* バナー共通 */
.banner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner .phone {
  margin-right: 15px;
}

.contact-btn {
  background: #75aaff;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 4px;
}

/* PC用バナー */
.pc-banner {
  margin-bottom: 5px;
}

/* ナビゲーション */
.nav-area {
  display: flex;
  align-items: center;
}

.menu-toggle {
  font-size: 24px;
  cursor: pointer;
  padding: 10px;
  display: none; /* PCでは非表示 */
}

.menu {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.menu > li {
  position: relative;
  padding: 10px 20px;
  border-right: 1px solid white;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.menu > li.red-bg {
  background: #75aaff;
}

.menu > li:last-child {
  border-right: none;
}

/* 矢印アイコン */
.arrow::before {
  content: "▶";
  margin-left: 8px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}

.parent:hover .arrow::before {
  opacity: 1;
}

/* hoverで子項目表示 */
.menu > li:hover > .child {
  display: block;
}

.child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #444;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 100%;
  z-index: 10;
}

.child li {
  padding: 10px;
  border-bottom: 1px solid #666;
}

.child li:hover {
  background: #555;
}

/* PC用バナー */
.pc-banner {
  display: flex;
  margin-bottom: 5px;
}

/* モバイル用バナーは初期非表示 */
.mobile-banner {
  display: none;
}
/* ナビゲーション終わり */


li{
  list-style: none;
}

.pc{
  display: block;
}

.iphone{
  display: none;
}

.container{
  position: relative;
}


  .slider {
	max-width: 100%;
	width: 100%;
  }
  .slick-img img {
	height: auto;
	width: 100%;
	opacity: 1;
  }








.dots-wrap {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 50%;
}

.dots-wrap li {
    width: 30px;
    height: 30px;
    background-color: coral;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.dots-wrap li.slick-active,
.dots-wrap li:hover {
    opacity: 1;
}

.dots-wrap li:last-child {
    margin-bottom: 0;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}



.slide100 video{
  width: 100%;
}


.catchcopy{
    position: absolute;
    top: 45%;
    left: 50px;
    font-size: 50px;
    font-weight: 100;
   font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    color: #000;
}

.catchcopy1{
     background:rgba(255,255,255,0.5);
    padding: 20px;
}



/* コンセプト */

.consept{
    position: relative;
    padding: 50px 0 50px 200px;
    font-family: "M PLUS 1p", "Noto Sans JP", sans-serif; font-weight: 700;
}

.consept-txt{
    font-size: 75px;
    text-align: left;
    color: #000;
    font-weight: 400;
}

.consept-text{
    padding-top: 30px;
    font-size: 20px;
    text-align: left;
    font-weight: 200;
}

.consept-text1{
    background-color:whitesmoke;
    color: #000;
    padding: 20px;
}
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
}

.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 900;
}

.arrow1 {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow1:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow1:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow1:before,
.arrow1:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.arrow1:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow1:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}



.smaile{
    position: absolute;
    top: 20%;
    right: 150px;
}

.smaile img{
    width: 100%;
    width: 350px;
    height: 350px;
    border-radius: 20px;
    rotate: -5deg;
}

/* コンセプト終わり */


/* logoスライダー */
.top{
	position: relative;
}

.slider1{
	background-color: #fff;
}


.slider1 img {
  width: 100%;
}

.slider-cover{
    background-color: whitesmoke;
    border-bottom-right-radius: 800px;
}

/* logoスライダー終わり */

/* 強み */

.strength-cover{
    padding: 20px 75px;
}

.strongth{
    text-align: center;
    padding: 50px 0 0 0 ;
}

.consept-txt1{
    padding-bottom: 20px;
    font-size: 75px;
    text-align: center;
  font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    color: #000;
}

.strength-card{
    float: left;
    width: 33.33333333%;
    text-align: center;
    padding: 20px;
}

.strength-card1{
   border-radius: 20px;
}

.strength-card2{
   background-image: url(../images/s1.png);
   background-size: cover;
   background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
   border-radius: 20px;
   padding: 100px 10px;
   box-shadow: 4px 4px 8px #333;
}

.strength-card3{
   background-image: url(../images/s2.png);
   background-size: cover;
   background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
   border-radius: 20px;
   padding: 100px 10px;
      box-shadow: 4px 4px 8px #333;
}

.strength-card4{
   background-image: url(../images/s3.png);
   background-size: cover;
   background-color:rgba(255,255,255,0.7);
background-blend-mode:lighten;
   border-radius: 20px;
   padding: 100px 10px;
      box-shadow: 4px 4px 8px #333;
}


.strength-card img{
    width: 100%;
    text-align: center;
    width: 150px;
    height: 150px;
}

.strength-text1{
    font-size: 20px;
    font-weight: 600;
    font-family: 'MyBrushFont', sans-serif;
    padding-bottom: 20px;
}

/* 強み終わり */

.service{
    position: relative;
    padding: 50px 200px 50px 200px;
    background-size: cover;
}

.business{
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 100px;
}

.business p{
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  background-color: #444;
    font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.business img{
  width: 100%;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  background-color: #333;
}

.business img:hover{
  box-shadow: 4px 4px 16px #fff;
    transition: 0.5s;
    background-color: #fff;
}

.business p:hover{
  background-color: #fff;
  color: #000;
  transition: 0.5s;
}
/* サービス終わり */

/* 代表挨拶 */

.ceo{
    position: relative;
   display: flex;
    text-align: left;
    padding: 50px;
}

.ceo img{
    padding-left: 150px;
    width: 100%;
    width: 500px;
    height: auto;
}

.smile{
    position: absolute;
    top: -40%;
    right: -250px;
    overflow: hidden;
}

.smile img{
    width: 100%;
    rotate: -5deg;
    overflow: hidden;
    opacity: 0.4;
    z-index: -1;
}

.ceo-text{
    text-align: left;
    font-size: 20px;
    color: #000;
    text-shadow: 2px 2px 8px #fff;
    font-weight: 800;
    padding: 70px;
}

.ceo-text1{
    padding: 20px;
    font-size: 40px;
    color: #fff;
    background-color: #555;
    text-shadow: none;
    border-bottom-left-radius: 40px;
    z-index: 1;
}

.ceo-text2{
    font-size: 25px;
}

/* 代表挨拶終わり */



footer {
  background-color: #1a1a1a;
  color: #ccc;
  padding: 40px 20px 20px;
  font-size: 14px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.footer-brand h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
}

.footer-nav h4,
.footer-social h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-nav ul,
.footer-social ul {
  list-style: none;
  padding: 0;
}

.footer-nav li,
.footer-social li {
  margin-bottom: 8px;
}

.footer-nav a,
.footer-social a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-nav a:hover,
.footer-social a:hover {
  color: #ffd700; /* 金色のアクセント */
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid #333;
  padding-top: 20px;
  font-size: 12px;
  color: #888;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* ============================
   CTA BANNERS
============================ */
.cta-banners {
  display: flex;
  gap: 40px;
  padding: 50px 20px;
  flex-wrap: wrap; /* ← 追加：スマホで潰れないように */
}

/* PC：横並び */
.cta-banner {
  flex: 1 1 calc(50% - 40px); /* ← PCで2カラム確定 */
  position: relative;
  display: block;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: 0.4s ease;
  min-width: 280px; /* ← スマホで消えるのを防ぐ */
}

/* 背景画像（sample） */
.blog-banner {
  background: url("../images/top2.png") center/cover no-repeat;
}

.insta-banner {
  background: url("../images/top3.png") center/cover no-repeat;
}

/* 黒グラデーションオーバーレイ */
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.65));
  transition: 0.4s ease;
}

/* ホバーで背景ズーム */
.cta-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.cta-banner:hover::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.75));
}

/* テキスト */
.cta-content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
  transition: 0.4s ease;
}

.cta-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.cta-content p {
  font-size: 16px;
  opacity: 0.9;
}

/* ホバーでテキストが浮く */
.cta-banner:hover .cta-content {
  transform: translateY(-5px);
}

/* ============================
   MOBILE（縦並び）
============================ */
@media (max-width: 768px) {

  .cta-banners {
    flex-direction: column;
   display: block;
    gap: 25px;
  }

  .cta-banner {
    flex: 1 1 100%;
    height: 200px;
    min-width: 100%; /* ← スマホで確実に表示 */
  }

  .cta-content1{
    padding: 20px;
  }

  .cta-content h2 {
    font-size: 26px;
  }

  .cta-content p {
    font-size: 14px;
  }
}



/* ============================
   TRIPLE PHOTO BANNER
============================ */
.triple-banner {
  display: block;
  width: 80%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #fff;
  margin: 40px auto;
  background: 
    url("../images/connection1.png") left center/33.5% no-repeat,
    url("../images/connection2.png") center center/33.5% no-repeat,
    url("../images/connection3.png") right center/33.5% no-repeat;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

/* 黒グラデーション */
.triple-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.65));
  transition: 0.4s ease;
}

/* ホバーでズーム */
.triple-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.triple-banner:hover::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.75));
}

/* テキスト */
.banner-overlay {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
  transition: 0.4s ease;
}

.banner-overlay h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
}

.banner-overlay p {
  font-size: 16px;
  opacity: 0.9;
}

/* ホバーでテキストが浮く */
.triple-banner:hover .banner-overlay {
  transform: translateY(-5px);
}

/* ============================
   MOBILE
============================ */
@media (max-width: 768px) {
  .triple-banner {
      width: 95%;
    height: 200px;
    background:
      url("../images/connection4.png") center/cover no-repeat;
  }

  /* スマホは1枚に見せる（3枚は小さすぎるため） */
  .banner-overlay h2 {
    font-size: 22px;
  }

  .banner-overlay p {
    font-size: 12px;
  }
}

/* ============================
   SATELLITE BANNER
============================ */
.satellite-banner {
  display: block;
  width: 80%;
  height: 280px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  color: #fff;
  margin: 80px auto;
  background: url("../images/event.png") center/cover no-repeat;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

/* 黒グラデーション */
.satellite-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.65));
  transition: 0.4s ease;
}

/* ホバーで背景ズーム */
.satellite-banner:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.25);
}

.satellite-banner:hover::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.75));
}

/* テキスト */
.satellite-banner-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 2;
  transition: 0.4s ease;
}

.satellite-banner-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.satellite-banner-content p {
  font-size: 16px;
  opacity: 0.9;
}

/* ホバーでテキストが浮く */
.satellite-banner:hover .satellite-banner-content {
  transform: translateY(-5px);
}

/* ============================
   MOBILE
============================ */
@media (max-width: 768px) {
  .satellite-banner {
    width: 95%;
    height: 200px;
    background-position: center;
  }

  .satellite-banner-content h2 {
    font-size: 26px;
  }

  .satellite-banner-content p {
    font-size: 14px;
  }
}




/* 📱 モバイル対応 */
@media screen and (max-width: 768px) {
  .access-wrapper {
    flex-direction: column;
  }

  .access-info,
  .access-map {
    width: 100%;
    padding: 15px;
  }

  .access-map iframe.mapclass {
    height: 300px;
  }
}

/* モバイル用 */

@media (max-width: 768px) {
     .pc-banner {
    display: none; /* PCバナーは消す */
  }

  .menu-toggle {
    display: block;
  }
  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 60px); /* バナー高さ分引く */
    overflow-y: auto;
    background: #eee;
    position: fixed;   /* navの下ではなく画面上に固定 */
    top: 75px;        /* navの高さ分下げる */
    left: 0;
    z-index: 5000;     /* バナーより低くする */
  }
  .menu.active {
    display: flex;
  }
  .menu > li {
    border-right: none;
    border-bottom: 1px solid white;
    flex-direction: column;
    align-items: flex-start;
  }
  .arrow::before {
    content: "▼"; /* モバイルは下三角 */
  }
  .child {
    position: static;
    background: #555;
    width: 100%;
  }

  /* モバイル用バナーは画面下固定 */
  .mobile-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px; /* バナー高さを固定 */
    background: #333;
    color: white;
    padding: 10px;
    z-index: 9999; /* 最前面に固定 */
    transition: transform 0.3s ease;
    box-sizing: border-box;
  }
  .mobile-banner.hidden {
    transform: translateY(100%); /* 下に隠す */
  }

.iphone{
    display: block;
}

.pc{
    display: none;
}

.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* スライドは通常フローに置く（高さが画像に合わせて決まる） */
.slide {
  width: 100%;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 1s ease, transform 1s ease;
  position: absolute;
  top: 0;
  left: 0;
}

/* 最初のスライドだけは位置を確保する */
.slide.active {
  position: relative;
  opacity: 1;
  transform: translateX(0);
}

/* 画像は比率そのまま */
.slide img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom-left-radius: 100px;
}

/* ドットナビ */
.dots-wrap li {
    width: 15px;
    height: 15px;
    background-color: coral;
    margin-bottom: 10px;
    cursor: pointer;
    opacity: 0.45;
}

.catchcopy{
    position: absolute;
    top: 30%;
    left: 10px;
    font-size: 15px;
    font-weight: 100;
       font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    font-style: italic;
    color: #000;
}




.slide100 video{
  width: 100%;
}

.catchcopy1{
     background:rgba(255,255,255,0.5);
    padding: 20px;
}

/* コンセプト */

.consept{
    position: relative;
    padding: 50px 0 50px 10px;
}

.consept-txt{
    font-size: 55px;
    text-align: left;
       font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    color: #000;
}

.consept-text{
    padding-top: 30px;
    font-size: 20px;
    text-align: left;
    font-weight: 300;
}

.consept-text1{
    background-color:whitesmoke;
    color: #000;
    padding: 20px;
}


.smaile{
    position: absolute;
    top: 20%;
    right: 10px;
}

.smaile img{
    width: 100%;
    width: 150px;
    height: 150px;
    border-radius: 20px;
    rotate: -5deg;
}

/* コンセプト終わり */


/* logoスライダー */
.top{
	position: relative;
}

.slider1{
	background-color: whitesmoke;
}


.slider1 img {
  width: 100%;
}

.slider-cover{
    background-color: whitesmoke;
    border-bottom-right-radius: 800px;
}

/* logoスライダー終わり */

/* 強み */

.strength-cover{
    padding: 20px 15px;
}

.strongth{
    text-align: center;
    padding: 50px 0 0 0 ;
}

.consept-txt1{
    padding-bottom: 20px;
    font-size: 55px;
    text-align: center;
       font-family: "M PLUS 1p", "Noto Sans JP", sans-serif;
    color: #000;
}

.strength-card{
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.strength-card1{
    padding: 10px;

   border-radius: 20px;
}


.strength-card img{
    width: 100%;
    text-align: center;
    width: 100px;
    height: 100px;
}

.strength-text1{
    font-size: 20px;
    font-weight: 600;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-bottom: 20px;
}

/* 強み終わり */

.service{
    position: relative;
    padding: 50px 10px 50px 10px;
    background-size: cover;
}

.business{
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
}

.business p{
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  background-color: #444;
    font-weight: 600;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.business img{
  width: 100%;
  display: block;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  background-color: #333;
}

.business img:hover{
  box-shadow: 4px 4px 16px #fff;
    transition: 0.5s;
    background-color: #fff;
}

.business p:hover{
  background-color: #fff;
  color: #000;
  transition: 0.5s;
}
/* サービス終わり */

/* 代表挨拶 */

.ceo{
    display: block;
    text-align: center;
    padding: 5px;
}
.ceo img{
    width: 100%;
    width: 300px;
    height: auto;
    text-align: center;
    padding: 0;
}

.smile{
    position: absolute;
    top: 30%;
    right: 0px;
    overflow: hidden;
}

.smile img{
    width: 100%;
    rotate: -5deg;
    overflow: hidden;
    opacity: 0.8;
}

.ceo-text{
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    text-shadow: 2px 2px 8px #fff;
    font-weight: 800;
}

.ceo-text1{
    text-align: right;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    background-color: #555;
    text-shadow: none;
    border-bottom-left-radius: 20px;
}

.ceo-text2{
    font-size: 25px;
}

/* 代表挨拶終わり */







}