@charset "UTF-8";
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
html {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

body {
  overflow-x: hidden;
  transition: .3s;
  background: url(../../../img/bg.svg) fixed;
}

#main {
  margin-left: 83px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #main {
    margin-left: 0;
    position: relative;
    z-index: 1;
  }
}

/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  キーフレーム
------------------------------------*/
@-webkit-keyframes rotation {
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform-origin: center center;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}

@-webkit-keyframes heightscale {
  0% {
    transform-origin: top center;
    transform: scaleY(0);
  }
  10% {
    transform-origin: top center;
    transform: scaleY(0.3);
  }
  100% {
    transform-origin: top center;
    transform: scaleY(1);
  }
}

@keyframes heightscale {
  0% {
    transform-origin: top center;
    transform: scaleY(0);
  }
  10% {
    transform-origin: top center;
    transform: scaleY(0.3);
  }
  100% {
    transform-origin: top center;
    transform: scaleY(1);
  }
}

/*----------------------------------
  イージング
------------------------------------*/
/*----------------------------------
  sub_mv
------------------------------------*/
@media (max-width: 768px) {
  #company_mv {
    overflow: hidden;
  }
  #company_mv h1 {
    overflow: hidden;
  }
  #company_mv .sub_mv_title {
    text-align: center;
  }
  #company_mv .sub_mv_title span {
    display: inline-block;
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 17vw;
    color: #03587C;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-top: -2.6vw;
  }
  #company_mv .sub_mv_title_ruby {
    font-weight: 500;
    font-size: 1.5rem;
    color: #03587C;
    letter-spacing: 0.49em;
    text-align: center;
    margin-top: 0.4vw;
  }
}

/*----------------------------------
  message
------------------------------------*/
.message {
  width: 100%;
  padding: calc(74 / 1366 * 100vw) calc(83 / 1366 * 100vw) calc(120 / 1366 * 100vw);
}

.message_pic {
  width: 100%;
  position: relative;
  margin-top: calc(27 / 1366 * 100vw);
}

.message_pic::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(90 / 1366 * 100vw);
  bottom: calc(-32 / 1366 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: radial-gradient(#fcea0d 0%, rgba(255, 255, 255, 0) 80%);
  opacity: 0.6;
}

.message_pic img {
  position: relative;
  z-index: 3;
}

.message_copy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(80 / 1366 * 100vw);
}

.message_copy .message_copyitem {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 3.07vw;
  color: #03587C;
  letter-spacing: 0.05em;
}

.message_copy .message_copy_cross {
  width: calc(14 / 1366 * 100vw);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0.73206vw;
}

.message_textbox {
  font-weight: 400;
  font-size: 1.17vw;
  color: #03587C;
  letter-spacing: 0.05em;
  line-height: 2.0625;
  text-align: center;
  margin-top: calc(24 / 1366 * 100vw);
}

.message_name {
  font-weight: 500;
  font-size: 1.17vw;
  color: #03587C;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: calc(44 / 1366 * 100vw);
}

@media (max-width: 768px) {
  .message {
    width: 100%;
    padding: 80px calc(83 / 1366 * 100vw) 100px;
  }
  .message_pic {
    width: 100%;
    position: relative;
    margin-top: 24px;
  }
  .message_pic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(90 / 1366 * 100vw);
    bottom: calc(-32 / 1366 * 100vw);
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    background: radial-gradient(#fcea0d 0%, rgba(255, 255, 255, 0) 80%);
    opacity: 0.6;
  }
  .message_pic img {
    position: relative;
    z-index: 3;
  }
  .message_copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }
  .message_copy .message_copyitem {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 2.8rem;
    color: #03587C;
    letter-spacing: 0.05em;
  }
  .message_copy .message_copy_cross {
    width: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0;
  }
  .message_textbox {
    font-weight: 400;
    font-size: 1.5rem;
    color: #03587C;
    letter-spacing: 0.05em;
    line-height: 2.0625;
    text-align: center;
    margin-top: 24px;
  }
  .message_name {
    font-weight: 500;
    font-size: 1.5rem;
    color: #03587C;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 40px;
  }
}

