﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap');

/* ==================================================
	intro
================================================== */

/*---------------------------------
  common
---------------------------------*/

main article {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* ---------- img ----------*/

.img-fluid {
	max-width: 100%;
	height: auto;
}

.img-full {
	width: 100%;
	height: auto;
}

/* ---------- visiblity ----------*/

@media screen and (min-width: 768px), print {
  .pc-hide {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
  .sp-hide {
		display: none !important;
	}
}

/* ---------- intro-body ----------*/

.intro-body .intro-title {
  text-align: center;
}

.intro-body .intro-title p {
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  line-height: 1.375;
}

@media screen and (min-width: 768px) {
  .intro-body {
    width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
  }
  
  .intro-body .intro-title {
    margin-bottom: 50px;
  }

  .intro-body .intro-title p {
    font-size: 1.6rem;
  }
  
  .intro-body .intro-title h2 {
    font-size: 4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .intro-body {
    padding: 40px 15px;
  }
  
  .intro-body .intro-title {
    margin-bottom: 20px;
  }

  .intro-body .intro-title p {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  
  .intro-body .intro-title h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

/*---------------------------------
  mv
---------------------------------*/

.mainv-wrap .mainv-inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.mainv-wrap .mainv-inner .mainv-copy {
  position: absolute;
}

.mainv-wrap .mainv-inner .mainv-body {
  background-color: rgba(0,0,0,0.50);
  position: absolute;
  color: #fff;
}

.mainv-wrap .mainv-inner .mainv-body .mainv-title {
  font-weight: bold;
}
  
.mainv-wrap .mainv-inner .mainv-body .mainv-text {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .mainv-wrap .mainv-inner {
    height: 580px;
  }
  
  .mainv-wrap .mainv-inner .mainv-copy {
    width: 470px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .mainv-wrap .mainv-inner .mainv-body {
    border-radius: 10px;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-title {
    font-size: 4.2rem;
    line-height: 1.333;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-text {
    font-size: 2rem;
    line-height: 1.7;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-text:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .mainv-wrap .mainv-inner {
    height: 100vw;
    background-image: url("/assets_new/img/company/intro/takarashuzo/mv_bg_sp.jpg");
  }
  
  .mainv-wrap .mainv-inner .mainv-copy {
    width: 46.667vw;
  }
  
  .mainv-wrap .mainv-inner .mainv-body {
    border-radius: 5px;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-title {
    margin-bottom: 2.667vw;
    font-size: 5.333vw;
    line-height: 1.25;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-text {
    font-size: 3.467vw;
    line-height: 1.3;
  }
  
  .mainv-wrap .mainv-inner .mainv-body .mainv-text:not(:last-child) {
    margin-bottom: 3.2vw;
  }
}

/*---------------------------------
  company
---------------------------------*/

.company-wrap .company-lead {
  text-align: center;
}

.company-wrap .company-lead h4 {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.company-wrap .company-lead p {
  line-height: 1.5;
}

.company-wrap .company-list li {
  border-width: 2px;
  border-style: solid;
  overflow: hidden;
}

.company-wrap .company-list li h3 {
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.company-wrap .company-list li div p {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .company-wrap .company-lead {
    margin-bottom: 60px; 
  }
  
  .company-wrap .company-lead h4 {
    font-size: 2.2rem;
  }
  
  .company-wrap .company-lead p {
    font-size: 1.7rem;
  }
  
  .company-wrap .company-list {
    display: flex;
    justify-content: space-between;
  }
  
  .company-wrap .company-list li {
    border-radius: 10px;
  }
  
  .company-wrap .company-list li h3 {
    padding: 20px;
    font-size: 2.4rem;
  }
  
  .company-wrap .company-list li div {
    padding: 30px 30px 35px;
  }
  
  .company-wrap .company-list li div figure + p,
  .company-wrap .company-list li div p + figure {
    margin-top: 15px;
  }
  
  .company-wrap .company-list li div p {
    font-size: 1.7rem;
  }
  
  .company-wrap .company-list li div p small {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .company-wrap .company-lead {
    margin-bottom: 30px; 
  }
  
  .company-wrap .company-lead h4 {
    font-size: 1.8rem;
  }
  
  .company-wrap .company-lead p {
    font-size: 1.4rem;
  }
  
  .company-wrap .company-list li {
    border-radius: 5px;
  }
  
  .company-wrap .company-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .company-wrap .company-list li h3 {
    padding: 10px;
    font-size: 1.8rem;
  }
  
  .company-wrap .company-list li div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 15px 15px 20px;
  }
  
  .company-wrap .company-list li div figure {
    width: 120px;
  }
  
  .company-wrap .company-list li div p {
    width: calc( 100% - 135px );
    font-size: 1.4rem;
  }
  
  .company-wrap .company-list li div p small {
    font-size: 1rem;
  }
}

/*---------------------------------
  advabtage
---------------------------------*/

.advabtage-wrap .advabtage-inner {
  background-color: #fff;
}

.advabtage-wrap .advabtage-inner:not(:last-child) {
  margin-bottom: 10px;
}

.advabtage-wrap .advabtage-inner .advabtage-text h3,
.advabtage-wrap .advabtage-inner .advabtage-text h4 {
  font-weight: bold;
  line-height: 1.5;
}

.advabtage-wrap .advabtage-inner .advabtage-text p {
  line-height: 1.5;
}

.advabtage-wrap .advabtage-inner .advabtage-img {
  text-align: center;
}

.advabtage-wrap .advabtage-inner .advabtage-img h4 {
  font-weight: bold;
  line-height: 1.5;
}

.advabtage-wrap .advabtage-inner .advabtage-box figure {
  text-align: center;
}

.advabtage-wrap .advabtage-inner .advabtage-box figure figcaption {
  margin-top: 5px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .advabtage-wrap .advabtage-inner {
    padding: 100px 90px 80px;
    border-radius: 10px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text {
    margin-bottom: 30px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text h3 {
    margin-bottom: 30px;
    font-size: 2.6rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text h4 {
    font-size: 1.8rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text p:not(:last-child) {
    margin-bottom: 25px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text p {
    font-size: 1.7rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-box {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 0 auto;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-img h4 {
    font-size: 1.8rem;
  }
    
  .advabtage-wrap .advabtage-inner .advabtage-box figure {
    width: 450px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-box figure figcaption {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .advabtage-wrap .advabtage-inner {
    padding: 30px 15px;
    border-radius: 5px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text:not(:last-child) {
    margin-bottom: 20px !important;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text h3 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text h4 {
    font-size: 1.5rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text p:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-text p {
    font-size: 1.4rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-img h4 {
    font-size: 1.5rem;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-box figure:not(:last-child) {
    margin-bottom: 15px;
  }
  
  .advabtage-wrap .advabtage-inner .advabtage-box figure figcaption {
    font-size: 1.2rem;
  }
}

/*---------------------------------
  history
---------------------------------*/

.history-wrap .history-slide {
  position: relative;
}

.history-wrap .history-slide .swiper-wrapper {
  align-items: stretch !important;
}

.history-wrap .history-slide .swiper-slide {
  height: auto;
  background-color: #fff;
}

.history-wrap .history-slide .swiper-slide h5 {
  margin-bottom: 5px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  line-height: 1.25;
}

.history-wrap .history-slide .swiper-slide p {
  font-weight: bold;
  line-height: 1.5;
}

.history-wrap .history-slide .swiper-button-prev,
.history-wrap .history-slide .swiper-button-next {
  width: 46px;
  height: 44px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0px 3px 6px rgba(27, 88, 185, 0.2);
}

.history-wrap .history-slide .swiper-button-prev {
  background-image: url("/assets_new/img/company/intro/common/icon_arrow_prev.png");
  left: -23px;
}

.history-wrap .history-slide .swiper-button-next {
  background-image: url("/assets_new/img/company/intro/common/icon_arrow_next.png");
  right: -23px;
}

.history-wrap .history-slide .swiper-button-prev::after,
.history-wrap .history-slide .swiper-button-next::after {
  display: none;
}

@media screen and (min-width: 768px), print {
  .history-wrap .intro-body {
    padding: 0 0 130px;
  }
  
  .history-wrap .history-slide .swiper-slide {
    padding: 26px 26px 35px;
    border-radius: 10px;
  }
  
  .history-wrap .history-slide .swiper-slide div {
    margin-bottom: 15px;
  }
  
  .history-wrap .history-slide .swiper-slide h5 {
    font-size: 2.4rem;
  }
  
  .history-wrap .history-slide .swiper-slide p {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .history-wrap .intro-body {
    padding: 0 30px 40px;
  }
  
  .history-wrap .history-slide .swiper-slide {
    padding: 15px 20px;
    border-radius: 5px;
  }
  
  .history-wrap .history-slide .swiper-slide div {
    margin-bottom: 10px;
  }
  
  .history-wrap .history-slide .swiper-slide h5 {
    font-size: 1.8rem;
  }
  
  .history-wrap .history-slide .swiper-slide p {
    font-size: 1.2rem;
  }
}

/*---------------------------------
  contact
---------------------------------*/

/* ---------- contact-link ----------*/

.contact-wrap .contact-link .contact-btn a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  border: 2px solid #fff;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.contact-wrap .contact-link .contact-btn a::before {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url("/assets_new/img/company/intro/common/icon_arrow_w.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact-wrap .contact-link .contact-btn a::after {
  content: "";
  display: block;
  width: 17px;
  height: 12px;
  margin-left: 0.5em;
  background: url("/assets_new/img/company/intro/common/icon_out.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .contact-wrap .contact-link .intro-body {
    padding: 90px 0;
  }
  
  .contact-wrap .contact-link .contact-logo {
    margin: 0 auto 40px;
  }
  
  .contact-wrap .contact-link .contact-btn a {
    width: 440px;
    border-radius: 37px;
    font-size: 1.9rem;
    line-height: 70px;
  }
  
  .contact-wrap .contact-link .contact-btn a::before {
    right: 56px;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrap .contact-link .contact-logo {
    margin: 0 auto 20px;
  }
  
  .contact-wrap .contact-link .contact-btn a {
    width: 280px;
    border-radius: 28px;
    font-size: 1.6rem;
    line-height: 52px;
  }
  
  .contact-wrap .contact-link .contact-btn a::before {
    right: 15px;
  }
}

/* ---------- contact-body ----------*/

.contact-wrap .contact-body h3 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contact-wrap .contact-body .contact-list li {
  background-color: #fff;
}

.contact-wrap .contact-body .contact-list li h4 {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.contact-wrap .contact-body .contact-list li .contact-list-num {
  margin-bottom: 10px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}

.contact-wrap .contact-body .contact-list li .contact-list-emphasis {
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}

.contact-wrap .contact-body .contact-list li .contact-list-text {
  line-height: 1.75;
  text-align: center;
}

.contact-wrap .contact-body .contact-list li .contact-list-notes {
  line-height: 1.5;
}

.contact-wrap .contact-body .contact-list li .contact-list-btn a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  border-style: solid;
  border-width: 2px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.contact-wrap .contact-body .contact-list li .contact-list-btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .contact-wrap .contact-body {
    padding: 70px 0 90px;
    width: 1200px;
    margin: 0 auto;
  }
  
  .contact-wrap .contact-body h3 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  
  .contact-wrap .contact-body .contact-list {
    display: flex;
    justify-content: center;
  }
  
  .contact-wrap .contact-body .contact-list li {
    width: 320px;
    padding: 40px 20px;
    margin: 0 10px;
    border-radius: 10px;
  }
  
  .contact-wrap .contact-body .contact-list li h4 {
    margin-bottom: 18px;
    font-size: 2.6rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-img {
    width: 110px;
    margin: 0 auto 25px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-emphasis {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-text {
    font-size: 1.4rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-notes {
    font-size: 1.1rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn {
    width: 246px;
    margin: 0 auto 15px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn a {
    border-radius: 29px;
    font-size: 1.5rem;
    line-height: 54px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn a::after {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrap .contact-body {
    padding: 40px 15px;
  }
  
  .contact-wrap .contact-body h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  
  .contact-wrap .contact-body .contact-list li {
    padding: 30px 15px;
    border-radius: 5px;
  }
  
  .contact-wrap .contact-body .contact-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .contact-wrap .contact-body .contact-list li h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-img {
    width: 80px;
    margin: 0 auto 20px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-emphasis {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-text {
    font-size: 1.3rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-notes {
    font-size: 1rem;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn {
    width: 220px;
    margin: 0 auto 15px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn a {
    border-radius: 23px;
    font-size: 1.4rem;
    line-height: 42px;
  }
  
  .contact-wrap .contact-body .contact-list li .contact-list-btn a::after {
    margin-left: 10px;
  }
}

/*---------------------------------
  other
---------------------------------*/

.other-wrap .other-body .other-inner.other-shuzo {
  background-color: #1C81DE;
}

.other-wrap .other-body .other-inner.other-intl {
  background-color: #009BA7;
}

.other-wrap .other-body .other-inner.other-bio {
  background-color: #8D4094;
}

.other-wrap .other-body .other-inner .other-text {
  text-align: center;
  color: #fff;
}

.other-wrap .other-body .other-inner .other-text h3,
.other-wrap .other-body .other-inner .other-text p {
  font-weight: bold;
  line-height: 1.5;
}

.other-wrap .other-body .other-inner .other-text .other_btn a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 2px solid #fff;
}

.other-wrap .other-body .other-inner .other-text .other_btn a::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url("/assets_new/img/company/intro/common/icon_arrow_w.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .other-wrap .other-body {
    display: flex;
    min-width: 1200px;
  }
  
  .other-wrap .other-body .other-inner {
    width: calc( 100% / 3 );
  }

  .other-wrap .other-body .other-inner .other-text {
    padding: 60px 0;
  }
  
  .other-wrap .other-body .other-inner .other-text h3 {
    margin-bottom: 5px;
    font-size: 3rem;
  }

  .other-wrap .other-body .other-inner .other-text p {
    margin-bottom: 30px;
    font-size: 1.7rem;
  }
  
  .other-wrap .other-body .other-inner .other-text .other_btn {
    display: inline-block;
  }
  
  .other-wrap .other-body .other-inner .other-text .other_btn a {
    height: 64px;
    border-radius: 32px;
    padding: 0 30px;
  }
  
  .other-wrap .other-body .other-inner .other-text .other_btn a::after {
    margin-left: 20px;
  }
  
  .other-wrap .other-body .other-inner.other-shuzo .other-text .other_btn a img {
    width: 10vw;
    max-width: 160px;
    min-width: 120px;
  }
  
  .other-wrap .other-body .other-inner.other-intl .other-text .other_btn a img {
    width: 19.375vw;
    max-width: 310px;
    min-width: 232px;
  }
  
  .other-wrap .other-body .other-inner.other-bio .other-text .other_btn a img {
    width: 13.75vw;
    max-width: 220px;
    min-width: 165px;
  }
}

@media screen and (max-width: 767px) {
  .other-wrap .other-body .other-inner .other-text {
    padding: 30px 15px;
  }
  
  .other-wrap .other-body .other-inner .other-text h3 {
    margin-bottom: 3px;
    font-size: 2rem;
  }

  .other-wrap .other-body .other-inner .other-text p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  
  .other-wrap .other-body .other-inner .other-text .other_btn a {
    height: 56px;
    border-radius: 28px;
    font-size: 1.4rem;
    line-height: 52px;
  }
  
  .other-wrap .other-body .other-inner .other-text .other_btn a::after {
    margin-left: 10px;
  }
  
  .other-wrap .other-body .other-inner.other-shuzo .other-text .other_btn a img {
    width: 120px;
  }
  
  .other-wrap .other-body .other-inner.other-intl .other-text .other_btn a img {
    width: 232px;
  }
  
  .other-wrap .other-body .other-inner.other-bio .other-text .other_btn a img {
    width: 165px;
  }
}