@charset "utf-8";

body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
img {
  display: block;
  max-width: 100%;
}
.img {
  display: inline-block;
}
.center {
  text-align: center;
}
.container {
  position: relative;
  /* width: 1300px; */
  height: 100%;
  margin: 0 auto;
}
.font-title {
  font-family: "Overpass", sans-serif;
  font-weight: 700;
}
h2 {
  font-size: 40px;
}
.h2__sub {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  margin-top: 10px;
}
li {
  list-style: none;
}
a {
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
p {
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}
.sp {
  display: none !important;
}
#main {
  margin-top: 143px;
  overflow: hidden;
}

@media screen and (min-width: 1340px) {
  #main {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  html {
    width: 100;
    overflow-x: hidden;
    position: relative;
  }
  body {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* .container {
    width: 100%;
  } */
  h2 {
    font-size: 37px;
  }
  .h2__sub {
    font-size: 14px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #main {
    width: 100%;
    margin-top: 100px;
  }
}

/* ------------------------------
	drawer menu
------------------------------ */
.drawer__switch {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  padding: 1em calc(40 / 750 * 100vw) 2em;
}
.drawer__switch__text {
  writing-mode: vertical-lr;
  color: #0058a6;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  font-size: 10px;
  font-size: calc(20 / 750 * 100vw);
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  transition: color 0.5s;
}
.drawer__switch__text::after {
  content: "MENU";
}
.drawer__switch__icon {
  display: inline-block;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  font-size: calc(20 / 750 * 100vw);
}
.drawer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 150vh;
}
.drawer[style^="display: block"] ~ .drawer__switch .drawer__switch__text {
  color: #fff;
  text-shadow: none;
}
.drawer[style^="display: block"]
  ~ .drawer__switch
  .drawer__switch__text::after {
  content: "CLOSE";
}
.drawer__body {
  width: 100%;
  height: 100vh;
  overflow: auto;
  scroll-behavior: smooth;
  background: #0058a6;
}
.drawer__logo {
  /* left: 20px;
  position: relative;
  top: 20px; */
  padding: 20px;
}
.drawer__navi {
  padding: 110px 0 150px;
}
.drawer__navi__group {
  padding: 10px 0 20px;
}
.drawer__navi__title {
  color: #0074da;
  font-family: "Overpass", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: calc(80 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}
.drawer__navi__group-company .drawer__navi__title,
.drawer__navi__group-recruit .drawer__navi__title {
  cursor: pointer;
  position: relative;
}
.drawer__navi__group-company .drawer__navi__list,
.drawer__navi__group-recruit .drawer__navi__list {
  display: none;
}
.drawer__navi__group-company .drawer__navi__title::after,
.drawer__navi__group-recruit .drawer__navi__title::after {
  background-image: url("../img/arrow-circle_green.png");
  background-size: cover;
  content: "";
  height: 6vw;
  position: absolute;
  right: 20px;
  top: 2vw;
  width: 6vw;
}
.drawer__navi__group-company .drawer__navi__title.active::after,
.drawer__navi__group-recruit .drawer__navi__title.active::after {
  transform: rotate(180deg);
}
.drawer__navi__group-property {
  padding-bottom: 0;
}
.drawer__navi__group-policy .drawer__navi__list a {
  display: block;
  padding: 4vw calc(40 / 750 * 100vw) 20px;
  border-bottom: 1px solid #0074da;
  color: #fff;
  font-size: 13px;
  font-size: calc(26 / 750 * 100vw);
}
.drawer__navi__group-policy {
  padding-top: 0;
  padding-bottom: calc(60 / 750 * 100vw);
}
.drawer__navi__group-policy .drawer__navi__list {
  margin: 0;
}
.drawer__navi__name {
  display: block;
  padding: 0 calc(40 / 750 * 100vw) 20px;
  border-bottom: 1px solid #0074da;
  color: #fff;
  font-size: 15px;
  font-size: calc(30 / 750 * 100vw);
}
.drawer__navi__list {
  margin: 0 calc(80 / 750 * 100vw);
}
.drawer__navi__list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #0074da;
  color: #fff;
  font-size: 13px;
  font-size: calc(26 / 750 * 100vw);
}
.drawer__contact {
  padding: 0 calc(40 / 750 * 100vw);
}
.drawer__contact__btn {
  background-color: #58af00;
  border-radius: calc(20 / 750 * 100vw);
  color: #ffffff;
  display: block;
  padding: calc(40 / 750 * 100vw);
}
.drawer__contact__btn .contact__title {
  display: block;
  font-size: calc(50 / 750 * 100vw);
}
.drawer__contact__btn .contact__subtitle {
  display: block;
  font-size: calc(24 / 750 * 100vw);
}
.drawer__contact__btn .contact__icon {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.drawer__contact__btn .contact__icon img {
  display: inline-block;
}

/* ------------------------------
	slide
------------------------------ */
@media screen and (min-width: 767px) {
  .slick-list .slick-track .slick-slide {
    margin: 0 20px;
  }
  .slick-list .slick-track .slick-slide img {
    width: 100%;
  }
}

/* ------------------------------
	button-arrow
------------------------------ */
.button-arrow a:hover .button-arrow__icon-circle {
  width: 40px;
  height: 40px;
  right: -5px;
  top: calc(50% - 20px);
}
.button-arrow__icon {
  height: 30px;
  position: relative;
  width: 30px;
  margin-left: 30px;
  transition: 0.3s;
}
.white .button-arrow__icon-circle {
  border: 1px solid #ffffff;
}
.button-arrow__icon-circle {
  border: 1px solid #0058a6;
  border-radius: 30px;
  box-sizing: border-box;
  height: 30px;
  position: absolute;
  width: 30px;
  transition: 0.3s;
  right: 0;
  top: calc(50% - 15px);
}
.white .button-arrow__icon .line-01,
.white .button-arrow__icon .line-02 {
  background-color: #ffffff;
}
.button-arrow__icon .line-01 {
  height: 1px;
  position: relative;
  background-color: #0058a6;
  top: 50%;
  width: 130%;
  left: -80%;
}
.button-arrow__icon .line-02 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform-origin: right bottom;
  width: 7px;
  height: 1px;
  background-color: #0058a6;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .button-arrow__icon {
    height: 20px;
    width: 20px;
    margin-left: 20px;
  }
  .button-arrow__icon-circle {
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
  }
  .button-arrow__icon .line-01 {
    top: 50%;
    width: 130%;
    left: -80%;
  }
  .button-arrow__icon .line-02 {
    top: 50%;
    right: 50%;
    width: 4px;
    height: 1px;
  }
}

