@import url("https://fonts.googleapis.com/css2?family=Anta&family=BIZ+UDPGothic:wght@700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
@media (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:not([class]):hover {
  transition: all 0.3s;
  opacity: 0.7;
}
a:active, a:visited, a:focus {
  opacity: 1;
}

body {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  color: #333333;
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

.container {
  width: 100%;
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.container--lg {
  max-width: 1260px;
}
.container--820 {
  max-width: 880px;
}
.container--700 {
  max-width: 760px;
}

.back-top {
  position: fixed;
  bottom: 82px;
  right: 32px;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 0px rgba(101, 121, 124, 0.6);
  background-image: url(../images/ic-back-top.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: none;
  z-index: 99;
}
@media (max-width: 767px) {
  .back-top {
    width: 42px;
    height: 42px;
    right: 17px;
    bottom: 22px;
  }
}
.back-top.active {
  display: block;
}

.button-pdf {
  background-color: #2F95AD;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  width: 100%;
  max-width: 600px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(139, 175, 183, 0.5);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  background: url(../images/bg-btn.png);
  background-size: cover;
  background-position: center;
}
.button-pdf:hover {
  background: url(../images/bg-btn-hover.png);
}
@media (max-width: 767px) {
  .button-pdf {
    max-width: 300px;
    min-height: 65px;
    font-size: 1.3rem;
  }
}
.button-pdf__text {
  position: relative;
  padding-left: 75px;
}
@media (max-width: 767px) {
  .button-pdf__text {
    padding-left: 37px;
  }
}
.button-pdf__text::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 49px;
  height: 49px;
  background-image: url(../images/ic-arrow-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 767px) {
  .button-pdf__text::before {
    width: 25px;
    height: 25px;
  }
}

.button-contact {
  border: 3px solid #A2D4ED;
  border-radius: 19px;
  background: #fff;
  display: inline-block;
  padding: 32px 46px 32px 100px;
}
@media (max-width: 767px) {
  .button-contact {
    border-width: 1.5px;
    border-radius: 9px;
    padding: 14px 15px 14px 25px;
  }
}
.button-contact span {
  color: #3C6A7C;
  font-size: 3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .button-contact span {
    font-size: 1.8rem;
  }
}
.button-contact span::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 45px;
  height: 45px;
  background-image: url(../images/ic-tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}
@media (max-width: 767px) {
  .button-contact span::before {
    width: 23px;
    height: 23px;
    top: -4px;
    right: calc(100% - 6px);
  }
}
.button-contact small {
  color: #333;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .button-contact small {
    font-size: 1.2rem;
  }
}

.button-action {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4870B7;
  color: #fff;
  display: flex;
  align-items: flex-end;
  filter: drop-shadow(0 -3px 5px rgba(159, 175, 201, 0.3));
  padding: 5px 0;
  z-index: 90;
}
@media (min-width: 768px) {
  .button-action {
    display: none;
  }
}
.button-action__link {
  text-align: center;
  width: 50%;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  gap: 5px;
  letter-spacing: 0.1em;
  position: relative;
  text-shadow: 3px 4px 2px rgba(163, 181, 180, 0.3);
}
.button-action__link:first-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 36px;
  background-color: #fff;
}
.button-action img {
  display: block;
}

.heading {
  color: #4B7FCF;
  text-align: center;
}
.heading__wrap {
  display: inline-block;
  position: relative;
  padding-left: 55px;
  padding-right: 55px;
}
@media (max-width: 767px) {
  .heading__wrap {
    padding-left: 21px;
    padding-right: 22px;
  }
}
.heading__wrap::before, .heading__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url(../images/two-lline.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 36px;
  height: 46px;
  display: block;
}
@media (max-width: 767px) {
  .heading__wrap::before, .heading__wrap::after {
    width: 18px;
    height: 23px;
  }
}
.heading__wrap::before {
  right: 100%;
}
.heading__wrap::after {
  left: 100%;
}
.heading__sub {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .heading__sub {
    font-size: 0.8rem;
    letter-spacing: 0.03em;
  }
}
.heading__main {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .heading__main {
    font-size: 1.8rem;
  }
}
.heading--white {
  color: #fff;
}
.heading--white .heading__wrap::before, .heading--white .heading__wrap::after {
  filter: brightness(0) invert(1);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .header {
    height: 116px;
    overflow: hidden;
  }
}
.header::before {
  content: "";
  position: absolute;
  top: -41px;
  left: 0;
  width: 100%;
  height: 235px;
  background-image: url(../images/bg-header.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 767px) {
  .header::before {
    height: 116px;
    width: 1501px;
    left: -154px;
    top: -21px;
  }
}
.header.is-open {
  position: fixed;
}
.header.is-open .header__logo {
  position: relative;
  z-index: 100;
}
.header__inner {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .header__inner {
    padding-top: 18px;
  }
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  gap: 50px;
}
@media (min-width: 1440px) {
  .header__wrap {
    max-width: 100%;
  }
}
.header__logo {
  padding-left: 28px;
}
@media (max-width: 767px) {
  .header__logo {
    padding-left: 16px;
  }
}
.header__logo img {
  max-width: 266px;
}
@media (max-width: 767px) {
  .header__logo img {
    max-width: 156px;
  }
}
.header__nav {
  padding-top: 5px;
  padding-right: 22px;
}
@media (max-width: 767px) {
  .header__nav {
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100dvh - 70px);
    background-image: url(../images/bg-gradient.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    width: 100%;
    transition: translate 0.3s 0.1s, visibility 0s 0.4s, height 0.2s, top 0.2s;
    visibility: hidden;
    z-index: -2;
    translate: 150% 0;
    padding-top: 0;
    padding-top: 0;
  }
  .header__nav::before {
    content: "";
    position: absolute;
    bottom: 100%;
    width: 100%;
    height: 70px;
    background: #fff;
  }
}
.header__nav-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px 40px;
}
@media (max-width: 767px) {
  .header__nav-wrap {
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    padding: 18px 30px;
    height: 100%;
  }
}
.header__nav.is-open {
  translate: 0 0;
  visibility: visible;
  transition: translate 0.3s 0.1s, visibility 0s, height 0.2s, top 0.2s;
  z-index: 99;
}
.header__menu {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header__menu {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
.header__menu-item {
  display: block;
}
@media (max-width: 767px) {
  .header__menu-item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #63777C;
  }
  .header__menu-item:last-child {
    border-bottom: 0;
  }
}
.header__menu-item::after {
  content: "/";
  margin-right: 32px;
  padding-left: 32px;
  color: #fff;
}
@media (max-width: 767px) {
  .header__menu-item::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/ic-arrow-right-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 29px;
    height: 9px;
    display: inline-block;
    margin-right: 0;
    padding-right: 0;
  }
}
.header__menu-item:nth-last-child(2)::after {
  content: none;
}
.header__menu-link {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .header__menu-link::before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s;
  }
  .header__menu-link:hover::before {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu-link {
    color: #5B5F63;
    padding: 20px 50px 20px 35px;
    display: block;
  }
}
.header__button {
  font-size: 1.8rem;
  color: #5E5E5E;
  width: 190px;
  height: 60px;
  clip-path: polygon(28px 0, 190px 0, 162px 60px, 0 60px);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px 0 rgba(101, 116, 117, 0.5);
}
.header__button:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__bar {
  width: 58px;
  height: 70px;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.header__hamburger {
  width: 28px;
  height: 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header__hamburger::after {
  content: "MENU";
  font-size: 1rem;
  color: #50676D;
  letter-spacing: 0.01em;
  position: absolute;
  top: calc(100% + 10px);
}
.header__hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #B2C8CE;
  transition: transform 0.2s, width 0.2s;
}
.header__hamburger.active span {
  height: 2px;
}
.header__hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.header__hamburger.active span:nth-child(2) {
  display: none;
}
.header__hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.footer {
  padding: 45px 0;
  background-image: url(../images/bg-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
.footer a {
  color: #fff;
}
.footer__menu {
  display: flex;
  gap: 58px;
}
@media (max-width: 767px) {
  .footer__menu {
    display: none;
  }
}
.footer__menu a {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.footer__menu a::before {
  content: "/";
  padding-right: 7px;
}
.footer__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 65px;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .footer__content {
    flex-direction: column;
    margin-top: 0;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    max-width: 203px;
  }
}
.footer__infor {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .footer__infor {
    font-size: 1.1rem;
  }
}
.footer__infor > * {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer__infor > * {
    margin-top: 2px;
  }
}
.footer__copyright {
  text-align: center;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-top: 36px;
    font-size: 0.8rem;
  }
}

.home-banner {
  height: 784px;
  position: relative;
  background-image: url(../images/bg-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media (max-width: 767px) {
  .home-banner {
    background-image: url(../images/bg-banner-sp.png);
    height: 308px;
  }
}
.home-banner__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -41px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-banner__image {
    display: none;
  }
}
.home-banner__image img {
  display: block;
  position: relative;
  right: 25px;
}
.home-banner__img g[opacity=".61"],
.home-banner__img g[opacity=".61"] + g[opacity=".7"],
.home-banner__img g[opacity=".61"] + g[opacity=".7"] + g[opacity=".7"],
.home-banner__img g[clip-path="url(#clippath)"] {
  animation: fadeUpBanner 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.home-banner__img g[opacity=".51"],
.home-banner__img g[opacity=".51"] + g[opacity=".7"],
.home-banner__img g[opacity=".51"] + g[opacity=".7"] + g[opacity=".7"],
.home-banner__img g[clip-path="url(#clippath-1)"] {
  animation: fadeDownBanner 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.home-banner__text {
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .home-banner__text {
    text-align: center;
  }
}
.home-banner__text-main {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 7.5rem;
}
@media (max-width: 767px) {
  .home-banner__text-main {
    font-size: 3.8rem;
    line-height: 1.1;
  }
}
.home-banner__text-desc {
  font-size: 3.5rem;
  font-family: "Anta", sans-serif;
  line-height: 1.1;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .home-banner__text-desc {
    font-size: 1.9rem;
    letter-spacing: 0.09em;
  }
}

.home-planner {
  padding-top: 175px;
  padding-bottom: 230px;
  overflow: hidden;
  background-image: url(../images/bg-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-planner {
    padding-top: 60px;
    padding-bottom: 45px;
    text-align: center;
    background-image: url(../images/bg-1-sp.png);
  }
}
.home-planner__title {
  font-size: 3.5rem;
  line-height: 1.75;
  color: #5E5E5E;
}
@media (max-width: 767px) {
  .home-planner__title {
    font-size: 2rem;
  }
}
.home-planner__desc {
  font-size: 2.1rem;
  line-height: 2.14;
  color: #5E5E5E;
  letter-spacing: 0.045em;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-planner__desc {
    font-size: 1.3rem;
    letter-spacing: 0.015em;
    line-height: 2.11;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.home-planner__box {
  position: relative;
  padding-left: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-planner__box {
    padding-left: 0;
  }
}
.home-planner__box::before {
  content: "";
  position: absolute;
  top: 60px;
  right: 100%;
  width: 174px;
  height: 355px;
  background-image: url(../images/img-birds.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-planner__box::before {
    width: 52px;
    height: 153px;
    background-image: url(../images/img-birds-sp.png);
    right: 0;
    top: -10px;
    left: -12px;
  }
}
@media (max-width: 767px) {
  .home-planner__box {
    padding-left: 0;
    padding-right: 0;
  }
}
.home-planner__btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1;
}
.home-planner__image {
  position: absolute;
  top: 0;
  right: -180px;
  z-index: -1;
}
@media (max-width: 767px) {
  .home-planner__image {
    position: static;
    margin-top: 40px;
  }
  .home-planner__image img {
    max-width: 258px;
  }
}

.home-philosophy {
  padding-top: 70px;
  padding-bottom: 84px;
  background-image: url(../images/bg-2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-philosophy {
    padding-top: 37px;
    padding-bottom: 14px;
  }
}
.home-philosophy__list {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .home-philosophy__list {
    padding-top: 5px;
  }
}
.home-philosophy__item {
  border-bottom: 1px solid #63777C;
  letter-spacing: 0.1em;
  color: #5B5F63;
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
  min-height: 182px;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-philosophy__item {
    padding: 20px 8px;
    min-height: 141px;
  }
}
.home-philosophy__item:last-child {
  border-bottom: none;
}
.home-philosophy__item-meta {
  font-weight: 700;
  color: #4B7FCF;
}
@media (max-width: 767px) {
  .home-philosophy__item-meta {
    font-size: 1.2rem;
  }
}
.home-philosophy__item-title {
  font-size: 2.8rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .home-philosophy__item-title {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}
.home-philosophy__item-desc {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .home-philosophy__item-desc {
    line-height: 1.34;
    margin-top: 10px;
  }
}

.home-area {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .home-area {
    padding-top: 38px;
  }
}
.home-area__image {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .home-area__image {
    margin-top: 30px;
  }
}
.home-area__image img {
  width: 100%;
  height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .home-area__image img {
    height: 263px;
  }
}
.home-area__image .container {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .home-area__image .container {
    bottom: 28px;
  }
}
.home-area__image-text {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  display: inline-block;
  padding: 44px;
  color: #4B7FCF;
  position: relative;
  right: -40px;
}
@media (max-width: 767px) {
  .home-area__image-text {
    font-size: 1.3rem;
    padding: 13px 10px;
    right: -12px;
  }
}

.home-manufacturer {
  padding-top: 65px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-manufacturer {
    padding-top: 38px;
    padding-bottom: 45px;
  }
}
.home-manufacturer::before, .home-manufacturer::after {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.home-manufacturer::before {
  width: 246px;
  height: 274px;
  background-image: url(../images/shape-triangle-2.png);
  top: 50px;
  left: -98px;
}
@media (max-width: 767px) {
  .home-manufacturer::before {
    width: 123px;
    height: 137px;
    left: -66px;
    top: 18px;
  }
}
.home-manufacturer::after {
  width: 285px;
  height: 332px;
  background-image: url(../images/shape-triangle.png);
  top: 50px;
  right: -142px;
}
@media (max-width: 767px) {
  .home-manufacturer::after {
    width: 143px;
    height: 166px;
    right: -83px;
    top: 86px;
  }
}
.home-manufacturer__btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-manufacturer__btn {
    margin-top: 30px;
  }
}

.home-company {
  padding-top: 75px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .home-company {
    padding-top: 37px;
    padding-bottom: 40px;
  }
}
.home-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-image: url(../images/bg-3.png);
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .home-company::before {
    height: 191px;
  }
}
.home-company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgb(250, 250, 255) 0%, rgb(217, 250, 255) 100%);
  width: 100%;
  height: calc(100% + 300px);
  z-index: -1;
}
@media (max-width: 767px) {
  .home-company__container {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}
.home-company__box {
  margin-top: 50px;
  background-color: #fff;
  padding: 55px 0;
  position: relative;
  box-shadow: 0 0 10px rgba(129, 157, 165, 0.2);
}
.home-company__box.history {
  margin-top: 104px;
  padding: 75px 0;
}
@media (max-width: 767px) {
  .home-company__box.history {
    margin-top: 40px;
    padding: 38px 0;
  }
  .home-company__box.history .container {
    padding-left: 40px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .home-company__box {
    margin-top: 40px;
    padding: 15px 0;
  }
  .home-company__box .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.home-company__item {
  display: flex;
  gap: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .home-company__item {
    gap: 8px;
    letter-spacing: 0;
  }
}
.home-company__item-left {
  width: 166px;
  border-bottom: 1px solid #42A8DB;
  color: #42A8DB;
  font-size: 1.8rem;
  padding: 16px 36px;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .home-company__item-left {
    width: 67px;
    font-size: 1.3rem;
    padding: 10px 0 10px 8px;
  }
}
.home-company__item-right {
  flex: 1;
  border-bottom: 1px solid #C7C7C7;
  line-height: 1.75;
  padding: 16px 50px;
}
.home-company__item-right span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .home-company__item-right {
    width: 67px;
    font-size: 1.3rem;
    padding: 10px 8px;
  }
}
.home-company__history {
  margin-top: 75px;
  border-left: 1px solid #C7C7C7;
}
.home-company__history-item {
  display: flex;
}
@media (max-width: 767px) {
  .home-company__history-item {
    flex-direction: column;
  }
}
.home-company__history-item + .home-company__history-item {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .home-company__history-item + .home-company__history-item {
    margin-top: 15px;
  }
}
.home-company__history-item-left {
  width: 35.7142857143%;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 767px) {
  .home-company__history-item-left {
    width: 100%;
    padding-left: 18px;
  }
}
.home-company__history-item-left::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #42A8DB;
  display: block;
}
@media (max-width: 767px) {
  .home-company__history-item-left::before {
    width: 10px;
    height: 10px;
    left: -5px;
  }
}
.home-company__history-item-right {
  flex: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .home-company__history-item-right {
    padding-left: 29px;
    padding-right: 0;
    line-height: 1.34;
    margin-top: 9px;
  }
}
.home-company__history-item-year {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .home-company__history-item-year {
    font-size: 1.5rem;
  }
}
.home-company__history-item-date {
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .home-company__history-item-date {
    font-size: 1.2rem;
    margin-top: 0;
  }
}

.home-contact {
  position: relative;
  margin-top: 172px;
  padding-top: 35px;
  background-color: #DCF3FF;
}
@media (max-width: 767px) {
  .home-contact {
    margin-top: 75px;
  }
}
.home-contact::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 172px;
  background: #DCF3FF;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  .home-contact::before {
    height: 75px;
  }
}
.home-contact__title {
  color: #2C497C;
  font-size: 2.8rem;
  padding-bottom: 22px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-contact__title {
    font-size: 1.5rem;
    margin-top: 36px;
    padding-bottom: 11px;
  }
}
.home-contact__title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 120px;
  height: 1px;
  background: #2C497C;
}
@media (max-width: 767px) {
  .home-contact__title::before {
    width: 60px;
  }
}
.home-contact__desc {
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .home-contact__desc {
    line-height: 1.23;
    margin-top: 15px;
  }
}
.home-contact__btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-contact__btn {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .home-contact__btn + .home-contact__title {
    margin-top: 70px;
  }
}

.home-policy {
  padding-top: 135px;
  padding-bottom: 100px;
  background-color: #DCF3FF;
}
@media (max-width: 767px) {
  .home-policy {
    padding-top: 59px;
    padding-bottom: 50px;
  }
}
.home-policy__content {
  line-height: 1.75;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .home-policy__content {
    margin-top: 37px;
  }
}
.home-policy__content2 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .home-policy__content2 {
    margin-top: 35px;
  }
}
.home-policy__content2-title {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #2C497C;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .home-policy__content2-title {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.home-policy__content2-desc {
  line-height: 1.5;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .home-policy__content2-desc {
    line-height: 1.34;
    padding-top: 16px;
    text-align: justify;
  }
}/*# sourceMappingURL=style.css.map */