@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
* 480pxより狭くなったら改行なくす
*/
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 900px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 900px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.main-block {
  position: relative;
  background-color: #f3f3f3;
}
.main-block::after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 130%;
  clip-path: polygon(0 12%, 100% 0%, 100% 61%, 0% 100%);
  position: absolute;
  bottom: -110%;
  z-index: 1;
}
@media (max-width: 560px) {
  .main-block::after {
    width: 100%;
    height: 122%;
    clip-path: polygon(0 5%, 100% 0%, 100% 58%, 0% 100%);
    position: absolute;
    bottom: -110%;
  }
}

.top-back-sp {
  display: none;
}
@media (max-width: 560px) {
  .top-back-sp {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 56%;
    z-index: 1;
  }
}

.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-height: 1042px;
  overflow: hidden;
  background-image: url("../images/top-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom 0%;
  padding-top: 2%;
}
.main-top-inner {
  display: flex;
  flex-direction: row-reverse;
  width: 93%;
  margin: 0 auto;
  color: white;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  max-width: 1651px;
}
@media (max-width: 900px) {
  .main-top {
    padding-top: 8%;
  }
  .main-top-inner {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .main-top {
    max-height: 775px;
    background-image: none;
  }
  .main-top-inner {
    padding-top: 0%;
    padding-bottom: 21%;
  }
}

.main-top-inner-column-1 {
  width: 58%;
  display: inline-block;
  position: relative;
  margin-left: -9%;
}
@media (max-width: 560px) {
  .main-top-inner-column-1 {
    position: absolute;
    width: 127%;
    top: 3%;
    left: 12%;
  }
}
.main-top-inner-column-1 img {
  width: 107%;
}
.main-top-inner-column-1 .top-img-1 {
  width: 117%;
  margin-bottom: 10%;
}
@media (max-width: 900px) {
  .main-top-inner-column-1 .top-img-1 {
    width: 100%;
  }
}

.main-top-inner-column-2 {
  width: 42%;
  margin-top: 5%;
  z-index: 3;
  margin-left: -14%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-top-inner-column-2 img {
  width: 100%;
}
.main-top-inner-column-2 .name-en {
  width: 43%;
  margin-left: auto;
  margin-right: 0;
  margin-top: 35%;
}
@media (max-width: 560px) {
  .main-top-inner-column-2 .name-en {
    width: 43%;
    margin-left: 4%;
    margin-right: 0px;
    margin-top: -6%;
    margin-bottom: 8%;
    transform: skew(2deg, -15deg);
    z-index: 4;
    position: relative;
  }
}
@media (max-width: 900px) {
  .main-top-inner-column-2 {
    margin-right: -5%;
  }
}
@media (max-width: 560px) {
  .main-top-inner-column-2 {
    width: 100%;
    margin-right: auto;
    margin-left: 0;
    margin-top: 95%;
    display: inline-block;
    z-index: 4;
  }
  .main-top-inner-column-2 img {
    margin-left: -1%;
    margin-top: 0;
  }
}

.top-class {
  display: inline-block;
  color: #231815;
  position: absolute;
  font-size: 0.65em;
  left: 0;
  top: 39%;
}
@media (max-width: 560px) {
  .top-class {
    writing-mode: vertical-rl;
    font-size: 0.85em;
    left: 4%;
    top: -124%;
    text-orientation: upright;
    font-feature-settings: initial;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
}

/*
 * メイン
 */
.main-wrapper {
  z-index: 2;
}

.main-column {
  margin: 3% 0;
}

.main-column-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-tit {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 4%;
  margin-bottom: 2%;
}
.main-tit span {
  display: inline-block;
  color: #F9BE00;
  font-size: 2em;
  border-bottom: 2px solid #F9BE00;
  margin-bottom: 2%;
  font-weight: 600;
}
.main-tit .main-tit-p {
  color: white;
}
.main-tit h2 {
  color: #231815;
  display: block;
  line-height: 1;
  font-size: 3em;
}
@media (max-width: 560px) {
  .main-tit {
    padding-top: 5%;
    margin-bottom: 4%;
  }
}

.movie-top {
  width: 100%;
  margin: 0 auto;
  margin-top: 11%;
  aspect-ratio: 16/9;
}
.movie-top iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 560px) {
  .movie-top {
    margin-top: 15%;
  }
}

/*
 * アニメーション
 */
.sa {
  opacity: 0;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 20px);
}

.sns {
  width: 90%;
  margin: 0 auto;
  max-width: 981px;
  margin-top: -2%;
  margin-bottom: 11%;
}
@media (max-width: 560px) {
  .sns {
    margin-top: 1%;
    margin-bottom: 18%;
  }
}
.sns .main-tit-block {
  text-align: center;
}

.sns-tit {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  width: 24%;
  margin-bottom: 7%;
}

a.inst-btn {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2em;
  margin: 0 auto;
  margin-top: 5%;
  color: white;
  transition: all 0.3s;
  padding: 11px 1em;
  max-width: 344px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(127deg, #6464FC, #B153DB, #F03C58, #F3786E, #FFC543);
}
@media (max-width: 560px) {
  a.inst-btn {
    width: 85%;
    padding: 5px 0em;
  }
}
a.inst-btn p {
  display: inline-block;
  vertical-align: super;
  margin-left: 7px;
  font-weight: bold;
  z-index: 1;
}
a.inst-btn i {
  font-size: 1.4em;
  z-index: 1;
}
a.inst-btn::before {
  position: absolute;
  background: linear-gradient(127deg, #5c5ce4, #9646bb, #d3364d, #db6e64, #dfab3c);
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  transition: transform 0.48s cubic-bezier(0.895, 0.03, 0.685, 0.22), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 40ms;
  transform: scale(1, 0);
  transform-origin: 50% 100%;
}
a.inst-btn:hover::before {
  border-radius: 50% 50% 0 0/0 0 0 0;
  transition: transform 0.48s cubic-bezier(0.165, 0.84, 0.44, 1), border-radius 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53) 20ms;
  transform: scale(1, 1);
}

#gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  width: 100%;
}
@media (max-width: 560px) {
  #gallery {
    width: 100%;
  }
}
#gallery .gallery-item {
  width: 24%;
  height: auto;
  text-align: center;
  aspect-ratio: 1/1.4;
  margin-left: 6px;
}
@media (max-width: 560px) {
  #gallery .gallery-item {
    width: 47%;
  }
}
#gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  margin-top: -2px;
}
#gallery a svg {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
}
#gallery a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#gallery a:hover img {
  transform: scale(1.1);
}
#gallery a:hover::after {
  opacity: 1;
}
#gallery img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
#gallery video {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.newspaper {
  margin-top: 0;
  position: relative;
  margin-bottom: 9%;
}
.newspaper::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #F9BE00;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 560px) {
  .newspaper {
    margin-top: 7%;
    padding-top: 9%;
    margin-bottom: 27%;
  }
}
.newspaper .main-tit {
  padding-top: 7%;
}
.newspaper .newspaper-wrapp {
  margin: 0 auto;
  width: 90%;
  max-width: 1105px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 900px) {
  .newspaper .newspaper-wrapp {
    justify-content: space-around;
  }
}
@media (max-width: 560px) {
  .newspaper .newspaper-wrapp {
    margin-top: 6%;
  }
}
.newspaper .newspaper-item {
  display: flex;
  flex-direction: column;
  padding: 17px 13px;
  justify-content: flex-start;
  position: relative;
  align-items: center;
  width: 30%;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.newspaper .newspaper-item:hover .news-image-block img {
  transform: scale(1.05);
}
@media (max-width: 560px) {
  .newspaper .newspaper-item {
    padding: 0;
    width: 46%;
    margin-bottom: 4%;
  }
}
.newspaper .news-flex-block {
  width: 100%;
  max-width: 212px;
  text-align: left;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .newspaper .news-flex-block {
    width: 100%;
  }
}
.newspaper .news-image-block {
  overflow: hidden;
  max-height: 310px;
  height: 300px;
}
.newspaper .news-image-block img {
  height: 100%;
  width: auto;
  object-fit: contain;
  max-height: 310px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  border: 1px solid #ccc;
}
@media (max-width: 560px) {
  .newspaper .news-image-block {
    height: auto;
  }
  .newspaper .news-image-block img {
    height: auto;
    width: 100%;
  }
}
.newspaper .news_in_title {
  width: 100%;
  text-align: center;
}
.newspaper .news_in_title a {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transition-property: color;
  width: 100%;
  display: block;
}
.newspaper .news_in_title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: transparent;
}
.newspaper .news_in_title:hover a {
  color: #BC2126;
}
@media (max-width: 900px) {
  .newspaper .news_in_title {
    margin-top: 5px;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .newspaper .news_in_title {
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
  .newspaper .news_in_title a {
    margin: 0 auto;
  }
}
.newspaper .news-link {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 3%;
}
.newspaper .news-link a {
  margin: 0 auto;
  padding: 14px 6em 14px 2em;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  color: #BC2126;
  display: inline-block;
  border: 1px solid #BC2126;
  position: relative;
  font-size: initial;
  border-radius: 2em;
}
.newspaper .news-link a:before, .newspaper .news-link a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  height: 1px;
  background: #BC2126;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
}
.newspaper .news-link a:before {
  width: 60px;
}
.newspaper .news-link a:after {
  width: 15px;
  transform-origin: right center;
  transform: rotate(25deg);
}
.newspaper .news-link a:hover {
  color: #BC2126;
}
.newspaper .news-link a:hover:before {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform;
  transform: translate(7px, -50%);
}
.newspaper .news-link a:hover:after {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: transform;
  transform: translate(7px, -50%) rotate(25deg);
}
.newspaper .news-link a:active {
  transform: scale(0.95);
}
@media (max-width: 560px) {
  .newspaper .news-link {
    margin-top: 8%;
  }
}

#cheer {
  background-color: #F9BE00;
  margin-bottom: 0;
}

