@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
.section {
  position: relative;
  z-index: 1;
}
.titlebox2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.titlebox3{
  text-align: right;
}
.service_list_side_1 {
  position: absolute;
  left: 10px;
  top: 120px;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  line-height: 1;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
  font-size: clamp(120px, 15vw, 218px);
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.bordertop {
  position: relative;
}
.bordertop::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 100%;
  max-width: 1280px;
  height: 1px;
  background: rgba(7, 17, 27, 0.14);
  transform: translateX(-50%);
    z-index: 2;
}

.conceptbox.type-dark{
	position: relative;
}
.conceptbox {
  position: relative;
  gap: clamp(80px, 8vw, 120px);
  padding: ;
  overflow: hidden;
}
.conceptbox .rightbox, .conceptbox .leftbox {
  width: calc(50% - (clamp(80px, 8vw, 120px) / 2));
  position: relative;
  z-index: 2;
}
.conceptbox .leftbox {
  padding-right: clamp(80px, 8vw, 120px);
}
.conceptbox .rightbox .imgbox {
  width: 100%;
}
.conceptbox .rightbox .imgbox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 0 4px 4px 0;
}
.conceptbox .titlebox1 h2 {}
.conceptbox .txtbox p {}
@media screen and (max-width: 1080px) {
  .conceptbox {
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px;
  }
  .conceptbox .rightbox, .conceptbox .leftbox {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .conceptbox .leftbox {
    padding-right: 0;
  }
}
.conceptbox2 {
  position: relative;
  gap: clamp(80px, 8vw, 120px);
  overflow: hidden;
}
.conceptbox2 .rightbox, .conceptbox2 .leftbox {
  width: calc(50% - (clamp(80px, 8vw, 120px) / 2));
  position: relative;
  z-index: 2;
}
.conceptbox2 .leftbox {
  padding-left: clamp(80px, 8vw, 120px);
}
.conceptbox2 .rightbox .imgbox {
  width: 100%;
}
.conceptbox2 .rightbox .imgbox img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 1080px) {
  .conceptbox2 {
    flex-direction: column;
    gap: 30px;
    padding: 50px 20px;
  }
  .conceptbox2 .rightbox, .conceptbox2 .leftbox {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .conceptbox2 .leftbox {
    padding-left: 0;
  }
}

.faq_c .box_wrap {
    gap: 0px;}
    
.faq_c .box {
  width: 100%;
  flex: 0 0 100%;
  border-top: 1px solid rgba(7, 17, 27, 0.18);
}

.faq_c .box:last-child {
  border-bottom: 1px solid rgba(7, 17, 27, 0.18);
}
.faq_c .box .qbox h3 {
    font-weight: 600;
}
.faq_c .box .qbox {
  padding: 22px 36px 22px 0;
  justify-content: flex-start;
}

.faq_c .box .abox {
  margin-top: 0;
  margin-bottom: 22px;
  padding: 28px 24px;
}

.voice_wrap_1 {
  width: 100%;
}
.voice_wrap_1 .voice_title_1 {
  text-align: center;
}
.voice_wrap_1 .voice_title_1 p, .voice_wrap_1 .voice_title_1 h2 {
  margin-bottom: 0;
}
.voice_wrap_1 .voice_list_1 {
  display: flex;
  flex-direction: column;
  gap:clamp(40px, 6vw, 80px) ;
}
.voice_wrap_1 .voice_box_1 {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
}
.voice_wrap_1 .voice_box_left_1 {
  justify-content: flex-start;
}
.voice_wrap_1 .voice_box_right_1 {
  justify-content: flex-end;
}
.voice_wrap_1 .voice_icon_1 {
  width: clamp(100px, 10vw, 120px);
  flex: 0 0 auto;
}
.voice_wrap_1 .voice_icon_1 .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
}
.voice_wrap_1 .voice_icon_1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.voice_wrap_1 .voice_balloon_1 {
  width: min(100%, 860px);
  background: rgba(255, 255, 255, 0.38);
  position: relative;
}
.voice_wrap_1 .voice_balloon_1 .txtbox {
padding: clamp(24px, 4vw, 40px) clamp(20px, 3vw, 34px);
}
.voice_wrap_1 .voice_box_left_1 .voice_balloon_1::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 18px solid rgba(255, 255, 255, 0.38);
}
.voice_wrap_1 .voice_box_right_1 .voice_balloon_1::before {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 18px solid rgba(255, 255, 255, 0.38);
}
.voice_wrap_1 .voice_tag_1 {
  display: inline-block;
  margin: 0 0 18px;
  padding: 7px 12px;
  background: #07111B;
  color: #fff;
  line-height: 1.4;
}
.voice_wrap_1 .voice_name_1 {
  margin: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 17, 27, 0.14);
  color: #07111B;
  font-weight: 700;
}
.voice_wrap_1 .voice_text_1 {
  margin: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .voice_wrap_1 .voice_box_1,
  .voice_wrap_1 .voice_box_left_1,
  .voice_wrap_1 .voice_box_right_1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
 
  }

  .voice_wrap_1 .voice_box_right_1 .voice_icon_1 {
    order: -1;
    align-self: flex-end;
  }

  .voice_wrap_1 .voice_icon_1 {
    flex: 0 0 auto;
  }

  .voice_wrap_1 .voice_balloon_1 {
    width: 100%;
  }

  .voice_wrap_1 .voice_box_left_1 .voice_balloon_1::before,
  .voice_wrap_1 .voice_box_right_1 .voice_balloon_1::before {
    display: none;
  }

  .voice_wrap_1 .voice_tag_1 {
    margin: 0 0 14px;
    padding: 6px 10px;
    line-height: 1.5;
  }

  .voice_wrap_1 .voice_name_1 {
    padding-bottom: 12px;
  }

  .voice_wrap_1 .voice_text_1 {
    margin: 12px 0 0;
  }
}

