@charset "UTF-8";
/* //////////////////////////////////////////////////

トップページ設定

////////////////////////////////////////////////// */
/*
$d_green: #015A49;
$gray: #EFF2F1;

$place_holder: #d5d5d5;
$white: #ffffff;
$error: #ffa9a9;
$error_bg: #ffe7e7;
*/
.page__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 5rem;
}
.page__links .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 32/13;
  color: #fff;
  font-size: 1.4rem;
  background: #0B1A66;
  border-radius: 8px;
}
.page__links .item .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1rem;
  width: 2.2rem;
  line-height: 1;
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .page__links {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin-bottom: 9rem;
  }
  .page__links .item {
    aspect-ratio: 238/85;
    font-size: 1.8rem;
    border-radius: 10px;
  }
  .page__links .item .icon {
    right: 1.4rem;
    width: 2.8rem;
  }
}
.message_cont .message_cont-inner {
  margin-bottom: 6rem;
}
.message_cont .message__read {
  margin-bottom: 4rem;
  line-height: 2;
  font-weight: 700;
  font-size: 2rem;
  color: #0B1A66;
}
.message_cont .message__body {
  margin-bottom: 6rem;
}
.message_cont .message__body .sec {
  display: block;
}
.message_cont .top_info .top_info__img {
  margin: 0 auto 1em;
}
.message_cont .top_info .top_info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}
.message_cont .top_info .top_info__name {
  text-align: right;
  font-size: 1.2rem;
  font-weight: 600;
}
.message_cont .top_info .top_info__name ._l {
  font-size: 1.4em;
}