.cheer-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  color: #003F87;
  padding: 7% 0 0;
}
@media (max-width: 900px) {
  .cheer-inner {
    padding: 13% 0 0;
  }
}
@media (max-width: 560px) {
  .cheer-inner {
    padding: 12% 0 24%;
  }
}

.cheer-inner-tit {
  width: 90%;
}

.cheer-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5%;
}
@media (max-width: 560px) {
  .cheer-box {
    flex-direction: column-reverse;
  }
}
.cheer-box-text {
  width: 46%;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 4%;
}
.cheer-box-text p.text {
  font-size: 1.12em;
  line-height: 2;
}
@media (max-width: 560px) {
  .cheer-box-text {
    width: 89%;
    margin: 0 auto;
    margin-top: 6%;
  }
}
.cheer-box-text .name {
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 560px) {
  .cheer-box-text .name {
    margin-top: 6%;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
  }
}
.cheer-box-text .name p {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
}
.cheer-box-text .name span {
  font-size: 0.8em;
  font-weight: bold;
  margin-right: 2%;
}
@media (max-width: 560px) {
  .cheer-box-text .name span {
    margin-right: 0;
  }
}
.cheer-box-image {
  width: 42%;
}
@media (max-width: 560px) {
  .cheer-box-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cheer-box-image .cheer-tit-p {
    margin: 0 auto;
    display: inline-block;
  }
}
.cheer-box-image .image-box {
  margin-top: -7%;
}
@media (max-width: 560px) {
  .cheer-box-image .image-box {
    align-items: center;
    text-align: center;
    margin-top: 6%;
    flex-direction: column;
    width: 100%;
  }
}
.cheer-box-image .image-box img {
  width: 88%;
}
@media (max-width: 560px) {
  .cheer-box-image .image-box img {
    width: 80%;
    margin-bottom: -2%;
  }
}