/*----------------------------------
  Philosophy
------------------------------------*/
.Philosophy {
  width: 100%;
  padding: calc(74 / 1366 * 100vw) calc(83 / 1366 * 100vw);
  background-color: #fff;
}

.Philosophy_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: calc(54 / 1366 * 100vw) 0;
  border-bottom: 1px solid #F5F2F1;
}

.Philosophy_item .Philosophy_titlecontainer {
  width: calc(270 / 1366 * 100vw);
}

.Philosophy_item .Philosophy_titlecontainer h3 {
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  font-size: 2.93vw;
  color: #03587C;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.Philosophy_item .Philosophy_titlecontainer .Philosophy_ruby {
  font-weight: 500;
  font-size: 1.17vw;
  color: #03587C;
  letter-spacing: 0.1em;
  padding-left: calc(16 / 1366 * 100vw);
  position: relative;
}

.Philosophy_item .Philosophy_titlecontainer .Philosophy_ruby::before {
  content: '';
  position: absolute;
  width: calc(8 / 1366 * 100vw);
  height: calc(8 / 1366 * 100vw);
  border-radius: 40px;
  background-color: #fcea0d;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.Philosophy_item .Philosophy_textbox {
  font-weight: 300;
  font-size: 1.75vw;
  letter-spacing: 0.05em;
  line-height: 2;
}

.Philosophy_item:last-of-type {
  border-bottom: 0px;
}

@media (max-width: 768px) {
  .Philosophy {
    width: 100%;
    padding: 40px calc(83 / 1366 * 100vw);
    background-color: #fff;
  }
  .Philosophy_item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px 0;
    border-bottom: 1px solid #F5F2F1;
  }
  .Philosophy_item .Philosophy_titlecontainer {
    width: calc(120 / 375 * 100vw);
    min-width: calc(120 / 375 * 100vw);
  }
  .Philosophy_item .Philosophy_titlecontainer h3 {
    font-family: 'Jost', sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    color: #03587C;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  .Philosophy_item .Philosophy_titlecontainer .Philosophy_ruby {
    font-weight: 500;
    font-size: 1.2rem;
    color: #03587C;
    letter-spacing: 0.1em;
    line-height: 1.5;
    padding-left: 14px;
    position: relative;
  }
  .Philosophy_item .Philosophy_titlecontainer .Philosophy_ruby::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background-color: #fcea0d;
    left: 0;
    top: 6px;
    bottom: auto;
    margin: auto 0;
  }
  .Philosophy_item .Philosophy_textbox {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .Philosophy_item:last-of-type {
    border-bottom: 0px;
  }
}

/*----------------------------------
  profile
------------------------------------*/
.profile {
  width: 100%;
}

.profile_upper {
  width: 100%;
  height: calc(420 / 1366 * 100vw);
  background-image: url(../../../img/pic_company_profile.png);
  background-size: cover;
}

.profile_titlecontainer {
  padding: calc(44 / 1366 * 100vw) calc(83 / 1366 * 100vw);
}

.profile_titlecontainer .profile_title {
  color: #fff;
}

.profile_titlecontainer .profile_title span {
  color: #fff;
}

.profile_titlecontainer .profile_title span::after {
  border-top: 1px solid #fff;
}

.profile_tablecontainer {
  width: 100%;
  padding: calc(52 / 1366 * 100vw) calc(83 / 1366 * 100vw) calc(120 / 1366 * 100vw);
}

.profile_tablecontainer table {
  width: 100%;
}

.profile_tablecontainer tbody {
  width: 100%;
}

.profile_tablecontainer tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.profile_tablecontainer th {
  display: block;
  width: calc(180 / 1366 * 100vw);
  min-width: calc(180 / 1366 * 100vw);
  padding: calc(28 / 1366 * 100vw) 0;
  font-weight: 500;
  font-size: 1.17vw;
  color: #03587C;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: left;
  border-bottom: 1px solid #03587C;
}