/* ------------------------------
	header
------------------------------ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
h1 {
  position: absolute;
}
header nav ul {
  display: flex;
}
.header__container {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 120px;
}
.header__inner nav ul li a {
  text-decoration: none;
  font-size: 15px;
  color: #0058a6;
}
.header__inner nav ul li:not(:last-of-type) {
  margin-right: 36px;
}

.header__logo {
  position: absolute;
  width: 100px;
  left: 0;
}
.header__entry {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  background-color: #a40000;
  width: 300px;
  height: 130px;
  text-decoration: none;
  z-index: 1;
}
.header__entry-main {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.header__entry-sub {
  display: block;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  header {
    box-sizing: border-box;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .nav__open {
    position: absolute;
    right: 12px;
    width: 35px;
    height: 23px;
  }
  .nav__open span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transition: 0.3s;
    opacity: 1;
  }
  .nav__open span:nth-of-type(1) {
    top: 0;
  }
  .nav__open span:nth-of-type(2) {
    top: 50%;
  }
  .nav__open span:nth-of-type(3) {
    top: 100%;
  }
  .nav__open.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .nav__open.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav__open.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  header {
    background-color: transparent;
  }
  .header__logo {
    left: 0;
    margin: 10px;
    width: 60px;
  }
  header nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 70px;
    padding: 34px 15px;
    background-color: #ffffff;
    z-index: 1;
    box-sizing: border-box;
  }
  header nav ul {
    flex-wrap: wrap;
    width: 270px;
    margin: 0 auto;
  }
  header nav ul li {
    flex-basis: 100%;
    line-height: 54px;
  }
  .header__inner nav ul li a {
    font-size: 18px;
  }
  .header__inner nav ul li:not(:last-of-type) {
    margin-right: 0;
  }
  .header__inner {
    height: 70px;
  }
  .header__logo {
    left: 10px;
  }
  .header__entry {
    width: 90px;
    height: 70px;
    right: 60px;
  }
  .header__entry-main {
    font-size: 20px;
  }
}

/* ------------------------------
	button
------------------------------ */
.button-arrow {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.button-arrow.white a {
  align-items: center;
  color: #ffffff;
  display: flex;
}
.button-arrow.blue a {
  align-items: center;
  color: #005aac;
  display: flex;
}
@media screen and (max-width: 768px) {
  .button-arrow {
    font-size: 15px;
    font-weight: 700;
  }
  .button-arrow a img {
    width: 36px;
    height: auto;
  }
}

/* ------------------------------
	mv
------------------------------ */
.mv__container {
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
}
.mv__title {
  background-image: url(../img/mv_bg_pc.png);
  border-radius: 20px;
  background-position: center;
  box-sizing: border-box;
  height: 560px;
  overflow: hidden;
  padding: 220px 63px;
  position: relative;
}
.mv__title h1 {
  position: relative;
  z-index: 1;
}
.mv__title video {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.mv__title::before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.mv__heading__sub {
  color: #ffffff;
  display: block;
  font-size: 24px;
}
.mv__heading__main {
  color: #ffffff;
  display: block;
  font-size: 122px;
  letter-spacing: -6px;
  line-height: 120px;
  margin-top: 28px;
}
.mv__heading__main small {
  font-size: 80px;
}
.mv__body {
  margin: 35px auto;
  max-width: 1200px;
  width: 100%;
}
.mv__body__catch {
  color: #0058a6;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.mv__body__text {
  color: #0058a6;
  margin-top: 20px;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 769px) {
  #mv {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .mv__container {
    position: relative;
  }
  .mv__title {
    padding: 0;
    height: auto;
    background: none;
    border-radius: 0;
  }
  .mv__title::before {
    display: none;
  }
  .mv__title h1 {
    padding: 0 10px;
    height: 158px;
  }
  .mv__heading__sub {
    color: #0058a6;
    display: block;
    font-size: 21px;
  }
  .mv__heading__main {
    color: #0058a6;
    display: inline-block;
    font-size: 65px;
    letter-spacing: -6px;
    line-height: 0.9;
    margin-top: 20px;
  }
  .mv__heading__main small {
    font-size: 22px;
    display: inline-block;
    margin-left: 0.2em;
  }
  .mv__title video {
    /* border-radius: calc(20 / 750 * 100vw); */
    height: 100vw;
    position: static;
    top: 0;
    width: 100%;
    margin-top: calc(-60 / 750 * 100vw);
  }
  .mv__body {
    width: auto;
    padding: 0 40px;
  }
  .mv__body__catch {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }
  .mv__body__text {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 0;
  }
  .mv__scroll {
    bottom: 50px;
    color: #0058a6;
    font-size: 10px;
    position: absolute;
    right: 20px;
    writing-mode: vertical-lr;
  }
  .mv__scroll span {
    display: block;
    width: 1px;
    height: 100px;
    background-color: #0058a6;
    position: absolute;
    bottom: -110px;
    left: 5px;
  }
}

/* ------------------------------
	business
------------------------------ */
#business {
  margin-top: 250px;
  height: 616px;
}
.business__container {
  background-color: #0058a6;
  border-radius: 30px;
  height: 616px;
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: 100%;
}
.business__container::before {
  content: "";
  background-color: #0058a6;
  position: absolute;
  left: calc(-100% + 30px);
  top: 0;
  height: 100%;
  width: 100%;
}
.business__title {
  position: relative;
}
.business__heading__jp {
  color: #ffffff;
  display: block;
  font-size: 32px;
  /* left: 1217px; */
  right: 85px;
  top: 90px;
  position: absolute;
  writing-mode: rl;
  width: 40px;
}
.business__heading__main {
  color: #ffffff;
  font-size: 174px;
  /* left: 498px; */
  right: 210px;
  letter-spacing: -12px;
  opacity: 1;
  position: absolute;
  top: -13px;
  transition: 1s ease-in-out;
  z-index: 5;
}
.business__heading__main.non-active {
  left: 0;
  opacity: 0;
}
.business__heading__sub {
  color: #0076e1;
  font-size: 78px;
  /* left: 710px; */
  right: 170px;
  top: 90px;
  opacity: 1;
  position: absolute;
  transition: 1s ease-in-out;
  z-index: 4;
}
.business__heading__sub.non-active {
  left: 0;
  opacity: 0;
}
.business__body__img {
  left: 50px;
  opacity: 1;
  position: absolute;
  top: -40px;
  transition: 0.3s ease-in-out;
}
.business__body__img.non-active {
  opacity: 0;
}
.business__body__catch {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  /* margin-left: 847px; */
  line-height: 44px;
  position: relative;
  top: 246px;
  width: 380px;
  margin-right: 60px;
  margin-left: auto;
  text-shadow: 3px 3px 3px #0058a6;
}
.business__body__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  /* margin-left: 852px; */
  line-height: 32px;
  position: relative;
  top: 259px;
  width: 380px;
  margin-right: 60px;
  margin-left: auto;
  text-shadow: 3px 3px 3px #0058a6;
}
.business__button {
  /* position: relative; */
  position: absolute;
  /* left: 1100px; */
  right: 60px;
  bottom: 40px;
  /* top: 290px; */
  display: inline-block;
}
.business__button .button-arrow img {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1350px) {
  .business__body__img {
    width: 35%;
    top: 190px;
  }
}