#message {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.message-tit {
  position: absolute;
  right: -4%;
  top: -4%;
  width: 49%;
}
.message-tit img {
  width: 100%;
}
@media (max-width: 560px) {
  .message-tit {
    right: -3%;
    top: 0%;
    width: 47%;
  }
}

.me-image {
  position: absolute;
  left: -33%;
  top: 5%;
  width: 59%;
}
@media (max-width: 900px) {
  .me-image {
    left: -20%;
  }
}
@media (max-width: 560px) {
  .me-image {
    position: relative;
    left: 0;
    right: 0;
    margin-top: 19%;
    width: 100%;
  }
}

.message-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1238px;
  padding: 9% 0 21%;
  position: relative;
}
@media (max-width: 900px) {
  .message-inner {
    width: 88%;
    padding: 16% 0 19%;
  }
}
@media (max-width: 560px) {
  .message-inner {
    padding: 22% 0% 21%;
    width: 85%;
  }
}

.message-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  width: 49%;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .message-flex {
    width: 56%;
    margin-right: 3%;
  }
}
@media (max-width: 560px) {
  .message-flex {
    width: 100%;
  }
}
.message-flex .me-text {
  width: 100%;
  text-align: justify;
  line-height: 1.8;
  font-size: 1.2em;
}
.message-flex .me-text p {
  margin-bottom: 9%;
}
@media (max-width: 560px) {
  .message-flex .me-text p {
    margin-bottom: 12%;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .message-flex .me-text {
    width: 100%;
    margin-top: 6%;
    line-height: 2.1;
    font-size: 1em;
  }
}
.message-flex .name-image {
  width: 40%;
  margin-left: auto;
}

/*
 * 政策
 */
#policy {
  position: relative;
  margin: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 15%, rgb(248, 233, 233) 15%, rgb(248, 233, 233) 100%);
}
@media (max-width: 560px) {
  #policy {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 7%, rgb(248, 233, 233) 7%, rgb(248, 233, 233) 100%);
  }
  #policy .main-tit {
    padding-top: 16%;
  }
}

