@charset "UTF-8";
html {
  margin-top: 0 !important;
  padding-top: 100px;
  background: #fff;
}
@media (max-width: 768px) {
  html {
    padding-top: 0;
  }
}

body {
  background: #fff;
}

body.inview {
  background: #ffef00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
span,
p,
a {
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

h2,
h3,
h4 {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.information {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #3c3c3c;
}
.information .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #ffef00;
}
.information .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.information section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .information section {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.information section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .information section .sec-heading {
    font-size: 28px;
  }
}
.information section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .information section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.information .sec01 {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 100vh;
  background: url(../img/information/sec01--bg.jpg);
  background-color: #fff;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 768px) {
  .information .sec01 {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    background-size: auto 100%;
  }
}
.information .sec01::before {
  position: absolute;
  left: -16px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  opacity: 0.55;
}
@media (max-width: 768px) {
  .information .sec01::before {
    left: 0;
  }
}
.information .sec01 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .information .sec01 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
.information .sec01 .heading--wrapper {
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}
.information .sec01 .sec01__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .information .sec01 .sec01__heading {
    margin-bottom: 40px;
    letter-spacing: 0.05em;
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .information .sec01 .desc {
    font-size: 17px;
  }
}
.information .sec01 .bg--wrapper {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .information .sec01 .bg--wrapper .bg--cloud {
    display: none;
  }
}
.information .sec01 .bg--wrapper .bg--cloud01 {
  position: absolute;
  top: -2%;
  left: calc(2% - 60px);
  width: 120px;
}
.information .sec01 .bg--wrapper .bg--cloud02 {
  position: absolute;
  top: 45%;
  left: calc(101% - 60px);
  width: 120px;
}
.information .sec01 .bg--wrapper .bg--cloud03 {
  position: absolute;
  bottom: -10%;
  left: calc(18% - 60px);
  width: 120px;
}
.information .sec02 {
  overflow: visible;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .information .sec02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.information .sec02 .fixed__wrapper {
  max-width: 800px;
}
@media (max-width: 768px) {
  .information .sec02 .fixed__wrapper {
    width: 86%;
  }
}
.information .sec02 .content--wrapper {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.information .sec02 .heading--img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 40px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .information .sec02 .heading--img {
    display: block;
    margin: 0 auto;
    max-width: 230px;
  }
}
.information .sec02 .history--box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.information .sec02 .history--box .box--left {
  width: 200px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box .box--left {
    margin: 0 auto 0 0;
    width: 230px;
    width: 90%;
  }
}
.information .sec02 .history--box .box--right {
  margin-left: 40px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box .box--right {
    margin-left: 20px;
    font-size: 18px;
  }
}
.information .sec02 .history--box01,
.information .sec02 .history--box03,
.information .sec02 .history--box05,
.information .sec02 .history--box07,
.information .sec02 .history--box11,
.information .sec02 .history--box14 {
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .information .sec02 .history--box02 {
    margin-top: 0;
  }
}
.information .sec02 .history--box02 .desc {
  font-size: 1.1em;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec02 .history--box02 .desc {
    font-size: 28px;
  }
}
.information .sec02 .history--box07 {
  margin-top: 50px;
  margin-bottom: 90px;
}
.information .sec02 .history--box07 .box--left {
  display: flex;
  align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .information .sec02 .history--box07 .box--left {
    display: block;
    margin-bottom: 20px;
  }
}
.information .sec02 .history--box07 .box--left .box--left--img01 {
  width: 200px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box07 .box--left .box--left--img01 {
    width: 230px;
    width: 90%;
  }
}
.information .sec02 .history--box07 .box--left .box--left--img02 {
  margin-left: -50px;
  width: 154px;
  transform: translateY(7px);
}
@media (max-width: 768px) {
  .information .sec02 .history--box07 .box--left .box--left--img02 {
    display: block;
    margin: 0 auto 0 25%;
    margin-bottom: 20px;
    width: 60%;
    transform: none;
  }
}
.information .sec02 .history--box07 .box--left .box--left--img03 {
  margin-left: -48px;
  width: 154px;
  transform: translateY(-52px);
}
@media (max-width: 768px) {
  .information .sec02 .history--box07 .box--left .box--left--img03 {
    display: block;
    margin: 0 auto 0 25%;
    width: 60%;
    transform: none;
  }
}
.information .sec02 .history--box07 .desc {
  line-height: 2.4;
}
@media (max-width: 768px) {
  .information .sec02 .history--box07 .desc {
    line-height: 2.2;
  }
}
.information .sec02 .history--box08 {
  margin-top: 70px;
  margin-bottom: 60px;
}
.information .sec02 .history--box08 .box--left {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .information .sec02 .history--box08 .box--left {
    display: block;
  }
}
.information .sec02 .history--box08 .box--left .box--left--img01 {
  margin-right: 20px;
  width: 200px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box08 .box--left .box--left--img01 {
    margin: 0;
    margin-bottom: 30px;
    width: 230px;
  }
}
.information .sec02 .history--box08 .box--left .box--left--img02 {
  width: 164px;
  transform: translateY(-20%);
}
@media (max-width: 768px) {
  .information .sec02 .history--box08 .box--left .box--left--img02 {
    display: block;
    margin: 0 auto 0 22%;
    width: 74%;
  }
}
.information .sec02 .history--box08 .desc {
  margin-left: 80px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box08 .desc {
    margin-left: 20px;
  }
}
.information .sec02 .history--box10 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.information .sec02 .history--box10 .box--left {
  display: flex;
  align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .information .sec02 .history--box10 .box--left {
    display: block;
  }
}
.information .sec02 .history--box10 .box--left .box--left--img01 {
  width: 200px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box10 .box--left .box--left--img01 {
    width: 90%;
  }
}
.information .sec02 .history--box10 .box--left .box--left--img02 {
  margin-left: -40px;
  width: 154px;
  transform: translateY(7px);
}
@media (max-width: 768px) {
  .information .sec02 .history--box10 .box--left .box--left--img02 {
    display: block;
    margin: 0 auto 0 25%;
    margin-bottom: 24px;
    width: 62%;
  }
}
.information .sec02 .history--box10 .box--left .box--left--img03 {
  margin-left: -50px;
  width: 154px;
  transform: translateY(-72px);
}
@media (max-width: 768px) {
  .information .sec02 .history--box10 .box--left .box--left--img03 {
    display: block;
    margin: 0 auto 0 25%;
    width: 62%;
    transform: none;
  }
}
.information .sec02 .history--box10 .desc {
  margin-top: 20px;
}
.information .sec02 .history--box10 .desc .lineHeight {
  line-height: 3.3;
}
.information .sec02 .history--box12 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.information .sec02 .history--box12 .box--left {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .information .sec02 .history--box12 .box--left {
    display: block;
  }
}
.information .sec02 .history--box12 .box--left .box--left--img01 {
  margin-right: 20px;
  width: 200px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box12 .box--left .box--left--img01 {
    width: 230px;
  }
}
.information .sec02 .history--box12 .box--left .box--left--img02 {
  width: 164px;
  transform: translateY(-15%);
}
@media (max-width: 768px) {
  .information .sec02 .history--box12 .box--left .box--left--img02 {
    display: block;
    margin: 0 auto 0 22%;
    width: 65%;
    transform: none;
  }
}
.information .sec02 .history--box12 .desc {
  margin-left: 80px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box12 .desc {
    margin-top: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 768px) {
  .information .sec02 .history--box13 .box--left {
    width: 260px;
  }
}
.information .sec02 .history--box14 .box--right {
  margin-left: 60px;
}
@media (max-width: 768px) {
  .information .sec02 .history--box14 .box--right {
    margin-left: 16px;
  }
}
.information .sec02 .accordion_one {
  position: relative;
}
.information .sec02 .accordion_one .accordion_header {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: -40px;
  padding: 12px;
  max-width: 300px;
  border-radius: 32px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 1 !important;
}
.information .sec02 .accordion_one .accordion_header.open {
  opacity: 0;
  pointer-events: none;
}
.information .sec02 .accordion_one .accordion_header.open .i_box {
  transform: rotate(-90deg);
}
.information .sec02 .accordion_one .accordion_header.open .open--text {
  display: block;
}
.information .sec02 .accordion_one .accordion_header.open .close--text {
  display: none;
}
.information .sec02 .accordion_one .open--text,
.information .sec02 .accordion_one .close--text {
  color: #fff;
}
.information .sec02 .accordion_one .open--text {
  display: none;
}
.information .sec02 .accordion_one .i_box {
  position: absolute;
  right: 24px;
  display: flex;
  align-items: center;
  width: 0.7em;
  transition: 0.15s;
  transform: rotate(90deg);
}
.information .sec02 .accordion_one .i_box svg {
  fill: #fff;
}
.information .sec02 .accordion_one .accordion_inner {
  display: none;
}
.information .sec02 .desc {
  margin-top: 0;
  line-height: 1.8;
}
.information .sec02 .foot--imgs01 {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .information .sec02 .foot--imgs01 {
    top: -100px;
    transform: translateX(-20px);
  }
}
.information .sec02 .foot {
  position: absolute;
  width: 14px;
}
.information .sec02 .foot--imgs01--foot01 {
  top: 90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.information .sec02 .foot--imgs01--foot02 {
  top: 53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.information .sec02 .foot--imgs01--foot03 {
  top: 58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.information .sec02 .foot--imgs01--foot04 {
  top: 22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.information .sec03 {
  padding-top: 120px;
  padding-bottom: 0;
}
.information .sec03::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  min-width: 200vw;
  width: 100%;
  height: 100%;
  background: #221815;
  content: "";
  transform: translate(-50%, 0);
  -webkit-clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 175px, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .information .sec03::after {
    -webkit-clip-path: polygon(0 115px, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 115px, 100% 0, 100% 100%, 0% 100%);
  }
}
.information .sec03 .fixed__wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .information .sec03 .fixed__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.information .sec03 .sec03__heading {
  color: #231815;
  font-size: 48px;
}
@media (max-width: 768px) {
  .information .sec03 .sec03__heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    line-height: 1;
  }
}
.information .sec03 .sec03__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec03 .sec03__heading span {
    display: block;
    margin-left: 10px;
    font-size: 16px;
  }
}
.information .sec03 .heading--img {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.information .sec03 h3 {
  color: #231815;
}
@media (max-width: 768px) {
  .information .sec03 h3 {
    line-height: 1.6;
  }
}
.information .sec03 .desc {
  margin-bottom: 30px;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1.6;
}
@media (max-width: 768px) {
  .information .sec03 .desc {
    text-align: left;
    font-size: 17px;
  }
}
.information .sec03 .box--img01 {
  position: relative;
  right: 0;
  width: 1500px;
  vertical-align: middle;
  transform: translateX(calc(50% - 460px));
}
@media (max-width: 768px) {
  .information .sec03 .box--img01 {
    width: 650px;
    transform: translateX(calc(50% - 175px));
  }
}
.information .sec03 .box--img02 {
  position: relative;
  right: 0;
  width: 1500px;
  vertical-align: middle;
  transform: translateX(calc(50% - 520px));
}
@media (max-width: 768px) {
  .information .sec03 .box--img02 {
    width: 700px;
    transform: translateX(calc(50% - 250px));
  }
}
.information .sec03 .box--img03 {
  position: relative;
  right: 0;
  width: 1500px;
  vertical-align: middle;
  transform: translateX(calc(50% - 580px));
}
@media (max-width: 768px) {
  .information .sec03 .box--img03 {
    width: 700px;
    transform: translateX(calc(50% - 300px));
  }
}
.information .sec03 .box--img04 {
  position: relative;
  right: 0;
  width: 1500px;
  vertical-align: middle;
  transform: translateX(calc(50% - 640px));
}
@media (max-width: 768px) {
  .information .sec03 .box--img04 {
    width: 720px;
    transform: translateX(calc(50% - 350px));
  }
}
.information .sec04 {
  position: relative;
  z-index: 3;
  overflow: visible;
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .information .sec04 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.information .sec04::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/information/sec04--bg.jpg) rgba(0, 0, 0, 0.4);
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
  /* mix-blend-mode: multiply; */
  opacity: 0.3;
  background-blend-mode: multiply;
}
@media (max-width: 768px) {
  .information .sec04::before {
    background-size: auto 100%;
  }
}
.information .sec04 .fixed__wrapper {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-bottom: 90px;
  max-width: 1000px;
  width: 90%;
  border: solid #000 3px;
  border-radius: 32px;
  background: #fff;
}
@media (max-width: 768px) {
  .information .sec04 .fixed__wrapper {
    margin-top: 0px;
    padding-bottom: 60px;
    padding-left: 15%;
    border: solid #000 3px;
    border-radius: 20px;
  }
}
@media (max-width: 768px) {
  .information .sec04 .heading--wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.information .sec04 .heading--img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 350px;
}
@media (max-width: 768px) {
  .information .sec04 .heading--img {
    max-width: 310px;
  }
}
.information .sec04 .bg--block01 {
  position: absolute;
  right: -36px;
  bottom: -70px;
  max-width: 200px;
}
@media (max-width: 768px) {
  .information .sec04 .bg--block01 {
    display: none;
  }
}
.information .sec04 .flex {
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .information .sec04 .flex {
    display: block;
    margin: 8px auto;
  }
}
.information .sec04 .flex .heading {
  margin: 8px 0;
  width: 8em;
  font-size: 18px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec04 .flex .heading {
    margin: 0;
    margin-bottom: 2px;
    line-height: 1.4;
  }
}
.information .sec04 .flex .text {
  margin: 8px 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .information .sec04 .flex .text {
    margin: 0;
    line-height: 1.4;
  }
}
.information .sec04 .flex01 {
  margin-top: 150px;
}
@media (min-width: 1080px) {
  .information .sec04 .flex01 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .information .sec04 .flex01 {
    margin-top: 200px;
  }
}
.information .sec04 .foot--imgs01 {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .information .sec04 .foot--imgs01 {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(calc(-50% - 20px));
  }
}
.information .sec04 .foot {
  position: absolute;
  width: 14px;
}
.information .sec04 .foot--imgs01--foot01 {
  bottom: 90px;
  left: calc(51% - 0px + 10px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}
.information .sec04 .foot--imgs01--foot02 {
  bottom: 53px;
  left: calc(51% - 0px + 32px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
.information .sec04 .foot--imgs01--foot03 {
  bottom: 58px;
  left: calc(51% - 0px + 0px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
.information .sec04 .foot--imgs01--foot04 {
  bottom: 22px;
  left: calc(51% - 0px + 26px);
  transform: rotate(-50deg);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
.information .sec05 {
  position: relative;
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  background-color: #ffef00;
}
@media (max-width: 768px) {
  .information .sec05 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.information .sec05 .fixed__wrapper {
  width: 1000px;
}
@media (max-width: 768px) {
  .information .sec05 .fixed__wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
  }
}
.information .sec05 .heading--img {
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 280px;
}
@media (max-width: 768px) {
  .information .sec05 .heading--img {
    max-width: 190px;
  }
}
.information .sec05 .map-wrap {
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
  max-width: 1440px;
}
.information .sec05 .map-wrap #google-map {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.information .sec05 .company--wrapper {
  position: relative;
  margin-bottom: 100px;
  padding: 50px;
  border-radius: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .information .sec05 .company--wrapper {
    padding: 28px;
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .information .sec05 .company--wrapper .flex01 {
    flex-direction: column-reverse;
  }
}
.information .sec05 .company03 {
  margin-bottom: 0px;
}
.information .sec05 .bg-text {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 280px;
}
@media (max-width: 768px) {
  .information .sec05 .bg-text {
    top: -56px;
    right: -10px;
    width: 240px;
  }
}
.information .sec05 .flex--company {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .information .sec05 .flex--company {
    margin-bottom: 20px;
  }
}
.information .sec05 .flex--company .logo {
  margin-right: 36px;
  width: 80px;
}
@media (max-width: 768px) {
  .information .sec05 .flex--company .logo {
    margin-bottom: 8px;
  }
}
.information .sec05 .flex--company .text--wrapper .office--kind {
  margin: 0;
  margin-bottom: 4px;
  font-size: 15px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1.6;
}
.information .sec05 .flex--company .text--wrapper .office--name {
  margin: 0;
  font-size: 30px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1;
}
@media (max-width: 768px) {
  .information .sec05 .flex--company .text--wrapper .office--name {
    font-size: 36px;
  }
}
.information .sec05 .desc {
  margin-bottom: 24px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .information .sec05 .desc {
    margin-bottom: 16px;
    font-size: 15px;
  }
}
.information .sec05 .information--desc {
  justify-content: flex-start;
  align-items: center;
  margin: 8px 0;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
.information .sec05 .information--desc .heading {
  display: inline-block;
  width: 45px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec05 .information--desc .heading {
    width: 40px;
    font-size: 16px;
  }
}
.information .sec05 .information--desc .icon {
  margin: 0 1.5em;
  width: 2em;
}
@media (max-width: 768px) {
  .information .sec05 .information--desc .icon {
    margin: 0 1em;
  }
}
.information .sec05 .information--desc .desc--desc {
  margin-bottom: 0px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec05 .information--desc .desc--desc {
    font-size: 16px;
  }
}
.information .sec05 .information--desc01 {
  font-size: 20px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .information .sec05 .information--desc01 {
    line-height: 1.4;
  }
}
.information .sec05 .information--desc04 {
  margin-bottom: 0;
}
.information .sec05 .flex01 .box02 {
  width: calc(33.3333% - 16px);
}
@media (max-width: 768px) {
  .information .sec05 .flex01 .box02 {
    margin-bottom: 24px;
    width: 100%;
  }
}
.information .sec05 .flex01 .box02 img {
  vertical-align: middle;
}
.information .sec05 .flex02 {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .information .sec05 .flex02 {
    display: none;
  }
}
.information .sec05 .flex02 .company--img {
  width: calc(33.3333% - 16px);
}
.information .sec05 .swiper {
  display: none;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .information .sec05 .swiper {
    display: block;
  }
}
.information .sec05 .swiper .swiper-pagination {
  position: relative;
  display: block;
  text-align: center;
}
.information .sec05 .swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 3px;
  background-color: #221815;
}
.information .sec05 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f9b900;
}

.content--wrapper {
  display: none;
  opacity: 0;
  transition: 1.35s;
  transform: translateY(20px);
}

.content--wrapper.active {
  display: block;
  opacity: 1;
  transition: 1.35s;
  transform: translateY(0px);
}

section.sec-contact {
  position: relative;
  overflow: visible;
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.sec-contact {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
section.sec-contact .fixed__wrapper {
  padding-top: 40px;
}
section.sec-contact .heading--wrapper {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
section.sec-contact .heading--wrapper .icon--post {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper .icon--post {
    position: static;
    margin-bottom: 20px;
    transform: translate(7%, 0%);
  }
}
section.sec-contact h3 {
  margin: 0 auto;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #000 1.5px;
  color: #000;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.sec-contact h3 {
    font-size: 26px;
  }
}
section.sec-contact .desc {
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 768px) {
  section.sec-contact .desc {
    margin: 20px auto;
    font-size: 17px;
    line-height: 1.6;
  }
}
section.sec-contact .boxs--wrapper {
  align-items: stretch;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper {
    flex-direction: column;
  }
}
section.sec-contact .boxs--wrapper a.box {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: calc(50% - 32px);
  border: solid #231815 3.5px;
  border-radius: 24px;
  background: #fff;
  opacity: 1;
  transition: 0.15s;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    height: 92px;
  }
}
section.sec-contact .boxs--wrapper a.box:hover, section.sec-contact .boxs--wrapper a.box:active {
  transform: scale(1.06);
}
section.sec-contact .boxs--wrapper a.box img {
  position: absolute;
  left: 0;
  margin-right: 30px;
  margin-left: 36px;
  width: 60px;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box img {
    margin-left: 24px;
    width: 50px;
  }
}
section.sec-contact .boxs--wrapper a.box .text--wrapper {
  margin: 0 auto;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
section.sec-contact .boxs--wrapper a.box .font-size--big {
  font-size: 36px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box .font-size--big {
    font-size: 26px;
  }
}
section.sec-contact .boxs--wrapper a.box p {
  margin: 0;
  line-height: 1;
}
section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
  font-size: 28px;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    margin-left: 30px;
    font-size: 22px;
  }
}
section.sec-contact .foot--imgs01 {
  position: absolute;
  top: -120px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  section.sec-contact .foot--imgs01 {
    transform: translateX(-20px);
  }
}
section.sec-contact .foot {
  position: absolute;
  width: 14px;
}
section.sec-contact .foot--imgs01--foot01 {
  top: 90px;
  left: calc(51% - 0px + 10px);
  -webkit-animation: opacityFoot04 4s 0s infinite;
  animation: opacityFoot04 4s 0s infinite;
}
section.sec-contact .foot--imgs01--foot02 {
  top: 53px;
  left: calc(51% - 0px + 32px);
  -webkit-animation: opacityFoot02 4s 0s infinite;
  animation: opacityFoot02 4s 0s infinite;
}
section.sec-contact .foot--imgs01--foot03 {
  top: 58px;
  left: calc(51% - 0px + 0px);
  -webkit-animation: opacityFoot03 4s 0s infinite;
  animation: opacityFoot03 4s 0s infinite;
}
section.sec-contact .foot--imgs01--foot04 {
  top: 22px;
  left: calc(51% - 0px + 26px);
  -webkit-animation: opacityFoot01 4s 0s infinite;
  animation: opacityFoot01 4s 0s infinite;
}