@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
* {
  box-sizing: border-box
}
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, font, 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, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
html {
  font-size: 62.5%;
}
body {
  color: #554c45;
  background: #FDFCF5;
} /* 背景をクリーム色っぽく */
ol, ul {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
input[type=text], select, input[type=email], input[type=tel], textarea {
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  outline: none;
  font-size: 1.6rem
}
/*------------------------------------------------------------
	Structure
------------------------------------------------------------*/
.inner {
  width: 1100px;
  padding: 30px 0;
  margin: 0 auto;
}
.inner2 {
  width: 1100px;
  padding: 50px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 15px;
  border: 2px solid #37B44E;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 80px;
}
#header_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#hdr_logo {
  position: absolute;
  width: 220px;
  top: 15px;
  left: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF9800;
  line-height: 1.2;
}
#hdr_logo span {
  font-size: 1.4rem;
  color: #666;
  display: block;
}
#hdr_tel {
  position: absolute;
  display: block;
  width: 250px;
  top: 15px;
  right: 230px;
  font-size: 28px;
  font-weight: bold;
  padding-left: 27px;
  line-height: 1;
  text-decoration: none;
  color: #333
}
#hdr_tel span {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  padding-bottom: 5px;
}
#hdr_entry {
  position: absolute;
  width: 200px;
  height: 50px;
  background: #FF9800; /* Orange */
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1;
  text-decoration: none;
  right: 15px;
  top: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  box-shadow: 0 3px 0 #E68900;
  transition: all 0.3s;
}
#hdr_entry:hover {
  opacity: 0.9;
  transform: translateY(2px);
  box-shadow: none;
}
#confirm #hdr_entry, #thanks #hdr_entry {
  display: none
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact {
  text-align: center;
  padding: 40px 0;
  background: #FFF4E6;
}
#contact .inner {
  overflow: hidden;
  background: #FFF;
  border-radius: 15px;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
  border: 1px solid #FFCC80;
}
#contact .item {
  width: 50%;
  padding: 30px 0;
}
#contact .item h2 {
  font-size: 3rem;
  padding-bottom: 5px;
  color: #FF9800;
}
#contact .item h2 div {
  font-size: 1.5rem;
  display: block;
  padding-bottom: 5px;
  color: #666;
}
#contact .item:first-child {
  float: left;
  border-right: 2px dashed #FFCC80;
}
#contact .item:last-child {
  float: right;
}
#contact .item p {
  font-size: 1.6rem;
  margin-bottom: 20px
}
footer {
  text-align: center;
  font-size: 1.4rem;
  padding: 30px 0;
  background: #5d4037;
  color: #fff;
}
#ftr_address {
  padding-top: 10px;
}
#copyright {
  padding-top: 10px;
  opacity: 0.7;
}
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.btn1 {
  display: inline-block;
  background: #FF9800;
  border: none;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  width: 300px;
  padding: 20px 10px;
  font-size: 1.8rem;
  position: relative;
  font-weight: bold;
  box-shadow: 0 4px 0 #E68900;
  transition: all 0.3s;
}
.btn1:hover {
  opacity: 0.9;
  transform: translateY(3px);
  box-shadow: none;
}
.bdr {
  display: block;
  width: 60px;
  height: 3px;
  background: #8BC34A;
  margin: 15px auto 0 auto;
  border-radius: 3px;
}
.h1 {
  font-size: 2.9rem;
  text-align: center;
  padding: 20px;
  color: #554c45;
}
.h2 {
  font-size: 2.2rem;
  background: #8BC34A; /* Green */
  line-height: 1;
  color: #FFF;
  padding: 15px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 8px;
}
.h3 {
  color: #FF9800;
  text-align: center;
  border: 2px solid #FF9800;
  display: block;
  border-radius: 50px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  padding: 12px;
  margin-top: 30px;
  font-weight: bold;
}
.ta1 {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.ta1 td, .ta1 th {
  font-size: 1.6rem;
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.ta1 th {
  background: #FFF9F0;
  width: 25%;
  color: #554c45;
  text-align: left;
  font-weight: bold;
}
.ta1 td {
  background: #FFF;
}
.center {
  text-align: center
}
.txt1 {
  font-size: 1.6rem
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb30 {
  margin-bottom: 30px;
}
.error {
  color: red;
  font-size: 1.4rem;
  margin-top: 5px;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv {
  text-align: center;
  background: #FFF;
}
#mv img {
  width: 100%;
  height: auto
}
/*------------------------------------------------------------
	Intro / About
------------------------------------------------------------*/
#intro {
  padding: 30px 0  60px 0;
  background: #FFF;
}

.intro-item1{
	width: 60%;
}
.intro-item2{
	width: 40%;
}
#intro p {
  font-size: 2rem;
  line-height:  1.8;
text-align: center;
  margin-bottom: 40px;

}
.catch-copy {
  font-size: 22px;
  color: #FF9800;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
	line-height: 1.5 !important
}
/*------------------------------------------------------------
	Work Info (Strengths)
------------------------------------------------------------*/
#work_info {
  background: #FDFCF5;
}
.tit1 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.8rem;
  color: #FF9800;
  font-weight: bold;
}
.wbox {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.wbox .row {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.wbox .item1 {
  width: 45%;
}
.wbox .item1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wbox .item2 {
  width: 55%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wbox h2 {
  font-size: 2.4rem;
  color: #8BC34A;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 2px solid #8BC34A;
  padding-bottom: 10px;
  display: inline-block;
}
.wbox p {
  font-size: 1.7rem;
  line-height: 1.8;
}
.wbox strong {
  font-size: 1.8rem;
  line-height: 1.4;
	display: block;
	margin-bottom: 10px;
}
/*------------------------------------------------------------
	Schedule
------------------------------------------------------------*/
#schedule .schedule-table {
  width: 100%;
  border: 1px solid #ccc;
}
#schedule .schedule-table th, #schedule .schedule-table td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
#schedule .schedule-table th {
  background: #8BC34A;
  color: #fff;
  width: 150px;
  text-align: center;
}
#schedule .schedule-table td {
  background: #fff;
}
#schedule .schedule-table strong {
  color: #FF9800;
  display: block;
  margin-bottom: 5px;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