.pol-tit {
  width: 100%;
}

.policy-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1407px;
  padding: 0% 0 5%;
  position: relative;
  margin-top: -10%;
}

.policy-inner-tit {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 560px) {
  .policy-inner-tit {
    margin: 6% 0 4%;
  }
}

.policy-inner-tit-area {
  text-align: center;
}
@media (max-width: 560px) {
  .policy-inner-tit-area .pol-inner-tit {
    margin-top: 9%;
    margin-bottom: 8%;
  }
}
.policy-inner-tit-area .pol-inner-tit-image {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .policy-inner-tit-area .pol-inner-tit-image {
    margin-top: -12%;
  }
}
.policy-inner-tit-area .red-text {
  color: white;
  font-weight: bold;
  font-size: 2em;
  background-color: #BC2126;
  display: inline-block;
  padding: 2px 2px 0 12px;
  margin-bottom: 2%;
}
@media (max-width: 560px) {
  .policy-inner-tit-area .red-text {
    font-size: 1.5em;
    margin-bottom: 4%;
  }
}
@media (max-width: 560px) {
  .policy-inner-tit-area .pc-text {
    display: none;
  }
}
.policy-inner-tit-area .sp-text {
  display: none;
}
@media (max-width: 560px) {
  .policy-inner-tit-area .sp-text {
    display: inline-block;
  }
}
.policy-inner-tit-area .sub-text {
  font-weight: bold;
  color: #BC2126;
  line-height: 2;
  font-size: 1.2em;
}
@media (max-width: 560px) {
  .policy-inner-tit-area .sub-text {
    font-size: 1em;
  }
}

.policy-columns {
  margin-top: -7%;
}

.policy-columns-box {
  width: 100%;
  margin-top: 13%;
}