@media screen and (max-width: 768px) {
  #business {
    margin-top: 74px;
    height: auto;
    padding-left: 0;
  }
  .business__container {
    height: 100%;
    background: none;
    padding-left: 60px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: right;
  }
  .business__container::before {
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 0;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: calc(100% - 30px);
    height: 100%;
    display: block;
  }
  .business__title {
    position: static;
    margin-right: -15px;
  }
  .business__heading__jp {
    position: relative;
    left: 0;
    top: auto;
    z-index: 1;
    padding-top: 0;
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    writing-mode: vertical-lr;
  }
  .business__heading__main {
    display: block;
    overflow: hidden;
    position: absolute;
    left: auto;
    top: -1px;
    right: 0;
    z-index: 1;
    font-size: 75px;
    font-size: calc(130 / 750 * 100vw);
    writing-mode: vertical-lr;
    letter-spacing: 0;
    text-indent: -0.15em;
    line-height: 0.9;
  }
  .business__heading__sub {
    display: block;
    position: absolute;
    left: auto;
    top: 0.5em;
    right: 0.68em;
    z-index: 1;
    font-size: 75px;
    font-size: calc(130 / 750 * 100vw);
    writing-mode: vertical-lr;
    letter-spacing: -0.05em;
  }
  .business__body {
    padding: 20px 20px 20px 0;
    text-align: left;
  }
  .business__figure {
    position: relative;
    top: 50px;
    left: -50px;
    width: 100%;
  }
  .business__body__catch {
    position: relative;
    top: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-left: 0;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4;
    width: auto;
    font-weight: 500;
  }
  .business__body__text {
    position: relative;
    top: auto;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: calc(50 / 28 * 1em);
  }
  .business__button {
    position: relative;
    left: auto;
    top: 40px;
    margin-right: 20px;
    display: inline-block;
  }
}

/* ------------------------------
	shop
------------------------------ */
#shop {
  margin-top: 230px;
}
.shop__container {
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: 100%;
}
.shop__title {
  position: relative;
  z-index: 1;
}
.shop__title h2 {
  left: 0;
  opacity: 1;
  position: relative;
  transition: 1s ease-in-out;
}
.shop__title h2.non-active {
  left: -100%;
  opacity: 0;
}
.shop__heading__main {
  color: #0058a6;
  font-size: 174px;
  left: 0;
  letter-spacing: -12px;
  margin-left: 40px;
  position: relative;
  transition: 1s;
}
.shop__heading__sub {
  color: #0058a6;
  font-size: 22px;
  font-weight: 400;
  margin-left: 20px;
  position: relative;
  top: -45px;
}
.shop__logo-jp {
  position: absolute;
  right: 50px;
  top: 20px;
}
.shop__body {
  margin-top: -60px;
}
.shop__button {
  display: flex;
  justify-content: flex-end;
  margin-right: 50px;
  margin-top: 25px;
}
.shop__button .button-arrow {
  align-items: center;
  display: flex;
  margin-right: 37px;
  justify-content: center;
}
.shop__button .button-arrow img {
  display: inline-block;
  margin-left: 10px;
}
.shop__button .button-rectangle a {
  align-items: center;
  background-color: #0058a6;
  color: #ffffff;
  display: flex;
  border-radius: 12px;
  height: 55px;
  justify-content: center;
  transition: 0.3s;
  width: 236px;
}
.shop__button .button-rectangle a:hover {
  background-color: #5db033;
  transform: scale(0.9);
}

@media screen and (max-width: 768px) {
  #shop {
    margin-top: 75px;
  }
  .shop__figure {
    margin-right: 25px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
  }
  .shop__title {
    position: absolute;
    margin-top: -1em;
    right: 0;
    z-index: 1;
    margin-left: 30px;
    width: 100%;
    max-width: 360px;
    margin: -1em 0 0 auto;
  }
  .shop__title h2 {
    writing-mode: vertical-lr;
  }
  .shop__heading__main {
    font-size: 75px;
    letter-spacing: -0.08em;
  }
  .shop__heading__sub {
    display: none;
  }
  .shop__logo-jp {
    position: static;
    display: block;
    width: 100%;
    max-width: 200px;
    text-align: right;
    margin: 20px 25px 0 auto;
  }
  .shop__logo-jp img {
    width: 140px;
    height: auto;
  }
  .shop__body {
    display: none;
  }
  .shop__button {
    display: block;
    text-align: right;
    margin: 20px 25px 0 auto;
    position: relative;
    z-index: 2;
  }
  .shop__button .button-arrow {
    text-align: right;
    display: flex;
    margin: 0;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
  .shop__button a {
    margin: 0 0 0 auto;
    font-size: 15px;
  }
  .shop__button .button-arrow ~ .button-rectangle {
    margin-top: 20px;
  }
  .shop__button .button-rectangle {
    text-align: right;
    display: block;
    margin: 0;
  }
  .shop__button .button-rectangle a {
    font-size: 15px;
    width: 188px;
    width: 100%;
    max-width: 188px;
  }
}