@media screen and (min-width: 769px) {
  .message_cont .message_cont-inner {
    margin-bottom: 12rem;
  }
  .message_cont .c-s_inner {
    width: 80rem;
  }
  .message_cont .message__read {
    margin-bottom: 6.8rem;
    font-size: 3rem;
  }
  .message_cont .message__body {
    margin-bottom: 8rem;
    font-size: 1.5rem;
  }
  .message_cont .top_info {
    position: relative;
    z-index: 1;
    width: 54rem;
    margin: auto;
  }
  .message_cont .top_info .top_info__img {
    margin: 0;
  }
  .message_cont .top_info .top_info__name {
    position: absolute;
    bottom: 0;
    left: calc(100% + 2em);
    font-size: 1.4rem;
    word-break: keep-all;
  }
}
.philosophy_cont {
  position: relative;
  z-index: 1;
  color: #fff;
  background: #0B1A66;
  /*
  &::before{
  	content: '';
  	display: block;
  	position: absolute;
  	z-index: -1;
  	bottom: 0;
  	left: 50%;
  	transform: translateX(-50%);
  	width: 100vh;
  	height: 100vh;
  	width: 160dvh;
  	height: 200dvh;
  	background: $blue;
  	border-radius: 50%;
  }
  	*/
}
.philosophy_cont .c-inner {
  margin-bottom: 4.8rem;
  padding: 6rem 0;
}
.philosophy_cont .philosophy-inner {
  position: relative;
  z-index: 1;
}
.philosophy_cont .philosophy-body {
  padding-bottom: 8rem;
}
.philosophy_cont .philosophy-body .c-secttl {
  position: relative;
  z-index: 1;
  margin-bottom: 3.6rem;
  padding-bottom: 3.6rem;
  color: #0B1A66;
}
.philosophy_cont .philosophy-body .c-secttl::after {
  background: #fff;
}
.philosophy_cont .philosophy-body .c-secttl .wh {
  margin-bottom: 0.2em;
  padding: 0 0.2em;
  background: #fff;
}
.philosophy_cont .philosophy-body .c-secttl::before {
  background: #fff;
}
.philosophy_cont .philosophy-body .c-secttl .c-secttl-en {
  margin-top: -1em;
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
  color: #fff;
}
.philosophy_cont .philosophy-body .c-secttl .c-secttl-jp {
  line-height: 1.4;
  font-size: 3rem;
}
.philosophy_cont .philosophy-img {
  position: absolute;
  z-index: -1;
  top: 6.4rem;
  left: 0;
  width: 100%;
}
.philosophy_cont .philosophy-img .item {
  position: relative;
  z-index: 1;
  text-align: right;
}
.philosophy_cont .philosophy-img .item img {
  border-radius: 16px 0 0 16px;
}
.philosophy_cont .philosophy-img .item:nth-child(1) {
  margin-bottom: 5rem;
  transform: translateX(36vw);
}
.philosophy_cont .philosophy-img .item:nth-child(2) {
  width: 14rem;
  height: 12rem;
  transform: translateX(calc(100vw - 15rem));
}
.philosophy_cont .philosophy-img .item:nth-child(2) img {
  height: 100%;
  object-position: center right;
  object-fit: cover;
}
.philosophy_cont .philosophy-img .item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2rem;
  left: -2rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 16px;
  background: #FDD73F;
}
.philosophy_cont .philosophy-group .img {
  width: min(480px, 100%);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .philosophy_cont {
    /*
    &::before{
    	width: 100%;
    	height: 100%;
    	width: 400dvw;
    	height: max(100vh, 400dvw);
    }
    */
  }
  .philosophy_cont .c-inner {
    margin-bottom: 12rem;
    padding: 15rem 0;
  }
  .philosophy_cont .philosophy-body .c-secttl {
    margin-bottom: 3.6rem;
    padding-bottom: 3.6rem;
  }
  .philosophy_cont .philosophy-body .c-secttl .wh {
    margin-bottom: 0;
    padding: 0 0.6em;
  }
  .philosophy_cont .philosophy-body .c-secttl .c-secttl-en {
    font-size: 1.6rem;
  }
  .philosophy_cont .philosophy-body .c-secttl .c-secttl-jp {
    line-height: 1.4;
    font-size: 3.6rem;
  }
  .philosophy_cont .philosophy-body .philosophy-txt {
    font-size: 1.6rem;
  }
  .philosophy_cont .philosophy-img {
    top: 0;
    left: 0;
  }
  .philosophy_cont .philosophy-img .item img {
    border-radius: 16px;
  }
  .philosophy_cont .philosophy-img .item:nth-child(1) {
    width: 48rem;
    margin: 0 0 0 auto;
    transform: none;
  }
  .philosophy_cont .philosophy-img .item:nth-child(2) {
    width: 24rem;
    height: auto;
    margin: 0 0 0 auto;
    transform: translate(25%, -25%);
  }
  .philosophy_cont .philosophy-img .item:nth-child(2) img {
    height: auto;
    object-fit: revert;
  }
  .philosophy_cont .philosophy-img .item:nth-child(2)::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -2rem;
    left: -2rem;
    width: 8.8rem;
    height: 8.8rem;
    border-radius: 16px;
    background: #FDD73F;
  }
  .philosophy_cont .philosophy-group .img {
    width: min(480px, 100%);
    margin: 0 auto;
  }
}
.p-contbox {
  margin-bottom: 5rem;
}
.p-contbox .companys__ttl-box {
  position: relative;
  z-index: 1;
  padding-top: 5rem;
  margin-bottom: 2rem;
}
.p-contbox .companys__ttl-box::before {
  content: "";
  display: block;
  width: 6.4rem;
  height: 7rem;
  background: #FDD73F;
  clip-path: polygon(70% 0, 100% 0%, 0 100%, 0 70%);
  transform: translateX(-7vw);
}
.p-contbox .companys__ttl-box .companys__ttl {
  margin-top: -2rem;
  font-weight: 700;
  line-height: 1;
  font-size: 2rem;
  color: #0B1A66;
}
.p-contbox .companys__ttl-box .companys__img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 9rem;
  aspect-ratio: 9/7;
  transform: translateX(-10vw);
}
.p-contbox .info__table {
  width: 100%;
  font-size: 1.2rem;
}
.p-contbox .info__table tr {
  border-top: 1px solid #C3D0DD;
}
.p-contbox .info__table tr:last-child {
  border-bottom: 1px solid #C3D0DD;
}
.p-contbox .info__table tr th {
  width: 9rem;
  padding: 2rem 0 2rem 1.5rem;
  align-items: center;
  font-weight: 700;
  background: #EBEFF3;
}
.p-contbox .info__table tr td {
  padding: 2rem;
  align-items: center;
}
.p-contbox .office__image {
  margin-bottom: 1.5rem;
  text-align: center;
}
.p-contbox .office__image img {
  border-radius: 15px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 24rem;
}
.p-contbox .office__info {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.p-contbox .office__access {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}
.p-contbox .office__access .office__access-ttl {
  color: #0B1A66;
}
.p-contbox .office__access .office__access-body::before {
  content: "●";
  color: #0B1A66;
}
.p-contbox .office__map .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20rem;
  height: 3.8rem;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #0B1A66;
  border: 1px solid #0B1A66;
  border-radius: 100vw;
  background: #fff;
}
.p-contbox .companys__images {
  margin-bottom: 5.4rem;
}
.p-contbox .companys__images .swiper_01 {
  margin-bottom: 1rem;
}
.p-contbox .companys__images .swiper-wrapper {
  transition-timing-function: linear;
}
.p-contbox .companys__images .swiper-slide {
  padding-right: 1rem;
}
.p-contbox .companys__images .swiper-slide img {
  border-radius: 10px;
}
.p-contbox .companys__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.p-contbox .companys__list .item {
  border-bottom: 1px solid #C3D0DD;
}
.p-contbox .companys__list .item .companys__list-ttl {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-contbox .companys__list .item .companys__list-info {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.p-contbox .companys__list .item .office__map {
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .p-contbox {
    margin-bottom: 12rem;
  }
  .p-contbox .companys__ttl-box {
    padding-top: 0;
    margin-bottom: 3rem;
  }
  .p-contbox .companys__ttl-box::before {
    width: 10rem;
    height: 8rem;
    clip-path: polygon(76% 0, 100% 0%, 24% 100%, 0 100%);
  }
  .p-contbox .companys__ttl-box .companys__ttl {
    font-size: 3rem;
  }
  .p-contbox .companys__ttl-box .companys__img {
    width: 26rem;
    transform: translateX(-75%);
  }
  .p-contbox .info__table {
    font-size: 1.4rem;
  }
  .p-contbox .info__table tr th {
    width: 19rem;
    padding: 2.5rem;
  }
  .p-contbox .info__table tr td {
    padding: 2.5rem 3rem;
  }
  .p-contbox.office {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 4.8rem;
    justify-content: space-between;
  }
  .p-contbox.office .companys__ttl-box {
    grid-area: 1/1/2/2;
  }
  .p-contbox .office__image {
    grid-area: 1/2/5/3;
    width: 46rem;
    margin-bottom: 0;
    transform: translateY(6rem);
  }
  .p-contbox .office__image img {
    max-height: 36rem;
  }
  .p-contbox .office__info {
    grid-area: 2/1/3/2;
    margin-bottom: 1.4rem;
    font-size: 1.4rem;
  }
  .p-contbox .office__access {
    grid-area: 3/1/4/2;
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .p-contbox .office__map {
    grid-area: 4/1/5/2;
  }
  .p-contbox .office__map .link {
    width: 22.4rem;
    height: 4.2rem;
    margin: 0 auto 0 0;
    font-size: 1.6rem;
    transition: all 0.3s;
  }
  .p-contbox .office__map .link:hover {
    opacity: 1;
    color: #fff;
    background: #0B1A66;
  }
  .p-contbox .companys__images {
    margin-bottom: 7rem;
  }
  .p-contbox .companys__images .swiper_01 {
    margin-bottom: 2rem;
  }
  .p-contbox .companys__images .swiper-slide {
    padding-right: 2rem;
  }
  .p-contbox .companys__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .p-contbox .companys__list .item .companys__list-ttl {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }
  .p-contbox .companys__list .item .companys__list-info {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }
  .p-contbox .companys__list .item .office__map {
    margin-bottom: 4.5rem;
  }
}
.history_cont .history-inner {
  position: relative;
  z-index: 1;
  margin-bottom: 5rem;
  padding-bottom: 6rem;
}
.history_cont .history-body {
  padding-bottom: 8rem;
}
.history_cont .history-body .c-secttl {
  position: relative;
  z-index: 1;
  margin-bottom: 3.6rem;
  padding-bottom: 3.6rem;
  color: #0B1A66;
}
.history_cont .history-body .c-secttl .c-secttl-en {
  margin-top: -1em;
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
}
.history_cont .history-body .c-secttl .c-secttl-jp {
  line-height: 1.4;
  font-size: 2.4rem;
}
.history_cont .history-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
.history_cont .history-img .item {
  position: relative;
  z-index: 1;
  text-align: left;
  height: 18.8rem;
  transform: translateX(calc(100vw - 40%));
}
.history_cont .history-img .item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -2rem;
  left: -2rem;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 16px;
  background: #0B1A66;
}
.history_cont .history-img .item img {
  width: auto;
  max-height: 100%;
  border-radius: 16px;
}
.history_cont .history-list {
  position: relative;
  z-index: 1;
}
.history_cont .history-list .add_list {
  display: none;
  margin-top: 4rem;
}
.history_cont .history-list .item {
  display: grid;
  grid-template-columns: 11rem 1fr;
  align-items: start;
  gap: 1em;
}
.history_cont .history-list .item.top::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 1.5em;
  left: 0;
  width: 1px;
  height: calc(100% - 3em);
  background: #ed7300;
  transform: translateX(-0.65rem);
}
.history_cont .history-list .item + .item {
  margin-top: 4rem;
}
.history_cont .history-list .item .year {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.5;
  font-size: 2.8rem;
}
.history_cont .history-list .item .year::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.2rem;
  height: 1.2rem;
  background: #ed7300;
  border-radius: 50%;
  transform: translateX(-100%);
}
.history_cont .history-list .item .body {
  letter-spacing: 0.04em;
}
.history_cont .view_more {
  position: relative;
  z-index: 1;
  margin-top: -10rem;
  padding: 10em 0 0;
  text-align: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 55%, #fff 100%);
}
.history_cont .view_more .view_more-tgl {
  color: #0B1A66;
  font-size: 1rem;
}
.history_cont .view_more .view_more-tgl::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-bottom: 1px solid #0B1A66;
  border-right: 1px solid #0B1A66;
  transform: rotate(45deg);
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .history_cont .history-inner {
    margin-bottom: 12rem;
    padding-bottom: 0rem;
  }
  .history_cont .c-s_inner {
    width: min(68rem, 90%);
  }
  .history_cont .history-body {
    padding-bottom: 12rem;
  }
  .history_cont .history-body .c-secttl .c-secttl-en {
    font-size: 1.6rem;
  }
  .history_cont .history-body .c-secttl .c-secttl-jp {
    font-size: 2.8rem;
  }
  .history_cont .history-img .item {
    height: 42rem;
    margin: 0 18rem 0 auto;
    transform: translateX(76%);
  }
  .history_cont .history-img .item img {
    border-radius: 16px;
  }
  .history_cont .history-list {
    margin: 0 auto;
  }
  .history_cont .history-list .add_list {
    display: block;
  }
  .history_cont .history-list .add_list + .item {
    margin-top: 8rem;
  }
  .history_cont .history-list .item {
    grid-template-columns: 14rem 1fr;
  }
  .history_cont .history-list .item:first-child::before {
    top: 1.5em;
    height: calc(100% - 3em);
    transform: translateX(-0.85rem);
  }
  .history_cont .history-list .item + .item {
    margin-top: 8rem;
  }
  .history_cont .history-list .item .year {
    font-size: 3.2rem;
  }
  .history_cont .history-list .item .year::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .history_cont .history-list .item .body {
    letter-spacing: 0.1em;
  }
}
/*# sourceMappingURL=style.css.map */
