@import url("https://fonts.googleapis.com/css?family=Pontano+Sans");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

.yakuhan {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.ryogo_r {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ryogo_b {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 700;
  font-style: normal;
}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "YakuHanJP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif; */
}

h1,
h2,
h3 {

  letter-spacing: .15rem;
}

iframe {
  border-radius: 8px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  color: black;
  text-decoration: none;
}


p {
  word-break: break-all;
}


/*電話*/
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none !important;
  }
}

/*BOX*/

body {
  margin: 0;
  padding: 0;
  position: relative;
}

main {
  min-height: calc(100vh - 450px);
}

/* .wrap {

overflow: hidden;


} */


.wrapper {
  max-width: min(1320px, 92vw);
  width: 1320px;
  margin: 30px auto;
  position: relative;
  display: flex;
}

.mission-frame-bottom-img {
  display: block;
  height: auto;
  margin: 0 auto;      /* 中央に配置 */
  transform: translateY(35px); /* 少し下に移動 */
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 480px) {
  .mission-frame-bottom-img {
    transform: translateY(22px); 
  }
}

@media screen and (max-width: 1200px) {
  .wrapper {
    min-width: 0;
    width: 100%;
  }

}

@media screen and (max-width: 1024px) {
  .wrapper {
    min-width: 0;
    width: 100%;
    /*padding-top: 59px;*/
  }
}

/*付加*/
.pc-none {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .sp-none {
    display: none !important;
  }
}

a {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.9;
}

a:visited {
  opacity: 1;
}

header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  max-height: 74px;
}



.header_area {
  background-color: #fff;
  transition: 0.3s;
  min-height: 80px;
}


footer {
  width: 100%;
  background-color: #3C3C3C;
  border-radius:3rem 3rem 0 0;
  margin-top: 3rem;
}

footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 60px 0px 0px 0;
  box-sizing: border-box;
  z-index: 0;
}

footer .footer-container.newtop {
  margin-top: -3em;
}


footer .footer-container nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

footer .footer-container nav .nav-sec {
  padding-bottom: 0;
  margin-bottom: 20px;
	text-align:start;
}



footer .footer-container nav .nav-sec p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .2rem;
  margin-bottom: 4px;
  font-weight: 600;
}

footer .footer-container nav .nav-sec p.footer_logo img {
  max-width: 200px;
}



footer .footer-container nav .nav-sec ul li {
  margin-bottom: 4px;
	font-size:10px;
}

footer .footer-container nav .nav-sec ul li.adrs {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 4px 0;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .03rem;
  color: #fff;
}

footer .footer-container nav .nav-sec ul li a {
  box-sizing: border-box;
  padding: 4px 25px;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .03rem;
  color: #fff;
}



footer .footer-container nav .footer-icon {
  position: absolute;
  right: 0;
  bottom: 5px;
}

footer .footer-container nav .footer-icon img {
  width: 100%;
}

.myanmar{
		padding:0px !important;
}
@media screen and (max-width: 480px) {
  footer .footer-container {
    max-width:480px;
    width:90%;
  }
	.footer_logo img{
		width:162px;
		height:70px;
	}
	footer .footer-container nav{
		grid-template-columns:1fr 1fr;
	}
	
	footer .footer-container nav .nav-sec p{
		font-size:12px;
	}
	footer .footer-container nav .nav-sec ul li.adrs{
		font-size:10px;
		line-height:1.5;
	}
	footer .footer-container nav .nav-sec ul li a{
		font-size:10px;
		padding:0 0 0 1rem ;
		line-height:1.5;
	}
	.myanmar{
		padding:0px !important;
	}
}

@media screen and (max-width: 1024px) {
  footer .footer-container nav .footer-icon {
    display: inline-block;
    width: 30px;
  }
}

footer .footer-container .copyright {
  border-top: 1px solid #fff;
  color: #fff;
  font-size: .8rem;
  padding: 15px 0 10px;
  font-weight: 300;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  footer .footer-container .copyright {
    font-size: 10px;
    padding: 10px 0 107px;
  }
}

footer .sp-nav {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  footer .sp-nav {
    display: flex;
  }
}

footer .sp-nav a {
  display: block;
  width: 50%;
  text-align: center;
  color: #1a3675;
  position: relative;
  font-size: .8rem;
  padding: 10px 0 4px;
  border-top: 1px solid #1a3676;
  font-weight: 600;
  background-color: #74D9F8;
}