/* ------------------------------
	company
------------------------------ */
#company {
  margin-top: 190px;
}
.company__slide {
  position: relative;
  z-index: 1;
}
.company__container {
  background-color: #0058a6;
  height: 478px;
  margin: -115px auto 0;
  position: relative;
}
.company__inner {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.company__title {
  padding-top: 25px;
  position: relative;
}
.company__heading__main {
  color: #0076e1;
  font-size: 174px;
  letter-spacing: -12px;
  margin-left: 65px;
  position: relative;
  z-index: 2;
}
.company__heading__jp {
  color: #ffffff;
  font-size: 33px;
  position: absolute;
  top: 205px;
  left: 188px;
  width: 30px;
  writing-mode: rl;
}
.company__body {
  margin-left: 295px;
  margin-top: 5px;
}
.company__body__catch {
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 43px;
}
.company__body__text {
  color: #ffffff;
  line-height: 32px;
  margin-top: 14px;
}
.company__button {
  position: absolute;
  top: 380px;
  right: calc(50% - 440px);
}
.company__button .button-arrow img {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #company {
    margin-top: 118px;
  }
  .company__slide {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    padding-top: 25%;
  }
  .company__slide .slick-list {
    transform: scale(1.5);
    transform-origin: bottom;
  }
  .company__slide .img {
    margin: calc(5 / 750 * 100vw);
  }
  .company__slide .img img {
  }
  .company__container {
    margin-top: calc(-48 / 750 * 100vw);
    height: 100%;
    background: none;
    padding-left: 60px;
    padding-right: 15px;
    box-sizing: border-box;
    text-align: right;
  }
  .company__container::before {
    content: "";
    background: #0058a6;
    position: absolute;
    top: calc(-150 / 750 * 100vw);
    left: 30px;
    z-index: 0;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: calc(100% - 30px);
    height: calc(100% + (150 / 750 * 100vw));
    display: block;
  }
  .company__inner {
    position: relative;
    z-index: 1;
  }
  .company__title {
    position: static;
    padding-top: 0;
    margin-right: -15px;
    text-align: left;
  }
  .company__heading__main {
    margin: 0 0 0 15px;
    display: block;
    position: relative;
    left: 0;
    top: auto;
    right: auto;
    z-index: 1;
    font-size: 75px;
    font-size: calc(130 / 750 * 100vw);
    letter-spacing: 0;
    color: #0074da;
  }
  .company__heading__jp {
    position: relative;
    left: 0;
    top: auto;
    z-index: 1;
    padding-top: 0;
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(52 / 32);
  }
  .company__body {
    margin: 0;
    text-align: left;
  }
  .company__body__catch {
    margin-top: calc(50 / 32 * 1em);
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4;
  }
  .company__body__text {
    margin-top: calc(50 / 28 * 1em);
    line-height: 1.8;
    font-size: 14px;
    font-weight: 400;
  }
  .company__button {
    position: relative;
    left: auto;
    right: 0;
    top: 40px;
    margin-right: 20px;
    display: inline-block;
  }
}

/* ------------------------------
	message
------------------------------ */
#message {
  margin-top: 212px;
}
.message__container {
  background-image: url(../img/message_bg_pc.png);
  background-size: cover;
  height: 600px;
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: 100%;
}
.message__inner {
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
  display: block;
  /*height: 488px;*/
  height: 528px;
  right: 110px;
  /*padding:0 90px;*/
  padding: 40px 90px 0 90px;
  position: absolute;
  /*top: -52px;*/
  bottom: 20px;
  width: 600px;
}
.message__title h2 {
  overflow: hidden;
}
.message__heading__main {
  color: #0058a6;
  font-size: 110px;
  letter-spacing: -7px;
  margin-left: -9px;
  opacity: 1;
  position: relative;
  top: 0;
  transition: 1s ease-in-out;
}
.message__heading__main.non-active {
  opacity: 0;
  top: 100px;
}
.message__heading__sub {
  color: #0058a6;
  display: block;
  font-size: 29px;
  margin-top: -6px;
  opacity: 1;
  position: relative;
  top: 0;
  transition: 1s ease-in-out;
}
.message__heading__sub.non-active {
  opacity: 0;
  top: 100px;
}
.message__body {
  margin-top: 50px;
}
.message__body__president {
  color: #0058a6;
  font-size: 15px;
}
.message__body__name {
  color: #0058a6;
  font-size: 26px;
  font-weight: 500;
  margin-top: 14px;
}
.message__body__text {
  color: #0058a6;
  font-weight: 500;
  line-height: 24px;
  margin-top: 22px;
}
.message__button {
  position: absolute;
  bottom: 45px;
  right: 40px;
}
.message__button .button-arrow img {
  display: inline-block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .message__inner {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    right: auto;
    width: calc(650 / 750 * 100%);
    text-align: right;
    background-color: transparent; /*ワイズ追加*/
  }
  .message__title {
    text-align: left;
  }
  .message__title h2 span {
    color: #fff; /*ワイズ追加*/
  }
  .message__container {
    background-image: url(../img/message_bg_sp.jpg);
    height: auto;
    background-position: bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: calc(160 / 750 * 100vw); /*ワイズ変更*/
    padding-top: 60px; /*ワイズ追加*/
  }
  .message__heading__main {
    font-size: 75px;
    font-size: calc(150 / 750 * 100vw);
    letter-spacing: -0.05em;
  }
  .message__heading__sub {
    font-size: 20px;
    font-size: calc(40 / 750 * 100vw);
    letter-spacing: 0;
  }
  .message__body {
    margin: 20px 0 0; /*ワイズ変更*/
    padding: 20px calc(60 / 750 * 100vw); /*ワイズ変更*/
    text-align: left;
    background: #fff;
    border-radius: 20px;
  }
  .message__button {
    position: relative;
    top: 0;
    left: 0;
    margin: 20px;
    display: block;
    text-align: right;
  }
  .message__button .button-arrow {
    display: inline-block;
  }
}