.policy-box {
  position: relative;
  padding: 0 0 3% 0;
  margin-bottom: 9%;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .policy-box {
    padding: 8% 0 9% 0;
    margin-bottom: 14%;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
}
.policy-box-text {
  width: 51%;
  padding: 2% 0;
}
@media (max-width: 560px) {
  .policy-box-text {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 560px) {
  .policy-box-title {
    margin-bottom: 7%;
  }
}
.policy-box-title p {
  font-weight: 900;
  font-size: 5.5em;
  font-family: serif;
}
@media (max-width: 560px) {
  .policy-box-title p {
    font-size: 4.5em;
  }
}
.policy-box-title img {
  width: 34%;
  max-width: 230px;
}
.policy-box .pol-illust-1 {
  width: 32%;
  margin-left: -43%;
  margin-right: 2%;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-1 {
    width: 52%;
    left: 8%;
    position: absolute;
    top: 32%;
    margin-left: 0;
    margin-right: 0;
  }
}
.policy-box .pol-illust-2 {
  width: 27%;
  margin-left: 5%;
  margin-top: 29%;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-2 {
    width: 79%;
    position: absolute;
    right: -19%;
    top: 25%;
  }
}
.policy-box .pol-illust-3 {
  position: absolute;
  width: 35%;
  top: -3%;
  right: 32%;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-3 {
    position: absolute;
    width: 72%;
    top: 18%;
    right: 29%;
    z-index: -1;
  }
}
.policy-box .pol-illust-4 {
  width: 36%;
  align-self: flex-start;
  margin-top: 4%;
  margin-right: -27%;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-4 {
    width: 65%;
    align-self: flex-start;
    margin-top: 6%;
    margin-right: -17%;
    position: absolute;
    right: 16%;
    top: 24%;
  }
}
.policy-box .pol-illust-5 {
  position: absolute;
  width: 50%;
  top: 0;
  right: -32%;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-5 {
    position: absolute;
    width: 79%;
    top: 36%;
    right: -8%;
    z-index: -1;
  }
}
.policy-box .pol-illust-6 {
  position: absolute;
  width: 27%;
  right: -11%;
  bottom: 0;
}
@media (max-width: 560px) {
  .policy-box .pol-illust-6 {
    position: absolute;
    width: 51%;
    right: 18%;
    bottom: 58%;
    z-index: -1;
  }
}
.policy-box .pol-img {
  position: absolute;
}
.policy-box .pol-1 {
  width: 48%;
  right: -23%;
  top: 6%;
}
@media (max-width: 560px) {
  .policy-box .pol-1 {
    width: 75%;
    top: 11%;
    left: 0%;
    z-index: -1;
  }
}
.policy-box .pol-2 {
  width: 37%;
  right: -10%;
  top: -5%;
}
@media (max-width: 560px) {
  .policy-box .pol-2 {
    width: 55%;
    right: 49%;
    top: 16%;
  }
}
.policy-box .pol-3 {
  width: 54%;
  position: static;
  margin-left: -38%;
  margin-right: 5%;
}
@media (max-width: 560px) {
  .policy-box .pol-3 {
    width: 74%;
    right: -10%;
    top: 7%;
    position: absolute;
    z-index: -1;
  }
}
.policy-box .pol-4 {
  width: 64%;
  position: static;
  margin-left: 8%;
  margin-right: -44%;
  align-self: flex-start;
  margin-top: 3%;
}
@media (max-width: 560px) {
  .policy-box .pol-4 {
    width: 100%;
    right: 49%;
    top: 34%;
    z-index: -1;
    position: absolute;
  }
}
.policy-box .pol-5 {
  width: 50%;
  margin-left: -24%;
  position: static;
  margin-right: 4%;
  margin-top: 4%;
  align-self: flex-start;
}
@media (max-width: 560px) {
  .policy-box .pol-5 {
    width: 71%;
    right: -10%;
    top: 7%;
    z-index: -1;
    position: absolute;
  }
}
.policy-box .pol-5-2 {
  position: absolute;
  top: 72%;
  left: 2%;
  width: 29%;
}
@media (max-width: 560px) {
  .policy-box .pol-5-2 {
    top: 37%;
    left: -2%;
    width: 49%;
  }
}
.policy-box .pol-6 {
  position: static;
  width: 57%;
  margin-left: -46%;
  margin-right: 7%;
  margin-top: 5%;
  align-self: flex-start;
}
@media (max-width: 560px) {
  .policy-box .pol-6 {
    position: absolute;
    width: 89%;
    left: -2%;
    top: 9%;
    z-index: -1;
    margin-left: 0;
    margin-right: 0;
  }
}
.policy-box .pol-7 {
  position: static;
  width: 41%;
  margin-left: 5%;
  margin-top: -42%;
  margin-right: -30%;
}
@media (max-width: 560px) {
  .policy-box .pol-7 {
    position: absolute;
    width: 42%;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    left: 3%;
    top: 27%;
    z-index: -2;
  }
}
.policy-box .pol-8 {
  position: static;
  width: 49%;
  margin-left: -28%;
  margin-right: 5%;
  align-self: flex-start;
  margin-top: 5%;
}
@media (max-width: 560px) {
  .policy-box .pol-8 {
    position: absolute;
    width: 65%;
    margin-left: 0;
    margin-right: 0;
    left: -2%;
    top: 7%;
    z-index: -1;
  }
}
.policy-box-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  margin-top: 3%;
}
@media (max-width: 560px) {
  .policy-box-inner {
    width: 90%;
    margin: 0 auto;
  }
}
.policy-box-inner-tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5%;
}
@media (max-width: 560px) {
  .policy-box-inner-tit {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 5%;
    margin-bottom: 28%;
    writing-mode: vertical-rl;
    flex-direction: column;
  }
}
.policy-box-inner-tit p {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 2%;
  background-color: #BC2126;
  color: white;
  padding: 6px 2px 3px 12px;
  font-size: 1.4em;
}
@media (max-width: 560px) {
  .policy-box-inner-tit p {
    padding: 11px 7px 3px 3px;
    font-size: 1.2em;
    margin-left: 11px;
    font-feature-settings: initial;
    text-orientation: upright;
    white-space: pre;
  }
}
.policy-box-inner-line {
  line-height: 1.8;
  font-size: 1.2em;
  font-weight: 500;
  text-align: justify;
}
@media (max-width: 560px) {
  .policy-box-inner-line {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    line-height: 2;
    font-size: 1.1em;
  }
}
.policy-box-inner-text {
  display: block;
  position: relative;
  padding-left: 14px;
}
.policy-box-inner-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 11px #043E80;
  top: 6px;
  left: 0px;
}