footer .sp-nav a p {
  margin-top: 4px;

}


footer .sp-nav a:first-child {
  background-color: #CCEDF7;
  border-right: 1px solid #1a3676;
  border-top: 1px solid #1a3676;
}

footer .sp-nav a:first-child p {
  padding-right: 0;
}

footer .sp-nav a:last-child img {
  padding: 5px 0 2px;
}

footer .sp-nav a img {
  width: 30px;
}




.prefooter {
  background: linear-gradient(90deg, #F5F6F8 0%, #F5F6F8 50%, #CCEDF7 50%, #CCEDF7 100%);
}

.footer_left,
.footer_right {
  text-align: center;
  margin: 2rem 0;
  padding: 2rem 4rem;
}

.footer_left>h3,
.footer_right>h3 {
  font-size: 1.2rem;
  letter-spacing: .1rem;
  font-weight: 600;
}

.prefooter p {
  height: 80px;
  margin-bottom: 20px;
}

.navlogo {
  /*   width: 200px;   */
  margin: 10px;
}

@media screen and (max-width: 991px) {
  .spvert {
    flex-direction: column;
  }

  .prefooter {
    background: linear-gradient(180deg, #F5F6F8 0%, #F5F6F8 50%, #CCEDF7 50%, #CCEDF7 100%);
  }

  .footer_left, .footer_right {
    padding: 1rem;
    text-align: center;
  }

  .whbtn, .blbtn {
    padding: 0.6rem 1.6rem;
    font-size: .8rem;
  }

}

@media screen and (max-width: 576px) {
  .prefooter p {
    height: 110px;
  }
}

/*breadcrumb*/

.breadcrumb {
  margin-top: 1rem;
}

.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0 0 0;
  list-style: none;
}

.breadcrumb-list li {
  font-size: 0.65rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}

.breadcrumb-item.active {
  color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  display: inline-block;
  padding: 0 0.5rem;
  color: #d5d5d5;
}

.breadcrumb-back {
  flex-shrink: 0;
  font-size: 12px;
  color: #003366;               /* 文字色は黒 */
  background-color: #fff;    /* 背景は白 */
  border: 1px solid #003366;   
  padding: 3px 20px;
  border-radius: 9999px;     /* 丸くする */
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
  text-align: center;
}
.breadcrumb-backtop {
  flex-shrink: 0;
  font-size: 12px;
  color: #fff !important;            /* 完全な白文字 */
  background-color: #001f3f;  /* 黒に近い紺色 */
  border: 2px solid #001f3f;  /* 枠線も同じ紺色に */
  padding: 5px 30px;
  border-radius: 9999px;      /* カプセル型 */
  line-height: 1.4;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  a.breadcrumb-backtop {
    position: relative;
    top: -40px; /* 枠の大きさを変えずに上に移動 */
  }
}
/*breadcrumb End*/

/*Nav*/

nav {
  display: block;
}

nav li {
  font-size: 1.125rem;
  margin: 0;
}

.dnone {
  display: none;
}

a.nourl {
  cursor: default;
}

.is-animated {
  animation: .6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(.1);
  }

  100% {
    transform: none;
  }
}

.article-content strong {
  font-weight: 700;
}

.bpo_bn img {
  width: 100%;
  margin: 2em 0;
}

/*20240329 edit*/
.footer_left,
.footer_right {
  margin: 0;
  padding: 2rem 4rem;
}

.footer_left img,
.footer_right img {
  height: 90px;
}

.prefooter {
  /* background:linear-gradient(90deg,#F5F6F8 0%,#F5F6F8 50%,#CCEDF7 50%,#CCEDF7 100%); */
  position: relative;
  padding: 1em;
}

.word-break-auto-phrase {
  word-break: auto-phrase;
}


/* 数字で見る私達の実績 */

* {
  box-sizing: border-box;
}

.Development-frame {
  position: relative;
  width: min(1320px, 92vw);
  min-height: 750px;
  margin: 73px auto;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.Development-frame-content {
  padding: 28px;
  /* 下の画像高さ分を確保（例：120px） */
  padding-bottom: 180px;
}

.Development-frame-title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-self: center;
  gap: 1rem;
  align-items: center;
}

