@charset "utf-8";

/* ↓メインここから↓ */
/*  Section-Title */
.Company-Section-Title {
  padding: 96px var(--padding);
  background: linear-gradient(
    60deg,
    #13a0f4,
    #00bbdd,
    #1cd9f2,
    #4ee9f2,
    #d4fff2
  );
  color: #fcfcfc;
}

.Company-Section-Title h2 {
  font-size: 10rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.Company-Section-Title p {
  font-size: 3.6rem;
  padding-left: 8px;
}

/* Company-Aboutus */
.Company-Aboutus {
  display: flex;
  justify-content: center;
  padding: 96px var(--padding);
}

.Company-Aboutus-area {
  display: flex;
  gap: 80px;
}

.title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e16122;
}

.title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.Company-Aboutus-area .text-area .main-text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 80px 0;
}

.Company-Aboutus-area img {
  width: 40%;
}

/* Our Purpose */
.OurPurpose {
  display: flex;
  justify-content: center;
  padding: 96px var(--padding);
}

.OurPurpose-area .title {
  padding-bottom: 80px;
}

.title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e16122;
}

.title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.OurPurpose-area .detail {
  display: flex;
  gap: 80px;

}

.Our-purpose-img{
  width: 80%;
}

.OurPurpose-area img {
  width: 100%;
}

.OurPurpose-area .text-area .main-text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 80px;
}

/* Mission */
.Mission {
  margin: 96px 240px 128px 0;
  padding: 96px var(--padding);
  padding-bottom: 240px;
  background-color: #e8edef;
  border-radius: 0 140px 0 0;
}

.Mission-area {
  position: relative;
}

.title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e16122;
}

.title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.Mission-area .detail .main-text {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 2;
  padding: 80px 0 64px 0;
  width: 80%;
}

.Mission-area .detail .text-and-image {
  display: flex;
  gap: 80px;
  width: 60%;
}

.Mission-area .detail .hearing-image {
  width: 50%;
  position: absolute;
  top: 40%;
  right: -25%;
}

.Mission-area .detail .programming-image {
  width: 27%;
  position: absolute;
  top: 120%;
  left: 400px;
}

/* Message */
.Message {
  padding: 96px var(--padding);
  display: flex;
  justify-content: center;
}

