@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

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

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

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

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

@media (max-width: 630px) {
  .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;
}

/*
 * トップ部分
 */
.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 85px;
  overflow: hidden;
}
@media (max-width: 630px) {
  .main-top {
    padding-top: 11%;
  }
}
.main-top-inner {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.main-top-inner-column-1 {
  width: 42%;
  position: relative;
  margin-left: -5%;
  z-index: 1;
}
@media (max-width: 630px) {
  .main-top-inner-column-1 {
    width: 210%;
    margin-left: -42%;
  }
}
.main-top-inner-column-1 img {
  width: 100%;
}

.main-top-inner-column-2 {
  width: 54%;
  position: relative;
  z-index: 2;
  margin-bottom: 6%;
  margin-left: -4%;
}
@media (max-width: 630px) {
  .main-top-inner-column-2 {
    width: 71%;
    margin-left: -31%;
    margin-right: 3%;
  }
}
.main-top-inner-column-2 img {
  width: 100%;
}

.top-name {
  width: 114%;
  margin-left: -10%;
}
@media (max-width: 630px) {
  .top-name {
    width: 106%;
    margin-left: -9%;
  }
}

@media (max-width: 630px) {
  .top-catch {
    width: 230%;
    margin-left: -120%;
    margin-top: -25%;
    margin-bottom: -14%;
  }
}
.top-catch img {
  width: 100%;
  max-width: 680px;
}

.example {
  width: 100%;
  height: 88%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media (max-width: 630px) {
  .example {
    display: none;
  }
}
.example hr {
  position: absolute;
  bottom: 24%;
  right: -10%;
  width: 120%;
  border: 0;
  border-top: 2px solid #D18E04;
  transform: rotate(-12deg);
  transform-origin: right center;
  margin: 0;
}
@media (min-width: 1600px) {
  .example hr {
    bottom: 33%;
  }
}
@media (min-width: 2000px) {
  .example hr {
    bottom: 40%;
  }
}

.top-back {
  position: absolute;
  left: -6%;
  bottom: 0;
  width: 310%;
  z-index: -3;
}
@media (min-width: 1400px) {
  .top-back {
    left: 0%;
    bottom: 0;
    width: 278%;
  }
}
@media (min-width: 1600px) {
  .top-back {
    left: -11%;
    width: 132%;
  }
}
@media (min-width: 1800px) {
  .top-back {
    left: -9%;
    width: 138%;
    bottom: -11%;
  }
}
@media (min-width: 1980px) {
  .top-back {
    left: -4%;
    width: 113%;
    bottom: -6%;
  }
}
@media (min-width: 2180px) {
  .top-back {
    left: -6%;
    width: 113%;
    bottom: -9%;
  }
}
@media (min-width: 2300px) {
  .top-back {
    left: -2%;
    width: 102%;
    bottom: -9%;
  }
}
@media (max-width: 630px) {
  .top-back {
    width: 102%;
    left: 0;
    bottom: 0;
  }
}
.top-back img {
  width: 100%;
}

/*
 * メイン部分
 */
.main-column {
  margin: 15% 0 7%;
}
@media (max-width: 630px) {
  .main-column {
    margin: 35% 0 11%;
  }
}

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

.main-tit {
  color: #005BAC;
  font-size: clamp(1.5rem, 0.546rem + 1.48vw, 1.75rem);
  letter-spacing: 4px;
  font-weight: 500;
  font-family: serif;
}
@media (max-width: 630px) {
  .main-tit {
    font-size: 23px;
  }
}

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

.message {
  margin-top: 0;
  padding-top: 18%;
  position: relative;
  overflow: hidden;
  padding-bottom: 0%;
}
@media (max-width: 1024px) {
  .message {
    padding-top: 23%;
  }
}
.message .me-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 630px) {
  .message .me-back {
    height: 50%;
  }
}
.message .me-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.message .me-back:hover img {
  transform: scale(1.05);
}

.message-inner {
  position: relative;
  width: 80%;
  max-width: 1020px;
  margin: 0 auto;
  z-index: 5;
}

.message-block {
  width: 100%;
  position: relative;
}
.message-block-inner {
  display: flex;
  justify-content: left;
  align-items: end;
  gap: 40px;
  width: 100%;
  margin-top: -15%;
}
@media (max-width: 1024px) {
  .message-block-inner {
    margin-top: -104px;
  }
}
@media (max-width: 630px) {
  .message-block-inner {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 6%;
    gap: 10px;
  }
}
.message-block-inner-txt {
  flex: 1;
  max-width: 700px;
  text-align: justify;
  font-size: 21px;
  line-height: 2.1;
  color: #333;
}
@media (max-width: 1024px) {
  .message-block-inner-txt {
    font-size: clamp(0.938rem, 0.586rem + 0.74vw, 1.063rem);
  }
}
@media (max-width: 630px) {
  .message-block-inner-txt {
    width: 100%;
    line-height: 2;
    font-size: clamp(1.063rem, 0.741rem + 1.43vw, 1.125rem);
  }
}
.message-block-inner-tit {
  width: 150px;
  flex-shrink: 0;
  margin-left: 7%;
}
@media (max-width: 1024px) {
  .message-block-inner-tit {
    width: 108px;
    margin-left: 0;
  }
}
@media (max-width: 630px) {
  .message-block-inner-tit {
    width: 100px;
    margin-bottom: 0;
  }
}
.message-block-inner-tit img {
  width: 100%;
  height: auto;
}
@media (max-width: 630px) {
  .message-block-inner-tit {
    width: 90px;
    margin-bottom: 5px;
  }
}

.profile {
  margin-bottom: 0;
  position: relative;
  z-index: 3;
  margin-top: 0%;
  padding-top: 5%;
}
.profile-wrapp {
  width: 60%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .profile-wrapp {
    width: 85%;
  }
}

.profile-wrapp {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 630px) {
  .profile-wrapp {
    flex-direction: column;
  }
}

.prof-left {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 630px) {
  .prof-left {
    width: 100%;
  }
}
.prof-left .prof-img {
  width: 100%;
}
@media (max-width: 630px) {
  .prof-left .prof-img {
    position: absolute;
    width: 38%;
    top: 110px;
    right: -34px;
  }
}
@media (max-width: 375px) {
  .prof-left .prof-img {
    width: 35%;
    top: 143px;
    right: -37px;
  }
}
.prof-left .prof-img img {
  width: 100%;
}

.prof-right {
  width: 65%;
}
@media (max-width: 630px) {
  .prof-right {
    width: 100%;
    margin-top: 6%;
  }
}
.prof-right .profile-name {
  display: flex;
  align-items: baseline;
}
.prof-right .profile-name p {
  font-weight: 500;
  font-size: 2em;
}
@media (max-width: 630px) {
  .prof-right .profile-name p {
    font-size: clamp(1.625rem, 0.982rem + 2.86vw, 1.75rem);
  }
}
.prof-right .profile-name span {
  font-family: serif;
  margin-left: 5px;
  color: #005BAC;
  font-size: 1em;
}
@media (max-width: 630px) {
  .prof-right .profile-name span {
    font-size: 0.8em;
  }
}
.prof-right .birth {
  font-size: 1.2em;
  margin-top: 2%;
}
.prof-right .prof-box {
  max-width: 600px;
  margin: 5% auto;
  color: #333;
}
@media (max-width: 630px) {
  .prof-right .prof-box {
    margin: 10% auto;
  }
}
.prof-right .prof-box-tit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.prof-right .prof-box-tit p {
  margin: 0 15px;
  font-size: 1.25rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 630px) {
  .prof-right .prof-box-tit p {
    margin: 0 8px;
  }
}
.prof-right .prof-box-tit .line {
  height: 2px;
  background-color: #b8860b;
}
.prof-right .prof-box-tit .line-left {
  flex: none;
  width: 40px;
}
@media (max-width: 630px) {
  .prof-right .prof-box-tit .line-left {
    width: 20px;
  }
}
.prof-right .prof-box-tit .line:not(.line-left) {
  flex-grow: 1;
}
.prof-right .prof-box-list {
  padding-left: 10px;
}
@media (max-width: 630px) {
  .prof-right .prof-box-list {
    padding-left: 0;
  }
}
.prof-right .prof-box-list p {
  margin: 8px 0;
  font-size: 19px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .prof-right .prof-box-list p {
    margin: 12px 0;
    font-size: 18px;
  }
}
@media (max-width: 630px) {
  .prof-right .prof-box-list p {
    font-size: clamp(1rem, 0.357rem + 2.86vw, 1.125rem);
  }
}

.policy {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-top: 6px;
  z-index: 2;
  margin-bottom: 5%;
}
@media (max-width: 1024px) {
  .policy {
    margin-top: 20%;
  }
}
@media (max-width: 630px) {
  .policy {
    margin-top: 0;
    padding-top: 15%;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.policy-wrapp {
  padding-top: 1%;
}

.policy-wrapp {
  width: 100%;
}

.pol-head {
  position: relative;
  width: 100%;
  padding: 100px 0 20%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 630px) {
  .pol-head {
    padding: 100px 0 40%;
  }
}
.pol-head::before {
  content: "";
  position: absolute;
  top: 14em;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #1a4a9c;
  z-index: 0;
}
@media (min-width: 1600px) {
  .pol-head::before {
    top: 19em;
  }
}
@media (min-width: 2300px) {
  .pol-head::before {
    top: 25em;
  }
}
@media (max-width: 1024px) {
  .pol-head::before {
    top: 10em;
  }
}
@media (max-width: 630px) {
  .pol-head::before {
    top: 5em;
    height: 100%;
  }
}
.pol-head-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.pol-head-back img {
  width: 100%;
  object-fit: cover;
}
.pol-head-title {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 700px;
  margin: -12px auto 40px;
}
@media (min-width: 1380px) {
  .pol-head-title {
    margin: 17px auto 40px;
  }
}
@media (min-width: 1600px) {
  .pol-head-title {
    margin: 33px auto 40px;
  }
}
@media (min-width: 1850px) {
  .pol-head-title {
    margin: 54px auto 40px;
  }
}
@media (min-width: 2100px) {
  .pol-head-title {
    margin: 75px auto 40px;
  }
}
@media (min-width: 2360px) {
  .pol-head-title {
    margin: 98px auto 40px;
  }
}
@media (max-width: 1024px) {
  .pol-head-title {
    margin: -27px auto 40px;
  }
}
@media (max-width: 630px) {
  .pol-head-title {
    width: 90%;
    margin: -70px auto 40px;
    margin-left: 7%;
  }
}
@media (max-width: 375px) {
  .pol-head-title {
    margin: -72px 2% 40px 7%;
  }
}
.pol-head-title img {
  width: 100%;
}
.pol-head-txt {
  position: relative;
  text-align: left;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  line-height: 2;
}
@media (max-width: 1024px) {
  .pol-head-txt {
    width: 90%;
  }
}
@media (max-width: 630px) {
  .pol-head-txt {
    width: 85%;
  }
}
.pol-head-txt span {
  display: inline;
  background-color: #D18E04;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.273rem + 0.74vw, 1.875rem);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.5;
}
@media (max-width: 1024px) {
  .pol-head-txt span {
    font-size: clamp(1.375rem, 0.655rem + 1.52vw, 1.625rem);
  }
}
@media (max-width: 630px) {
  .pol-head-txt span {
    font-size: clamp(1.188rem, -0.098rem + 5.71vw, 1.438rem);
    line-height: 2.3;
  }
}
.pol-head-txt p {
  margin-top: 15px;
  font-size: 19px;
  text-align: justify;
  display: inline-block;
}
@media (max-width: 630px) {
  .pol-head-txt p {
    width: 100%;
    line-height: 1.8;
    font-size: 17px;
  }
}

.pol-block {
  width: 120%;
  margin-left: -10%;
  margin-top: -8%;
  position: relative;
  z-index: 20;
  transform: rotate(-8deg);
  background: #fff;
}
@media (max-width: 630px) {
  .pol-block {
    width: 130%;
    margin-left: -15%;
  }
}
.pol-block-inner {
  width: 92%;
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 60px;
  padding-bottom: 15%;
  border-radius: 5px;
  transform: rotate(8deg);
}
@media (min-width: 1600px) {
  .pol-block-inner {
    padding-bottom: 12%;
  }
}
@media (max-width: 630px) {
  .pol-block-inner {
    width: 92%;
    max-width: 490px;
    padding: 55px 60px;
  }
}
.pol-block-tit {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: -45px;
  margin-left: -8%;
}
@media (max-width: 630px) {
  .pol-block-tit {
    width: 118%;
    margin-left: -14%;
  }
}
.pol-block-tit .num {
  width: 27%;
  margin-right: 15px;
}
@media (max-width: 630px) {
  .pol-block-tit .num {
    width: 35%;
  }
}
.pol-block-tit .num img {
  width: 100%;
}
.pol-block-tit .text {
  width: 85%;
  margin-left: -6%;
  margin-top: 8%;
}
@media (max-width: 630px) {
  .pol-block-tit .text {
    margin-left: -9%;
  }
}
.pol-block-tit .text h4 {
  display: block;
  font-size: 48px;
  color: #005BAC;
  font-weight: bold;
  border-bottom: 2px solid #005BAC;
  line-height: 1.2;
  padding-bottom: 2%;
  padding-left: 5px;
}
@media (max-width: 630px) {
  .pol-block-tit .text h4 {
    font-size: clamp(1.5rem, 0.214rem + 5.71vw, 1.75rem);
  }
}
.pol-block-tit .text span {
  font-size: 13px;
  color: #005BAC;
  display: block;
  letter-spacing: 0.1em;
  font-family: serif;
  padding-left: 7px;
  padding-top: 3px;
}
.pol-block-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 630px) {
  .pol-block-area {
    flex-direction: column;
  }
}
.pol-block-area .pol-list {
  width: 60%;
}
@media (max-width: 1024px) {
  .pol-block-area .pol-list {
    margin-left: 3%;
  }
}
@media (max-width: 630px) {
  .pol-block-area .pol-list {
    width: 100%;
    margin-left: 2%;
  }
}
.pol-block-area .pol-list p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 22px;
  color: #333;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .pol-block-area .pol-list p {
    padding-left: 18px;
    font-size: 20px;
  }
}
@media (max-width: 630px) {
  .pol-block-area .pol-list p {
    padding-left: 16px;
    font-size: clamp(0.938rem, 0.295rem + 2.86vw, 1.063rem);
    line-height: 1.3;
    margin-bottom: 4%;
    letter-spacing: -0.1px;
  }
}
.pol-block-area .pol-list p::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 0.8em;
  color: #008CD6;
}
.pol-block-area .pol-img {
  width: 80%;
  margin-right: -15%;
  margin-left: -12%;
}
@media (max-width: 630px) {
  .pol-block-area .pol-img {
    width: 135%;
    margin-top: 0px;
    margin-left: 0;
  }
}
.pol-block-area .pol-img img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.pol-block-2 {
  background-color: #ECF7FD;
}
.pol-block-2 .pol-block-inner {
  padding: 50px 0px 50px 120px;
  padding-bottom: 15%;
}
@media (max-width: 1024px) {
  .pol-block-2 .pol-block-inner {
    padding: 50px 50px 50px 70px;
    padding-bottom: 15%;
  }
}
@media (max-width: 630px) {
  .pol-block-2 .pol-block-inner {
    padding: 55px 12%;
    padding-bottom: 15%;
  }
}
@media (max-width: 630px) {
  .pol-block-2 .pol-block-tit {
    margin-top: -56px;
    margin-left: -11%;
  }
}
.pol-block-2 .pol-block-area {
  flex-direction: row-reverse;
}
@media (max-width: 630px) {
  .pol-block-2 .pol-block-area {
    flex-direction: column;
  }
}
.pol-block-2 .pol-block-area .pol-img {
  margin-right: 0%;
  margin-left: -35%;
}
@media (max-width: 630px) {
  .pol-block-2 .pol-block-area .pol-img {
    width: 106%;
    margin-right: 0;
    margin-left: -3%;
  }
}

