@charset "UTF-8";

.scttl {
  font-size: clamp(21px, 2.73vw, 30px);
  line-height: 1.12;
  margin-bottom: clamp(44px, 5.73vw, 2.81em);
}
.scttl .rubik {
  font-size: clamp(40px, 5.21vw, 55px);
  display: block;
  margin-bottom: 0.3em;
}
.scttl .ja {
  letter-spacing: 0.1em;
}
article {
  padding-top: clamp(92px, 11.98vw, 224px);
}
/* ======================
message
========================= */
.message {
  padding-bottom: 200px;
}
.message .txtbk {
  width: 50%;
  max-width: 648px;
  /* margin-bottom: min(16vw, 80px); */
}
.message .txtbk .scttl {
  font-size: clamp(23px, 2.99vw, 27px);
  line-height: 1.12;
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  gap: 0 1.1em;
  margin-bottom: 2.22em;
}
.message .txtbk .scttl .rubik {
  font-size: clamp(50px, 6.51vw, 80px);
}
.message .txtbk .scttl .ja {
  position: relative;
  top: -0.1em;
}
.message .txtbk p {
  line-height: 2.15;
}
.message .imgbk {
  width: 70%;
  max-width: 996px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(7%, 50%);
}
.message .namebk {
  display: flex;
  flex-direction: column;
  gap: 1.4em;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(calc(100% + 80px));
}
.message .namebk .namebk_post {
  line-height: 1.5;
  flex-shrink: 0;
}
.message .namebk .namebk_post span {
  font-size: clamp(18px, 2.34vw, 25px);
  line-height: 1.2;
  display: block;
}
.message .namebk .namebk_name {
  max-width: 342px;
}
/* ======================
markConcept
========================= */
.markConcept {
  padding-top: max(130px, 29.43vw);
  background: url(../imgs/company/markconcept_bg.png) no-repeat center top / 100%;
}
.markConcept_in {
  padding-bottom: max(130px, 26vw);
  background: #dbf5ff;
}
.markConcept .flex {
  align-items: center;
}
.markConcept .txtbk {
  width: 50%;
  max-width: 660px;
}