.Development-frame-icon {
  width: 26px;
  height: 34px;
  color: #ec4024;
  display: flex;
  margin-top: 42px;
}

.Development-frame-text {
  font-size: 36px;
  font-weight: bold;
  color: #141414;
  letter-spacing: 2.16px;
  margin-top: 42px;
}

.Development-frame-bottom-img {
  position: absolute;
  max-width: none;
  left: 0;
  right: 0;
  bottom: -56px;
  object-fit: contain;
  object-position: bottom center;
  display: block;
  width: 100%;
  height: auto; /* 画像の高さを指定 */
  pointer-events: none;
  user-select: none;
}
.Development-frame-bottom-img2 {
  position: absolute;
  bottom: -45px;         /* 枠の下からの距離 */
  right: 0;              /* 枠の右端に寄せる */
  left: auto;            /* 中央寄せ解除 */
  width: 77%;
  height: auto;          /* 縦横比を維持 */
  object-fit: contain;
  object-position: bottom right;
  display: block;
  pointer-events: none;
  user-select: none;
}
.Develoment-Cord {
  display: flex;
  justify-content: space-around;
  gap: 16px;
}
.Develoment-Cord-modal {
  margin: 75px auto 0 auto;
}

.Development-Cord-Item,
.Development-Cord-Item02,
.Development-Cord-Item03 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background-color: #e0e9f1;
  width: 342px;
  height: 408px;
  border-radius: 100px;
}