.Message-area .profile {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.Message-area .president-img{
  width: 50%;
}

.Message-area .profile img {
  width: 100%;
}

.Message-area .profile .title {
  padding-bottom: 80px;
}

.Message-area .profile .title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  background: linear-gradient(90deg, #13a0f4, #00d5d5, #13a0f4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Message-area .profile .title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.Message-area .profile .name-eg {
  font-size: 3.6rem;
  font-family: "Montserrat", sans-serif;
}

.Message-area .name-jp-area {
  display: flex;
  align-items: end;
  line-height: 1;
  gap: 20px;
}

.Message-area .name-jp-area p {
  color: 494949;
}

.Message-area .name-jp-area .name-jp {
  font-size: 2.8rem;
}

.Message-area .detail {
  display: flex;
  justify-content: center;
  padding: 0 calc((100% - 1000px) / 2);
}

.Message-area .detail .text-area {
  text-align: center;
}

.Message-area .detail .main-text {
  font-size: 3.6rem;
  font-weight: bold;
  padding: 48px 0;
}

.Message-area .detail .text {
  text-align: left;
}

/* flow-text */

.flow-text-box {
  width: 100%;
  overflow: hidden;
}

.flow-text {
  width: 6000px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 200px;
  padding: 128px 0 240px 0;
}

.flow-area {
  display: flex;
  justify-content: center;
  animation: loop-slide 20s infinite linear 1s both;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow-text .text {
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  color: #3fa9f530;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Company Information */
.Company-Information {
  background-color: #e8edef;
  padding: 96px var(--padding);
}

.title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e16122;
}

.title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.Company-Information-area {
  padding: 96px calc((100% - 960px) / 2);
}

.Company-Information-area .detail {
  background-color: #fcfcfc;
  padding: 80px 112px;
  border-radius: 20px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
}

.Company-Information-area .detail ul {
  width: 100%;
}

.Company-Information-area .detail li {
  border-bottom: solid 1px #d9dedf;
}

.Company-Information-area .detail li dl {
  display: flex;
  gap: 80px;
  line-height: 4;
}

.Company-Information-area .detail li dl dt {
  width: 20%;
  font-weight: bold;
}

.Company-Information-area .detail li dl span {
  display: block;
}

/* Access */
.Access {
  padding: 128px 128px;
  background-color: #e8edef;
  padding: 96px var(--padding);
}

.title h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #e16122;
}

.title p {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.Access-area {
  padding: 80px;
  padding: 96px calc((100% - 960px) / 2);
}

.Access-area .detail {
  padding: 64px;
  font-size: 1.8rem;
  background-color: #fcfcfc;
  border-radius: 20px;
  display: flex;
  gap: 64px;
  justify-content: center;
}

.Access-area .detail .map {
  width: 50%;
}

.Access-area .detail img {
  width: 100%;
}

.Access-area .detail li{
  padding-bottom: 24px;
}

.Access-area .detail .button-area{
  padding-bottom: 0;
}

.Access-area .detail li p {
  font-size: 1.8rem;
}

.Access-area .detail li p span {
  line-height: 160%;
}

.Access-area .button-area {
  display: flex;
  justify-content: right;
}

.Access-area .button-area .link-button {
  display: inline-block;
  width: 80%;
  line-height: 64px;
  font-weight: bold;
  color: #13a0f4;
  display: flex;
  justify-content: right;
  position: relative;
}

/* .Access-area .button-area .link-button::before {
  background: #13a0f4;
  content: '';
  width: 70%;
  height: 2px;
  position: absolute;
  left: 10%;
  bottom: 15%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}

.Access-area .button-area .link-button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
} */

.Access-area .button-area .icon {
  background-color: #13a0f4;
  width: 35px;
  height: 35px;
  border-radius: 25px;
  margin: 14px 0 8px 16px;
  padding: 11px 10px;
  border: 1px solid #fcfcfc;
}

.Access-area .button-area .link-button:hover .icon{
  background-color: #fcfcfc;
  border:1px solid #13a0f4;
  transition: all 0.5s ease;
}

.Access-area .button-area .arrow {
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: solid 3px;
  border-right: solid 3px;
  border-color: #fcfcfc;
  transform: rotate(-45deg);
  align-items: center;
}

.Access-area .button-area .link-button:hover .arrow{
  border-color: #13a0f4;
  transition: all 0.5s ease;
}
/* ↑メインここまで↑ */

.fadeup {
  transform: translateY(150px);
  opacity: 0;
  transition: all 1s;
  transition-timing-function: ease-out;
}
.fadeup.on {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  br{
    display: none;
  }

/* section-title */
.Company-Section-Title{
  padding: 40px 24px;
}

.Company-Section-Title h2{
  font-size: 4.8rem;
}

.Company-Section-Title p{
  font-size: 2.4rem;
}

/* タイトル設定 */
.title h3{
  font-size: 1.6rem;
}

.title p{
  font-size: 2.0rem;
}

/* Aboutous */
.Company-Aboutus{
  padding: 40px 24px;
}

.Company-Aboutus-area{
  flex-direction: column;
}

.Company-Aboutus-area .text-area .main-text{
  padding: 32px 0;
  font-size: 2.8rem;
  line-height: 160%;
}

.Company-Aboutus-area .text-area .main-text span{
  display: block;
}

.Company-Aboutus-area .text-area p{
  line-height: 160%;
}

.Company-Aboutus-area{
  gap: 32px;
}

.Company-Aboutus-area img{
  width: 100%;
}


/* Our Purpose */
.OurPurpose{
  padding: 40px 24px;
}

.OurPurpose-area .title{
  padding-bottom: 32px;
}

.Our-purpose-img{
  width: 100%;
}

.OurPurpose-area img{
  width: 100%;
}

.OurPurpose-area .detail{
  flex-direction: column;
  gap: 32px;
}

.OurPurpose-area .text-area .main-text{
  font-size: 2.8rem;
  padding-bottom: 32px;
  width: 100%;
  line-height: 160%;
}

.OurPurpose-area .text-area .main-text span{
  display: block;
}

.OurPurpose-area .detail .Our-purpose-img {
  order: 2;
}
.OurPurpose-area .text-area {
  order: 1;
}


/* Mission */
.Mission{
  margin: 0;
  padding: 40px 24px;
}

.Mission-area .detail .main-text{
  padding: 32px 0;
  font-size: 2.8rem;
  width: 100%;
  line-height: 160%;
}

.Mission-area .detail .main-text span{
  display: block;
}

.Mission-area .detail .text-and-image{
  flex-direction: column;
  width: 100%;
  gap: 32px;
}

.Mission-area .detail .hearing-image {
  width: 100%;
  position: initial;
}


.Mission-area .detail .programming-image {
  width: 27%;
  position: initial;
  display: none;
}

/* Message */
.Message{
  padding: 64px 24px 16px 24px;
}

.Message-area .profile img{
  width: 100%;
}

.Message-area .profile {
  flex-direction: column;
  gap: 32px;
}

.Message-area .profile .title h3{
  font-size: 2.0rem;
}

.Message-area .profile .title p{
  font-size: 1.6rem;
}

.Message-area .profile .president-img{
  order: 2;
  width: 100%;
}

.Message-area .profile .over-view{
  order: 1;
}

.Message-area .profile .title{
  padding-bottom: 24px;
}

.Message-area .profile .name-eg{
  font-size: 2.4rem;
}

.Message-area .name-jp-area .name-jp{
  font-size: 2.4rem;
}

.Message-area .detail .main-text{
  font-size: 2.8rem;
  padding: 24px 0;
  text-align: left;
  line-height: 160%;
}

.Message-area .detail .main-text span{
  display: block;
}

/* flow-text */
.flow-text{
  padding: 64px 0;
  height: 0;
}

/* Information */
.Company-Information{
  padding: 40px 24px;
  margin-top: 32px;
}

.Company-Information-area{
  padding: 40px 0 0;
}

.Company-Information-area .detail{
  padding: 16px;
}

.Company-Information-area .detail li dl{
  gap: 4px;
  flex-direction: column;
  line-height: 160%;
  padding: 16px;
}

.Company-Information-area .detail li dl dt{
  width: 100%;
  font-size: 1.6rem;
}

.Company-Information-area .detail li dl dd{
  font-size: 1.6rem;
}

.Company-Information-area .detail li dl dd span{
  display: block;
}

/* Access */
.Access{
  padding: 40px 24px;
}

.Access-area{
  padding: 24px 0;
}

.Access-area .detail{
  padding: 24px;
  gap: 24px;
  flex-direction: column;
}

.Access-area .detail .map{
  width: 100%;
}

.Access-area .detail li p{
  font-size: 1.6rem;
}

.Access-area .detail li p span{
  display: block;
  line-height: 160%;
}



}