.profile_tablecontainer td {
  display: block;
  width: 100%;
  padding: calc(28 / 1366 * 100vw) 0;
  padding-left: calc(50 / 1366 * 100vw);
  font-weight: 400;
  font-size: 1.17vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  border-bottom: 1px solid #BFBFBF;
}

.profile_tablecontainer li {
  font-weight: 400;
  font-size: 1.17vw;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: left;
  list-style: none;
  padding-left: calc(16 / 1366 * 100vw);
  position: relative;
}

.profile_tablecontainer li::before {
  content: '';
  position: absolute;
  width: calc(8 / 1366 * 100vw);
  height: calc(8 / 1366 * 100vw);
  border-radius: 40px;
  background-color: #fcea0d;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media (max-width: 768px) {
  .profile {
    width: 100%;
  }
  .profile_upper {
    width: 100%;
    height: 250px;
    background-image: url(../../../img/pic_company_profile.png);
    background-size: cover;
    background-position: center;
  }
  .profile_titlecontainer {
    padding: 24px calc(83 / 1366 * 100vw);
  }
  .profile_titlecontainer .profile_title {
    color: #fff;
  }
  .profile_titlecontainer .profile_title span {
    color: #fff;
  }
  .profile_titlecontainer .profile_title span::after {
    border-top: 1px solid #fff;
  }
  .profile_tablecontainer {
    width: 100%;
    padding: 40px calc(83 / 1366 * 100vw);
  }
  .profile_tablecontainer table {
    width: 100%;
  }
  .profile_tablecontainer tbody {
    width: 100%;
  }
  .profile_tablecontainer tr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .profile_tablecontainer th {
    display: block;
    width: calc(100 / 375 * 100vw);
    min-width: calc(100 / 375 * 100vw);
    padding: 22px 0;
    font-weight: 500;
    font-size: 1.4rem;
    color: #03587C;
    letter-spacing: 0.1em;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid #03587C;
  }
  .profile_tablecontainer td {
    display: block;
    width: 100%;
    padding: 22px 0;
    padding-left: 24px;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid #BFBFBF;
  }
  .profile_tablecontainer li {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: left;
    list-style: none;
    padding-left: 16px;
    position: relative;
  }
  .profile_tablecontainer li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 40px;
    background-color: #fcea0d;
    left: 0;
    top: 9px;
    bottom: auto;
    margin: auto 0;
  }
}

/*----------------------------------
  partner
------------------------------------*/
.partner {
  width: 100%;
  padding: calc(74 / 1366 * 100vw) calc(83 / 1366 * 100vw) calc(100 / 1366 * 100vw);
  background-color: #fff;
}

.partner_itemcontainer {
  width: 100%;
  margin-top: calc(38 / 1366 * 100vw);
  display: flex;
  flex-wrap: wrap;
  gap: calc(29 / 1366 * 100vw);
}

.partner_item {
  width: calc(353 / 1366 * 100vw);
}

@media (max-width: 768px) {
  .partner {
    width: 100%;
    padding: 80px calc(83 / 1366 * 100vw) 100px;
    background-color: #fff;
  }
  .partner_itemcontainer {
    width: 100%;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .partner_item {
    width: 45%;
  }
}

/*----------------------------------
  access
------------------------------------*/
.access {
  width: 100%;
  padding: calc(74 / 1366 * 100vw) calc(83 / 1366 * 100vw) calc(100 / 1366 * 100vw);
}

.access_mapcontainer {
  width: 100%;
  margin-top: calc(38 / 1366 * 100vw);
}

@media (max-width: 768px) {
  .access {
    width: 100%;
    padding: 80px calc(83 / 1366 * 100vw) 100px;
  }
  .access_mapcontainer {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 130%;
  }
}
/*# sourceMappingURL=style.css.map */