.markConcept .txtbk .scttl .ja {
  letter-spacing: 0.1em;
}
.markConcept .txtbk ul > li {
  line-height: 2.15;
  text-indent: -1em;
  padding-left: 1em;
}
.markConcept .txtbk ul > li::before {
  content: "○";
}
.markConcept .imgbk {
  width: 44.2%;
  max-width: 640px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.markConcept .imgbk img {
  max-width: 573px;
  margin: 0 auto;
}
/* ======================
corporate
========================= */
.corporate {
  padding-top: clamp(50px, 6.51vw, 68px);
  padding-bottom: clamp(100px, 13.02vw, 220px);
}
.corporate::before {
  content: "";
  width: 100%;
  height: 18.23vw;
  min-height: 350px;
  background: url(../imgs/common/milk_top.png) no-repeat bottom center/100%;
  position: absolute;
  bottom: 100%;
}
.corporate::after {
  content: "";
  width: 27.85vw;
  max-width: 401px;
  height: 41.4vw;
  max-height: 604px;
  background: url(../imgs/company/corporate_deco.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 57.8%;
  transform: translate(4%, -50%);
  z-index: -1;
}
.corporate .corporate_list {
  display: flex;
  flex-wrap: wrap;
}
.corporate .corporate_list dt {
  font-size: clamp(17px, 2.21vw, 20px);
  font-weight: 700;
  width: 20.83%;
  min-width: 80px;
  border-bottom: 1px solid #00a0da;
  display: flex;
  align-items: center;
  padding-left: 2.5%;
}
.corporate .corporate_list dt:first-child {
  border-top: 1px solid #00a0da;
}
.corporate .corporate_list dd {
  font-size: clamp(18px, 2.34vw, 23px);
  line-height: 1.3;
  width: calc(100% - 80px);
  max-width: 79.17%;
  padding: clamp(25px, 6.67vw, 40px) 3.2%;
  border-bottom: 1px solid #ddd;
}
.corporate .corporate_list dt:first-child + dd {
  border-top: 1px solid #ddd;
}
.corporate .corporate_list dd span {
  display: inline-block;
  margin-right: 1em;
}
/* ======================
history
========================= */
.history {
  padding-bottom: clamp(100px, 13.02vw, 260px);
}
.history::after {
  content: "";
  width: 47.29vw;
  max-width: 681px;
  height: 69.86vw;
  max-height: 1006px;
  background: url(../imgs/company/history_deco.png) no-repeat center / contain;
  position: absolute;
  left: 0;
  bottom: 0%;
  transform: translate(-15%, 49%);
  z-index: -1;
}
.history .history_bg {
  padding: clamp(50px, 6.51vw, 110px) 0 clamp(50px, 6.51vw, 100px);
  border-radius: clamp(50px, 13.33vw, 200px);
  background: url(../imgs/company/history_bg.jpg) repeat top center/93.75%;
}
.history .history_list {
  max-width: 1140px;
  margin: 0 auto;
}
.history .history_list > div {
  display: flex;
  align-items: first baseline;
  padding-bottom: 57px;
  position: relative;
}
.history .history_list > div:not(:last-child):before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 352px;
  transform: translateX(-50%);
}
.history .history_list dt {
  font-size: clamp(16px, 2.08vw, 20px);
  font-weight: 700;
  flex-shrink: 0;
  width: 352px;
}
.history .history_list dt .rubik {
  font-size: clamp(26px, 3.39vw, 40px);
  line-height: 1;
  font-style: italic;
  opacity: 0.6;
  margin-right: 5px;
}
.history .history_list dt .rubik::after {
  content: "年";
  font-size: 57.5%;
  font-style: normal;
}
.history .history_list dd {
  font-size: clamp(15px, 2.34vw, 23px);
  line-height: 1.33;
  width: calc(100% - 352px);
  padding-left: 3em;
  position: relative;
}

.history .history_list dd::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0.4em;
  left: 0;
  transform: translateX(-50%);
}

