@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  transition: 2s;
}

#wp-chat-floating{
	display:none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 3% 10px;
    z-index: 999;
    background: #ffffff;
  }
  .header .headWrap {
    position: relative;
  }
  .header .logo {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .header .logo a {
    display: block;
    width: 120px;
  }
  .header .hamburger {
    display: none;
  }
}
/* --------------------------------------------------
	nav
-------------------------------------------------- */
@media (min-width: 1025px) {
  .navBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 140px 0 0;
  }
  .navBox .navList ul {
    display: flex;
    gap: 0 20px;
  }
  .navBox .navList ul li a {
    display: inline-block;
    font-size: clamp(12px, 1vw, 14px);
  }
  .navBox .navItemBox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .navBox .navItemBox .navItem01 {
    order: 2;
  }
  .navBox .navItemBox .navItem01 ul {
    display: flex;
    gap: 0 10px;
  }
  .navBox .navItemBox .navItem01 ul li a {
    display: block;
    padding: 0 20px;
    font-size: clamp(12px, 1vw, 14px);
    text-align: center;
    border: 1px solid #000000;
  }
  .navBox .navItemBox .navItem02 {
    order: 1;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin: 0 0 10px;
  }
  .navBox .navItemBox .navItem02 .telBox .tel01 a {
    display: inline-block;
  }
  .navBox .navItemBox .navItem02 .telBox .tel01 span {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
  }
  .navBox .navItemBox .navItem02 .telBox .tel01 em {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
  }
  .navBox .navItemBox .navItem02 .telBox .tel02 a {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
  }
  .navBox .navItemBox .navItem02 .mailBox {
    width: 180px;
  }
  .navBox .navItemBox .navItem02 .mailBox a {
    display: block;
    padding: 7px 10px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #d61807;
  }
  .navBox .navItemBox .navItem02 .mailBox a span {
    display: inline-block;
    padding: 0 0 0 20px;
    background: url("../image/common/header_mail.png") left center no-repeat;
    background-size: 15px auto;
  }
  .navBox .langBox {
    position: absolute;
    top: 5px;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
  }
  .navBox .langBox .language {
    position: relative;
    width: 120px;
    text-align: center;
  }
  .navBox .langBox .language .lang {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #e5e5e3;
    background: url("../image/common/header_lang_arrow.png") right 10px center no-repeat #f9f9f8;
    background-size: 10px auto;
  }
  .navBox .langBox .language .langList {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
  }
  .navBox .langBox .language .langList ul {
    border: 1px solid #e5e5e3;
  }
  .navBox .langBox .language .langList ul li + li {
    border-top: 1px solid #e5e5e3;
  }
  .navBox .langBox .language .langList ul li a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    text-align: center;
    background: #f9f9f8;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
  margin: 104px 0 0;
}

.pageKvContainer {
  padding: 0 0 0 5%;
}
.pageKvContainer .pageKv {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
}
.pageKvContainer .kvTitle {
  position: relative;
  left: -40px;
  bottom: -20px;
}
.pageKvContainer .kvTitle h1 {
  display: inline-block;
  min-width: 330px;
  padding: 30px 40px;
  text-align: center;
  background: url("../image/common/page_title_bg.png") no-repeat;
  background-size: cover;
  font-size: 34px;
  font-weight: 700;
  color: #ffffff;
}

.pageSecTtlBox {
  margin: 0 0 50px;
  text-align: center;
}
.pageSecTtlBox h2 {
  font-size: 34px;
  font-weight: 700;
  color: #d61807;
}
.pageSecTtlBox p {
  font-size: 18px;
}
.pageSecTtlBox.left {
  text-align: left;
}

.sectionWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore a {
  display: inline-block;
  padding: 15px 40px 15px 0;
  background: url("../image/common/btn_more_circle_red.png") right center no-repeat;
  background-size: 28px auto;
}
.btnMore.white a {
  color: #ffffff;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  padding: 60px 0;
  background: url("../image/common/footer_contact_bg.png") center no-repeat;
  background-size: cover;
}
.footer .footContact--corp, .footer .footContact--school, .footer .footContact--personal, .footer .footContact--agency {
  display: none;
}
.footer .footContact .ttlBox {
  font-size: 34px;
  font-weight: 700;
  color: #2550a2;
}
.footer .footContact .itemBox {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.footer .footContact .itemBox dl dt {
  margin: 0 0 5px;
  font-size: 24px;
}
.footer .footContact .itemBox dl dd .mailBox {
  padding: 10px 0 0;
}
.footer .footContact .itemBox dl dd .mailBox a {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 7px 10px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  background: #d61807;
}
.footer .footContact .itemBox dl dd .mailBox a span {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url("../image/common/header_mail.png") left center no-repeat;
  background-size: 15px auto;
}
.footer .footContact .itemBox dl dd .telBox .tel01 a {
  display: inline-block;
  font-size: 30px;
  padding: 0 0 0 25px;
  background: url("../image/common/footer_tel.png") left center no-repeat;
  background-size: 20px auto;
}
.footer .footContact .itemBox dl dd .telBox .tel02 {
  padding: 0 0 0 20px;
  font-size: 14px;
}
.footer .footContact .secBox01 {
  margin: 0 0 50px;
}
@media (min-width: 1025px) {
  .footer .footContact .secBox01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer .footContact .secBox01 .ttlBox {
    width: 60%;
  }
  .footer .footContact .secBox01 .itemBox {
    width: 360px;
  }
  .footer .footContact .secBox02 {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .secBox02 .itemBox {
    width: calc(33.3333333333% - 20px);
  }
  .footer .footContact .secBox03 {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
  }
  .footer .footContact .secBox03 .itemBox {
    width: calc(50% - 20px);
  }
}
.footer .footNavContainer {
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
  background: #000000;
}
.footer .footNavContainer .footNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.footer .footNavContainer .footNav ul li {
  position: relative;
}
.footer .footNavContainer .footNav ul li a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .footer .footNavContainer .footNav ul li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto 0;
    background: #ffffff;
  }
}
.footer .footPanel {
  position: relative;
  padding: 80px 0 20px;
  color: #ffffff;
  background: url("../image/common/footer_panel_bg.png") center no-repeat;
  background-size: cover;
}
.footer .footPanel .pagetop {
  position: absolute;
  top: 60px;
  right: 5%;
  width: 40px;
  cursor: pointer;
}
.footer .footPanel .logo {
  width: 160px;
  margin: 0 0 20px;
}
.footer .footPanel .txt a {
  display: inline-block;
  color: #ffffff;
}
.footer .footPanel .sns {
  margin: 40px 0 0;
}
.footer .footPanel .sns ul {
  display: flex;
  gap: 0 20px;
}
.footer .footPanel .sns ul li a {
  display: inline-block;
  padding: 0 0 0 30px;
  color: #ffffff;
}
.footer .footPanel .sns ul li.instagram a {
  background: url("http://actyou.com/wp/wp-content/uploads/2026/07/footer_instagram_white.png") left center no-repeat;
  background-size: 24px auto;
}
.footer .footPanel .sns ul li.facebook a {
  background: url("http://actyou.com/wp/wp-content/uploads/2026/07/footer_facebook_white.png") left center no-repeat;
  background-size: 24px auto;
}
.footer .footPanel .copy {
  margin: 40px 0 0;
  text-align: right;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.postPanel,
.rightBox {
    overflow-x: auto;
}

.postPanel::-webkit-scrollbar,
.rightBox::-webkit-scrollbar {
    display: none;
}

.postPanel,
.rightBox {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (min-width: 1025px) {
	.spbr br{
		display:none;
	}
}
