@charset "UTF-8";
.page.business .businesses {
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #005EAC), color-stop(5%, #fff));
  background: linear-gradient(90deg, #005EAC 5%, #fff 5%);
  padding: 5em;
}
.page.business .businesses .domain {
  margin-top: 12em;
}
.page.business .businesses .domain:first-child {
  margin-top: 0;
}
.page.business .businesses .domain h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2em;
}
.page.business .businesses .domain h3 span {
  width: 80%;
  letter-spacing: -3px;
  margin-right: 0.5em;
  position: relative;
  top: -12px;
  color: #005EAC;
  font-size: 6rem;
  line-height: 1;
}
.page.business .businesses .domain .business-item {
  padding: 4em 2em;
  border-bottom: 1px solid #dedede;
}
.page.business .businesses .domain .business-item:last-child {
  border-bottom: none;
}
.page.business .businesses .domain .business-item .flex {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page.business .businesses .domain .business-item .img {
  width: 30%;
}
.page.business .businesses .domain .business-item .img img {
  width: 100%;
}
.page.business .businesses .domain .business-item .txt {
  width: calc(70% - 25px);
  padding: 0 3em;
}
.page.business .businesses .domain .business-item .txt h4 {
  color: #005EAC;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.business .businesses .domain .business-item .txt .logo {
  margin-bottom: 1em;
}
.page.business .businesses .domain .business-item .txt p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.page.business .businesses .domain .business-item .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 25px;
  width: 25px;
}
.page.business .businesses .domain .business-item .arrow .arrow-icon {
  display: block;
  border: 1px solid #005EAC;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page.business .businesses .domain .business-item .arrow .arrow-icon:before, .page.business .businesses .domain .business-item .arrow .arrow-icon:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  background-color: #005EAC;
  left: calc(50% - 2px);
}
.page.business .businesses .domain .business-item .arrow .arrow-icon:before {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page.business .businesses .domain .business-item .arrow .arrow-icon:after {
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page.business .businesses .domain .business-item .logo-jit {
  width: 280px;
}
.page.business .businesses .domain .business-item .logo-india {
  width: 280px;
}
.page.business .businesses .domain .business-item .logo-nikoniko {
  width: 280px;
}
.page.business .businesses .domain .business-item .logo-himawari {
  width: 280px;
}
.page.business .businesses .domain .business-item .logo-ooboshi {
  width: 250px;
}
.page.business .businesses .domain .business-item .logo-taiyo {
  width: 220px;
}
.page.business .businesses .domain .business-item .logo-soranone {
  width: 120px;
}
.page.business .businesses .domain .business-item .logo-celemony {
  width: 320px;
}
.page.business .businesses .domain .business-item .logo-farm {
  width: 280px;
}
.page.business .businesses .domain .business-item .logo-kome {
  width: 120px;
}
.page.business .businesses .domain .business-item .logo-plaza {
  width: 150px;
}
@media screen and (max-width: 1600px) {
  .page.business .businesses {
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #005EAC), color-stop(2%, #fff));
    background: linear-gradient(90deg, #005EAC 2%, #fff 2%);
  }
}
@media screen and (max-width: 1200px) {
  .page.business .businesses .domain {
    margin-top: 6em;
  }
  .page.business .businesses .domain h3 {
    font-size: 1.5rem;
  }
  .page.business .businesses .domain h3 span {
    font-size: 6rem;
  }
  .page.business .businesses .domain .business-item {
    padding: 4em 2em;
  }
  .page.business .businesses .domain .business-item .flex .img {
    width: 40%;
  }
  .page.business .businesses .domain .business-item .flex .txt {
    width: calc(60% - 25px);
    padding: 0 2em 0 1em;
  }
  .page.business .businesses .domain .business-item .flex .txt h4 {
    font-size: 0.9rem;
  }
  .page.business .businesses .domain .business-item .flex .txt p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .page.business .businesses {
    padding: 3em 0;
  }
  .page.business .businesses .domain h3 {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }
  .page.business .businesses .domain h3 span {
    width: 100%;
    margin-right: 0;
    display: block;
    letter-spacing: -1px;
    font-size: 5rem;
  }
  .page.business .businesses .domain .business-item:last-child {
    border-bottom: 1px solid #dedede;
  }
  .page.business .businesses .domain .business-item .flex {
    display: block;
  }
  .page.business .businesses .domain .business-item .flex .img {
    width: 60%;
    margin: auto;
  }
  .page.business .businesses .domain .business-item .flex .txt {
    margin: 2em 0;
    width: 100%;
    padding: 0;
  }
  .page.business .businesses .domain .business-item .flex .txt h4 {
    text-align: center;
    font-size: 1rem;
  }
  .page.business .businesses .domain .business-item .flex .txt p {
    font-size: 0.9rem;
  }
  .page.business .businesses .domain .business-item .flex .logo {
    text-align: center;
  }
  .page.business .businesses .domain .business-item .flex .arrow {
    bottom: -50px;
  }
}
@media screen and (max-width: 600px) {
  .page.business .businesses .domain h3 {
    font-size: 1rem;
  }
  .page.business .businesses .domain h3 span {
    font-size: 3rem;
  }
  .page.business .businesses .domain .business-item {
    padding: 2em 1em;
  }
  .page.business .businesses .domain .business-item .flex .img {
    width: 100%;
  }
  .page.business .businesses .domain .business-item .flex .txt {
    margin: 1em 0;
    padding: 0;
  }
  .page.business .businesses .domain .business-item .flex .txt h4 {
    font-size: 0.8rem;
  }
  .page.business .businesses .domain .business-item .flex .txt p {
    font-size: 0.8rem;
  }
  .page.business .businesses .domain .business-item .flex .arrow {
    bottom: -30px;
    right: -10px;
  }
  .page.business .businesses .domain .business-item .logo-jit-group {
    width: 240px;
  }
  .page.business .businesses .domain .business-item .logo-jit {
    width: 240px;
  }
  .page.business .businesses .domain .business-item .logo-india {
    width: 240px;
  }
  .page.business .businesses .domain .business-item .logo-nikoniko {
    width: 280px;
  }
  .page.business .businesses .domain .business-item .logo-himawari {
    width: 280px;
  }
  .page.business .businesses .domain .business-item .logo-ooboshi {
    width: 250px;
  }
  .page.business .businesses .domain .business-item .logo-taiyo {
    width: 220px;
  }
  .page.business .businesses .domain .business-item .logo-soranone {
    width: 120px;
  }
  .page.business .businesses .domain .business-item .logo-celemony {
    width: 320px;
  }
  .page.business .businesses .domain .business-item .logo-farm {
    width: 220px;
  }
  .page.business .businesses .domain .business-item .logo-kome {
    width: 120px;
  }
  .page.business .businesses .domain .business-item .logo-plaza {
    width: 150px;
  }
}
.page.business .business-details .container {
  max-width: 1200px;
}
.page.business .business-details .description p {
  font-size: 1.2rem;
  line-height: 1.8;
}
.page.business .business-details .imgs {
  margin: 3em auto 6em;
  display: grid;
  gap: 2em;
}
.page.business .business-details .imgs li img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.page.business .business-details .imgs.gallery-count-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.page.business .business-details .imgs.gallery-count-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.page.business .business-details .imgs.gallery-count-2 li:nth-child(1), .page.business .business-details .imgs.gallery-count-2 li:nth-child(2) {
  grid-column: auto;
  grid-row: auto;
}
.page.business .business-details .imgs.gallery-count-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.page.business .business-details .imgs.gallery-count-3 li:nth-child(1) {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.page.business .business-details .imgs.gallery-count-3 li:nth-child(2) {
  grid-column-start: 3;
  grid-row-start: 1;
}
.page.business .business-details .imgs.gallery-count-3 li:nth-child(3) {
  grid-column-start: 3;
  grid-row-start: 2;
}
.page.business .business-details .maps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  gap: 0 4em;
}
.page.business .business-details .maps ul li {
  width: calc(50% - 2em);
  height: auto;
  margin-bottom: 4em;
}
.page.business .business-details .maps ul li .caption h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.page.business .business-details .maps ul li .caption p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1em;
}
.page.business .business-details .maps ul li .map {
  position: relative;
}
.page.business .business-details .maps ul li .map iframe {
  height: 400px;
  width: 100%;
}
.page.business .business-details .maps.maps-large ul li {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .page.business .business-details .description p {
    font-size: 1rem;
  }
  .page.business .business-details .imgs {
    margin: 2em auto 4em;
    gap: 1em;
  }
  .page.business .business-details .imgs.gallery-count-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page.business .business-details .imgs.gallery-count-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .page.business .business-details .imgs.gallery-count-3 li:nth-child(1) {
    grid-column: span 2/span 2;
    grid-row: span 1/span 1;
  }
  .page.business .business-details .imgs.gallery-count-3 li:nth-child(2) {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
  }
  .page.business .business-details .imgs.gallery-count-3 li:nth-child(3) {
    grid-column: span 1/span 1;
    grid-row: span 1/span 1;
  }
  .page.business .business-details .maps ul li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page.business .business-details .maps ul li .caption h4 {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .page.business .business-details .maps ul li .caption p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .page.business .business-details .description p {
    font-size: 0.9rem;
  }
  .page.business .business-details .imgs {
    margin: 1em auto 2em;
    gap: 1em;
  }
  .page.business .business-details .imgs.gallery-count-2, .page.business .business-details .imgs.gallery-count-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  }
  .page.business .business-details .imgs.gallery-count-2 li:nth-child(1), .page.business .business-details .imgs.gallery-count-3 li:nth-child(1) {
    grid-column: auto;
    grid-row: auto;
  }
  .page.business .business-details .maps ul li .caption p {
    font-size: 0.8rem;
  }
  .page.business .business-details .maps ul li .map iframe {
    height: 200px;
  }
}
.page.company.company-philosophy .mission {
  background-color: #005EAC;
  padding: 8em 0;
  position: relative;
}
.page.company.company-philosophy .mission p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2;
  text-align: center;
  opacity: 1;
}
.page.company.company-philosophy .mission p:before {
  content: "Mission";
  font-weight: 600;
  line-height: 1;
  font-family: "Century Gothic", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  opacity: 0.1;
  background-color: #005EAC;
  color: #fff;
  font-size: 12rem;
}
.page.company.company-philosophy .founding-spirit {
  padding: 8em 0;
}
.page.company.company-philosophy .founding-spirit h2 {
  text-align: center;
  font-size: 1.1rem;
  color: #005EAC;
  font-weight: 600;
  margin-bottom: 4em;
}
.page.company.company-philosophy .founding-spirit h2 span {
  display: block;
  letter-spacing: -3px;
  font-size: 6rem;
  line-height: 1.5;
}
.page.company.company-philosophy .founding-spirit dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  margin: 0 auto 2em;
}
.page.company.company-philosophy .founding-spirit dl dt {
  width: 35%;
}
.page.company.company-philosophy .founding-spirit dl dt h5 {
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #005EAC;
  color: #fff;
  padding: 0.2em 3em;
  border-radius: 32px;
  text-align: center;
}
.page.company.company-philosophy .founding-spirit dl dd {
  text-align: left;
  width: 65%;
  border-radius: 16px;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-left: 2em;
}
.page.company.company-philosophy .philosophy {
  background-color: #005EAC;
  color: #fff;
  padding: 8em 0;
}
.page.company.company-philosophy .philosophy h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4em;
  line-height: 2;
}
.page.company.company-philosophy .philosophy h2 span {
  display: block;
  letter-spacing: -3px;
  color: #fff;
  font-size: 6rem;
  line-height: 1.2;
}
.page.company.company-philosophy .philosophy ul {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.page.company.company-philosophy .philosophy ul li {
  margin-bottom: 2em;
}
.page.company.company-philosophy .philosophy ul li h3 {
  margin: 2em auto 0.6em;
  line-height: 1.5;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
}
.page.company.company-philosophy .philosophy ul li p, .page.company.company-philosophy .philosophy ul li li {
  line-height: 1.6;
  font-size: 1.1rem;
  margin-bottom: 0.4em;
}
.page.company.company-philosophy .philosophy ul li ol {
  list-style: none;
}
@media screen and (max-width: 1600px) {
  .page.company.company-philosophy .mission p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .page.company.company-philosophy .founding-spirit dl dt h5 {
    padding: 0.2em 1em;
    font-size: 1rem;
  }
  .page.company.company-philosophy .founding-spirit dl dd {
    line-height: 1.4;
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .page.company.company-philosophy .mission p {
    font-size: 1.1rem;
  }
  .page.company.company-philosophy .mission p:before {
    font-size: 10rem;
  }
  .page.company.company-philosophy .philosophy h2 {
    font-size: 1rem;
  }
  .page.company.company-philosophy .philosophy h2 span {
    font-size: 5rem;
  }
  .page.company.company-philosophy .philosophy ul li h3 {
    font-size: 1.4rem;
  }
  .page.company.company-philosophy .philosophy ul li p, .page.company.company-philosophy .philosophy ul li li {
    font-size: 1rem;
  }
  .page.company.company-philosophy .founding-spirit h2 {
    font-size: 1rem;
  }
  .page.company.company-philosophy .founding-spirit h2 span {
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 0.4em;
  }
  .page.company.company-philosophy .founding-spirit dl {
    display: block;
  }
  .page.company.company-philosophy .founding-spirit dl dt {
    width: 100%;
    margin-bottom: 1em;
  }
  .page.company.company-philosophy .founding-spirit dl dt h5 {
    padding: 0.2em 1em;
    font-size: 1.1rem;
  }
  .page.company.company-philosophy .founding-spirit dl dd {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .page.company.company-philosophy .mission {
    padding: 4em 0;
  }
  .page.company.company-philosophy .mission p {
    font-size: 1rem;
  }
  .page.company.company-philosophy .mission p:before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 8rem;
  }
  .page.company.company-philosophy .philosophy h2 {
    font-size: 0.9rem;
  }
  .page.company.company-philosophy .philosophy h2 span {
    font-size: 4rem;
  }
  .page.company.company-philosophy .philosophy ul li h3 {
    font-size: 1.2rem;
  }
  .page.company.company-philosophy .philosophy ul li p, .page.company.company-philosophy .philosophy ul li li {
    font-size: 0.9rem;
  }
  .page.company.company-philosophy .founding-spirit h2 {
    font-size: 0.9rem;
  }
  .page.company.company-philosophy .founding-spirit h2 span {
    font-size: 4rem;
  }
  .page.company.company-philosophy .founding-spirit dl {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .page.company.company-philosophy .mission {
    padding: 2em 0;
  }
  .page.company.company-philosophy .mission p {
    font-size: 0.8rem;
  }
  .page.company.company-philosophy .mission p:before {
    font-size: 5rem;
  }
  .page.company.company-philosophy .philosophy {
    padding: 3em 0 2em;
  }
  .page.company.company-philosophy .philosophy h2 {
    margin-bottom: 2em;
  }
  .page.company.company-philosophy .philosophy h2 span {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  .page.company.company-philosophy .philosophy ul {
    width: 90%;
  }
  .page.company.company-philosophy .philosophy ul li h3 {
    font-size: 1rem;
  }
  .page.company.company-philosophy .philosophy ul li p, .page.company.company-philosophy .philosophy ul li li {
    font-size: 0.8rem;
  }
  .page.company.company-philosophy .founding-spirit {
    padding: 3em 0 2em;
  }
  .page.company.company-philosophy .founding-spirit h2 {
    margin-bottom: 2em;
  }
  .page.company.company-philosophy .founding-spirit h2 span {
    font-size: 3rem;
    letter-spacing: -1px;
  }
  .page.company.company-philosophy .founding-spirit dl {
    width: 100%;
    margin-bottom: 1em;
  }
  .page.company.company-philosophy .founding-spirit dl dt {
    margin-bottom: 0.5em;
  }
  .page.company.company-philosophy .founding-spirit dl dt h5 {
    font-size: 0.9rem;
  }
  .page.company.company-philosophy .founding-spirit dl dd {
    text-align: left;
    font-size: 0.8rem;
  }
}
.page.company.company-message .message {
  padding: 8em 0;
}
.page.company.company-message .message .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 5em;
}
.page.company.company-message .message .flex .photo {
  width: 30%;
}
.page.company.company-message .message .flex .photo img {
  border-radius: 3px;
}
.page.company.company-message .message .flex .txt {
  width: 70%;
}
.page.company.company-message .message .flex .txt p {
  font-size: 1.1rem;
  line-height: 2.4;
}
.page.company.company-message .message .flex .txt .name {
  margin-top: 2em;
  font-size: 1rem;
  line-height: 2.5;
  text-align: right;
}
.page.company.company-message .message .flex .txt .name img {
  width: 200px;
}
.page.company.company-message .message .flex .txt .links {
  margin-top: 6em;
}
.page.company.company-message .message .flex .txt .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page.company.company-message .message .flex .txt .links ul li a {
  font-size: 1rem;
  padding: 1.2em 2em;
  margin-bottom: 0.5em;
  border-radius: 60px;
  line-height: 1;
  background-color: #005EAC;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: auto;
  min-width: 200px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.company.company-message .message .flex .txt .links ul li a:hover {
  background-color: #007adf;
}
@media screen and (max-width: 768px) {
  .page.company.company-message .message .flex .txt .links {
    margin-top: 3em;
  }
  .page.company.company-message .message .flex .txt .links ul {
    display: block;
  }
  .page.company.company-message .message .flex .txt .links ul li a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page.company.company-message .message {
    padding: 6em 0;
  }
  .page.company.company-message .message .flex {
    gap: 0 3em;
  }
  .page.company.company-message .message .flex .photo {
    width: 40%;
  }
  .page.company.company-message .message .flex .txt {
    width: 60%;
  }
  .page.company.company-message .message .flex .txt p {
    font-size: 1rem;
    line-height: 2;
  }
  .page.company.company-message .message .flex .txt .name {
    font-size: 0.9rem;
  }
  .page.company.company-message .message .flex .txt .name img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .page.company.company-message .message {
    padding: 4em 0;
  }
  .page.company.company-message .message .flex {
    display: block;
  }
  .page.company.company-message .message .flex .photo {
    width: 100%;
    margin-bottom: 1.2em;
    text-align: center;
  }
  .page.company.company-message .message .flex .photo img {
    margin: auto;
    max-width: 300px;
  }
  .page.company.company-message .message .flex .txt {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .page.company.company-message .message {
    padding: 4em 0 2em;
  }
  .page.company.company-message .message .flex .txt p {
    font-size: 0.9rem;
    line-height: 2;
  }
  .page.company.company-message .message .flex .txt .name {
    font-size: 0.7rem;
  }
  .page.company.company-message .message .flex .txt .name img {
    width: 150px;
  }
}
.page.company.company-outline .information {
  padding: 8em 0;
}
.page.company.company-outline .information .information-item {
  text-align: center;
  margin-top: 12em;
}
.page.company.company-outline .information .information-item:first-child {
  margin-top: 4em;
}
.page.company.company-outline .information .information-item h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 3em;
}
.page.company.company-outline .information .information-item dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 2em;
  border-bottom: 1px solid #dedede;
  padding: 1.2em;
  font-size: 1.1rem;
  line-height: 1.8;
}
.page.company.company-outline .information .information-item dl dt {
  width: 20%;
  font-weight: 600;
}
.page.company.company-outline .information .information-item dl dd {
  width: 80%;
}
.page.company.company-outline .information .information-item .information-item-img {
  text-align: center;
}
.page.company.company-outline .information .information-item .information-item-img img {
  width: 100%;
  max-width: 1200px;
}
.page.company.company-outline .information .information-item h3 {
  border: 1px solid #005EAC;
  color: #005EAC;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  padding: 0.2em 1em;
  margin-bottom: 1em;
  display: inline-block;
  text-align: center;
  margin: auto;
}
.page.company.company-outline .information .information-item ul li a {
  color: #005EAC;
}
.page.company.company-outline .information .information-item .logos {
  margin: 3em auto 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em 4em;
}
.page.company.company-outline .information .information-item .logos .logo-farm {
  width: 280px;
}
.page.company.company-outline .information .information-item .logos .logo-nikoniko {
  width: 280px;
}
.page.company.company-outline .information .information-item .logos .logo-india {
  height: 64px;
}
.page.company.company-outline .history {
  background-color: #005EAC;
  padding: 8em 0;
  color: #fff;
}
.page.company.company-outline .history h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 4em;
}
.page.company.company-outline .history h2 span {
  display: block;
  letter-spacing: -3px;
  font-size: 6rem;
  line-height: 1.5;
}
.page.company.company-outline .history .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.company.company-outline .history .history-item h3 {
  line-height: 1;
  font-size: 4rem;
  font-weight: 600;
  width: 100%;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.page.company.company-outline .history .history-item h3.history-header {
  padding: 0.5em;
  cursor: pointer;
}
.page.company.company-outline .history .history-item h3.history-header:before, .page.company.company-outline .history .history-item h3.history-header:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #007adf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.company.company-outline .history .history-item h3.history-header::after {
  right: 12px;
  width: 16px;
  height: 2px;
}
.page.company.company-outline .history .history-item h3.history-header::before {
  right: 18px;
  width: 2px;
  height: 16px;
}
.page.company.company-outline .history .history-item h3.history-header.open::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.page.company.company-outline .history .history-item h3.history-header:hover {
  background-color: #0064b6;
}
.page.company.company-outline .history .history-item .content {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.company.company-outline .history .history-item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.2rem;
  line-height: 1.8;
}
.page.company.company-outline .history .history-item dl dt {
  font-weight: 600;
  width: 200px;
  padding-left: 3em;
}
.page.company.company-outline .history .history-item dl dd {
  width: calc(100% - 200px);
}
.page.company.company-outline .history .history-item dl:last-child {
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .page.company.company-outline .information {
    padding: 6em 0;
  }
  .page.company.company-outline .information .information-item {
    margin-top: 8em;
  }
  .page.company.company-outline .information .information-item:first-child {
    margin-top: 4em;
  }
  .page.company.company-outline .information .information-item h2 {
    font-size: 1.8rem;
  }
  .page.company.company-outline .information .information-item dl {
    font-size: 1rem;
  }
  .page.company.company-outline .information .information-item dl dt {
    width: 25%;
  }
  .page.company.company-outline .information .information-item .information-item-img img {
    max-width: 800px;
  }
  .page.company.company-outline .information .information-item h3 {
    font-size: 1rem;
  }
  .page.company.company-outline .history {
    padding: 6em 0;
  }
  .page.company.company-outline .history h2 {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .page.company.company-outline .history h2 span {
    letter-spacing: -1px;
    font-size: 5rem;
  }
  .page.company.company-outline .history .history-item {
    padding: 2em;
  }
  .page.company.company-outline .history .history-item h3 {
    font-size: 3rem;
  }
  .page.company.company-outline .history .history-item dl {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .page.company.company-outline .information {
    padding: 4em 0;
  }
  .page.company.company-outline .information .information-item {
    margin-top: 4em;
  }
  .page.company.company-outline .information .information-item:first-child {
    margin-top: 2em;
  }
  .page.company.company-outline .information .information-item h2 {
    font-size: 1.5rem;
    margin-bottom: 2em;
  }
  .page.company.company-outline .information .information-item dl {
    font-size: 0.9rem;
  }
  .page.company.company-outline .information .information-item .logos {
    margin: 2em auto;
    gap: 1em 2em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page.company.company-outline .information .information-item .logos li {
    margin-bottom: 2em;
    width: calc(50% - 1.5em);
  }
  .page.company.company-outline .history {
    padding: 4em 0;
  }
  .page.company.company-outline .history h2 {
    font-size: 1rem;
    margin-bottom: 2em;
  }
  .page.company.company-outline .history .history-item {
    padding: 1em;
  }
  .page.company.company-outline .history .history-item h3 {
    font-size: 2rem;
  }
  .page.company.company-outline .history .history-item dl {
    font-size: 0.9rem;
  }
  .page.company.company-outline .history .history-item dl dt {
    padding-left: 2em;
  }
}
@media screen and (max-width: 600px) {
  .page.company.company-outline .information {
    padding: 2em 0;
  }
  .page.company.company-outline .information .information-item {
    margin-top: 4em;
  }
  .page.company.company-outline .information .information-item:first-child {
    margin-top: 1em;
  }
  .page.company.company-outline .information .information-item h2 {
    font-size: 1.2rem;
    margin-bottom: 2em;
  }
  .page.company.company-outline .information .information-item dl {
    font-size: 1rem;
    display: block;
  }
  .page.company.company-outline .information .information-item dl dt {
    width: 100%;
    padding-left: 0;
  }
  .page.company.company-outline .information .information-item dl dd {
    width: 100%;
  }
  .page.company.company-outline .information .information-item .logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .page.company.company-outline .information .information-item .logos li {
    margin-bottom: 1em;
    width: 60%;
  }
  .page.company.company-outline .history {
    padding: 2em 0;
  }
  .page.company.company-outline .history h2 {
    font-size: 0.9rem;
    margin-bottom: 2em;
  }
  .page.company.company-outline .history h2 span {
    font-size: 3rem;
  }
  .page.company.company-outline .history .history-item {
    padding: 1em 0.5em;
  }
  .page.company.company-outline .history .history-item h3.history-header {
    padding: 0;
    font-size: 1.5rem;
  }
  .page.company.company-outline .history .history-item dl {
    padding-bottom: 0;
    margin-top: 1em;
    display: block;
  }
  .page.company.company-outline .history .history-item dl dt {
    width: 100%;
    padding-left: 0;
  }
  .page.company.company-outline .history .history-item dl dd {
    width: 100%;
  }
}
.page.sustainability .sdgs .lead {
  text-align: center;
}
.page.sustainability .sdgs .lead .img {
  width: 50%;
  max-width: 200px;
  margin: 5em auto 3em;
}
.page.sustainability .sdgs .lead p {
  font-size: 1.3rem;
  line-height: 2;
  text-align: center;
}
.page.sustainability .sdgs .sdgs-list {
  margin: 4em auto;
  background-color: #005EAC;
  padding: 4em 0;
}
.page.sustainability .sdgs .sdgs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
}
.page.sustainability .sdgs .sdgs-list ul li img {
  width: 140px;
  height: auto;
}
.page.sustainability .sdgs .sdgs-item {
  margin-top: 12em;
}
.page.sustainability .sdgs .sdgs-item .flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.sustainability .sdgs .sdgs-item .flex .icon {
  position: sticky;
  top: 0;
  left: 0;
  width: 220px;
}
.page.sustainability .sdgs .sdgs-item .flex .icon img {
  width: 220px;
  height: auto;
}
.page.sustainability .sdgs .sdgs-item .flex .txt {
  width: calc(100% - 360px);
}
.page.sustainability .sdgs .sdgs-item .flex .txt h4 {
  margin-top: 4em;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Century Gothic", sans-serif;
}
.page.sustainability .sdgs .sdgs-item .flex .txt h3 {
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1.5;
  margin-bottom: 3em;
}
.page.sustainability .sdgs .sdgs-item .flex .txt h5 {
  margin: 2em 0;
  font-weight: 600;
  font-size: 1.5rem;
}
.page.sustainability .sdgs .sdgs-item .flex .txt dl {
  margin-top: 1em;
}
.page.sustainability .sdgs .sdgs-item .flex .txt dl dt {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.8;
}
.page.sustainability .sdgs .sdgs-item .flex .txt dl dt:before {
  content: "・";
  margin-right: 0.5em;
}
.page.sustainability .sdgs .sdgs-item .flex .txt dl dd {
  padding-left: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2em;
}
.page.sustainability .sdgs .sdgs-item .flex .txt .box {
  margin: 2em auto 0;
  background-color: #f8f8f8;
  padding: 2em 4em;
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item .flex .txt .box {
    padding: 2em;
  }
}
.page.sustainability .sdgs .sdgs-item .flex .txt .box h6 {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.page.sustainability .sdgs .sdgs-item .flex .txt .box p {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item .flex .txt .box h6 {
    font-size: 1.1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt .box p {
    line-height: 1.6;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item .flex .txt .box h6 {
    font-size: 1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt .box p {
    font-size: 0.9rem;
    line-height: 1.4;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .flex .txt h4 {
  color: #E4011E;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5 {
  margin-top: 0;
  margin-bottom: 2em;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:before, .page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 28px;
  background-color: #000;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:before {
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
  left: -30px;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:after {
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
  right: -30px;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .img {
  width: 50%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .txt {
  text-align: left;
  width: 45%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .txt p {
  line-height: 1.8;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5 {
    font-size: 1.3rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex {
    display: block;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .img {
    width: 100%;
    margin-bottom: 1em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .txt {
    width: 100%;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .txt p {
    line-height: 1.6;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5 {
    font-size: 1.2rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:before {
    left: -20px;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box h5:after {
    right: -20px;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_1 .box .flex .txt p {
    font-size: 0.9rem;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_2 .flex .txt h4 {
  color: #D6A600;
}
.page.sustainability .sdgs .sdgs-item#sdgs_3 .flex .txt h4 {
  color: #4C9F38;
}
.page.sustainability .sdgs .sdgs-item#sdgs_4 .flex .txt h4 {
  color: #C50E28;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .flex .txt h4 {
  color: #E83418;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews {
  margin: 4em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item {
  width: 48%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .img {
  width: 100%;
  margin-bottom: 1em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .txt {
  width: 100%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .txt h6 {
  margin: 1em auto 0.5em;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews {
    gap: 1em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item {
    width: 48%;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .title {
    font-size: 1.1rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .txt h6 {
    font-size: 0.9rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .txt p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews {
    display: block;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item {
    margin-top: 2em;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .title {
    text-align: center;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .img {
    text-align: center;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .img img {
    margin: auto;
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .title {
    font-size: 1rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .img {
    margin-bottom: 1em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .img img {
    width: 80%;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_5 .interviews .interview-item .txt {
    padding: 0;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt h4 {
  color: #00A6D9;
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .img {
  width: 30%;
  text-align: center;
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt {
  width: 65%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt h6 {
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 1rem;
}
.page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt p {
  margin-bottom: 1em;
  line-height: 1.8;
  font-size: 1rem;
}
@media screen and (max-width: 1200px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex {
    gap: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt h6 {
    font-size: 0.9rem;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex {
    display: block;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .img {
    width: 50%;
    margin: 1em auto 2em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_6 .flex .txt .flex .txt {
    padding: 0;
    width: 100%;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_7 .flex .txt h4 {
  color: #FABD00;
}
.page.sustainability .sdgs .sdgs-item#sdgs_8 .flex .txt h4 {
  color: #970A31;
}
.page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt h4 {
  color: #EC6A06;
}
.page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .img {
  width: 160px;
}
.page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .txt {
  width: calc(100% - 160px);
  padding-left: 2em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .txt p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .txt {
    padding-left: 1em;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex {
    display: block;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .img {
    text-align: center;
    width: 100%;
    margin-bottom: 1em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .txt {
    width: 100%;
    padding: 0;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_9 .flex .txt .flex .txt p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_10 .flex .txt h4 {
  color: #DC097B;
}
.page.sustainability .sdgs .sdgs-item#sdgs_11 .flex .txt h4 {
  color: #F5A20B;
}
.page.sustainability .sdgs .sdgs-item#sdgs_12 .flex .txt h4 {
  color: #D39206;
}
.page.sustainability .sdgs .sdgs-item#sdgs_13 .flex .txt h4 {
  color: #407936;
}
.page.sustainability .sdgs .sdgs-item#sdgs_14 .flex .txt h4 {
  color: #0075BA;
}
.page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .txt h4 {
  color: #28A838;
}
.page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs {
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.5em;
}
.page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs li {
  width: 30%;
}
.page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs li img {
  border-radius: 4px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs {
    gap: 1em;
  }
  .page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs li {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .sdgs-item#sdgs_15 .flex .imgs {
    gap: 0.5em;
  }
}
.page.sustainability .sdgs .sdgs-item#sdgs_16 .flex .txt h4 {
  color: #4079A6;
}
.page.sustainability .sdgs .sdgs-item#sdgs_17 .flex .txt h4 {
  color: #023067;
}
@media screen and (max-width: 1200px) {
  .page.sustainability .sdgs .sdgs-list ul li img {
    width: 130px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon {
    width: 200px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt {
    width: calc(100% - 280px);
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h4 {
    font-size: 1.1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h3 {
    font-size: 2.4rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h5 {
    font-size: 1.3rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dt {
    font-size: 1.1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dd {
    font-size: 1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt a {
    color: #005EAC;
    text-decoration: underline;
  }
}
@media screen and (max-width: 1024px) {
  .page.sustainability .sdgs .lead p {
    font-size: 1.1rem;
  }
  .page.sustainability .sdgs .sdgs-list ul li img {
    width: 120px;
  }
  .page.sustainability .sdgs .sdgs-item {
    margin-top: 8em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon {
    width: 160px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon img {
    width: 160px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt {
    width: calc(100% - 220px);
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h4 {
    margin-top: 2em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h3 {
    font-size: 2.2rem;
    margin-bottom: 2em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h5 {
    font-size: 1.2rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dt {
    font-size: 1rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dd {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .page.sustainability .sdgs .lead p {
    font-size: 1rem;
  }
  .page.sustainability .sdgs .sdgs-list {
    padding: 3em 0;
  }
  .page.sustainability .sdgs .sdgs-list ul li img {
    width: 100px;
  }
  .page.sustainability .sdgs .sdgs-item {
    margin-top: 6em;
  }
  .page.sustainability .sdgs .sdgs-item .flex {
    display: block;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon {
    width: 100%;
    text-align: center;
    position: static;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon img {
    width: 50%;
    max-width: 160px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt {
    width: 100%;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h4 {
    text-align: center;
    margin-top: 2em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dd {
    padding-left: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .sdgs .lead .img {
    margin: 3em auto 2em;
  }
  .page.sustainability .sdgs .lead .img img {
    width: 140px;
  }
  .page.sustainability .sdgs .lead p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .page.sustainability .sdgs .sdgs-list {
    margin: 3em auto;
    padding: 2em 0;
  }
  .page.sustainability .sdgs .sdgs-list ul {
    gap: 0.75em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page.sustainability .sdgs .sdgs-list ul li img {
    width: 76px;
  }
  .page.sustainability .sdgs .sdgs-item {
    margin-top: 4em;
    border-bottom: 1px solid #dedede;
    padding-bottom: 4em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .icon img {
    width: 120px;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt {
    padding: 0 1em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h4 {
    margin-top: 1em;
    line-height: 1.4;
    font-size: 0.8rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt h3 {
    margin: 0.2em auto 1em;
    line-height: 1.4;
    font-size: 1.5rem;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dt {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .page.sustainability .sdgs .sdgs-item .flex .txt dl dd {
    padding-left: 0;
  }
}
.page.sustainability .community .lead {
  margin: 4em auto;
}
.page.sustainability .community .lead p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
}
.page.sustainability .community .support {
  margin: 8em auto 0;
}
.page.sustainability .community .support h2 {
  margin-bottom: 4em;
  text-align: center;
}
.page.sustainability .community .support h2 span {
  color: #005EAC;
  display: block;
  font-size: 6rem;
  line-height: 1.5;
}
.page.sustainability .community .support.support-sports .support-lead {
  line-height: 1.8;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 4em;
}
.page.sustainability .community .support.support-sports ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2em;
}
.page.sustainability .community .support.support-sports ul li {
  width: 46%;
}
.page.sustainability .community .support.support-sports ul li h3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.page.sustainability .community .support.support-sports ul li h3 span {
  display: block;
  color: #005EAC;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -1px;
}
.page.sustainability .community .support.support-sports ul li .img {
  margin-bottom: 0.8em;
}
.page.sustainability .community .support.support-sports ul li .img img {
  border-radius: 6px;
}
.page.sustainability .community .support.support-sports ul li .txt p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.page.sustainability .community .support.support-community ul li {
  margin-top: 6em;
}
.page.sustainability .community .support.support-community ul li h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page.sustainability .community .support.support-community ul li h4 {
  margin-top: 3em;
  color: #005EAC;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.page.sustainability .community .support.support-community ul li h5 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page.sustainability .community .support.support-community ul li .desc {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
.page.sustainability .community .support.support-community ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2em;
}
.page.sustainability .community .support.support-community ul li .flex.img-grid-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page.sustainability .community .support.support-community ul li .flex.img-grid-4 .img {
  width: 23%;
}
.page.sustainability .community .support.support-community ul li .flex .item {
  width: 48%;
}
.page.sustainability .community .support.support-community ul li .flex .item .img {
  margin-bottom: 0.8em;
}
.page.sustainability .community .support.support-community ul li .flex .item .img img {
  border-radius: 6px;
}
.page.sustainability .community .support.support-community ul li .flex .item .txt p {
  font-size: 1rem;
  line-height: 1.8;
}
.page.sustainability .community .support.support-community ul li .img img {
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .page.sustainability .community .support {
    margin: 6em auto 0;
  }
  .page.sustainability .community .support h2 span {
    font-size: 5rem;
  }
  .page.sustainability .community .support.support-sports .support-lead {
    font-size: 1.1rem;
  }
  .page.sustainability .community .support.support-sports ul li h3 {
    font-size: 1.6rem;
  }
  .page.sustainability .community .support.support-sports ul li h3 span {
    font-size: 1rem;
  }
  .page.sustainability .community .support.support-sports ul li .txt p {
    font-size: 0.9rem;
  }
  .page.sustainability .community .support.support-community ul li h3 {
    font-size: 1.6rem;
  }
  .page.sustainability .community .support.support-community ul li h4 {
    font-size: 1.2rem;
  }
  .page.sustainability .community .support.support-community ul li h5 {
    font-size: 1.1rem;
  }
  .page.sustainability .community .support.support-community ul li .desc {
    font-size: 0.9rem;
  }
  .page.sustainability .community .support.support-community ul li .flex .item .txt p {
    font-size: 0.9rem;
  }
  .page.sustainability .community .support.support-community ul li .flex.img-grid-4 .img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .page.sustainability .community .lead {
    margin: 3em auto;
  }
  .page.sustainability .community .lead p {
    font-size: 1rem;
  }
  .page.sustainability .community .support {
    margin: 3em auto 0;
  }
  .page.sustainability .community .support h2 span {
    font-size: 4rem;
  }
  .page.sustainability .community .support.support-sports .support-lead {
    font-size: 1rem;
  }
  .page.sustainability .community .support.support-sports ul li h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .page.sustainability .community .lead {
    margin: 2em auto;
  }
  .page.sustainability .community .lead p {
    font-size: 0.9rem;
  }
  .page.sustainability .community .support {
    margin: 3em auto 0;
  }
  .page.sustainability .community .support h2 {
    font-size: 0.8rem;
    margin-bottom: 2em;
  }
  .page.sustainability .community .support h2 span {
    font-size: 3rem;
  }
  .page.sustainability .community .support.support-sports .support-lead {
    font-size: 0.9rem;
    margin-bottom: 1em;
  }
  .page.sustainability .community .support.support-sports ul {
    display: block;
  }
  .page.sustainability .community .support.support-sports ul li {
    width: 100%;
    margin-bottom: 2em;
  }
  .page.sustainability .community .support.support-sports ul li h3 {
    font-size: 1.4rem;
  }
  .page.sustainability .community .support.support-sports ul li h3 span {
    font-size: 0.9rem;
  }
  .page.sustainability .community .support.support-community ul li {
    margin-top: 4em;
  }
  .page.sustainability .community .support.support-community ul li:first-child {
    margin-top: 0;
  }
  .page.sustainability .community .support.support-community ul li:first-child h3 {
    margin-top: 0;
  }
  .page.sustainability .community .support.support-community ul li h3 {
    font-size: 1.2rem;
    margin-top: 4em;
  }
  .page.sustainability .community .support.support-community ul li h4 {
    margin-top: 2em;
  }
  .page.sustainability .community .support.support-community ul li .flex {
    display: block;
  }
  .page.sustainability .community .support.support-community ul li .flex .item, .page.sustainability .community .support.support-community ul li .flex .img {
    width: 100%;
    margin-bottom: 1.2em;
  }
  .page.sustainability .community .support.support-community ul li .flex.img-grid-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1em;
  }
  .page.sustainability .community .support.support-community ul li .flex.img-grid-4 .img {
    width: 46%;
    margin-bottom: 0;
  }
}
.page.tour section {
  padding: 6em 0;
}
@media screen and (max-width: 768px) {
  .page.tour section {
    padding: 4em 0;
  }
}
@media screen and (max-width: 600px) {
  .page.tour section {
    padding: 3em 0;
  }
}
.page.tour .apply {
  margin: 5em auto 0;
  max-width: 640px;
  text-align: center;
}
.page.tour .apply .tel {
  font-size: 1.1rem;
  line-height: 1.8;
  margin: 1em auto;
  color: #005EAC;
}
.page.tour .apply .tel em {
  font-style: normal;
  font-weight: 600;
}
.page.tour .apply .btn {
  font-size: 1.3rem;
  padding: 1.4em 5.4em;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  border-radius: 60px;
  background-color: #005EAC;
  color: #fff;
}
.page.tour .tour-outline {
  background-color: #fff;
  text-align: center;
}
.page.tour .tour-outline h2 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  color: #005EAC;
  margin-bottom: 2.5em;
}
.page.tour .tour-outline h2 span {
  display: block;
}
.page.tour .tour-outline .tour-intro-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5em;
}
.page.tour .tour-outline .tour-intro-images li {
  border: none;
  padding: 0;
}
.page.tour .tour-outline .tour-intro-images li img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.tour .tour-outline h3 {
  margin-top: 4em;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.8em;
  color: #005EAC;
}
.page.tour .tour-outline > .container > p {
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 2;
}
.page.tour .tour-outline ul {
  list-style: none;
  margin: 4em 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5em;
  text-align: left;
}
.page.tour .tour-outline ul li {
  border: 2px solid #005EAC;
  border-radius: 5px;
  padding: 2em 2em 3em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8em;
}
.page.tour .tour-outline ul li .num {
  color: #005EAC;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
.page.tour .tour-outline ul li h4 {
  font-size: 1rem;
  color: #005EAC;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0;
}
.page.tour .tour-outline ul li p {
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}
.page.tour .tour-outline ul li .link {
  margin-top: auto;
  text-align: center;
}
.page.tour .tour-outline ul li .link a.btn {
  border: 1px solid #005EAC;
  font-weight: 600;
  color: #005EAC;
  border-radius: 60px;
  padding: 1em 2.8em;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
.page.tour .tour-courses {
  padding-bottom: 0;
}
.page.tour .tour-courses h3 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 2.5em;
}
.page.tour .tour-courses .tour-courses-note {
  margin: 0 auto;
  text-align: center;
}
.page.tour .tour-courses .tour-courses-note p {
  font-size: 0.85rem;
  line-height: 1.8;
  margin: 0;
}
.page.tour .tour-courses .tour-courses-note p:before {
  content: "※";
  margin-right: 0.2em;
}
.page.tour .tour-courses .tour-courses-note p:not(:first-child) {
  margin-top: 0.2em;
}
.page.tour .tour-courses .tour-course-list {
  list-style: none;
  margin: 4em 0 0;
  padding: 0;
}
.page.tour .tour-courses .tour-course-item {
  padding: 6em 0 2em;
  height: 100%;
}
.page.tour .tour-courses .tour-course-item:first-child {
  padding-top: 0;
}
.page.tour .tour-courses .tour-course-title {
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.5;
  color: #005EAC;
  text-align: center;
  margin: 0 auto 1em;
}
.page.tour .tour-courses .tour-course-meta {
  display: grid;
  grid-template-columns: 200px 1fr;
  row-gap: 1.5em;
  font-size: 1rem;
  line-height: 1.8;
}
.page.tour .tour-courses .tour-course-meta dt {
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.page.tour .tour-courses .tour-course-meta dd {
  padding-bottom: 1.5em;
  padding-left: 1.2em;
  margin: 0;
  color: #000;
  border-bottom: 1px solid #ccc;
}
.page.tour .tour-courses .tour-course-empty {
  margin: 4em auto;
  max-width: 640px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #005093;
}
.page.tour .tour-courses .tour-courses-sale {
  margin: 5em auto 3em;
  max-width: 640px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #005EAC;
  color: #005EAC;
  border-radius: 20px;
  padding: 2.5em 3em;
}
.page.tour .tour-courses .tour-courses-sale h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.tour .tour-courses .tour-courses-sale p {
  font-size: 1.1rem;
  line-height: 2;
  margin: 0;
}
.page.tour .tour-courses .tour-courses-sale p em {
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .page.tour section {
    padding: 5em 0;
  }
  .page.tour .tour-outline h2 {
    font-size: 2rem;
  }
  .page.tour .tour-outline h3 {
    font-size: 1.8rem;
    margin-bottom: 1.2em;
  }
  .page.tour .tour-outline > .container > p {
    font-size: 1rem;
  }
  .page.tour .tour-outline ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
  }
  .page.tour .tour-courses .tour-course-list {
    gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  .page.tour section {
    padding: 4em 0;
  }
  .page.tour .tour-outline h2 {
    font-size: 1.8rem;
  }
  .page.tour .tour-outline h3 {
    font-size: 1.6rem;
  }
  .page.tour .tour-outline ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2em;
  }
  .page.tour .tour-outline ul li {
    padding: 2em;
  }
  .page.tour .tour-courses h3 {
    font-size: 1.5rem;
  }
  .page.tour .tour-courses .tour-course-item {
    padding: 1em;
  }
  .page.tour .tour-courses .tour-course-meta {
    grid-template-columns: 1fr;
    font-size: 0.95rem;
    row-gap: 0.5em;
  }
  .page.tour .tour-courses .tour-course-meta dt {
    padding-bottom: 0.3em;
    margin-top: 1.4em;
    font-size: 0.9rem;
  }
  .page.tour .tour-courses .tour-course-meta dd {
    font-size: 0.9rem;
    padding: 0;
    border-bottom: none;
  }
  .page.tour .tour-courses .tour-courses-sale {
    margin-top: 3em;
    padding: 2em;
  }
  .page.tour .tour-courses .tour-courses-note {
    padding: 2em;
  }
}
@media screen and (max-width: 600px) {
  .page.tour section {
    padding: 3em 0;
  }
  .page.tour .apply {
    margin-top: 3em;
  }
  .page.tour .apply .btn {
    font-size: 1.1rem;
    padding: 1.2em 3.2em;
  }
  .page.tour .apply .tel {
    font-size: 0.9rem;
  }
  .page.tour .tour-outline h2 {
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
  .page.tour .tour-outline h3 {
    font-size: 1.1rem;
  }
  .page.tour .tour-outline > .container > p {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
  }
  .page.tour .tour-outline .tour-intro-images {
    margin: 1.5em auto;
    gap: 0.8em;
  }
  .page.tour .tour-outline .tour-intro-images li img {
    border-radius: 4px;
  }
  .page.tour .tour-outline ul {
    margin-top: 2em;
    gap: 1.5em;
  }
  .page.tour .tour-outline ul li {
    padding: 1.5em;
  }
  .page.tour .tour-outline ul li h4 {
    line-height: 1.4;
    font-size: 1rem;
  }
  .page.tour .tour-courses h3 {
    font-size: 1.4rem;
    margin-bottom: 1em;
  }
  .page.tour .tour-courses .tour-courses-note {
    padding: 0.5em 0;
  }
  .page.tour .tour-courses .tour-courses-note p {
    text-align: left;
    font-size: 0.8rem;
  }
  .page.tour .tour-courses .tour-course-item {
    padding: 3em 0 1em;
  }
  .page.tour .tour-courses .tour-course-title {
    font-size: 1.2rem;
  }
  .page.tour .tour-courses .tour-courses-sale {
    border-radius: 8px;
    padding: 2em 1.2em;
  }
  .page.tour .tour-courses .tour-courses-sale h5 {
    font-size: 1.1rem;
  }
  .page.tour .tour-courses .tour-courses-sale p {
    font-size: 0.9rem;
  }
}
.page.recruit .recruit-top .recruit-title {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: none;
}
.page.recruit .recruit-top .recruit-title .left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6em;
  background-color: #f8f8f8;
}
.page.recruit .recruit-top .recruit-title .left h1 {
  font-size: 3.2rem;
  margin-bottom: 0.5em;
}
.page.recruit .recruit-top .recruit-title .left h1 span {
  text-align: left;
}
.page.recruit .recruit-top .recruit-title .left p {
  font-size: 1rem;
  line-height: 2;
}
.page.recruit .recruit-top .recruit-title .right {
  width: 60%;
}
.page.recruit .recruit-top .recruit-title .right img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .page.recruit .recruit-top .recruit-title .left {
    padding: 4em;
  }
  .page.recruit .recruit-top .recruit-title .left h1 {
    font-size: 2.5rem;
  }
  .page.recruit .recruit-top .recruit-title .left p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1200px) {
  .page.recruit .recruit-top .recruit-title .left {
    width: 50%;
  }
  .page.recruit .recruit-top .recruit-title .right {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .page.recruit .recruit-top .recruit-title {
    display: block;
  }
  .page.recruit .recruit-top .recruit-title .left {
    padding: 3em;
    width: 100%;
    background-color: #fff;
  }
  .page.recruit .recruit-top .recruit-title .right {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page.recruit .recruit-top .recruit-title .left {
    display: block;
    text-align: center;
  }
  .page.recruit .recruit-top .recruit-title .left h1 span {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-top .recruit-title .left {
    padding: 2em 1em;
  }
  .page.recruit .recruit-top .recruit-title .left h1 {
    font-size: 2rem;
  }
  .page.recruit .recruit-top .recruit-title .left p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.page.recruit .recruit-top .section-block {
  margin: 20em auto 12em;
  position: relative;
}
.page.recruit .recruit-top .section-block:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 70%;
  height: 120%;
  background-color: #005EAC;
}
.page.recruit .recruit-top .section-block .photo {
  position: absolute;
  z-index: 1;
  width: 62%;
  top: -10%;
  right: 0;
}
.page.recruit .recruit-top .section-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.recruit .recruit-top .section-block .title {
  z-index: 999;
  color: #fff;
  padding-top: 8em;
  position: relative;
  left: 0;
  text-align: left;
}
.page.recruit .recruit-top .section-block .title h3 {
  font-size: 9rem;
  font-weight: 600;
  line-height: 1;
  z-index: 999;
  padding-left: 0em;
}
.page.recruit .recruit-top .section-block .title h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1em 0;
  line-height: 1.6;
}
.page.recruit .recruit-top .section-block .title p {
  line-height: 1.8;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 2em;
}
.page.recruit .recruit-top .section-block .title .link {
  margin-top: 3em;
}
.page.recruit .recruit-top .section-block .title .link a {
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 1em 5.4em;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.page.recruit .recruit-top .section-block .title .link a:before, .page.recruit .recruit-top .section-block .title .link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 1px;
  height: 6px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.recruit .recruit-top .section-block .title .link a:before {
  top: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page.recruit .recruit-top .section-block .title .link a:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page.recruit .recruit-top .section-block .title .link a:hover:before {
  top: calc(50% - 2px);
  -webkit-transform: rotate(-45deg) translateX(3px);
          transform: rotate(-45deg) translateX(3px);
}
.page.recruit .recruit-top .section-block .title .link a:hover:after {
  top: calc(50% - 2px);
  -webkit-transform: rotate(45deg) translateX(3px);
          transform: rotate(45deg) translateX(3px);
}
.page.recruit .recruit-top .section-block:nth-child(odd):before {
  right: 0;
  left: auto;
}
.page.recruit .recruit-top .section-block:nth-child(odd) .photo {
  right: auto;
  left: 0;
}
.page.recruit .recruit-top .section-block:nth-child(odd) .title {
  text-align: right;
  padding-top: 12em;
}
@media screen and (max-width: 1600px) {
  .page.recruit .recruit-top .section-block:before {
    height: 120%;
  }
  .page.recruit .recruit-top .section-block .title h3 {
    font-size: 8rem;
  }
  .page.recruit .recruit-top .section-block .title h4 {
    font-size: 1.2rem;
  }
  .page.recruit .recruit-top .section-block .title p {
    font-size: 1rem;
  }
  .page.recruit .recruit-top .section-block .title .link a {
    padding: 1em 4em;
  }
}
@media screen and (max-width: 1200px) {
  .page.recruit .recruit-top .section-block {
    margin: 0 auto;
    padding: 4em 0;
  }
  .page.recruit .recruit-top .section-block:before {
    background: #fff;
    width: 100%;
    height: 100%;
  }
  .page.recruit .recruit-top .section-block .photo {
    top: 0;
    padding-top: 2em;
    left: auto;
    right: auto;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .page.recruit .recruit-top .section-block .photo img {
    margin: auto;
  }
  .page.recruit .recruit-top .section-block .title {
    width: 100%;
    left: auto;
    color: #000;
    padding-top: 2em;
  }
  .page.recruit .recruit-top .section-block .title h3 {
    letter-spacing: -1px;
    color: #005EAC;
    width: 100%;
  }
  .page.recruit .recruit-top .section-block .title h4, .page.recruit .recruit-top .section-block .title p {
    width: 100%;
    padding: 0;
  }
  .page.recruit .recruit-top .section-block .title .link {
    width: 100%;
    padding: 0;
  }
  .page.recruit .recruit-top .section-block .title .link a {
    color: #005EAC;
    border: 1px solid #005EAC;
    width: 100%;
  }
  .page.recruit .recruit-top .section-block .title .link a:before, .page.recruit .recruit-top .section-block .title .link a:after {
    background-color: #005EAC;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd)::before {
    background: #005EAC;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .photo {
    padding-top: 0;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title {
    padding-top: 2em;
    color: #fff;
    left: auto;
    width: 100%;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title h3 {
    color: #fff;
    padding-left: 0;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title h4, .page.recruit .recruit-top .section-block:nth-child(odd) .title p {
    width: 100%;
    padding: 0;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title .link {
    padding: 0;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title .link a {
    color: #fff;
    border: 1px solid #fff;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title .link a:before, .page.recruit .recruit-top .section-block:nth-child(odd) .title .link a:after {
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .page.recruit .recruit-top .section-block {
    padding: 2em 0;
  }
  .page.recruit .recruit-top .section-block .title {
    padding: 2em;
  }
  .page.recruit .recruit-top .section-block .title h3 {
    font-size: 4.8rem;
  }
  .page.recruit .recruit-top .section-block .title h4 {
    font-size: 1rem;
  }
  .page.recruit .recruit-top .section-block .title p {
    font-size: 0.9rem;
  }
  .page.recruit .recruit-top .section-block .title .link a {
    padding: 1em 3em;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-top .section-block {
    padding: 1.5em 0 2.5em;
  }
  .page.recruit .recruit-top .section-block:before {
    height: 100%;
  }
  .page.recruit .recruit-top .section-block .title {
    padding: 1.2em 0;
  }
  .page.recruit .recruit-top .section-block .title h3 {
    width: 100%;
    font-size: 2.4rem;
  }
  .page.recruit .recruit-top .section-block .title h4 {
    margin: 1em 0 0.6em;
    font-size: 0.9rem;
  }
  .page.recruit .recruit-top .section-block .title p {
    font-size: 0.8rem;
  }
  .page.recruit .recruit-top .section-block:nth-child(odd) .title h3 {
    padding-left: 0;
  }
}
.page.recruit .requirements-list-link {
  margin: 10em auto 0;
}
.page.recruit .requirements-list-link .box {
  background: #005EAC;
  padding: 3em 4em;
  text-align: center;
  border-radius: 4px;
}
.page.recruit .requirements-list-link .box h5 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.recruit .requirements-list-link .box .link {
  margin-top: 2em;
}
.page.recruit .requirements-list-link .box .link a {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 4px;
  padding: 1em 6em;
  color: #005EAC;
  font-weight: 600;
  line-height: 1.5;
  font-size: 1.2rem;
}
.page.recruit .requirements-list-link .box .link a span {
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
}
.page.recruit .requirements-list-link .box .link a::before, .page.recruit .requirements-list-link .box .link a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 6px;
  background-color: #005EAC;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.recruit .requirements-list-link .box .link a::before {
  top: calc(50% - 4px);
  right: 30px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page.recruit .requirements-list-link .box .link a::after {
  top: 50%;
  right: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page.recruit .requirements-list-link .box .link a:hover:before, .page.recruit .requirements-list-link .box .link a:hover:after {
  right: 25px;
}
@media screen and (max-width: 768px) {
  .page.recruit .requirements-list-link .box h5 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .requirements-list-link {
    margin: 4em auto 0;
  }
  .page.recruit .requirements-list-link .box {
    padding: 2em;
  }
  .page.recruit .requirements-list-link .box h5 {
    font-size: 0.9rem;
  }
  .page.recruit .requirements-list-link .box .link a {
    padding: 1em 4em;
    font-size: 1rem;
  }
  .page.recruit .requirements-list-link .box .link a span {
    font-size: 0.6rem;
  }
}
.page.recruit .recruit-company .recruit-company-about {
  margin: 8em auto;
  text-align: center;
}
.page.recruit .recruit-company .recruit-company-about h3 {
  margin-bottom: 2em;
  line-height: 1.2;
  font-size: 0.9rem;
}
.page.recruit .recruit-company .recruit-company-about h3 span {
  display: block;
  color: #005EAC;
  font-size: 6rem;
}
.page.recruit .recruit-company .recruit-company-about .youtube {
  margin: 4em auto;
  position: relative;
  width: 600px;
}
.page.recruit .recruit-company .recruit-company-about .youtube .movie {
  width: 100%;
  padding-top: 56.25%;
}
.page.recruit .recruit-company .recruit-company-about .youtube .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.page.recruit .recruit-company .recruit-company-about .txt {
  margin: 3em auto;
}
.page.recruit .recruit-company .recruit-company-about .txt p {
  line-height: 2.5;
  font-size: 1.1rem;
}
.page.recruit .recruit-company .recruit-company-about .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page.recruit .recruit-company .recruit-company-about .imgs li {
  width: calc(33.33% - 2em);
}
.page.recruit .recruit-company .recruit-company-about .imgs li img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .page.recruit .recruit-company .recruit-company-about {
    margin: 6em auto;
  }
  .page.recruit .recruit-company .recruit-company-about h3 {
    font-size: 0.8rem;
  }
  .page.recruit .recruit-company .recruit-company-about h3 span {
    font-size: 4rem;
  }
  .page.recruit .recruit-company .recruit-company-about .txt p {
    font-size: 1rem;
  }
  .page.recruit .recruit-company .recruit-company-about .imgs {
    gap: 2em;
  }
  .page.recruit .recruit-company .recruit-company-about .imgs li {
    width: calc(33.33% - 1em);
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-company .recruit-company-about {
    margin: 4em auto;
  }
  .page.recruit .recruit-company .recruit-company-about h3 {
    font-size: 0.7rem;
  }
  .page.recruit .recruit-company .recruit-company-about h3 span {
    font-size: 3rem;
  }
  .page.recruit .recruit-company .recruit-company-about .youtube {
    width: 100%;
    margin: 2em auto;
  }
  .page.recruit .recruit-company .recruit-company-about .txt {
    margin: 2em auto;
  }
  .page.recruit .recruit-company .recruit-company-about .txt p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .page.recruit .recruit-company .recruit-company-about .imgs {
    gap: 1em;
  }
  .page.recruit .recruit-company .recruit-company-about .imgs li {
    width: calc(33.33% - 0.6em);
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-company .recruit-company-about {
    margin: 2em auto;
  }
  .page.recruit .recruit-company .recruit-company-about h3 {
    font-size: 0.6rem;
  }
  .page.recruit .recruit-company .recruit-company-about h3 span {
    font-size: 2rem;
  }
  .page.recruit .recruit-company .recruit-company-about .txt p {
    text-align: left;
  }
}
.page.recruit .recruit-company .recruit-company-jit {
  background: #005EAC;
  padding: 6em 0;
  color: #fff;
}
.page.recruit .recruit-company .recruit-company-jit .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.recruit .recruit-company .recruit-company-jit .logo {
  width: 30%;
}
.page.recruit .recruit-company .recruit-company-jit .logo .box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4em 1em;
  border-radius: 4px;
}
.page.recruit .recruit-company .recruit-company-jit .logo .box img {
  width: 120px;
}
.page.recruit .recruit-company .recruit-company-jit .txt {
  width: 70%;
  padding-left: 4em;
}
.page.recruit .recruit-company .recruit-company-jit .txt p {
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .page.recruit .recruit-company .recruit-company-jit .logo {
    width: 40%;
  }
  .page.recruit .recruit-company .recruit-company-jit .txt {
    width: 60%;
    padding-left: 2em;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-company .recruit-company-jit {
    padding: 2em 0;
  }
  .page.recruit .recruit-company .recruit-company-jit .container {
    display: block;
  }
  .page.recruit .recruit-company .recruit-company-jit .logo {
    width: 100%;
  }
  .page.recruit .recruit-company .recruit-company-jit .txt {
    margin-top: 2em;
    width: 100%;
    padding-left: 0;
  }
  .page.recruit .recruit-company .recruit-company-jit .txt p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}
.page.recruit .recruit-company .recruit-company-policy {
  margin: 8em auto;
  text-align: center;
}
.page.recruit .recruit-company .recruit-company-policy h3 {
  margin-bottom: 4em;
  line-height: 1.2;
  font-size: 0.9rem;
}
.page.recruit .recruit-company .recruit-company-policy h3 span {
  display: block;
  color: #005EAC;
  font-size: 6rem;
}
.page.recruit .recruit-company .recruit-company-policy p {
  line-height: 2.5;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .page.recruit .recruit-company .recruit-company-policy {
    margin: 6em auto 2em;
  }
  .page.recruit .recruit-company .recruit-company-policy h3 {
    font-size: 0.8rem;
  }
  .page.recruit .recruit-company .recruit-company-policy h3 span {
    font-size: 4rem;
  }
  .page.recruit .recruit-company .recruit-company-policy p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-company .recruit-company-policy {
    margin: 2em auto;
  }
  .page.recruit .recruit-company .recruit-company-policy h3 {
    font-size: 0.7rem;
  }
  .page.recruit .recruit-company .recruit-company-policy h3 span {
    font-size: 3rem;
  }
  .page.recruit .recruit-company .recruit-company-policy p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
.page.recruit.recruit-job .recruit-job-title {
  margin: 8em auto;
  text-align: center;
}
.page.recruit.recruit-job .recruit-job-title h3 {
  line-height: 1.2;
  margin-bottom: 3em;
  font-size: 0.9rem;
}
.page.recruit.recruit-job .recruit-job-title h3 span {
  display: block;
  color: #005EAC;
  font-size: 6rem;
}
.page.recruit.recruit-job .recruit-job-title p {
  line-height: 2.5;
  font-size: 1.1rem;
}
@media screen and (max-width: 1024px) {
  .page.recruit.recruit-job .recruit-job-title {
    margin: 6em auto;
  }
  .page.recruit.recruit-job .recruit-job-title h3 {
    font-size: 0.8rem;
  }
  .page.recruit.recruit-job .recruit-job-title h3 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit.recruit-job .recruit-job-title {
    margin: 4em auto 1em;
  }
  .page.recruit.recruit-job .recruit-job-title h3 {
    font-size: 0.7rem;
  }
  .page.recruit.recruit-job .recruit-job-title h3 span {
    font-size: 3rem;
  }
  .page.recruit.recruit-job .recruit-job-title p {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.8;
  }
}
.page.recruit.recruit-job .recruit-job-list {
  margin: 8em auto;
  text-align: center;
}
.page.recruit.recruit-job .recruit-job-list ul li {
  border-bottom: 1px solid #dedede;
  padding: 3em 0;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .photo {
  width: 20%;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .photo img {
  border-radius: 6px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt {
  width: 80%;
  padding-left: 4em;
  text-align: left;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt h4 {
  color: #005EAC;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo {
  margin: 1em auto;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo img {
  height: auto;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-jit-group {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-jit {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-india {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-nikoniko {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-himawari {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-ooboshi {
  width: 250px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-taiyo {
  width: 220px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-soranone {
  width: 120px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-celemony {
  width: 320px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-farm {
  width: 280px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-kome {
  width: 120px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo .logo-plaza {
  width: 150px;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt p {
  font-size: 0.9rem;
  line-height: 1.6;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .url {
  margin-top: 1em;
}
.page.recruit.recruit-job .recruit-job-list ul li .flex .txt .url a {
  text-decoration: underline;
  font-size: 0.9rem;
  color: #005EAC;
}
@media screen and (max-width: 1024px) {
  .page.recruit.recruit-job .recruit-job-list ul li .flex .photo {
    width: 25%;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt {
    width: 75%;
    padding-left: 2em;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt h4 {
    font-size: 0.9rem;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt .logo {
    margin: 0.5em auto;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt p {
    font-size: 0.8rem;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt .url a {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .page.recruit.recruit-job .recruit-job-list {
    margin: 6em auto;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit.recruit-job .recruit-job-list {
    margin: 1em auto;
  }
  .page.recruit.recruit-job .recruit-job-list ul li {
    padding: 2em 0;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex {
    display: block;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .photo {
    width: 100%;
    margin-bottom: 1em;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt {
    width: 100%;
    padding-left: 0;
  }
  .page.recruit.recruit-job .recruit-job-list ul li .flex .txt .url {
    margin-top: 0;
  }
}
.page.recruit .recruit-people .container {
  max-width: 960px;
  margin: 0 auto;
}
.page.recruit .recruit-people .interview-info {
  margin: 8em auto;
  text-align: center;
}
.page.recruit .recruit-people .interview-info .career {
  margin-bottom: 1em;
}
.page.recruit .recruit-people .interview-info .career .tag {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 1px;
  padding: 4px 16px;
  background: #005EAC;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.page.recruit .recruit-people .interview-info .career .tag.new-grad {
  background: #83C253;
}
.page.recruit .recruit-people .interview-info .career .tag.mid-career {
  background: #1e90ec;
}
.page.recruit .recruit-people .interview-info h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #005EAC;
}
.page.recruit .recruit-people .interview-info h2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.5;
}
.page.recruit .recruit-people .interview-info h2 span {
  color: #005EAC;
  display: block;
  font-size: 0.9rem;
  letter-spacing: -1px;
  font-weight: 600;
}
.page.recruit .recruit-people .interview-info h3 {
  margin: 1em auto;
  font-size: 1rem;
  font-weight: 600;
}
.page.recruit .recruit-people .interview-content .photo {
  margin-bottom: 2em;
}
.page.recruit .recruit-people .interview-content .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.page.recruit .recruit-people .interview-content .txt:after {
  content: "";
  display: block;
  clear: both;
}
.page.recruit .recruit-people .interview-content .txt p {
  font-size: 1.1rem;
  line-height: 2.2;
  margin-bottom: 2em;
}
.page.recruit .recruit-people .interview-content .txt .wp-block-image {
  margin-bottom: 2em;
}
.page.recruit .recruit-people .interview-content .txt .float-l {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
  border-radius: 4px;
  position: relative;
  top: 8px;
}
.page.recruit .recruit-people .interview-content .txt .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.page.recruit .recruit-people .interview-content .txt .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.recruit .recruit-people .people {
  margin: 8em auto 4em;
}
@media screen and (max-width: 1024px) {
  .page.recruit .recruit-people .interview-info {
    margin: 6em auto;
  }
  .page.recruit .recruit-people .interview-info h2 {
    font-size: 2.4rem;
  }
  .page.recruit .recruit-people .interview-info h3 {
    font-size: 0.9rem;
  }
  .page.recruit .recruit-people .interview-content .txt p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  .page.recruit .recruit-people .people {
    margin: 6em auto 2em;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .page.recruit .recruit-people .interview-info {
    margin: 2em auto;
  }
  .page.recruit .recruit-people .interview-info h2 {
    font-size: 2rem;
  }
  .page.recruit .recruit-people .interview-content .txt .float-l {
    margin-bottom: 0;
    float: none;
    width: 100% !important;
  }
  .page.recruit .recruit-people .people {
    margin: 4em auto 2em;
  }
}
.page.recruit .people {
  margin: 20em auto 0;
}
.page.recruit .people .title {
  text-align: center;
}
.page.recruit .people .title h3 {
  letter-spacing: -1px;
  line-height: 1;
  color: #005EAC;
  font-size: 6.8rem;
}
.page.recruit .people .title h4 {
  color: #005EAC;
  font-weight: 600;
  margin: 1.4em 0 1em;
  font-size: 1.2rem;
}
.page.recruit .people .title p {
  font-size: 1rem;
  padding: 0 2em;
}
.page.recruit .people .interview-list {
  margin: 2em auto 0;
  position: relative;
  padding: 4em 2em;
  width: 100%;
}
.page.recruit .people .interview-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #005EAC;
  z-index: -1;
}
.page.recruit .people .interview-list .interview-items .slick-list {
  overflow: visible;
}
.page.recruit .people .interview-list .interview-items .item {
  padding: 0 40px 0 0;
  opacity: 0.3;
}
.page.recruit .people .interview-list .interview-items .item.slick-active {
  opacity: 1;
}
.page.recruit .people .interview-list .interview-items .item a {
  position: relative;
  display: block;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
}
.page.recruit .people .interview-list .interview-items .item a .img {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.page.recruit .people .interview-list .interview-items .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page.recruit .people .interview-list .interview-items .item a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 1em;
}
.page.recruit .people .interview-list .interview-items .item a .txt .tag {
  display: inline-block;
  background: #005EAC;
  color: #fff;
  line-height: 1;
  padding: 4px 16px;
  border-radius: 1px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.8em;
  letter-spacing: 2px;
}
.page.recruit .people .interview-list .interview-items .item a .txt .tag.new-grad {
  background: #83C253;
}
.page.recruit .people .interview-list .interview-items .item a .txt .tag.mid-career {
  background: #1e90ec;
}
.page.recruit .people .interview-list .interview-items .item a .txt .company {
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}
.page.recruit .people .interview-list .interview-items .item a .txt h5 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}
.page.recruit .people .interview-list .interview-items .item a:hover {
  opacity: 1;
}
.page.recruit .people .interview-list .interview-items .item a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page.recruit .people .interview-list .interview-items .slick-dots {
  right: 0;
  left: auto;
  bottom: -100px;
  text-align: right;
  overflow: hidden;
}
.page.recruit .people .interview-list .interview-items .slick-dots li {
  width: 40px;
  margin: 0;
}
.page.recruit .people .interview-list .interview-items .slick-dots li button {
  width: 40px;
  height: 1px;
  background: #dedede;
  padding: 0;
}
.page.recruit .people .interview-list .interview-items .slick-dots li button:before {
  display: none;
}
.page.recruit .people .interview-list .interview-items .slick-dots li.slick-active button {
  background: #005EAC;
}
.page.recruit .people .interview-list .interview-items .slick-prev,
.page.recruit .people .interview-list .interview-items .slick-next {
  position: absolute;
  bottom: -140px;
  top: auto;
  width: 60px;
  height: 60px;
  z-index: 10;
  background: #005EAC;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.recruit .people .interview-list .interview-items .slick-prev:before, .page.recruit .people .interview-list .interview-items .slick-prev:after,
.page.recruit .people .interview-list .interview-items .slick-next:before,
.page.recruit .people .interview-list .interview-items .slick-next:after {
  opacity: 1;
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 8px;
}
.page.recruit .people .interview-list .interview-items .slick-prev:hover,
.page.recruit .people .interview-list .interview-items .slick-next:hover {
  opacity: 0.7;
}
.page.recruit .people .interview-list .interview-items .slick-prev.slick-disabled,
.page.recruit .people .interview-list .interview-items .slick-next.slick-disabled {
  opacity: 0.3;
}
.page.recruit .people .interview-list .interview-items .slick-prev {
  left: 0;
}
.page.recruit .people .interview-list .interview-items .slick-prev:before {
  top: calc(50% - 6px);
  left: calc(50% - 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page.recruit .people .interview-list .interview-items .slick-prev:after {
  top: 50%;
  left: calc(50% - 2px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page.recruit .people .interview-list .interview-items .slick-next {
  left: 80px;
}
.page.recruit .people .interview-list .interview-items .slick-next:before {
  top: calc(50% - 6px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.page.recruit .people .interview-list .interview-items .slick-next:after {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .page.recruit .people {
    margin: 10em auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .page.recruit .people {
    margin: 8em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page.recruit .people {
    margin: 6em auto 0;
  }
  .page.recruit .people .title h3 {
    font-size: 4rem;
  }
  .page.recruit .people .title h4 {
    font-size: 0.9rem;
  }
  .page.recruit .people .title p {
    font-size: 0.8rem;
  }
  .page.recruit .people .interview-list {
    padding: 2em 0;
  }
  .page.recruit .people .interview-list .interview-items .item a .img {
    height: 480px;
  }
  .page.recruit .people .interview-list .interview-items .item .txt {
    padding: 1em;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .people {
    margin: 4em auto 0;
  }
  .page.recruit .people .title h3 {
    font-size: 2.4rem;
  }
  .page.recruit .people .title h4 {
    margin: 1em 0 0.6em;
  }
  .page.recruit .people .interview-list .interview-items .item {
    padding: 0 20px 0 0;
  }
  .page.recruit .people .interview-list .interview-items .item a .img {
    height: 240px;
  }
  .page.recruit .people .interview-list .interview-items .item a .txt {
    padding: 1em;
  }
  .page.recruit .people .interview-list .interview-items .item a .txt .tag {
    font-size: 0.7rem;
    padding: 2px 10px;
    margin-bottom: 0.5em;
  }
  .page.recruit .people .interview-list .interview-items .item a .txt .company {
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .page.recruit .people .interview-list .interview-items .item a .txt h5 {
    font-size: 1rem;
  }
  .page.recruit .people .interview-list .interview-items .slick-prev, .page.recruit .people .interview-list .interview-items .slick-next {
    bottom: -100px;
    width: 40px;
    height: 40px;
  }
  .page.recruit .people .interview-list .interview-items .slick-prev:before, .page.recruit .people .interview-list .interview-items .slick-prev:after, .page.recruit .people .interview-list .interview-items .slick-next:before, .page.recruit .people .interview-list .interview-items .slick-next:after {
    width: 1px;
    height: 6px;
  }
  .page.recruit .people .interview-list .interview-items .slick-prev:before, .page.recruit .people .interview-list .interview-items .slick-next:before {
    top: calc(50% - 3px);
  }
  .page.recruit .people .interview-list .interview-items .slick-next {
    left: 50px;
  }
  .page.recruit .people .interview-list .interview-items .slick-dots {
    bottom: -80px;
  }
  .page.recruit .people .interview-list .interview-items .slick-dots li {
    width: 20px;
  }
  .page.recruit .people .interview-list .interview-items .slick-dots li button {
    width: 20px;
  }
}
.page.recruit .recruit-list {
  margin: 8em auto 0;
}
.page.recruit .recruit-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3em;
}
.page.recruit .recruit-list ul > li {
  border-radius: 3px;
  padding: 3em;
  border: 1px solid #dedede;
}
.page.recruit .recruit-list ul > li h4 {
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  color: #005EAC;
}
.page.recruit .recruit-list ul > li .logo {
  text-align: center;
  margin: 0.2em 0 2em;
}
.page.recruit .recruit-list ul > li .logo img {
  height: 60px;
  width: auto;
}
.page.recruit .recruit-list ul > li ol li a {
  display: block;
  background: #005EAC;
  color: #fff;
  padding: 0.8em 1em 0.8em 2em;
  border-radius: 2px;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 1.1rem;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.recruit .recruit-list ul > li ol li a:before, .page.recruit .recruit-list ul > li ol li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1px;
  height: 4px;
  background: #fff;
}
.page.recruit .recruit-list ul > li ol li a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.page.recruit .recruit-list ul > li ol li a:after {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
}
@media screen and (max-width: 1600px) {
  .page.recruit .recruit-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
  .page.recruit .recruit-list ul > li {
    padding: 2em;
  }
}
@media screen and (max-width: 768px) {
  .page.recruit .recruit-list {
    margin: 4em auto 0;
  }
  .page.recruit .recruit-list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2em;
  }
  .page.recruit .recruit-list ul > li {
    padding: 2em;
  }
}
@media screen and (max-width: 600px) {
  .page.recruit .recruit-list {
    margin: 2em auto 0;
  }
  .page.recruit .recruit-list ul > li {
    padding: 2em;
  }
}
.page.topics .topics-list {
  padding: 5em 0 0;
}
.page.topics .topics-list ul li {
  padding: 1.6em 0.4em;
  border-bottom: 1px dotted #ccc;
}
.page.topics .topics-list ul li .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.topics .topics-list ul li .meta .date {
  color: #005EAC;
  font-size: 1rem;
}
.page.topics .topics-list ul li .meta .category a {
  margin-left: 1em;
  padding: 0.2em 0.8em;
  color: #005EAC;
  border-radius: 2px;
  display: inline-block;
  font-size: 0.8rem;
}
.page.topics .topics-list ul li .title {
  margin: 0.5em 0 0;
}
.page.topics .topics-list ul li .title a {
  line-height: 1.5;
  font-size: 1.2rem;
}
.page.topics .topics-list .pager {
  margin: 6em auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.page.topics .topics-list .pager span, .page.topics .topics-list .pager a {
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 0.5em 0.8em;
}
.page.topics .topics-list .pager a {
  color: #005EAC;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.topics .topics-list .pager a:hover {
  background: #005EAC;
  color: #fff;
  opacity: 1;
  border: 1px solid #005EAC;
}
.page.topics .topics-list .pager span {
  background: #005EAC;
  color: #fff;
  font-size: 1.2rem;
}
.page.topics .wp-pagenavi {
  margin: 6em auto 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.page.topics .wp-pagenavi span, .page.topics .wp-pagenavi a {
  border: 1px solid #ccc;
  padding: 0.5em 0.8em;
}
.page.topics .wp-pagenavi a {
  color: #005EAC;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.topics .wp-pagenavi a:hover {
  background: #005EAC;
  color: #fff;
  border: 1px solid #005EAC;
}
.page.topics .wp-pagenavi span {
  background: #005EAC;
  border: 1px solid #005EAC;
  color: #fff;
  font-size: 1.2rem;
}
.page.topics .wp-pagenavi a.nextpostslink, .page.topics .wp-pagenavi a.previouspostslink {
  color: #005EAC;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page.topics .wp-pagenavi a.nextpostslink:hover, .page.topics .wp-pagenavi a.previouspostslink:hover {
  background: #005EAC;
}
@media screen and (max-width: 768px) {
  .page.topics .topics-list {
    padding: 3em 0 0;
  }
  .page.topics .topics-list ul li {
    padding: 1em 0.4em;
  }
  .page.topics .topics-list ul li .meta .date {
    font-size: 0.9rem;
  }
  .page.topics .topics-list ul li .title a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .page.topics .topics-list {
    padding: 1em 0 0;
  }
  .page.topics .topics-list .pager {
    margin: 4em auto 0;
  }
  .page.topics .topics-list .pager a, .page.topics .topics-list .pager span {
    font-size: 0.9rem;
  }
  .page.topics .wp-pagenavi {
    margin: 4em auto 0;
  }
  .page.topics .wp-pagenavi a, .page.topics .wp-pagenavi span {
    font-size: 0.9rem;
  }
  .page.topics .wp-pagenavi a.nextpostslink, .page.topics .wp-pagenavi a.previouspostslink {
    font-size: 0.9rem;
  }
}
.page.topics .topics-details {
  padding: 8em 0 2em;
}
.page.topics .topics-details .title .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page.topics .topics-details .title .meta .date {
  color: #005EAC;
  font-size: 1rem;
}
.page.topics .topics-details .title .meta .category {
  margin-left: 1em;
}
.page.topics .topics-details .title .meta .category a {
  border-radius: 2px;
  padding: 0.2em 0.8em;
  color: #005EAC;
  border-radius: 2px;
  display: inline-block;
}
.page.topics .topics-details .title h1 {
  line-height: 1.4;
  font-size: 2.4rem;
  margin: 0.2em 0 1em;
  font-weight: 600;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.page.topics .topics-details .content {
  padding: 0 2em;
}
.page.topics .topics-details .content h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.page.topics .topics-details .content h4 {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.page.topics .topics-details .content p {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.page.topics .topics-details .content ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}
.page.topics .topics-details .content ul li {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.page.topics .topics-details .content ol {
  list-style: decimal;
  padding-left: 2em;
  margin-bottom: 2em;
}
.page.topics .topics-details .content ol li {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.page.topics .topics-details .content figure {
  margin: 2em auto;
  text-align: center;
}
.page.topics .topics-details .content figure img {
  width: 100%;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .page.topics .topics-details {
    padding: 4em 0 0;
  }
  .page.topics .topics-details .title .meta .date {
    font-size: 0.9rem;
  }
  .page.topics .topics-details .title .meta .category a {
    font-size: 0.8rem;
  }
  .page.topics .topics-details .title h1 {
    font-size: 1.6rem;
  }
  .page.topics .topics-details .content {
    padding: 0;
  }
  .page.topics .topics-details .content h3 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .page.topics .topics-details .content h4 {
    font-size: 1.2rem;
    margin-bottom: 0.5em;
  }
  .page.topics .topics-details .content p {
    font-size: 1rem;
  }
  .page.topics .topics-details .content ul li, .page.topics .topics-details .content ol li {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 600px) {
  .page.topics .topics-details {
    padding: 2em 0 0;
  }
  .page.topics .topics-details .title .meta .date {
    font-size: 0.8rem;
  }
  .page.topics .topics-details .title h1 {
    font-size: 1.4rem;
  }
  .page.topics .topics-details .content {
    padding: 0;
  }
  .page.topics .topics-details .content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
  .page.topics .topics-details .content h4 {
    font-size: 1rem;
    margin-bottom: 0.5em;
  }
  .page.topics .topics-details .content p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .page.topics .topics-details .content figure {
    margin: 1em auto;
  }
  .page.topics .topics-details .content ul, .page.topics .topics-details .content ol {
    padding-left: 1.4em;
    margin-bottom: 1em;
  }
  .page.topics .topics-details .content ul li, .page.topics .topics-details .content ol li {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
}
.page.privacy .policy {
  padding: 8em 0 2em;
}
.page.privacy .policy h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.privacy .policy h3 {
  margin-top: 2em;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.privacy .policy h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.privacy .policy p {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 2em;
}
.page.privacy .policy ul {
  list-style: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}
.page.privacy .policy ul li {
  line-height: 1.8;
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.page.privacy .policy dl dt {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.page.privacy .policy dl dd {
  font-size: 1.2rem;
}
.page.privacy .policy dl dd ol {
  padding-left: 1em;
  list-style: decimal;
  margin-bottom: 2em;
}
.page.privacy .policy dl dd ol li {
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}
.page.privacy .policy .policy_contact {
  margin-top: 3em;
}
.page.privacy .policy .policy_contact p {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .page.privacy .policy {
    padding: 4em 0 2em;
  }
  .page.privacy .policy p {
    font-size: 1rem;
  }
  .page.privacy .policy h2 {
    font-size: 1.6rem;
  }
  .page.privacy .policy h3 {
    font-size: 1.4rem;
  }
  .page.privacy .policy h4 {
    font-size: 1.2rem;
  }
  .page.privacy .policy ul li {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
  .page.privacy .policy dl dt {
    font-size: 1rem;
  }
  .page.privacy .policy dl dd {
    font-size: 1rem;
  }
  .page.privacy .policy dl dd ol li {
    font-size: 1rem;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 600px) {
  .page.privacy .policy {
    padding: 2em 0 0;
  }
  .page.privacy .policy p {
    font-size: 0.9rem;
  }
  .page.privacy .policy h2 {
    font-size: 1.4rem;
  }
  .page.privacy .policy h3 {
    font-size: 1.2rem;
  }
  .page.privacy .policy h4 {
    font-size: 1rem;
  }
  .page.privacy .policy ul li {
    font-size: 0.9rem;
    margin-bottom: 0.2em;
  }
  .page.privacy .policy dl dt {
    font-size: 0.9rem;
    margin-bottom: 0.5em;
  }
  .page.privacy .policy dl dd {
    font-size: 0.9rem;
  }
  .page.privacy .policy dl dd ol li {
    font-size: 0.9rem;
    margin-bottom: 0.2em;
  }
}
.page.contact .contact-title {
  padding: 6em 0 3em;
  text-align: center;
}
.page.contact .contact-title h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page.contact .contact-title h1 span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.2em;
  color: #005EAC;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.page.contact .contact-title .lead {
  max-width: 640px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.8;
  color: #666;
}
.page.contact .contact-title .lead p {
  margin-bottom: 1em;
}
.page.contact .contact-title .lead p:last-child {
  margin-bottom: 0;
}
.page.contact .contact-form {
  padding: 4em 0 0;
}
.page.contact .contact-form .container {
  max-width: 960px;
}
.page.contact .contact-form .form-wrapper {
  background: #fff;
  padding: 3em;
}
@media screen and (max-width: 768px) {
  .page.contact .contact-form .form-wrapper {
    padding: 3em;
  }
}
@media screen and (max-width: 600px) {
  .page.contact .contact-form .form-wrapper {
    padding: 2em;
  }
}
.page.contact .contact-form .wpcf7 form,
.page.contact .contact-form .wpcf7 .wpcf7-form {
  display: grid;
  gap: 2em;
}
.page.contact .contact-form .wpcf7 form .form-row,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row {
  display: grid;
  gap: 1em;
}
.page.contact .contact-form .wpcf7 form .form-row label,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row label {
  font-size: 0.95rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6em;
}
.page.contact .contact-form .wpcf7 form .form-row label .required,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row label .required {
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background: #C00;
  padding: 0.1em 0.6em;
  border-radius: 999px;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text],
.page.contact .contact-form .wpcf7 form .form-row input[type=email],
.page.contact .contact-form .wpcf7 form .form-row input[type=tel],
.page.contact .contact-form .wpcf7 form .form-row input[type=url],
.page.contact .contact-form .wpcf7 form .form-row textarea,
.page.contact .contact-form .wpcf7 form .form-row select,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row select {
  width: 100%;
  padding: 1.1em 1.2em;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  -webkit-transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]:focus,
.page.contact .contact-form .wpcf7 form .form-row input[type=email]:focus,
.page.contact .contact-form .wpcf7 form .form-row input[type=tel]:focus,
.page.contact .contact-form .wpcf7 form .form-row input[type=url]:focus,
.page.contact .contact-form .wpcf7 form .form-row textarea:focus,
.page.contact .contact-form .wpcf7 form .form-row select:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea:focus,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row select:focus {
  border-color: #005EAC;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 94, 172, 0.15);
          box-shadow: 0 0 0 3px rgba(0, 94, 172, 0.15);
  outline: none;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=email]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=tel]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=url]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row textarea::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row select::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea::-webkit-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row select::-webkit-input-placeholder {
  color: #999999;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]::-moz-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=email]::-moz-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=tel]::-moz-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=url]::-moz-placeholder, .page.contact .contact-form .wpcf7 form .form-row textarea::-moz-placeholder, .page.contact .contact-form .wpcf7 form .form-row select::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea::-moz-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row select::-moz-placeholder {
  color: #999999;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=email]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=tel]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=url]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row textarea:-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row select:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea:-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row select:-ms-input-placeholder {
  color: #999999;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=email]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=tel]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row input[type=url]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row textarea::-ms-input-placeholder, .page.contact .contact-form .wpcf7 form .form-row select::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea::-ms-input-placeholder, .page.contact .contact-form .wpcf7 .wpcf7-form .form-row select::-ms-input-placeholder {
  color: #999999;
}
.page.contact .contact-form .wpcf7 form .form-row input[type=text]::placeholder,
.page.contact .contact-form .wpcf7 form .form-row input[type=email]::placeholder,
.page.contact .contact-form .wpcf7 form .form-row input[type=tel]::placeholder,
.page.contact .contact-form .wpcf7 form .form-row input[type=url]::placeholder,
.page.contact .contact-form .wpcf7 form .form-row textarea::placeholder,
.page.contact .contact-form .wpcf7 form .form-row select::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text]::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email]::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel]::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url]::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea::placeholder,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row select::placeholder {
  color: #999999;
}
.page.contact .contact-form .wpcf7 form .form-row textarea,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea {
  min-height: 200px;
  resize: vertical;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-list-item,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-list-item input[type=checkbox],
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-list-item input[type=radio],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-list-item input[type=checkbox],
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-list-item input[type=radio] {
  width: 18px;
  height: 18px;
  margin-right: 0.6em;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-checkbox,
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-radio,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-checkbox,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8em 1.6em;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-acceptance,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-acceptance {
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  text-align: center;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-acceptance p,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-acceptance p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.page.contact .contact-form .wpcf7 form .form-row .wpcf7-not-valid-tip,
.page.contact .contact-form .wpcf7 .wpcf7-form .form-row .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #C00;
  margin-top: 0.4em;
}
.page.contact .contact-form .wpcf7 form .privacy-note,
.page.contact .contact-form .wpcf7 .wpcf7-form .privacy-note {
  font-size: 1rem;
  line-height: 1.6;
}
.page.contact .contact-form .wpcf7 form .privacy-note a,
.page.contact .contact-form .wpcf7 .wpcf7-form .privacy-note a {
  color: #005EAC;
  text-decoration: underline;
}
.page.contact .contact-form .wpcf7 form .submit-row,
.page.contact .contact-form .wpcf7 .wpcf7-form .submit-row {
  text-align: center;
  margin-top: 1em;
}
.page.contact .contact-form .wpcf7 form .submit-row input[type=submit],
.page.contact .contact-form .wpcf7 .wpcf7-form .submit-row input[type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6em;
  padding: 1.2em 4.5em;
  border-radius: 999px;
  border: 0;
  background: #005EAC;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.page.contact .contact-form .wpcf7 form .submit-row input[type=submit]:hover,
.page.contact .contact-form .wpcf7 .wpcf7-form .submit-row input[type=submit]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.page.contact .contact-form .wpcf7 form .submit-row input[type=submit]:disabled,
.page.contact .contact-form .wpcf7 .wpcf7-form .submit-row input[type=submit]:disabled {
  opacity: 0.6;
  cursor: default;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page.contact .contact-form .wpcf7 form .wpcf7-spinner,
.page.contact .contact-form .wpcf7 .wpcf7-form .wpcf7-spinner {
  text-align: center;
}
.page.contact .contact-form .wpcf7 form.init .wpcf7-response-output,
.page.contact .contact-form .wpcf7 form.sent .wpcf7-response-output,
.page.contact .contact-form .wpcf7 form.failed .wpcf7-response-output,
.page.contact .contact-form .wpcf7 .wpcf7-form.init .wpcf7-response-output,
.page.contact .contact-form .wpcf7 .wpcf7-form.sent .wpcf7-response-output,
.page.contact .contact-form .wpcf7 .wpcf7-form.failed .wpcf7-response-output {
  text-align: center;
  border-radius: 6px;
  font-size: 1rem;
  margin: 0;
  padding: 1em 1.2em;
  border-width: 1px;
}
.page.contact .contact-form .wpcf7 .wpcf7-spinner {
  margin-left: 1em;
  text-align: center;
}
.page.contact .contact-form .form-note {
  text-align: center;
  margin-top: 2em;
}
.page.contact .contact-form .form-note p {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page.contact .contact-title {
    padding: 4em 0 2em;
  }
  .page.contact .contact-title h1 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .page.contact .contact-title {
    padding: 3em 0 1.5em;
  }
  .page.contact .contact-title h1 {
    font-size: 2rem;
  }
  .page.contact .contact-title .lead {
    font-size: 0.95rem;
  }
  .page.contact .contact-form {
    padding: 3em 0 5em;
  }
  .page.contact .contact-form .form-wrapper {
    padding: 2em 1.5em;
  }
  .page.contact .contact-form .wpcf7 form .form-row input[type=text],
  .page.contact .contact-form .wpcf7 form .form-row input[type=email],
  .page.contact .contact-form .wpcf7 form .form-row input[type=tel],
  .page.contact .contact-form .wpcf7 form .form-row input[type=url],
  .page.contact .contact-form .wpcf7 form .form-row textarea,
  .page.contact .contact-form .wpcf7 form .form-row select,
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=text],
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=email],
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=tel],
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row input[type=url],
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea,
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row select {
    font-size: 0.95rem;
    padding: 0.9em 1em;
  }
  .page.contact .contact-form .wpcf7 form .form-row textarea,
  .page.contact .contact-form .wpcf7 .wpcf7-form .form-row textarea {
    min-height: 160px;
  }
  .page.contact .contact-form .wpcf7 form .submit-row input[type=submit],
  .page.contact .contact-form .wpcf7 .wpcf7-form .submit-row input[type=submit] {
    width: 100%;
    padding: 1.1em 0;
    font-size: 0.95rem;
  }
}
.page .not-found {
  padding: 8em 0 10em;
  text-align: center;
  background: white;
}
.page .not-found__code {
  font-size: 6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #005EAC;
  margin-bottom: 1em;
}
.page .not-found__title {
  margin-top: 0.6em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #003B6D;
}
.page .not-found__text {
  margin: 1.6em auto 3.2em;
  max-width: 540px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #666;
}
.page .not-found__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2em;
}
.page .not-found__actions .btn {
  color: #005EAC;
  min-width: 220px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page .not-found {
    padding: 6em 0 7em;
  }
  .page .not-found__code {
    font-size: 5rem;
  }
  .page .not-found__title {
    font-size: 2rem;
  }
  .page .not-found__text {
    font-size: 1rem;
    margin-bottom: 2.8em;
  }
}
@media screen and (max-width: 600px) {
  .page .not-found {
    padding: 4em 0 5em;
  }
  .page .not-found__code {
    font-size: 3.6rem;
  }
  .page .not-found__title {
    font-size: 1.6rem;
  }
  .page .not-found__text {
    font-size: 0.95rem;
    margin: 1.2em auto 2.4em;
  }
  .page .not-found__actions .btn {
    width: 100%;
  }
  .page .not-found__contact {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}/*# sourceMappingURL=page.css.map */