/* ======================
compliance
========================= */
.compliance::after {
  content: "";
  width: 39.2vw;
  max-width: 565px;
  height: 26.18vw;
  max-height: 377px;
  background: url(../imgs/company/compliance_deco.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(36.6%, 18.5%);
  z-index: -1;
}
.compliance .compliance_head {
  margin-bottom: clamp(44px, 5.73vw, 86px);
}
.compliance .compliance_head .scttl {
  margin-bottom: 0.9em;
}
.compliance .compliance_head p {
  line-height: 1.95;
}
.compliance_cont .compliance_ttl {
  font-size: clamp(26px, 3.39vw, 40px);
  line-height: 1.65;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto 90px;
  padding: 12px 2%;
  background-color: #00a0da;
  border-radius: 45px;
}
.compliance_cont .compliance_list li {
  counter-increment: cnt;
}
.compliance_cont .compliance_list li:not(:last-child) {
  margin-bottom: 20px;
}
.compliance_cont .compliance_list .compliance_list-ttl {
  font-size: clamp(23px, 2.99vw, 27px);
  line-height: 1.48;
  padding: 5.5px 4% 5.5px clamp(74px, 22%, 264px);
  border: 1px solid #00a0da;
  border-radius: 27px;
  position: relative;
}
.compliance_cont .compliance_list .compliance_list-ttl > span::before {
  content: counter(cnt, decimal-leading-zero);
  font-family: "Rubik", sans-serif;
  font-size: clamp(23px, 5.31vw, 61px);
  line-height: 1;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19.42%;
  max-width: 233px;
  min-width: 84px;
  height: 18.28vw;
  max-height: 245px;
  min-height: 88px;
  background: url(../imgs/company/compliance_num_bg.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -40%);
}
.compliance_cont .compliance_list li p {
  font-size: clamp(18px, 2.34vw, 23px);
  line-height: 1.87;
  min-height: 7.87em;
  padding: 1.13em 1% 1.13em min(22%, 264px);
}
.compliance_cont .compliance_list li p span {
  display: inline-block;
}
.compliance_cont .notes li {
  line-height: 1.5;
  text-indent: -3em;
  padding-left: 3em;
}
/* ======================
access
========================= */
.access {
  padding-top: max(130px, 22.4vw);
  background: url(../imgs/company/access_bg.png) no-repeat center top / 100%;
  margin-bottom: clamp(100px, 13.02vw, 238px);
}
.access_cont {
  padding-bottom: clamp(50px, 13.33vw, 210px);
  background: #eff7de;
}
.access_cont .txtbk {
  width: 48%;
  max-width: 470px;
}
.access_cont .txtbk .access_logo {
  width: 85.53%;
  max-width: 402px;
  margin-bottom: 43px;
}

.access_cont .txtbk .catch {
  font-size: clamp(18px, 2.34vw, 23px);
  line-height: 1.3;
  padding-bottom: 36px;
  margin-bottom: 23px;
  border-bottom: 1px solid #707070;
}
.access_cont .txtbk address {
  line-height: 1.5;
  font-style: normal;
}
.access_cont .txtbk address a {
  display: inline;
}
.access_cont .imgbk {
  width: 50%;
  max-width: 600px;
}
.gmap {
  height: 52.08vw;
  max-height: 600px;
  min-height: 400px;
}

@media screen and (max-width: 1920px) {
  .corporate::after {
    right: auto;
    left: 50%;
    top: 57.8%;
    transform: translate(574px, -50%);
  }
  .history::after {
    left: auto;
    right: 50%;
    bottom: 0%;
    transform: translate(-380px, 49%);
    z-index: -1;
  }
  .compliance::after {
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(600px, 18.5%);
  }
}
@media screen and (max-width: 980px) {
  /* ======================
	message
	========================= */
  .message {
    padding-bottom: clamp(40px, 5.21vw, 55px);
  }
  .message .txtbk {
    width: 100%;
    max-width: initial;
    margin-bottom: min(16vw, 80px);
  }
  .message .txtbk .scttl {
    flex-direction: column;
    margin-bottom: 0;
  }
  .message .imgbk {
    max-width: 454px;
    width: 100%;
    height: 354px;
    margin: -22px auto 40px;
    position: relative;
    left: 0;
    bottom: 0;
    transform: initial;
  }
  .message .imgbk img {
    min-width: 454px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .message .namebk {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1.4em;
    position: static;
    transform: initial;
  }

  /* ======================
	markConcept
	========================= */
  .markConcept .txtbk {
    width: 100%;
    margin: 0 auto;
  }
  .markConcept .txtbk .scttl {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .markConcept .imgbk {
    position: static;
    transform: initial;
    width: 100%;
    max-width: 335px;
    margin: 0 auto 66px;
  }
  .markConcept .imgbk img {
    width: 94%;
    max-width: 312px;
    margin: 0 0 0 auto;
  }
  /* ======================
	history
	========================= */
  .history .history_list > div:not(:last-child):before {
    left: 190px;
  }
  .history .history_list dt {
    width: 190px;
  }
  .history .history_list dt .rubik {
    display: block;
    margin-right: 0;
  }
  .history .history_list dd {
    width: calc(100% - 190px);
  }
  /* ======================
	access
	========================= */
  .access_cont .flex {
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }
  .access_cont .txtbk,
  .access_cont .imgbk {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .scttl .rubik span {
    display: block;
  }
  /* ======================
	message
	========================= */
  .message .namebk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 70%;
    max-width: 342px;
    margin: 0 auto;
    position: static;
  }
  /* ======================
	history
	========================= */
  .history .history_list > div:not(:last-child):before {
    left: 135px;
  }
  .history .history_list dt {
    width: 135px;
  }
  .history .history_list dt .rubik + span {
    position: relative;
    left: -0.5em;
  }
  .history .history_list dd {
    width: calc(100% - 135px);
    padding-left: 1em;
  }
  .history .history_list > div:last-child {
    padding-bottom: 0;
  }
  .compliance_cont .compliance_list li p {
    padding: 1.13em 1% 1.13em;
  }
}
@media screen and (max-width: 320px) {
}
@media screen and (min-width: 769px) {
}