/* ------------------------------
	recruit
------------------------------ */
#recruit {
  margin-top: 210px;
}
.recruit__container {
  position: relative;
}
.recruit__inner {
  background-color: #005aac;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1340px;
  padding: 50px 50px 130px 50px;
  position: relative;
  width: 100%;
}
.recruit__title {
  color: #fff;
  position: relative;
  z-index: 1;
}
.recruit__title h2 {
  opacity: 1;
  transition: 1s ease-in-out;
}
.recruit__title h2.non-active {
  opacity: 0;
}
.recruit__heading__main {
  display: block;
  font-size: 130px;
  letter-spacing: -9px;
  margin-left: 55px;
  margin-top: 74px;
}
.recruit__heading__main-bottom {
  display: block;
  font-size: 110px;
  letter-spacing: -7px;
  margin-left: 4px;
  margin-top: -24px;
}
.recruit__heading__jp {
  font-size: 32px;
  left: 540px;
  position: absolute;
  top: -20px;
  width: 32px;
  writing-mode: rl;
}
.recruit__body {
  position: absolute;
  top: 103px;
  left: 705px;
}
.recruit__body__catch {
  color: #ffffff;
  font-size: 28px;
  line-height: 43px;
}
.recruit__body__text {
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
  margin-top: 13px;
  margin-left: 4px;
}
.recruit__links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  padding-top: 20px;
  position: relative;
  top: 0;
  transition: 1.2s ease-in-out;
  z-index: 3;
}
.recruit__links.non-active {
  opacity: 0;
  top: 100px;
}
.recruit__link {
  flex-basis: 31%;
}
.recruit__link a,
.recruit__link > div {
  align-items: center;
  background-color: #004481;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  height: 240px;
  justify-content: center;
  padding-top: 10px;
}
.recruit__link a:hover {
  background-color: #5db033;
  opacity: 1;
  transform: scale(0.9);
}
.recruit__link__title {
  display: block;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
}
.recruit__link__subtitle {
  display: block;
  font-size: 18px;
}
.recruit__link-icon {
  display: block;
  margin-top: 10px;
}
.recruit__link-icon img {
  display: inline;
  width: 51px;
}
.recruit__slide {
  margin-left: calc(-50vw + 50%);
  top: -40px;
  width: 100vw;
}
.recruit__button {
  position: absolute;
  right: 50px;
  bottom: 60px;
}
.recruit__button img {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  #recruit {
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }
  .recruit__container {
    margin-top: calc(-48 / 750 * 100vw);
    height: 100%;
    background: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    text-align: right;
    overflow: hidden;
  }
  .recruit__container::before {
    content: "";
    background: #0058a6;
    position: absolute;
    top: 0;
    left: calc(50 / 750 * 100vw);
    z-index: 0;
    border-radius: 0;
    border-radius: 15px;
    width: calc(650 / 750 * 100vw);
    height: 100%;
    display: block;
  }
  .recruit__inner {
    padding: 0 calc(50 / 750 * 100vw) 30px;
    margin: 0;
    height: auto;
    display: flex;
    background: none;
    flex-wrap: wrap;
  }
  .recruit__slide {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 3em;
    padding-top: 0;
  }
  .recruit__slide .slick-list {
    transform: scale(1.5);
    transform-origin: center;
  }
  .recruit__slide .img {
    margin: calc(5 / 750 * 100vw);
  }
  .recruit__title {
    order: 0;
    display: block;
    text-align: left;
  }
  .recruit__heading__main-bottom {
    margin: 0;
    padding: 0;
    font-size: 70px;
    font-size: calc(137 / 750 * 100vw);
    line-height: 0.8;
    letter-spacing: -0.05em;
    color: #fff;
    text-indent: -0.1em;
  }
  .recruit__heading__main {
    margin: 0;
    padding: 0;
    font-size: 87px;
    font-size: calc(175 / 750 * 100vw);
    line-height: 0.8;
    letter-spacing: -0.05em;
    text-indent: -0.1em;
  }
  .recruit__heading__jp {
    position: relative;
    left: 30px;
    top: -0.4em;
    z-index: 1;
    padding-top: 0;
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: calc(52 / 32);
  }
  .recruit__body {
    order: 0;
    display: block;
    position: static;
    top: auto;
    left: auto;
    text-align: left;
    padding: calc(60 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  .recruit__body__catch {
    margin-top: calc(50 / 32 * 1em);
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    line-height: 1.4;
    font-weight: 500;
  }
  .recruit__body__text {
    margin-top: calc(25 / 28 * 1em);
    line-height: 1.8;
    font-size: 14px;
  }
  .recruit__links {
    order: 1;
    display: block;
    margin: 0 auto;
    padding: 0 30px 0 30px;
    display: block;
    width: 100%;
  }
  .recruit__link {
    margin: 10px auto;
  }
  .recruit__link a,
  .recruit__link > div {
    height: auto;
    padding: calc(80 / 768 * 100vw);
  }
  .recruit__link__title {
    font-size: 19px;
    font-size: calc(38 / 750 * 100vw);
    line-height: 2;
  }
  .recruit__link__subtitle {
    font-size: calc(14 / 19 * 1em);
  }
  .recruit__button {
    order: 0;
    display: block;
    width: 100%;
    margin: calc(40 / 768 * 100vw);
    position: relative;
    right: auto;
    bottom: auto;
    text-align: right;
  }
  .recruit__button .button-arrow {
    display: inline-block;
    font-size: calc(30 / 768 * 100vw);
  }
}

/* ------------------------------
	interview
------------------------------ */
#interview {
  margin-top: 127px;
  margin-bottom: 100px;
}
.interview__container {
  margin: 0 auto;
  max-width: 1340px;
  position: relative;
  width: 100%;
}
.interview__title {
  position: absolute;
  top: 134px;
  left: -18px;
}
.interview__heading__main {
  color: #0058a6;
  font-size: 220px;
  letter-spacing: -13px;
  line-height: 160px;
  left: 0;
  opacity: 1;
  position: relative;
  transition: 1s ease-in-out;
}
.interview__heading__main.non-active {
  left: -100%;
  opacity: 0;
}
.interview__heading__main-bottom {
  display: block;
  margin-left: 120px;
  left: 0;
  opacity: 1;
  position: relative;
  transition: 1s ease-in-out;
}
.interview__heading__main-bottom.non-active {
  left: -100%;
  opacity: 0;
}
.interview__heading__jp {
  color: #005aac;
  font-size: 32px;
  left: 479px;
  letter-spacing: -1px;
  position: absolute;
  top: -93px;
  writing-mode: vertical-rl;
  width: 32px;
}
.interview__body {
  display: flex;
  left: 590px;
  justify-content: space-between;
  position: relative;
  width: 700px;
}
.interview__items {
  cursor: pointer;
  flex-basis: 330px;
}
.interview__items:hover {
  opacity: 1;
}
.interview__items:hover .interview__item__img img {
  transform: scale(1.2);
}
.interview__item__img {
  border-radius: 15px;
  overflow: hidden;
}
.interview__item__img img {
  transition: 0.3s;
  /* height: 330px; */
  width: 100%;
  object-fit: cover;
}
.interview__item__title {
  color: #005aac;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 23px;
  padding-right: 10px;
  transition: 0.3s;
}
.interview__item__name {
  color: #005aac;
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  margin-top: 14px;
  transition: 0.3s;
}
.interview__item__carrer {
  color: #005aac;
  font-size: 15px;
  line-height: 25px;
  margin-top: 4px;
  transition: 0.3s;
}
.interview__item__category {
  color: #005aac;
  font-size: 15px;
  line-height: 25px;
  transition: 0.3s;
}
.interview__items:hover .interview__item__title,
.interview__items:hover .interview__item__name,
.interview__items:hover .interview__item__carrer,
.interview__items:hover .interview__item__category {
  color: #5db033;
  opacity: 1;
}
.interview__button {
  margin-top: 50px;
  margin-right: 50px;
}
.interview__button .button-arrow a {
  justify-content: flex-end;
}
.interview__button img {
  margin-left: 10px;
}