@media (max-width: 560px) {
  .policy-box-01 .policy-box-title {
    margin-bottom: -19%;
    margin-left: 4%;
  }
  .policy-box-01 .policy-box-inner-line {
    margin-top: 0%;
  }
}

@media (max-width: 560px) {
  .policy-box-02 .policy-box-inner {
    margin-top: 73%;
  }
  .policy-box-02 .policy-box-inner-tit {
    margin-left: 11%;
    margin-right: auto;
  }
  .policy-box-02 .policy-box-title {
    text-align: end;
    margin-right: 5%;
  }
}

@media (max-width: 560px) {
  .policy-box-03 .policy-box-title {
    margin-bottom: -31%;
    margin-left: 5%;
  }
  .policy-box-03 .policy-box-inner-line {
    margin-top: 59%;
  }
}

@media (max-width: 560px) {
  .policy-box-04 .policy-box-title {
    text-align: end;
    margin-right: 10%;
    margin-bottom: -10%;
  }
  .policy-box-04 .policy-box-inner-tit {
    margin-left: 2%;
    margin-right: auto;
    margin-bottom: 44%;
  }
}

@media (max-width: 560px) {
  .policy-box-05 .policy-box-title {
    margin-bottom: 7%;
    margin-left: 5%;
  }
  .policy-box-05 .policy-box-inner-tit {
    margin-left: 5%;
    margin-right: auto;
    margin-top: 5%;
  }
}

@media (max-width: 560px) {
  .policy-box-06 .policy-box-title {
    text-align: end;
    margin-right: 10%;
    margin-bottom: 9%;
  }
}

.history {
  margin-top: 0;
}
.history-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
.history-inner-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.history-inner-top-image {
  position: relative;
  width: 50%;
}
.history-inner-top-image .his-image {
  position: absolute;
  width: 38%;
  right: 6%;
  top: 52%;
}
@media (max-width: 560px) {
  .history-inner-top-image .his-image {
    position: absolute;
    width: 45%;
    right: 85%;
    top: 48%;
  }
}
.history-inner-top-image .his-tit {
  width: 90%;
  padding-top: 25%;
}