.product_wrap_1 {
  width: 100%;
}
.product_wrap_1 .product_title_1 {
  text-align: center;
}
.product_wrap_1 .product_title_1 p, .product_wrap_1 .product_title_1 h2 {
  margin-bottom: 0;
}
.product_wrap_1 .product_list_1 {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 3vw, 32px) clamp(16px, 2vw, 20px);
}
.product_wrap_1 .product_box_1 {
  width: calc(25% - ((clamp(16px, 2vw, 20px) * 3) / 4));
}
.product_wrap_1 .product_box_1 .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.45);
}
.product_wrap_1 .product_box_1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product_wrap_1 .product_box_1 .txtbox {
  padding-top: 14px;
}
.product_wrap_1 .product_name_1 {
  margin: 0 0 8px;
  color: #07111B;
  font-weight: 700;
}
.product_wrap_1 .product_text_1 {
  font-weight: 400;
}
.product_wrap_1 .product_btn_1 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  .product_wrap_1 .product_list_1 {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 60px);
  }
  .product_wrap_1 .product_box_1 {
    width: calc((100% - clamp(24px, 4vw, 60px)) / 2);
  }
}
@media screen and (max-width: 576px) {
  .product_wrap_1 .product_box_1 {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .product_wrap_1 .product_box_1, .product_wrap_1 .product_box_1 a {
    width: 100%;
  }
}

.more a,.more > div {
  display: inline-block;
  text-decoration: none;
  background: #031625;
  border-radius: 4px;
  padding: 0;
}
.more a > div,.more > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 220px;
  height: 62px;
  padding: 0 24px;
}
.more p {
  margin: 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.more i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.more.more2 a {
  background: #fff;
  border: 1px solid #000103;
}
.more.more2 a p{
  color: #000103;
}
.more.more2 i {
  color: #000103;
  border-left: 1px solid #4A4A4A;
}
.more.more3 a {
  background: transparent;
  border: 1px solid #fff;
}
.more.more3 i {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.business_list_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: clamp(40px, 6vw, 80px) clamp(24px, 4vw, 60px);
    z-index: 2;
    position: relative;
}
.business_list_1 .business_box_1 {
  width: calc(50% - (clamp(24px, 4vw, 60px) / 2));
}
.business_list_1 .business_box_1 .imgbox {
  width: 100%;
  aspect-ratio: 632 / 380;
  overflow: hidden;
  border-radius: 2px;
  background: #d0d0d0;
}
.business_list_1 .business_box_1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.business_list_1 .business_box_1 .business_placeholder_1 {
  background: #bcbcbc;
}
.business_list_1 .business_box_1 .txtbox {
  padding-top: 14px;
}
.business_list_1 .business_num_1 {
  margin: 0 0 6px;
  color: #07111B;
  font-weight: 700;
}
.business_list_1 .business_title_1 {
  margin: 0;
  line-height: 1.05;
  color: #07111B;
  letter-spacing: 0.02em;
}
.business_list_1 .business_sub_1 {
  margin: 6px 0 0;
  color: #07111B;
  font-weight: 700;
}
.business_list_1 .business_text_1 {
  margin: 24px 0 0;
}
.business_list_1 .business_btns_1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.business_list_1 .more {
  justify-content: flex-start;
}
.business_list_1 .more a {
  display: inline-block;
  text-decoration: none;
}
.business_list_1 .more.more3 a {
  background: #031625;
  border-radius: 4px;
}
.business_list_1 .more.more4 a {
  background: transparent;
  border: 1px solid rgba(7, 17, 27, 0.35);
  border-radius: 4px;
}
.business_list_1 .more a > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 160px;
  height: 54px;
  padding: 0 20px;
}
.business_list_1 .more.more3 p, .business_list_1 .more.more3 i {
  color: #fff;
}
.business_list_1 .more.more4 p, .business_list_1 .more.more4 i {
  color: #07111B;
}
.business_list_1 .more p {
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
.business_list_1 .more i {
  line-height: 1;
  padding-left: 18px;
}
.business_list_1 .more.more3 i {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.business_list_1 .more.more4 i {
  border-left: 1px solid rgba(7, 17, 27, 0.2);
}
@media screen and (max-width: 768px) {
  .business_list_1 .business_box_1 {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
	.more,.business_list_1 .business_btns_1{
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
	}
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
}
.txtwhite {
  color: #fff;
}
.main-wrap {
  overflow: hidden;
}
.bg1 {
  background-color: #E6E6E4;
  background-image: url("https://t-smile-official.co.jp/system_panel/uploads/images/bg1.png");
  background-repeat: repeat;
}
.bg2 {
  background: #D1D1D1;
  background-image: url("https://t-smile-official.co.jp/system_panel/uploads/images/bg1.png");
  background-repeat: repeat;
}
.bg3 {
  background: #07111B;
}
.fontaks {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(50px, 8vw, 98px);
  letter-spacing: 0.1rem;
	color: #0ABAB5;
}
.entitle1 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(40px, 3vw, 86px);
  letter-spacing: 0.1rem;
}
.entitle2 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(30px, 3vw, 60px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(24px, 3vw, 44px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 34px);
  letter-spacing: 0.1rem;
}
.entxt1 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(18px, 3vw, 20px);
  letter-spacing: 0.1rem;
}
.entxt2 {
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(14px, 3vw, 16px);
  letter-spacing: 0.1rem;
}
.color1 {
  color: #858585;
}
.color2 {
  color: #34DFE5;
}
.color3 {
}

.default_title1 {
  font-size: clamp(28px, 3.2vw, 40px);
}
.default_title2 {
  font-size: clamp(24px, 3.0vw, 32px);
}
.default_title3 {
  font-size: clamp(22px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(20px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(16px, 4.2vw, 20px);
}
.default_txt2 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #000000;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
.service_layout{
	position: relative;
	overflow: hidden;
}
.service_layout > div{
	position: relative;
	z-index: 3;
}
.service_layout .conceptbox2{
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 0;
}

.service_layout .bottombox{}
.service_layout .bottombox .box{
	padding: 30px 0;
	border-bottom: 1px solid rgba(9,19,28,0.20);
	align-items: flex-start;
}
.service_layout .bottombox .box:first-of-type{
	border-top: 1px solid rgba(9,19,28,0.20);
}
.service_layout .bottombox .box .num{
	width: 60px;
}
.service_layout .bottombox .box .txtbox{
	width: calc(70% - 60px);
	padding-right: 10%;
}
.service_layout .bottombox .box .imgbox{
	width: 30%;
}

.bottom_grade{
	position: relative;
	padding-bottom: 350px!important;
}
body:not(.gjs-dashed) .bottom_grade::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0) 100%);
}

