@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

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

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* iOSの自動リンク対策 */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/*
 * トップ部分
 */
.main-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: calc(var(--vh, 1vh) * 100);
  padding-bottom: env(safe-area-inset-bottom);
}
.main-top-inner {
  width: 100%;
  min-height: inherit;
  position: relative;
  z-index: 0;
}

.main-top-inner-column {
  width: 80%;
  max-width: 1530px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 33vh;
}
@media (max-width: 1025px) {
  .main-top-inner-column {
    flex-direction: column;
    width: 70%;
    margin-top: 11vh;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column {
    width: 92%;
    margin-top: 4vh;
  }
}
.main-top-inner-column-left {
  width: 38%;
  margin-top: 6vh;
}
@media (max-width: 530px) {
  .main-top-inner-column-left {
    width: 44%;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 380px) {
  .main-top-inner-column-left {
    width: 40%;
    margin-left: 4%;
  }
}
.main-top-inner-column-right {
  width: 32%;
}
@media (max-width: 1025px) {
  .main-top-inner-column-right {
    width: 85%;
    max-width: 530px;
    margin-top: -40px;
    margin-left: -8%;
  }
}
@media (max-width: 530px) {
  .main-top-inner-column-right {
    width: 88%;
    margin-top: 0px;
    margin-left: 0%;
  }
}
@media (max-width: 380px) {
  .main-top-inner-column-right {
    position: absolute;
    width: 80%;
    bottom: 11%;
  }
}
.main-top-inner-column img {
  width: 100%;
}

.top-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  margin-left: -44%;
  height: 100%;
  z-index: -1;
}
.top-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1600px) {
  .top-back {
    width: 135%;
    margin-left: -21%;
  }
  .top-back img {
    object-fit: cover;
    object-position: center center;
  }
}
@media (max-width: 1025px) {
  .top-back {
    margin-left: -33%;
  }
  .top-back img {
    height: 125%;
    margin-top: -255px;
  }
}
@media (max-width: 530px) {
  .top-back {
    margin-left: -38%;
  }
  .top-back img {
    height: 115%;
    margin-top: -98px;
  }
}

/*
 * メイン部分
 */
.main-wrapper {
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin-top: 100vh;
  margin-top: calc(var(--vh, 1vh) * 100);
}

.wrapper, main {
  overflow: visible !important;
}

.main-column {
  margin-top: 15%;
}
@media (max-width: 530px) {
  .main-column {
    margin-top: 25%;
  }
}

.main-column-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.main-tit {
  display: inline-block;
  margin-bottom: 5%;
  margin-left: 10%;
  color: #242424;
  line-height: 1;
}
.main-tit h2 {
  display: inline-block;
  font-size: 4rem;
}
@media (max-width: 1025px) {
  .main-tit h2 {
    font-size: 2em;
  }
}
.main-tit span {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  margin-left: 7px;
}
@media (max-width: 1025px) {
  .main-tit {
    font-size: 31px;
  }
}
@media (max-width: 530px) {
  .main-tit {
    margin-left: 6%;
  }
  .main-tit h2 {
    font-size: 2.5rem;
  }
  .main-tit span {
    display: block;
  }
}

/*
 * sns
 */