.faq_list .item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px dashed #ccc;
  font-size: 1.6rem;
}
.faq_list .item:last-child {
  border: none;
}
.qbox, .abox {
  padding-left: 50px;
  position: relative;
  margin-bottom: 10px;
}
.q, .a {
  font-size: 2rem;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.q {
  background: #FF9800;
}
.a {
  background: #8BC34A;
}
.qbox h2 {
  font-size: 1.8rem;
  padding-top: 8px;
  font-weight: bold;
}
.abox p {
  line-height: 1.6;
  padding-top: 8px;
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#privacy {
  font-size: 1.3rem;
  height: 200px;
  overflow-y: auto;
  width: 100%;
  padding: 15px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
  background: #fff;
}

.edit_btn{
	font-size: 16px;
	color: #000;
	display: block;
	text-align: center;
	padding: 30px;
}
/*------------------------------------------------------------
	SP Responsive
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 92%;
    padding: 30px 0;
  }
  .inner2 {
    width: 92%;
    padding: 20px;
  }
  header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
  }
  #hdr_logo {
    top: 12px;
    width: auto;
    font-size: 1.8rem;
  }
  #hdr_tel, #hdr_description {
    display: none;
  }
  #hdr_entry {
    width: 100px;
    height: 36px;
    font-size: 1.4rem;
    right: 10px;
    top: 12px;
  }
#contact .inner {

  width:92%;

}
  #contact .item {
    width: 100%;
    padding: 20px 0;
    float: none;
    border: none;
  }
  #contact .item:first-child {
    border-bottom: 2px dashed #FFCC80;
  }
	
	.h1 {
  font-size: 2.4rem;
  text-align: center;
  padding: 20px;
  color: #554c45;
}
/*------------------------------------------------------------
	Intro / About
------------------------------------------------------------*/
#intro {
  padding: 30px 0  60px 0;
  background: #FFF;
}
#intro p {
  font-size: 1.8rem;
  line-height:  1.8;

  margin-bottom: 40px;
	text-align: justify;
}
.catch-copy {
  font-size: 20px;
  color: #FF9800;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
	line-height: 1.5 !important
}
	
  .wbox .row {
    display: block;
  }
  .wbox .item1, .wbox .item2 {
    width: 100%;
  }
  .wbox .item1 {
    height: 200px;
  }
  .wbox .item2 {
    padding: 20px;
  }
.wbox h2 {
	text-align: center
}
  .ta1 th, .ta1 td {
    display: block;
    width: 100%;
  }
  .ta1 th {
    background: #FFF4E6;
  }
  #schedule .schedule-table th, #schedule .schedule-table td {
    display: block;
    width: 100%;
  }
  #schedule .schedule-table th {
    width: 100%;
    text-align: left;
    background: #FFF4E6;
    color: #333;
    font-weight: bold;
    border-bottom: none;
  }
}

/*------------------------------------------------------------
	Staff Voice (スタッフの声)
------------------------------------------------------------*/
#staff_voice {
    background: #FFF9F0; /* 薄いオレンジ背景 */
    padding-bottom: 50px;
}

.voice_row {
    display: flex;
    align-items: flex-start; /* 上揃え */
    justify-content: center;
    margin-bottom: 50px;
    gap: 30px;
}