.Development-Cord-font-30 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-36 {
  display: flex;
  font-size: 36px;
  text-align: center;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-42 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Development-Cord-font-100 {
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.Development-Cord-font-120 {
  font-size: 120px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 0.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.Development-Cord-font-margin {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .Development-frame {
    min-height: 337px;
  }

  .Development-frame-content {
    padding: 12px;
    /* 下の画像高さ分を確保（例：120px） */
    padding-bottom: 110px;
  }

  .Development-frame-title {
    display: flex;
    justify-content: center; /* 横方向で中央寄せ */
    align-items: center;     /* 縦方向で中央揃え */
    gap: 8px;                /* アイコンと文字の間隔 */
  }

  .Development-frame-icon {
    width: 16px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Development-frame-text {
    font-size: 22px;
    text-align: center; /* 念のため中央揃え */
  }

  /* 横並び調整 */
  .Develoment-Cord {
    display: flex;
    justify-content: space-between; /* 均等に配置 */
    flex-wrap: nowrap;              /* 折り返さない */
    gap: 8px;                       /* スマホ用の隙間 */
  }

  .Development-Cord-Item,
  .Development-Cord-Item02,
  .Development-Cord-Item03 {
    flex: 1 1 auto;     /* 可変幅にする */
    width: auto;
    max-width: 32%;     /* 3つで100%以内に収める */
    border-radius: 20px;
    height: auto;       /* 高さは内容に合わせる */
    min-width: unset;   /* 固定幅を解除 */
  }

  .Development-Cord-font-30 {
    font-size: 11px;
  }

  .Development-Cord-font-36 {
    font-size: 14px;
  }

  .Development-Cord-font-42 {
    font-size: 16px;
  }

  .Development-Cord-font-100 {
    font-size: 40px;
  }

  .Development-Cord-font-120 {
    font-size: 40px;
  }

  .Development-frame-bottom-img {
    bottom: -20px;
  }
  .Development-frame-bottom-img2 {
    bottom: -15px;
  }
  .Develoment-Cord-modal {
    margin: 45px auto 0 auto;
  }
}


/* custom  start */

      /* ---- Layout wrapper ---- */
      .contact-section {
        padding: 3rem 1rem;
      }
      .contact-container {
        max-width: 72rem;
        margin: 0 auto;
      }

      /* ---- Card ---- */
      .contact-card {
        display: block;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        text-decoration: none;
        color: inherit;
      }
      .contact-hero {
        position: relative;
        max-width: 1214px;
        height: 236px;
        background-image: url("../images/bg-custom-link.png");
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        overflow: hidden;
      }

      /* ---- Left navy panel ---- */
      .contact-panel {
        background: #1f3a60;
        color: #fff;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 0 0 0 3rem;
        border-top-right-radius: 9999px;
        border-bottom-right-radius: 9999px;
        width: 25%;
      }

      /* ---- Typography ---- */
      .contact-label {
        margin-top: 0;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.06em;
      }
      .contact-title {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 0.06em;
      }

      /* ---- Hover (optional) ---- */
      .contact-card:focus-visible {
        outline: 3px solid #163f69;
        outline-offset: 3px;
      }
      .contact-card:hover {
        transform: translateY(-1px);
        transition: transform 0.2s ease;
      }

      .contact-frame-bottom-img {
        position: absolute;
        left: 280px;
        right: 0;
        bottom: -42px;
        object-fit: contain;
        object-position: bottom center;
        display: block;
        width: 842.19px;
        height: 110.76px;
        pointer-events: none;
        user-select: none;
      }

      @media (max-width: 768px) {
        .contact-hero {
          height: 12rem;
        }
        .contact-panel {
          width: 40%;
          padding: 0 0 0 1rem;
        }
        .contact-frame-bottom-img {
          width: 70%;
          bottom: -10px;
          left: 33.333%;
        }
        .contact-label {
          margin-top: 0;
          font-size: 16px;
        }
        .contact-title {
          margin-top: 10px;
          font-size: 9px;
        }
      }/* custom  end */

.about-section {
  background-color: #e5e7eb; /* 薄いグレー */
  padding: 80px 0;          /* 上下余白 */
  text-align: center;
}

.about-container {
  max-width: 1000px;
  margin: 0 auto;
}

.about-flex {
  display: flex;
  align-items: center;     /* 縦位置を中央揃え */
  justify-content: center; /* 横方向も中央揃え */
  margin-bottom: 24px;
  gap: 0px;
}

.about-logo {
  width: 200px;   
  height: auto;
}

.about-text {
  font-size: 2.5rem;   
  font-weight: bold;
  margin-left: -25px;    /* 横の詰め調整 */
  position: relative;    /* 相対位置指定 */
  top: 10px;             /* 下げたい分だけ調整 */
}
p.about-text {
  margin-top: 2px;
}

.logo-row {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: flex-end; /* 底辺揃え */
}

.logo-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo-img {
  width: 200px;
  height: 200px;
}

.logo-img.logo-t {
  width: 70px;
  height: 70px;
  margin-top: 0;           /* 一旦リセット */
  transform: translateY(-60px); 
}

.logo-caption {
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 10px; /* 余白を少し小さく */
  }

  .about-logo {
    width: 90px;  /* ロゴ縮小 */
    height: auto;
  }

  .about-text,
  .about-message {
    font-size: 1.05rem; /* 見出し文字縮小 */
  }

  .logo-row {
  }

  .logo-img {
    width: 120px;
    height: 120px;
  }

  .logo-img.logo-t {
    width: 40px;
    height: 40px;
    transform: translateY(-32px); /* 上移動も縮小 */
  }

.logo-caption {
  font-size: 0.8rem;
  margin-top: 4px;
  min-height: 2.4em;  /* 2行分の高さを常に確保 */
  text-align: center;
}
}


/* サービス*/
.service-circle {
  position: relative;     /* 白丸を絶対配置するため */
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: #e0e9f1;
  margin: 20px auto 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* 内側の丸 */
.service-circle-inner {
  position: relative;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background-color: #e0e9f1;
  border: 7px solid #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.service-inner-logo {
  max-width: 25%;
  max-height: 25%;
  display: block;
  top: -150px; /* 上に50px移動 */
  position: relative;
}

.service-center-image {
  max-width: 80%;
  max-height: 80%;
  display: block;

  position: absolute; /* 親の .service-circle 基準 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none; /* ← 必要ならクリックを透過 */
}

/* 左右の白丸 */
.side-circle {
  position: absolute;
  width: 500px;    
  height: 500px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #fff;

  display: flex;
  flex-direction: column;  
  justify-content: flex-start; 
  align-items: center;     
  text-align: center;      

  font-weight: bold;
  color: #000;
  padding-top: 80px;
  box-sizing: border-box;
  white-space: normal;

  font-size: 26px !important;
  line-height: 1.5;
  z-index: 2; /* ← 丸は内側より前、画像より後ろ */
}

/* 丸内の <p> にも文字サイズを強制 */
.side-circle p {
  font-size: 18px !important;
  line-height: 2;
  margin: 0;  /* 余白をリセット */
}

/* 見出しの文字サイズ */
.side-circle strong {
  display: block;
  font-size: 28px !important;
  margin-bottom: 25px;
}

/* 左右の位置 */
.side-circle.left {
  left: -250px;  /* 外側の丸と半分重なる */
}

.side-circle.right {
  right: -250px; /* 外側の丸と半分重なる */
}

.side-circle.right img {
  display: block;       /* インライン要素の余白を防ぐ */
  margin: 30px auto 0;  /* 上に20pxの余白をつけて中央寄せ */
}

/* 画像の下余白や中央寄せは image-stack 内で調整 */
.image-stack {
  position: relative;   /* 子要素の基準にする */
  display: inline-block;
  margin: 10px auto 0;  /* 上に余白をつけて中央寄せ */
}

.image-stack img {
  display: block;
}

.image-stack .service3 {
  display: block;
  width: 150px;  /* サイズ調整 */
  height: auto;  /* 縦横比を維持 */
  margin: 0 auto; /* 中央寄せ */
}

/* service4.png を service3.png の中央に重ねる */
.image-stack .service4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -400%);
  width: 100px;  /* 必要に応じて調整 */
}

.service5 {
  display: block;
  margin: 0 auto;        /* 中央寄せ */
  position: relative;     /* 相対位置で調整 */
  top: -110px;           
}
@media (max-width: 768px) {
  /* サークル全体 */
  .service-circle {
    width: 90vw;      /* 横幅に合わせて縮小 */
    height: 90vw;
  }

  /* 内側の丸 */
  .service-circle-inner {
    width: 70vw;
    height: 70vw;
    border-width: 4px;
  }

  .service-inner-logo {
    max-width: 25%;
    max-height: 25%;
    top: -120px; /* 内側ロゴの位置調整 */
  }

  .service-center-image {
    max-width: 55%;
    max-height: 55%;
  }

  /* 左右の白丸 */
  .side-circle {
    width: 46vw;       /* 丸自体を縮小 */
    height: 46vw;
    padding-top: 30px;
    font-size: 16px !important;
  }

  .side-circle p {
    font-size: 7px !important;
    line-height: 1.4;
  }

  .side-circle strong {
    font-size: 15px !important;
    margin-bottom: 10px;
  }

  /* 左右の位置を画面幅に合わせて調整 */
  .side-circle.left {
    left: -1%;   /* 元は -250px 相当、比率で調整 */
  }

  .side-circle.right {
    right: -1%;  /* 元は -250px 相当、比率で調整 */
  }

  /* 画像の縮小調整 */
	.side-circle .service2 {
	  width: 120px;      /* 横幅を指定して縮小 */
	  height: auto;      /* 縦横比を維持 */
	  display: block;    /* 中央寄せしやすく */
	  margin-left: auto;
	  margin-right: auto;
	}
  .image-stack .service3 {
    width: 50px;
  }
  .image-stack .service4 {
    width: 40px;
    transform: translate(-50%, -650%);
  }
  .service5 {
	width: 150px;
    top: -60px;
  }
}

/* About Us */
.Aboutus-images {
  display: flex;
  justify-content: center; /* 横並び中央寄せ */
  gap: 50px; /* 画像間の間隔 */
  margin-top: 70px;
}

.Aboutus-images img {
  transition: transform 0.3s;
  width: 100%;   /* 元のサイズの9割 */
  height: auto; /* 縦横比を維持 */
  margin-bottom: 10px;
}

/* ジグザグにする */
.Aboutus-item:nth-child(odd) {
  transform: translateY(-20px); /* 上にずらす */
}

.Aboutus-item p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px; /* ここでフォントサイズを指定 */
  text-align: center; /* 中央揃えにしたい場合 */
  font-weight: bold;

}

.Aboutus-item:nth-child(even) {
  transform: translateY(90px); /* 下にずらす */
}

@media (max-width: 768px) {
  .Aboutus-images {
    display: grid; /* Gridに切り替え */
    grid-template-columns: repeat(2, 1fr); /* 2列 */
    gap: 15px;
    justify-items: center; /* 各列中央寄せ */
    margin-top: 50px;
  }

  /* Z字は少し控えめに */
  .Aboutus-item:nth-child(odd) {
    transform: translateY(-50px);
  }

  .Aboutus-item:nth-child(even) {
    transform: translateY(10px);
  }

  .Aboutus-images img {
    width: 70%; /* 列幅に合わせる */
    transform: translateX(20%);
  }

  .Aboutus-item p {
    font-size: 16px;
  }
}

.Careers-images {
  display: flex;
  justify-content: center;   /* 横中央揃え */
  align-items: center;       /* 縦中央揃え */
  gap: 0;
}

.Careers-item {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: relative;        /* ← テキスト重ね用に基準化 */
}

.Careers-item a {
  display: block;
  text-decoration: none;    /* 下線を消す */
  outline: none;            /* 既存アウトライン消去 */
}

/* フォーカスやアクティブ時の枠・影を完全に消す */
.Careers-item a:focus,
.Careers-item a:active,
.Careers-item a:focus-visible {
  outline: none;
  box-shadow: none;        /* Chromeの青枠対策 */
}

/* 画像の選択やタップハイライトも無効 */
.Careers-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  pointer-events: auto;     /* クリックは可能にする */
}