.sns {
  text-align: center;
  margin-bottom: 10%;
}
@media (max-width: 530px) {
  .sns {
    margin-bottom: 18%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*
 * link
 */
.link {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 22%, rgb(232, 232, 232) 22%, rgb(232, 232, 232) 100%);
}
.link-tit {
  display: block;
  margin-bottom: 7%;
}
.link-block {
  display: flex;
  justify-content: center;
  padding-bottom: 5%;
  flex-wrap: wrap;
}
.link-block-inner {
  display: inline-block;
  text-align: center;
  padding: 0 2%;
}
.link-block-inner a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.link-block-inner a:hover p {
  color: #242424;
}
.link-block-inner a:hover img, .link-block-inner a:hover span {
  opacity: 0.8;
}
.link-block-inner a img {
  max-width: 200px;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
.link-block-inner p {
  font-weight: bold;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  padding-bottom: 8px;
}
.link-block-inner span {
  color: #929292;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
@media (max-width: 530px) {
  .link-block-inner {
    padding: 3% 2%;
  }
}
@media (max-width: 530px) {
  .link {
    margin-top: 0;
  }
}

.video-wrapp {
  width: 60%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 8%;
  margin-bottom: 10%;
  text-align: center;
}
@media (max-width: 1025px) {
  .video-wrapp {
    width: 80%;
  }
}
@media (max-width: 530px) {
  .video-wrapp {
    padding-top: 16%;
  }
}
.video-head {
  margin-bottom: 12%;
}
@media (max-width: 530px) {
  .video-head {
    margin-bottom: 18%;
  }
}
.video-head h3 {
  font-size: 2.5rem;
}
@media (max-width: 530px) {
  .video-head h3 {
    font-size: 1.9rem;
  }
}
.video-head span {
  font-family: initial;
  font-size: 1.2rem;
  letter-spacing: 3px;
}
@media (max-width: 530px) {
  .video-head span {
    font-size: 1rem;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 の比率 (9 ÷ 16 = 0.5625) */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.message {
  margin-top: 0;
  padding-top: 10%;
}
@media (max-width: 530px) {
  .message {
    padding-top: 23%;
  }
}
.message-wrapp {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
}

.message-head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .message-head {
    width: 100%;
    flex-direction: column;
  }
  .message-head-tit {
    width: 50%;
  }
  .message-head-tit img {
    width: 100%;
  }
}
.message-head-txt {
  height: 585px;
  writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1025px) {
  .message-head-txt {
    margin-top: 130px;
    font-size: clamp(1.125rem, 0.765rem + 0.76vw, 1.25rem);
  }
}
@media (max-width: 530px) {
  .message-head-txt {
    height: 478px;
    margin: 0 auto;
    margin-top: 15px;
    font-size: 16px;
  }
}
.message-head-txt p {
  display: inline-block;
  color: #0c3388;
  margin-left: 2.5%;
  padding: 12px 8px 12px 5px;
  line-height: 1;
}
@media (max-width: 1025px) {
  .message-head-txt p {
    margin-left: 2%;
  }
}
.message-head-txt .big {
  font-size: 24px;
  margin-left: 5%;
  padding: 12px 11px 12px 5px;
}
@media (max-width: 530px) {
  .message-head-txt .big {
    padding: 12px 10px 12px 5px;
  }
}

.message-area {
  width: 70%;
  height: 385px;
  margin-top: -383px;
  font-family: Serif;
  font-size: 17px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: initial;
  line-height: 2.2;
  word-break: break-all;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1600px) {
  .message-area {
    font-size: 18px;
    line-height: 2.3;
  }
}
@media (max-width: 1025px) {
  .message-area {
    width: 58%;
    margin-top: -450px;
    font-size: clamp(1rem, 0.82rem + 0.38vw, 1.063rem);
    height: auto;
    writing-mode: horizontal-tb;
    line-height: 2;
  }
}
@media (max-width: 530px) {
  .message-area {
    width: 100%;
    margin-top: 0;
    font-weight: 600;
    font-size: 15px;
  }
}
.message-area p {
  writing-mode: vertical-rl;
  text-align: justify;
}
.message-area p span {
  writing-mode: initial;
  line-height: 1;
}
@media (max-width: 1025px) {
  .message-area p {
    writing-mode: horizontal-tb;
  }
}
.message-area-name {
  margin-right: 8%;
  margin-top: 15%;
  font-size: 18px;
}
@media (max-width: 1025px) {
  .message-area-name {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 0;
    margin-left: auto;
    margin-top: 7%;
  }
}
@media (max-width: 530px) {
  .message-area-name {
    font-size: 14px;
  }
}
.message-area-name img {
  margin-top: 34%;
}
@media (max-width: 1025px) {
  .message-area-name img {
    width: 100%;
    margin-top: 3%;
  }
}

.prof {
  background-color: #eeeeee;
}
.prof-wrapp {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  padding-top: 8%;
  padding-bottom: 8%;
}
@media (max-width: 530px) {
  .prof-wrapp {
    flex-direction: column;
    padding-top: 20%;
    padding-bottom: 18%;
  }
}

.prof-tit {
  width: 14%;
  margin-right: 2%;
}
@media (max-width: 1025px) {
  .prof-tit {
    width: 20%;
    margin-right: -3%;
  }
}
@media (max-width: 530px) {
  .prof-tit {
    width: 34%;
    margin-right: 0;
  }
}
.prof-tit img {
  width: 100%;
}

.prof-main {
  width: 62%;
  margin-top: 15%;
  font-size: 16px;
}
@media (max-width: 1025px) {
  .prof-main {
    width: 84%;
    margin-left: -16%;
  }
}
@media (max-width: 530px) {
  .prof-main {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    margin-left: 0;
  }
}
.prof-main .current {
  margin-bottom: 5%;
}
.prof-main .current p {
  position: relative;
  padding-left: 15px; /* 三角の分の余白 */
  margin: 0 0 5px 0;
  color: #333;
}
.prof-main .current p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* 三角を45度回転させる */
  width: 10px; /* 三角のサイズ */
  height: 10px;
  background-color: #d70c18; /* 赤色 */
  clip-path: polygon(0 0, 100% 50%, 0 100%); /* 右向き三角形 */
}
@media (max-width: 530px) {
  .prof-main .current p::before {
    top: 11px;
  }
}
.prof-main .career {
  text-align: justify;
}
.prof-main .career span {
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
@media (max-width: 530px) {
  .prof-main .career span {
    margin-top: 8%;
  }
}
.prof-main .career p {
  margin-top: 7px;
}
@media (max-width: 530px) {
  .prof-main .career p {
    margin-top: 10px;
    line-height: 1.3;
  }
}
.prof-main .career p .aks {
  margin-top: 0;
  font-weight: 400;
}
@media (max-width: 530px) {
  .prof-main .career p .aks {
    font-weight: 500;
  }
}

.prof-photo {
  width: 24%;
}
@media (max-width: 1025px) {
  .prof-photo {
    width: 0%;
  }
}

.policy {
  position: relative;
  margin-top: 5%;
  z-index: 2;
}
@media (max-width: 530px) {
  .policy {
    margin-top: 0;
    padding-top: 29%;
  }
}
.policy-wrapp {
  width: 80%;
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 8%;
  padding-bottom: 15%;
  position: relative;
  z-index: 5;
}
@media (max-width: 530px) {
  .policy-wrapp {
    padding-bottom: 25%;
  }
}

.pol-tit h4 {
  font-size: 48px;
}
@media (max-width: 1025px) {
  .pol-tit h4 {
    font-size: 38px;
  }
}
@media (max-width: 530px) {
  .pol-tit h4 {
    font-size: 26px;
  }
}
.pol-tit p {
  font-size: 32px;
  line-height: 1.4;
  margin-top: 6%;
}
@media (max-width: 530px) {
  .pol-tit p {
    font-weight: 500;
    font-size: clamp(0.938rem, -0.027rem + 4.29vw, 1.125rem);
    margin-top: 10%;
  }
}

.pol-head {
  width: 90%;
  margin: 0 auto;
  margin-top: 8%;
  text-align: justify;
  font-size: 17px;
  line-height: 2;
}
@media (max-width: 530px) {
  .pol-head {
    width: 100%;
    font-size: 16px;
    margin-top: 12%;
  }
}
.pol-head p span {
  color: #0c3388;
  font-weight: 700;
  font-size: 19px;
}
@media (max-width: 530px) {
  .pol-head p span {
    font-size: 17px;
  }
}
.pol-head-title {
  font-weight: 500;
  border-bottom: 1px solid;
  font-size: 28px;
  margin-bottom: 3%;
}
@media (max-width: 530px) {
  .pol-head-title {
    font-size: 21px;
    margin-bottom: 5%;
  }
}

.pol-block {
  margin-top: 15%;
}
@media (max-width: 530px) {
  .pol-block {
    margin-top: 20%;
  }
}
.pol-block-head {
  width: 100%;
  margin-bottom: -1%;
}
.pol-block-head-inner {
  width: 90%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 530px) {
  .pol-block-head-inner {
    flex-direction: column;
    align-items: end;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 530px) {
  .pol-block-head .inner-01 {
    width: 259px;
  }
  .pol-block-head .inner-02 {
    width: 203px;
  }
  .pol-block-head .inner-03 {
    width: 312px;
  }
  .pol-block-head .inner-04 {
    width: 279px;
  }
  .pol-block-head .inner-05 {
    width: 302px;
  }
}
@media (max-width: 385px) {
  .pol-block-head .inner-01 {
    width: 237px;
  }
  .pol-block-head .inner-02 {
    width: 185px;
  }
  .pol-block-head .inner-03 {
    width: 285px;
  }
  .pol-block-head .inner-04 {
    width: 255px;
  }
  .pol-block-head .inner-05 {
    width: 276px;
  }
}
.pol-block-head-tit {
  width: auto;
  height: 120px;
  margin-right: 4%;
}
@media (min-width: 1600px) {
  .pol-block-head-tit {
    height: 140px;
  }
}
@media (max-width: 1025px) {
  .pol-block-head-tit {
    height: 110px;
  }
}
@media (max-width: 850px) {
  .pol-block-head-tit {
    height: 90px;
    margin-right: 3%;
  }
}
@media (max-width: 530px) {
  .pol-block-head-tit {
    height: 70px;
    margin-right: 0;
  }
}
@media (max-width: 385px) {
  .pol-block-head-tit {
    height: 64px;
  }
}
.pol-block-head-tag {
  width: auto;
  height: 41px;
  margin-bottom: -27px;
}
@media (min-width: 1600px) {
  .pol-block-head-tag {
    height: 49px;
  }
}
@media (max-width: 1025px) {
  .pol-block-head-tag {
    height: 32px;
    margin-bottom: -11px;
  }
}
@media (max-width: 530px) {
  .pol-block-head-tag {
    height: 30px;
    margin-bottom: -4px;
    margin-top: -10px;
  }
}
@media (max-width: 385px) {
  .pol-block-head-tag {
    height: 24px;
  }
}
.pol-block-head img {
  height: 100%;
}
.pol-block .pol-box {
  background-color: #eeeeee;
  padding: 7% 5% 5%;
  position: relative;
}
@media (max-width: 1025px) {
  .pol-block .pol-box {
    padding: 7% 5%;
  }
}
@media (max-width: 530px) {
  .pol-block .pol-box {
    width: 110%;
    margin-left: -5%;
    padding: 13% 7% 10%;
  }
}
.pol-block .pol-box-tit {
  margin-bottom: 5%;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-tit {
    margin-bottom: 6%;
  }
}
@media (max-width: 530px) {
  .pol-block .pol-box-tit {
    margin-bottom: 15%;
  }
}
.pol-block .pol-box-tit h4 {
  font-size: clamp(2rem, 0.854rem + 1.67vw, 2.313rem);
  line-height: 1.2;
  margin-bottom: 2%;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-tit h4 {
    font-size: clamp(1.75rem, 1.03rem + 1.52vw, 2rem);
    margin-bottom: 3%;
  }
}
@media (max-width: 530px) {
  .pol-block .pol-box-tit h4 {
    font-size: clamp(1rem, 0.357rem + 2.86vw, 1.125rem);
    margin-bottom: 7%;
  }
}
.pol-block .pol-box-tit-01 {
  text-indent: -5em;
  padding-left: 5em;
}
@media (max-width: 530px) {
  .pol-block .pol-box-tit-01 {
    text-indent: 0;
    padding-left: 0;
  }
}
.pol-block .pol-box-tit-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media (max-width: 530px) {
  .pol-block .pol-box-tit-indent {
    text-indent: 0;
    padding-left: 0;
  }
}
.pol-block .pol-box-tit p {
  width: 70%;
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-tit p {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
  }
}
.pol-block .pol-box-colum {
  display: flex;
  border-bottom: 1px solid;
  line-height: 1.4;
  align-items: center;
  text-align: justify;
  padding-bottom: 1%;
  margin-bottom: 2%;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-colum {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2%;
    margin-bottom: 3%;
  }
}
@media (max-width: 530px) {
  .pol-block .pol-box-colum {
    padding-bottom: 5%;
    margin-bottom: 6%;
  }
}
.pol-block .pol-box-colum span {
  width: 36%;
  font-size: 22px;
  font-weight: 600;
  margin-left: 2%;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-colum span {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1%;
  }
}
@media (max-width: 530px) {
  .pol-block .pol-box-colum span {
    font-size: 16px;
    margin-bottom: 2%;
  }
}
.pol-block .pol-box-colum p {
  width: 62%;
  font-size: 16px;
}
@media (max-width: 1025px) {
  .pol-block .pol-box-colum p {
    width: 100%;
    font-size: 15px;
  }
}
@media (max-width: 1025px) {
  .pol-block .pol-box .last-colum {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.pol-block .pol-box .pol-accent {
  position: absolute;
  color: #e0e0e0;
  position: absolute;
  color: #e0e0e0;
  font-size: 100px;
  top: 6%;
  right: -4%;
}
@media (min-width: 1600px) {
  .pol-block .pol-box .pol-accent {
    font-size: 6em;
  }
}
@media (max-width: 1025px) {
  .pol-block .pol-box .pol-accent {
    display: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.pol-block .pol-box .pol-accent-long {
  right: -12%;
}

.pol-back {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.pol-back img {
  width: 100%;
}

/*# sourceMappingURL=frontpage.css.map */