.pol-bottom {
  position: relative;
  width: 100%;
  margin-top: -375px;
  overflow: hidden;
  z-index: 20;
}
@media (min-width: 1600px) {
  .pol-bottom {
    margin-top: -430px;
  }
}
@media (min-width: 2000px) {
  .pol-bottom {
    margin-top: -465px;
  }
}
@media (max-width: 1024px) {
  .pol-bottom {
    margin-top: -310px;
  }
}
@media (max-width: 630px) {
  .pol-bottom {
    margin-top: 0;
    overflow: visible;
  }
}
.pol-bottom::before {
  content: "";
  position: absolute;
  bottom: 46px;
  left: -5%;
  width: 120%;
  height: 47%;
  background: #005BAC;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  z-index: -2;
}
@media (min-width: 1600px) {
  .pol-bottom::before {
    height: 42%;
  }
}
@media (max-width: 630px) {
  .pol-bottom::before {
    width: 125%;
    bottom: 0;
    top: 32px;
    height: 100%;
  }
}
.pol-bottom::after {
  content: "";
  position: absolute;
  bottom: -74px;
  left: -5%;
  width: 120%;
  height: 120px;
  background: white;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  z-index: 20;
}
@media (max-width: 630px) {
  .pol-bottom::after {
    bottom: -4em;
    height: 160px;
  }
}
@media (max-width: 400px) {
  .pol-bottom::after {
    bottom: -5em;
  }
}
@media (max-width: 375px) {
  .pol-bottom::after {
    bottom: -7em;
  }
}
.pol-bottom-block {
  position: relative;
  z-index: 10;
  width: 90%;
  max-width: 975px;
  margin: 0 auto;
  margin-bottom: 10%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 1600px) {
  .pol-bottom-block {
    margin-top: 4%;
  }
}
@media (max-width: 630px) {
  .pol-bottom-block {
    align-items: flex-start;
  }
}
.pol-bottom-block-txt {
  width: 53%;
  margin-right: -3%;
  padding-bottom: 7%;
  color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .pol-bottom-block-txt {
    width: 61%;
    max-width: 540px;
    padding-bottom: 6em;
  }
}
@media (max-width: 850px) {
  .pol-bottom-block-txt {
    padding-bottom: 44px;
  }
}
@media (max-width: 630px) {
  .pol-bottom-block-txt {
    width: 101%;
    padding-bottom: 40px;
    padding-top: 48px;
    margin-left: 1%;
  }
}
@media (max-width: 375px) {
  .pol-bottom-block-txt {
    padding-top: 47px;
  }
}
.pol-bottom-block-txt span {
  display: inline;
  background-color: #D18E04;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.273rem + 0.74vw, 1.875rem);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.5;
}
@media (max-width: 1024px) {
  .pol-bottom-block-txt span {
    font-size: clamp(1.375rem, 0.655rem + 1.52vw, 1.625rem);
  }
}
@media (max-width: 630px) {
  .pol-bottom-block-txt span {
    font-size: clamp(1.188rem, -0.098rem + 5.71vw, 1.438rem);
  }
}
.pol-bottom-block-txt p {
  font-size: clamp(1.125rem, 0.648rem + 0.74vw, 1.25rem);
  line-height: 2;
  text-align: justify;
}
@media (max-width: 630px) {
  .pol-bottom-block-txt p {
    width: 63%;
    max-width: 245px;
    font-size: clamp(0.938rem, 0.616rem + 1.43vw, 1rem);
    margin-top: 3%;
    line-height: 1.8;
    margin-left: 2%;
  }
}
@media (max-width: 375px) {
  .pol-bottom-block-txt p {
    margin-top: 4%;
  }
}
.pol-bottom-block-img {
  width: 53%;
  margin-right: -4%;
  margin-left: -1%;
  position: relative;
  line-height: 0;
  z-index: 8;
}
@media (max-width: 1024px) {
  .pol-bottom-block-img {
    margin-right: -10%;
  }
}
@media (max-width: 630px) {
  .pol-bottom-block-img {
    width: 84%;
    margin-top: 62px;
    margin-left: -74%;
    margin-right: -19%;
  }
}
.pol-bottom-block-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.pol-bottom-back {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 120%;
  height: auto;
  z-index: 1;
}
@media (min-width: 1600px) {
  .pol-bottom-back {
    width: 100%;
    left: 0;
    bottom: -6%;
  }
}
.pol-bottom-back img {
  width: 100%;
  display: block;
  object-fit: cover;
}

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