/* 逆向きレイアウト（偶数番目のスタッフ用） */
.voice_row.reverse {
    flex-direction: row-reverse;
}

/* 写真エリア */
.voice_img {
    flex: 0 0 180px; /* 幅固定 */
    text-align: center;
}

.voice_img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

.voice_img figcaption {
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
    line-height: 1.4;
}

/* フキダシ本体 */
.voice_bubble {
    flex: 1;
    position: relative;
    background: #fff;
    border: 2px solid #FF9800; /* オレンジ枠 */
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* フキダシの三角（左側） */
.voice_bubble::before, .voice_bubble::after {
    content: "";
    position: absolute;
    top: 40px;
    right: 100%; /* 左側に配置 */
    border-style: solid;
}

.voice_bubble::before {
    border-width: 12px;
    border-color: transparent #FF9800 transparent transparent; /* 枠線と同じ色 */
    margin-top: -2px; /* 微調整 */
}

.voice_bubble::after {
    border-width: 10px;
    border-color: transparent #fff transparent transparent; /* 背景色と同じ色 */
    margin-top: 0px;
    margin-right: -3px; /* 枠線の太さ分ずらす */
}

/* 逆向きレイアウト時のフキダシ三角（右側） */
.voice_row.reverse .voice_bubble::before, 
.voice_row.reverse .voice_bubble::after {
    right: auto;
    left: 100%; /* 右側に配置 */
}

.voice_row.reverse .voice_bubble::before {
    border-color: transparent transparent transparent #FF9800; /* 左向き三角 */
}

.voice_row.reverse .voice_bubble::after {
    border-color: transparent transparent transparent #fff;
    margin-left: -3px;
}

/* 緑色のボーダーバリエーション */
.voice_bubble.green_border {
    border-color: #8BC34A;
}
.voice_bubble.green_border::before {
    border-right-color: #8BC34A; /* 通常時 */
}
.voice_row.reverse .voice_bubble.green_border::before {
    border-right-color: transparent;
    border-left-color: #8BC34A; /* reverse時 */
}

.voice_bubble h3 {
    font-size: 2rem;
    color: #FF9800;
    border-bottom: 1px dashed #FFCC80;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.voice_bubble.green_border h3 {
    color: #558B2F;
    border-bottom-color: #C5E1A5;
}

.voice_bubble p {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}

/* SP（スマホ）対応 */
@media screen and (max-width: 768px) {
    .voice_row, .voice_row.reverse {
        flex-direction: column; /* 縦並び */
        align-items: center;
        gap: 20px;
    }

    .voice_img {
        flex: none;
        width: 100%;
    }

    .voice_bubble {
        width: 100%;
    }

    /* スマホ時は三角を「上」に向ける */
    .voice_bubble::before, .voice_bubble::after,
    .voice_row.reverse .voice_bubble::before, 
    .voice_row.reverse .voice_bubble::after {
        top: auto;
        bottom: 100%; /* 上側に配置 */
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-color: transparent transparent #FF9800 transparent; /* 下向き三角 */
    }
    
    .voice_bubble::after,
    .voice_row.reverse .voice_bubble::after {
        border-color: transparent transparent #fff transparent;
        margin-bottom: -3px;
    }

    /* 緑ボーダーのスマホ対応 */
    .voice_bubble.green_border::before,
    .voice_row.reverse .voice_bubble.green_border::before {
        border-color: transparent transparent #8BC34A transparent;
    }
	.voice_bubble h3 {
		text-align: center
	}
}

.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}

/* 再生ボタン */
.play-button {
  position: absolute;
  inset: 0; /* 全体クリック可能 */
  display: grid;
  place-items: center;
  cursor: pointer;
  outline: none;
	background-color: transparent
}

.play-button .icon {
  width: clamp(56px, 12vw, 100px);
  height: clamp(56px, 12vw, 100px);
  border-radius: 9999px;
  background: rgba(0,0,0,0.55);
  display: grid;
  place-items: center;
  transition: transform 0.18s;
}

.play-button svg {
  width: 45%;
  height: 45%;
  display: block;
}

.play-button.is-hidden {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}
  .video-wrapper { background:#000; } /* 背景で白フレームを隠す */
  #main-video { transition: opacity .15s; }
@media (hover: hover) {
  .play-button:hover .icon { transform: scale(1.06); }
}

.play-button:focus-visible .icon {
  box-shadow: 0 0 0 3px rgba(255,255,255,0.9),
              0 0 0 6px rgba(0,0,0,0.35);
}

@media (prefers-reduced-motion: reduce) {
  .play-button .icon { transition: none; }
  .play-button.is-hidden { transition: none; }
}