/* @media screen and (max-width: 1350px) {
  .interview__title {
    left: calc(8 / 1340 * -100vw);
  }
} */
@media screen and (max-width: 1350px) {
  #interview {
    margin: -190px 0 0 0; /*ワイズ変更*/
    padding: 190px 0 50px 0; /*ワイズ追加*/
    background: #f1f3f8; /*ワイズ追加*/
    border-radius: 20px; /*ワイズ追加*/
    position: relative;
    z-index: 0;
  }
  #interview .interview__container {
    position: static;
  }
  .interview__title {
    position: absolute;
    /*top: auto;*/
    top: 130px; /*ワイズ追加*/
    left: auto;
    right: 0; /*ワイズ追加*/
    width: 220px; /*ワイズ追加*/
    height: 700px; /*ワイズ追加*/
    /*right: calc(100 / 750 * 100vw);*/
    background: #fff;
    border-radius: 20px; /*ワイズ追加*/
  }
  .interview__title h2 {
    position: absolute;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column-reverse;
    right: 50px; /*ワイズ追加*/
  }
  .interview__title h2::before {
    content: "";
    display: block;
    height: calc(300 / 750 * 100vw);
    border-left: 1px solid #005aac;
    order: 1;
  }
  .interview__heading__main {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    /* right: 0; */
    right: 5vw;
    z-index: 1;
    font-size: 70px;
    font-size: calc(140 / 750 * 100vw);
    writing-mode: vertical-lr;
    letter-spacing: 0;
    line-height: 0;
  }
  .interview__heading__jp {
    position: relative;
    left: -100%;
    top: auto;
    z-index: 1;
    margin: 1em 0 1em 0;
    padding-top: 0;
    font-size: 14px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 0;
  }
  .interview__heading__main-bottom {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .interview__container {
    margin: 0 auto 20px;
    position: relative;
    width: calc(100% - 60px);
  }
  .interview__body {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    margin: 0 20px;
    padding: 0; /*ワイズ変更*/
    width: calc(350 / 750 * 100vw);
  }
  .interview__items {
    margin: 40px 0;
    display: block; /*ワイズ追加*/
  }
  .interview__items:last-child {
    margin-bottom: 0;
  }
  .interview__item__img img {
    height: calc(350 / 750 * 100vw);
  }
  .interview__item__title {
    font-size: 14px;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.4;
    padding-right: 0;
  }
  .interview__item__name {
    font-size: 13px;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.6;
  }
  .interview__item__carrer {
    font-size: 11px;
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.6;
  }
  .interview__item__category {
    font-size: 11px;
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.6;
  }
  .interview__button {
    margin-top: 0;
    margin-right: 0;
  }
}

/* ------------------------------
	blog
------------------------------ */
#blog {
  background-color: #0058a6;
  border-radius: 26px;
  position: relative;
  z-index: 1;
}
.blog__container {
  max-width: 1300px;
  margin: 0px auto;
  padding: 98px 30px 64px 30px;
  width: 100%;
  box-sizing: border-box;
}
.blog__heading__jp {
  color: #ffffff;
  font-size: 26px;
}
.blog__heading__main.font-title {
  display: block;
  color: #ffffff;
  font-size: 110px;
  letter-spacing: -7px;
  margin-left: -10px;
  margin-top: 20px;
}
.blog__heading__main {
  left: 0;
  opacity: 1;
  position: relative;
  transition: 1s ease-in-out;
}
.blog__heading__main.non-active {
  opacity: 0;
}
.blog__body {
  margin-top: 20px;
}
.blog__items {
  display: flex;
  justify-content: space-between;
}
.blog__item {
  flex-basis: 286px;
}
.blog__item:hover {
  opacity: 1;
  transition: 0.5s;
}
.blog__item:hover .blog__item__img img {
  transform: scale(1.2);
}
.blog__item__img {
  border-radius: 20px;
  overflow: hidden;
}
.blog__item__img img {
  transition: 0.3s ease-in;
}
.blog__item__date {
  color: #ffffff;
  font-size: 15px;
  margin-top: 22px;
  transition: 0.3s;
}
.blog__item__title {
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
  line-height: 28px;
  transition: 0.3s;
}
.blog__item:hover .blog__item__date,
.blog__item:hover .blog__item__title {
  color: #5db033;
}
.blog__button {
  margin-top: 50px;
  margin-right: -50px;
}
.blog__button .button-arrow a {
  justify-content: flex-end;
}
.blog__button img {
  margin-left: 10px;
}
@media screen and (max-width: 1350px) {
  .blog__button {
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .blog__container {
    margin: 0px auto;
    padding: 75px 0 32px;
    width: 100%;
  }
  .blog__title {
    margin: 0 calc(50 / 750 * 100vw) 0;
    position: relative;
    font-size: 55px;
    font-size: calc(110 / 750 * 100vw);
  }
  .blog__heading__main.font-title {
    font-size: calc(140 / 768 * 100vw);
  }
  .blog__heading__jp {
    position: absolute;
    bottom: 1.5em;
    left: auto;
    right: calc(190 / 768 * 100vw);
    font-size: 18px;
    font-size: calc(36 / 750 * 100vw);
  }
  .blog__body {
    margin: 0 calc(50 / 750 * 100vw) 0;
  }
  .blog__items {
    display: block;
  }
  .blog__item {
    display: flex;
    padding: 0;
    margin: 25px 0;
  }
  .blog__item__img {
    width: 330px;
    margin-right: 20px;
  }
  .blog__item__date {
    margin-top: 0;
    font-size: 10px;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    margin-bottom: 10px;
  }
  .blog__item__title {
    font-size: 12px;
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.4;
    margin-top: 0;
  }
  .blog__button {
    margin-top: 0;
    margin-right: 25px;
  }
}

/* ------------------------------
	sdgs
------------------------------ */
#sdgs {
  background-image: url(../img/sdgs_bg_pc.jpg);
  background-size: cover;
  margin-top: -15px;
  width: 100%;
}
.sdgs__container {
  max-width: 650px;
  margin: 0 auto;
  padding: 145px 0 200px;
  position: relative;
  width: 100%;
}
.sdgs__title h2 {
  overflow: hidden;
}
.sdgs__heading {
  position: relative;
  top: 0;
  transition: 1s ease-in-out;
}
.sdgs__heading.non-active {
  top: 230px;
}
.sdgs__heading__main {
  color: #0058a6;
  font-size: 110px;
  letter-spacing: -8px;
  line-height: 105px;
}
.sdgs__heading__main .f-green {
  color: #5db033;
}
.sdgs__heading__sub {
  color: #0058a6;
  display: block;
  font-size: 30px;
}
.sdgs__body__title {
  color: #0058a6;
  font-size: 22px;
  font-weight: 500;
  margin-top: 55px;
}
.sdgs__body__text {
  color: #0058a6;
  font-size: 15px;
  line-height: 32px;
  margin-top: 22px;
}
.sdgs__button {
  position: absolute;
  bottom: 145px;
  right: 5px;
}
.sdgs__button .button-arrow a img {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #sdgs {
    background-image: url(../img/sdgs_bg_sp.jpg);
    background-size: cover;
    padding-top: calc(70 / 750 * 100vw);
    margin-top: -32px;
    padding-bottom: calc(440 / 750 * 100vw);
    width: 100%;
  }
  .sdgs__container {
    margin: 0;
    padding: 70px 25px 50px 25px;
    box-sizing: border-box;
    text-align: right;
  }
  .sdgs__title {
    text-align: left;
  }
  .sdgs__title h2 {
    padding-top: 10px;
  }
  .sdgs__body {
    text-align: left;
  }
  .sdgs__heading__main {
    font-size: 64px;
    font-size: calc(110 / 750 * 100vw);
    letter-spacing: -0.05em;
    line-height: calc(105 / 125);
  }
  .sdgs__heading__sub {
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0.05em;
    line-height: calc(47 / 32);
    margin-top: calc(30 / 750 * 100vw);
  }
  .sdgs__body__title {
    font-size: 16px;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: 0;
    line-height: calc(48 / 32);
    margin-top: calc(40 / 750 * 100vw);
  }
  .sdgs__body__text {
    font-size: 14px;
    font-size: calc(28 / 750 * 100vw);
    letter-spacing: 0;
    line-height: calc(48 / 28);
  }
  .sdgs__button {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    margin-top: 1em;
  }
}