/* 2つ目の画像を少し調整 */
.Careers-item:nth-child(2) {
  margin-top: -20px;
  margin-left: -60px;
}

/* テキスト重ね部分 */
.Careers-text {
  position: absolute;
  color: #000;               
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  max-width: 80%;
  top: 55%;                  
  transform: translateY(-50%); 
  font-weight: bold;
}

.Careers-item:nth-child(1) .Careers-text {
  transform: translateY(-76%);
}
.Careers-item:nth-child(2) .Careers-text {
  transform: translateY(-70%);
}

.Careers-text.right {
  right: 60px;   
  text-align: right;
}

.Careers-text.left {
  left: 60px;    
  text-align: left;
}

.Careers-text strong {
  display: block;
  font-size: 30px; 
  margin-bottom: 60px;
}

.Careers-text p {
  font-size: 24px; 
  line-height: 1.5; 
}
	.about-text2 {
	  font-size: 2rem;   /* 見出し文字縮小 */
	  margin-top: 20px;  /* 上に余白を追加 */
      font-weight: bold;
	}

@media (max-width: 768px) {

  .Careers-item img {
    width: 100%;   /* 画像を80%に縮小（必要に応じて調整） */
    height: auto;
    margin: 0 auto;
  }

  .Careers-text {
    font-size: 14px;   /* テキスト小さめに */
    max-width: 70%;    /* 横幅を調整 */
    padding: 6px;
  }
	.Careers-text.right {
	  right: 25px;   
	  text-align: right;
	}

	.Careers-text.left {
	  left: 25px;    
	  text-align: left;
	}

  .Careers-text strong {
    font-size: 15px;   /* 見出し縮小 */
    margin-bottom: 30px;
  }

  .Careers-text p {
    font-size: 10px;   /* 本文縮小 */
    line-height: 1.4;
  }

  /* 2つ目の画像位置調整も少し弱める */
  .Careers-item:nth-child(2) {
    margin-top: -7px;
    margin-left: -20px;
  }
  .Careers-item:nth-child(1) .Careers-text {
    transform: translateY(-58%);
  }
  .Careers-item:nth-child(2) .Careers-text {
    transform: translateY(-53%);
  }
  .about-text2 {
    font-size: 0.9rem; /* 見出し文字縮小 */
  }
}



/* インタビュー */
.interview-wrapper {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}

/* サークル画像を完全に背面レイヤーに */
.circle-layer {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 1400px;       /* 横に広げる */
  z-index: 1;
  pointer-events: none; /* 背面のクリック無効 */
}

.circle-layer img {
  width: 100%;
  height: auto;
  display: block;
}

/* インタビュー画像は前面 */
.interview {
  position: relative;
  z-index: 2;
}

.interview a img {
  width: 100%;
  height: auto;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  outline: none;
}
@media (max-width: 768px) {
  .interview-wrapper {
    width: 100%;       /* 幅を画面いっぱいに */
    padding: 0 15px;   /* 余白を少し */
  }

  .circle-layer {
    top: 5px;     
    width: 120%;       /* はみ出さないように調整 */
    max-width: none;
  }

  .interview a img {
    width: 100%;       /* 画像も縮小 */
  }
}

.itc-top-img {
  display: flex;      /* ブロックにして margin が効くように */
  max-width: 100%;        /* 好きな幅に調整 */
  height: auto;        /* アスペクト比維持 */
  margin: 0 auto;
}
@media (max-width: 480px) {
  .itc-top-img {
    margin-top: 20px;
  }
}