.history-inner-top-name {
  display: inline-block;
  background: url(../images/his-name-back.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 12% 5% 19% 5%;
  text-align: center;
}
@media (max-width: 560px) {
  .history-inner-top-name {
    padding: 19% 8% 33% 8%;
  }
}
.history-inner-top-name p {
  color: white;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 560px) {
  .history-inner-top-name p {
    font-size: 1.5em;
  }
}

.history-inner-bottom {
  margin-top: 18%;
}

.history-image-sp {
  display: none;
}
@media (max-width: 560px) {
  .history-image-sp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .history-image-sp img {
    width: 90%;
    margin-bottom: 8%;
  }
  .history-image-sp .his-img-2 {
    width: 61%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -17%;
  }
  .history-image-sp .his-img-7, .history-image-sp .his-img-8 {
    width: 79%;
  }
}

dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

dl dt {
  text-align: right;
  width: 4.5em;
  position: relative;
}
@media (max-width: 560px) {
  dl dt {
    width: 2em;
  }
}
dl dt span {
  font-size: 2em;
  margin-top: 41%;
  display: inline-block;
  z-index: 2;
  position: absolute;
  width: 89%;
  padding: 31% 0;
  left: 50%;
  top: 3%;
  line-height: 0;
  color: #BC2126;
  background: white;
}
@media (max-width: 560px) {
  dl dt span {
    font-size: 1.2em;
    margin-top: 41%;
    display: inline-block;
    z-index: 2;
    position: absolute;
    width: 134%;
    padding: 35% 0;
    left: 18%;
    top: 3%;
  }
}

dl dt::after {
  content: attr(data-year);
  position: absolute;
  right: -1.4em;
  top: -4px;
  background-color: white;
  font-size: 2.3em;
  color: #BC2126;
}
@media (max-width: 560px) {
  dl dt::after {
    font-size: 1.5em;
    right: -1.3em;
    top: -6px;
  }
}

dl dd {
  width: calc(100% - 4.5em);
  padding: 0em 4em 2em;
  border-left: 4px solid #BC2126;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 560px) {
  dl dd {
    width: calc(100% - 2em);
    border-left: 2px solid #BC2126;
    padding: 0em 0em 2em 2.4em;
  }
}
dl dd .text {
  width: 55%;
}
dl dd .text p {
  margin-bottom: 6%;
}
@media (max-width: 560px) {
  dl dd .text {
    width: 100%;
  }
  dl dd .text .tit-mar {
    margin-bottom: 1%;
  }
}
dl dd .image {
  width: 40%;
  position: relative;
  text-align: center;
}
@media (max-width: 560px) {
  dl dd .image {
    display: none;
  }
}
dl dd .image img {
  width: 100%;
}
dl dd .image .his-img-1 {
  width: 80%;
  margin-left: 7%;
}
dl dd .image .his-img-2 {
  position: absolute;
  width: 61%;
  z-index: 2;
  bottom: -43%;
  right: -7%;
}
dl dd .image .his-img-3 {
  position: absolute;
  right: -28%;
  bottom: -80%;
  width: 100%;
  z-index: -1;
}
dl dd .image .his-img-4 {
  margin-top: -23%;
  width: 83%;
  margin-left: 9%;
}
dl dd .image .his-img-5 {
  margin-top: 12%;
}
dl dd .image .his-img-6 {
  margin-left: 10%;
  margin-top: 7%;
}
dl dd .image .his-img-7 {
  width: 79%;
  margin-top: 0%;
  margin-left: -20%;
}
dl dd .image .his-img-8 {
  width: 76%;
  position: absolute;
  bottom: -99%;
  right: -26%;
  z-index: -1;
}
dl dd .his-list {
  margin-bottom: 6%;
}
dl dd .his-list p {
  font-size: 1.1em;
  display: block;
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 560px) {
  dl dd .his-list p {
    margin-left: 1em;
  }
}
dl dd .his-list p::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: solid 7px transparent;
  border-left: solid 11px #141414;
  top: 6px;
  left: -16px;
}
@media (max-width: 560px) {
  dl dd .his-list p::before {
    border: solid 5px transparent;
    border-left: solid 8px #141414;
    top: 4px;
    left: -13px;
  }
}
@media (max-width: 560px) {
  dl dd .his-list .sp-margin {
    margin-left: 1em;
    text-indent: 0em;
    display: inline-block;
    width: 90%;
  }
}
dl dd .dot-text p {
  display: block;
  position: relative;
  margin-bottom: 0;
}

dl dd .tit {
  font-size: 2em;
  font-weight: bold;
  margin: 16px 0px 7px;
  color: #BC2126;
  line-height: 1;
}
@media (max-width: 560px) {
  dl dd .tit {
    margin: -2px 0 7px;
    font-size: 1.4em;
    line-height: 1.3;
  }
}

/*
 * プロフィール
 */
#profile {
  margin-top: 5%;
  position: relative;
  padding-bottom: 10%;
}
@media (max-width: 560px) {
  #profile {
    padding-bottom: 16%;
    margin-bottom: 0;
  }
  #profile .main-tit {
    margin-bottom: 3%;
  }
}

.profile-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  border-top: 1px solid #BC2126;
}