/* ------------------------------
	news
------------------------------ */
#news {
  background-color: #f1f3f9;
  border-radius: 40px;
  margin-top: -40px;
  padding: 90px 0 140px;
  position: relative;
}
.news__container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 30px;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.news__title {
  color: #0058a6;
  margin-left: 50px;
}
.news__title h2 {
  left: 0;
  opacity: 1;
  position: relative;
  transition: 1s ease-in-out;
}
.news__title h2.non-active {
  left: -100%;
  opacity: 0;
}
.news__heading__main {
  font-size: 110px;
  letter-spacing: -8px;
}
.news__heading__jp {
  font-size: 22px;
  left: 20px;
  margin-top: -10px;
  position: relative;
  top: -15px;
}
.news__body {
  margin-top: 16px;
}
.news__items {
  display: flex;
  justify-content: space-between;
  /* justify-content: center; */
}
.news__item {
  /* flex-basis: 355px; */
  width: 27.3%;
}
.news__item__img {
  border-radius: 20px;
  overflow: hidden;
}
.news__item:hover {
  opacity: 1;
}
.news__item__img img {
  transition: 0.3s ease-in-out;
}
.news__item:hover .news__item__img img {
  transform: scale(1.2);
}
.news__item__date {
  color: #0058a6;
  font-size: 14px;
  margin: 24px 20px 0;
  transition: 0.3s ease-in-out;
}
.news__item__title {
  color: #0058a6;
  margin: 15px 15px 0;
  line-height: 30px;
  transition: 0.3s ease-in-out;
}
.news__item:hover .news__item__date,
.news__item:hover .news__item__title {
  color: #5db033;
}
.news__button {
  bottom: -60px;
  right: -40px;
  position: absolute;
}
.news__button a img {
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1350px) {
  .news__button {
    right: 40px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 50px;
  }
  .news__container {
    margin: 0px auto;
    padding: 0 0 0;
    width: 100%;
    text-align: right;
  }
  .news__title {
    position: relative;
    text-align: left;
    margin-left: 25px;
  }
  .news__title h2 {
    padding-bottom: 0.5em;
  }
  .news__heading__jp {
    position: absolute;
    bottom: 0;
    right: auto;
    top: auto;
    left: 0;
  }
  .news__heading__main {
    font-size: 75px;
    font-size: calc(130 / 750 * 100vw);
    letter-spacing: -0.01em;
  }
  .news__items {
    display: block;
    text-align: left;
  }
  .news__item {
    display: flex;
    padding: 0;
    margin: 25px;
    flex-basis: 355px;
    width: auto;
  }
  .news__item__img {
    width: 330px;
    margin-right: 20px;
    flex-basis: 50%;
  }
  .news__item__body {
    flex-basis: 50%;
  }
  .news__item__date {
    margin-top: 0;
    font-size: 10px;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .news__item__title {
    font-size: 12px;
    font-size: calc(25 / 750 * 100vw);
    line-height: 1.4;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .news__button {
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin-right: 25px;
  }
}

/* ------------------------------
	footer
------------------------------ */
#footer {
  margin-top: 128px;
  margin-bottom: 50px;
}
.footer__container {
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
}
.footer__img__logo {
  display: flex;
  align-items: center;
  position: relative;
}
.footer__img__logo::before {
  display: block;
  width: 100%;
  max-width: 770px;
  width: 70%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-32%, 10%);
  content: "";
  background: url(../img/footer_logo-sub.png) no-repeat center;
  background-size: contain;
}

.footer__img__logo-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 20px;
  max-width: 448px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer__img__logo-sub {
  position: absolute;
  top: -150px;
  left: -20px;
  width: 810px;
}