.franchise_layout{
	position: relative;
	background-color: #07111B;
}
body:not(.gjs-dashed) .franchise_layout::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #07111B;
	opacity: 0.8;
}
.franchise_layout > div{
	position: relative;
	z-index: 3;
}

.handled_layout .boxwrap{
	align-items: stretch;
	gap: 2px;
}
.handled_layout .boxwrap .box{
	width: calc(100% / 3 - 4px / 3);
	background-color: #EEEEEE;
	border-radius: 2px;
	padding: 5%;
	gap: 30px;
}
.handled_layout .boxwrap .box:nth-of-type(4),.handled_layout .boxwrap .box:nth-of-type(5){
	width: calc(100% / 2 - 2px / 2);
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
	.service_layout .bottombox .box .txtbox{
		padding-right: 5%;
	}
	.bottom_grade{
		padding-bottom: 300px!important;
	}
	.bottom_grade::after{
		height: 200px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
	.service_layout .bottombox .box .num{
		width: 50px;
	}
	.service_layout .bottombox .box .txtbox{
		width: calc(60% - 50px);
		padding-right: 5%;
	}
	.service_layout .bottombox .box .imgbox{
		width: 40%;
	}
	.bottom_grade{
		padding-bottom: 250px!important;
	}
	.bottom_grade::after{
		height: 150px;
	}
	
	.handled_layout .boxwrap .box{
		gap: 20px;
	}
	
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.service_layout .bottombox .box .num{
		width: 40px;
		order: 2;
	}
	.service_layout .bottombox .box .txtbox{
		width: calc(80% - 40px);
		padding-right: 0;
		order: 3;
	}
	.service_layout .bottombox .box .imgbox{
		width: 100%;
		padding: 0 10%;
		margin-bottom: 30px;
		order: 1;
	}
	.franchise_layout > div{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 40px
	}
	
	.handled_layout .boxwrap .box{
		padding: 20px;
		gap: 15px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.service_layout .bottombox .box .num{
		width: 40px;
		order: 2;
	}
	.service_layout .bottombox .box .txtbox{
		width: calc(100% - 40px);
	}
	.service_layout .bottombox .box .imgbox{
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		order: 1;
	}
	.bottom_grade{
		padding-bottom: 200px!important;
	}
	.bottom_grade::after{
		height: 150px;
	}	
	.handled_layout .boxwrap .box{
		width: 100%;
		padding: 15;
		gap: 10px;
	}
	.handled_layout .boxwrap .box:nth-of-type(4),.handled_layout .boxwrap .box:nth-of-type(5){
		width: 100%;
	}
}

/* ---------- title ---------- */
.pagetitle2{
	background-color: #07111B;
}
.pagetitle1{
	background-color: #07111B;
	padding-right: 0!important;
}
.pagetitle1 .titlebox .title,.pagetitle2 .titlebox .title{
  font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  font-size: clamp(42px, 8vw, 98px);
  letter-spacing: 0.1rem;
}
.pagetitle1 .item{
	gap: 10%;
}
.pagetitle1 .item .imgbox{
	width: 40%;
}
.pagetitle1 .item .txtbox{
	width: 50%;
}
body:not(.gjs-dashed) .pagetitle1 .titlebox{
	opacity: 0;
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}
body:not(.gjs-dashed) .pagetitle1 .item{
	opacity: 0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.8s;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
	.pagetitle1 .item{
		gap: 5%;
	}
	.pagetitle1 .item .imgbox{
		width: 45%;
	}
	.pagetitle1 .item .txtbox{
		width: 50%;
	}	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.pagetitle2 .titlebox{
		transform: translateY(30%);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.pagetitle1{
		padding-right: 20px!important;
	}
	.pagetitle1 .titlebox .title{
		letter-spacing: 0rem;
	}
	.pagetitle1 .item{
		gap: 20px;
	}
	.pagetitle1 .item .imgbox{
		width: 100%;
	}
	.pagetitle1 .item .txtbox{
		width: 100%;
	}	

}

/* ---------- header ---------- */
.header {}

.head_logo{
	position: fixed;
	z-index: 9999;
	top: 20px;
	left: 30px;
	mix-blend-mode: difference;
}

.head_menu{
	position: fixed;
	z-index: 9999;
	top: 20px;
	right: 30px;
	background-color: #fff;
	border-radius: 4px;
	padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	gap: 0 10px;
}
.head_menu a{
	padding: 10px;
}
.head_menu .menu-bt{
	position: relative;
	padding: 10px 0;
	cursor: pointer;
	margin-left: 10px;

}
.head_menu .menu-bt .txtwrap{
	padding: 0 30px;
	border-left: 1px solid #09131C;
}
.head_menu .menu-bt .txtwrap p{
	transition: ease 0.3s;
}
.head_menu .menu-bt.active .open_txt{
	opacity: 0;
}
.head_menu .menu-bt .close_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.head_menu .menu-bt.active .close_txt{
	opacity: 1;
}
.menu-wrap{
	display: none;
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(9,19,28,0.90);
}
.menu-wrap > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	transform: translate(-50%,-50%);
	overflow: auto;
}
.menu-wrap .ul{
	gap: 30px 0;
	max-width: 1440px;
}
.menu-wrap .ul .li{
	width: calc(100% / 4);
	padding: 5px;
}
.menu-wrap .ul .li a{
	position: relative;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 25px 5px;
	overflow: hidden;
}
.menu-wrap .ul .li a:hover{opacity: 1;}
.menu-wrap .ul .li a::before,.menu-wrap .ul .li a::after{
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
	transition: ease 0.5s;
}
.menu-wrap .ul .li a::before{
	left: calc(50% - 1px);
}
.menu-wrap .ul .li a::after{
	right: calc(50% - 1px);
}
.menu-wrap .ul .li a:hover::before,.menu-wrap .ul .li a:hover::after{
	width: 100%;
}
.menu-wrap .ul .li a p{
	position: relative;
	z-index: 2;
	color: #fff;
	transition: ease 0.3s;
}
.menu-wrap .ul .li a:hover p{
	color:  rgba(9,19,28,1.0);
}
.menu-wrap .ul .li a p.en{
	font-family: "Akshar", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-size: clamp(18px, 2vw, 30px);
	letter-spacing: 0.1rem;
	line-height: 1;
	margin-bottom: 6px;
}
.menu-wrap .ul .li a p.jp{
	font-size: clamp(14px, 1.6vw, 18px);
	letter-spacing: 0.1rem;
	line-height: 1;
}
.menu-wrap .ul .li.insta a{
	border: none;
	padding: 0;
}
.menu-wrap .ul .li.insta a:hover{opacity: 0.6;}
.menu-wrap .ul .li.insta a::before,.menu-wrap .ul .li.insta a::after{display: none;}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
	.menu-wrap .ul .li{
		width: calc(100% / 3);
		padding: 5px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.head_menu{
		padding: 10px;
		gap: 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.head_logo{
		top: 15px;
		left: 20px
	}
	.head_menu{
		top: 15px;
		right: 20px;
		padding: 5px;
	}
	.head_menu a{
		display: none;
	}
	.head_menu .menu-bt{
		margin-left: 0;
		padding: 5px 0;
	}
	.head_menu .menu-bt .txtwrap{
		border-left: none;
		padding: 0 15px;
	}
	
	.menu-wrap > div{
		padding-top: 15%;
	}
	.menu-wrap .ul{
		gap: 20px 0;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2);
		padding: 5px;
	}
	.menu-wrap .ul .li a{
		padding: 15px 5px;
	}
	.menu-wrap .ul .li a p.en{
		font-size: 15px;
	}
	.menu-wrap .ul .li a p.jp{
		font-size: 10px;
	}
	.menu-wrap .ul .li.insta {
		padding-top: 20px;
	}
}

/* ---------- footer ---------- */
.footer_contact{
	padding-top: 100px;
	padding-bottom: 100px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: clamp(30px, 5vw, 50px);
	background-color: #fff;
}
.footer{
	background-color: #07111B;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 3;
}
.footer p,.footer i{
	color: #fff!important;
}
.footer p{
	font-weight: 500;
}
.footer .leftbox{
	align-items: flex-start;
}
.footer .leftbox .logo img{
	width: 160px;
}
.footer .rightbox{
	align-items: flex-start;
	width: 45%;
}
.footer .rightbox .ul{
	width: 50%;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
	.footer .footer_inner{
		justify-content: center;
	}
	.footer .leftbox{
		align-items: center;
		text-align: center;
	}
	.footer .rightbox{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}

@media screen and (max-width: 576px) {
	.footer_contact > p br{
		display: none;
	}
	.footer{
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.footer .leftbox .logo img{
		width: 120px;
	}
}


/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}