.profile-columns {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 2%;
}
@media (max-width: 560px) {
  .profile-columns {
    margin-top: 0;
  }
}
.profile-columns .profile-column {
  width: 90%;
  position: relative;
  padding-top: 2%;
}
@media (max-width: 900px) {
  .profile-columns .profile-column {
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .profile-columns .profile-column {
    padding-top: 14%;
    width: 100%;
  }
}
.profile-columns .profile-column .p-name {
  color: #BC2126;
}
.profile-columns .profile-column .p-name p {
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  margin-right: 4px;
}
@media (max-width: 900px) {
  .profile-columns .profile-column .p-name p {
    display: block;
  }
}
@media (max-width: 560px) {
  .profile-columns .profile-column .p-name p {
    display: inline-block;
  }
}
.profile-columns .profile-column .p-name span {
  font-weight: bold;
  color: #231815;
}
@media (max-width: 560px) {
  .profile-columns .profile-column .p-name {
    width: 100%;
    text-align: center;
  }
}
.profile-columns .p-c-top {
  padding-top: 7%;
}
.profile-columns .p-t-flex-wrapp {
  width: 100%;
}
.profile-columns .p-t-flex {
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex {
    flex-direction: column;
  }
}
.profile-columns .p-t-flex-text {
  width: 80%;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text {
    width: 100%;
  }
}
.profile-columns .p-t-flex-text p {
  display: block;
  position: relative;
  font-weight: bold;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .ymh {
    text-indent: -3.3em;
    margin-left: 3.3em;
  }
}
.profile-columns .p-t-flex-text span {
  font-size: 0.9em;
}
.profile-columns .p-t-flex-text .p-text-margin {
  margin-bottom: 3%;
}
.profile-columns .p-t-flex-text .p-t-tit {
  font-weight: bold;
  padding: 0 6px;
  margin-bottom: 4%;
  display: inline-block;
  border-top: 3px solid;
}
.profile-columns .p-t-flex-text .p-text-line {
  margin-bottom: 7%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line {
    margin-bottom: 8%;
    margin-left: 0em;
    flex-direction: column;
  }
}
.profile-columns .p-t-flex-text .p-text-line-tit {
  width: 14%;
  margin-right: 2%;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line-tit {
    width: 27%;
    margin-right: 3%;
    margin-bottom: 3%;
  }
}
.profile-columns .p-t-flex-text .p-text-line-tit p {
  display: inline-block;
  background-color: #BC2126;
  color: white;
  font-weight: bold;
  padding: 4px 12px 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line-tit p {
    padding: 3px 0px 1px;
    width: 100%;
  }
}
.profile-columns .p-t-flex-text .p-text-line .line-tit-width {
  width: 100%;
  margin-bottom: 2%;
}
.profile-columns .p-t-flex-text .p-text-line .line-tit-width p {
  width: auto;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line .line-tit-width p {
    padding: 3px 12px 1px;
  }
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line .line-block-width {
    width: 100%;
  }
}
.profile-columns .p-t-flex-text .p-text-line span {
  display: inline-block;
}
.profile-columns .p-t-flex-text .p-text-line-block {
  width: 80%;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line-block {
    width: 99%;
    text-align: justify;
  }
}
.profile-columns .p-t-flex-text .p-text-line .sp-dot {
  text-indent: -1em;
  margin-left: 1em;
}
.profile-columns .p-t-flex-text .p-text-line .sp-dot::before {
  position: absolute;
  content: "・";
  color: #BC2126;
  width: 0;
  height: 0;
  left: -19px;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line .sp-dot::before {
    left: -14px;
  }
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-text .p-text-line .sp-dot {
    margin-left: 1em;
  }
}
.profile-columns .p-t-flex-image {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 900px) {
  .profile-columns .p-t-flex-image {
    width: 45%;
  }
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-image {
    width: 100%;
    flex-direction: row;
    margin-top: 6%;
    justify-content: center;
  }
}
.profile-columns .p-t-flex-image img {
  width: 100%;
}
@media (max-width: 560px) {
  .profile-columns .p-t-flex-image img {
    width: 57%;
    margin-bottom: 0%;
  }
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line {
  flex-direction: column;
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line .sp-dot {
  font-weight: normal;
  text-indent: 0em;
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line p {
  font-weight: normal;
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line .text-end {
  padding-left: 1em;
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line-area {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .profile-columns .p-c-bottom .p-t-flex-text .p-text-line-area {
    flex-direction: column;
  }
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line-block {
  width: 45%;
}
@media (max-width: 560px) {
  .profile-columns .p-c-bottom .p-t-flex-text .p-text-line-block {
    width: 100%;
  }
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line-tit {
  margin-bottom: 2%;
}
@media (max-width: 560px) {
  .profile-columns .p-c-bottom .p-t-flex-text .p-text-line-tit {
    margin-bottom: 3%;
  }
}
.profile-columns .p-c-bottom .p-t-flex-text .p-text-line-tit p {
  background-color: white;
  border: 1px solid #BC2126;
  color: #BC2126;
}

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