.footer__contact {
  margin-left: auto;
}
.footer__contact__btn {
  background-color: #5db033;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
  padding: 20px 20px 20px;
  position: relative;
  text-align: left;
  width: 208px;
  z-index: 2;
  position: relative;
  padding-right: 60px;
}
.footer__contact__btn::after {
  position: absolute;
  right: 20px;
  content: "";
  background: url("../img/arrow_white.png") no-repeat;
  background-size: contain;
  display: block;
  width: 51px;
  height: 29px;
}
/*.footer__img__contact {
    align-items: center;
    background-color: green;
    border-radius: 20px;
    display: flex;
    height: 170px;
    justify-content: center;
    margin-top: 90px;
    width: 285px;
}*/
.footer__img__contact a {
  align-items: center;
  background-color: green;
  border-radius: 20px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  height: 170px;
  justify-content: center;
  margin-top: 90px;
  padding: 38px 0 15px;
  position: relative;
  text-align: center;
  width: 285px;
  z-index: 2;
}
.contact__title {
  font-family: "Overpass", sans-serif;
  font-size: 23px;
  flex-basis: 100%;
}
.contact__subtitle {
  margin-top: -1em;
  flex-basis: 100%;
  font-size: 14px;
}
.footer__navi {
  box-sizing: border-box;
  background-color: #005aac;
  border-radius: 30px;
  padding: 90px 90px 65px;
  width: 100%;
}
.footer__navi-top {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 410px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.footer__navi__title {
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-size: 23px;
  margin-bottom: 12px;
}
.footer__navi__name {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 29px;
}
.footer__navi__column {
  display: flex;
}
.footer__navi__column .col {
  margin-left: 30px;
  margin-right: 30px;
}
.footer__navi__column .col:first-child {
  margin-left: 0;
}
.footer__navi__group {
  margin-bottom: 40px;
}
.footer__navi__group ul li {
  margin-bottom: 17px;
}
.footer__navi__group ul li a {
  color: #ffffff;
  font-size: 14px;
}
.footer__policy a {
  color: #ffffff;
  font-size: 14px;
}
.footer__policy span {
  color: #ffffff;
  font-size: 14px;
}
.footer__policy small {
  color: #ffffff;
  font-size: 14px;
  margin-right: 33px;
}
.footer__navi-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__copyright {
  color: #ffffff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 140px;
    margin-bottom: 0;
  }
  .footer__img {
    display: none;
  }
  .footer__navi__list {
    display: none;
  }
  .footer__contact {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  .footer__contact__btn {
    width: calc(600 / 750 * 100vw);
    max-width: 360px;
    height: auto;
    padding: 30px 20px;
    margin: 0;
    justify-content: space-around;
  }
  .footer__contact__btn::after {
    position: static;
    margin-top: 10px;
    width: 30px;
    height: 20px;
  }
  .contact__title {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .contact__subtitle {
    width: 100%;
    margin: 0;
    margin-top: 05px;
    text-align: center;
    font-size: 11px;
    font-size: calc(22 / 750 * 100vw);
  }
  .footer__navi {
    position: relative;
    box-sizing: border-box;
    border-radius: 0;
    padding: 80px 40px 40px;
  }
  .footer__navi-top {
    display: grid;
    grid-template-areas:
      "company business"
      "news sdgs"
      "recruit sdgs"
      "property contact";
    height: auto;
    margin: 0;
  }
  .footer__navi__group {
    margin: 0 0 5px;
  }
  .footer__navi__group-company {
    grid-area: company;
    margin-right: 10px;
  }
  .footer__navi__group-business {
    grid-area: business;
    margin-left: 10px;
  }
  .footer__navi__group-sdgs {
    grid-area: sdgs;
    margin-left: 10px;
  }
  .footer__navi__group-news {
    grid-area: news;
    margin-right: 10px;
  }
  .footer__navi__group-property {
    grid-area: property;
    margin-right: 10px;
  }
  .footer__navi__group-recruit {
    grid-area: recruit;
    margin-right: 10px;
  }
  .footer__navi__group-contact {
    grid-area: contact;
    margin-left: 10px;
  }
  .footer__navi__title {
    font-size: 17px;
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .footer__navi__name {
    font-size: 14px;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .footer__policy {
    margin-top: 40px;
    position: relative;
    padding-bottom: 2em;
  }
  .footer__policy small {
    position: absolute;
    bottom: 0;
    font-size: 11px;
    font-size: calc(22 / 750 * 100vw);
  }
  .footer__policy a,
  .footer__policy span {
    font-size: 11px;
    font-size: calc(22 / 750 * 100vw);
  }
}

/* ------------------------------
	アニメーション
------------------------------ */
.drop-text span {
  display: inline-block;
}
.drop-text span:nth-of-type(2) {
  animation-delay: 0.1s;
}
.drop-text span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.drop-text span:nth-of-type(4) {
  animation-delay: 0.3s;
}
.drop-text span:nth-of-type(5) {
  animation-delay: 0.4s;
}
.drop-text span:nth-of-type(6) {
  animation-delay: 0.5s;
}
.drop-text span:nth-of-type(7) {
  animation-delay: 0.6s;
}
.drop-text span:nth-of-type(8) {
  animation-delay: 0.7s;
}
.drop-text span:nth-of-type(9) {
  animation-delay: 0.8s;
}
.drop-text span:nth-of-type(10) {
  animation-delay: 0.9s;
}
.drop-text span:nth-of-type(11) {
  animation-delay: 1s;
}
.drop-text span:nth-of-type(12) {
  animation-delay: 1.1s;
}
.drop-text span:nth-of-type(13) {
  animation-delay: 1.2s;
}
.drop-text span:nth-of-type(14) {
  animation-delay: 1.3s;
}
.drop-text span:nth-of-type(15) {
  animation-delay: 1.4s;
}
.drop-text span:nth-of-type(16) {
  animation-delay: 1.5s;
}
.drop-text span:nth-of-type(17) {
  animation-delay: 1.6s;
}
.drop-text span:nth-of-type(18) {
  animation-delay: 1.7s;
}
.drop-text span:nth-of-type(19) {
  animation-delay: 1.8s;
}
.drop-text span:nth-of-type(20) {
  animation-delay: 1.9s;
}
.drop-text span {
  opacity: 0;
  transform: translate(0, -100px) scale(0);
  animation: drop-text 0.3s forwards;
}
@keyframes drop-text {
  30% {
    transform: translate(0, -50px) scale(1);
  }

  60% {
    transform: translate(0, 20px) scale(0.8);
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
