@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "游ゴシック", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a img, .load input, .load a svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  transition: background 0.2s;
}
header.open, header.fixed {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
}
header.open .wrap h1 a, header.fixed .wrap h1 a {
  background-image: url(../images/logo_02.png);
}
header.open .wrap nav > ul > li > a, header.fixed .wrap nav > ul > li > a {
  color: #333;
}
header.open .wrap nav > ul > li > a:before, header.fixed .wrap nav > ul > li > a:before {
  background-color: #333;
}
header.open .wrap nav > ul > li > ul li a, header.fixed .wrap nav > ul > li > ul li a {
  color: #333;
}
header.open #spMenu:after, header.fixed #spMenu:after {
  color: #369 !important;
}
header.open #spMenu span:before, header.open #spMenu span:after, header.fixed #spMenu span:before, header.fixed #spMenu span:after {
  background-color: #369 !important;
}
header .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  header .wrap {
    height: 60px;
    padding: 0;
  }
}
header .wrap h1 {
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .wrap h1 {
    padding-left: 20px;
  }
}
header .wrap h1 a {
  display: block;
  width: 170px;
  height: 40px;
  font-size: 0;
  background: url(../images/logo_01.png) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  header .wrap h1 a {
    width: 128px;
    height: 30px;
  }
}
header .wrap h1 a:hover {
  opacity: 0.8;
}
header .wrap nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header .wrap nav {
    position: fixed;
    left: 100%;
    top: 60px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.6s;
  }
  header .wrap nav.open {
    left: 0;
  }
}
header .wrap nav > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul {
    justify-content: center;
    padding: 5px 15px 15px;
  }
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li {
    width: 100%;
    padding: 15px 0 15px 15px;
  }
}
header .wrap nav > ul > li + li {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li + li {
    margin-left: 0;
    border-top: 1px #DBDBDB solid;
  }
}
header .wrap nav > ul > li:nth-last-child(-n+2) > a {
  width: 180px;
}
@media screen and (max-width: 860px) {
  header .wrap nav > ul > li:nth-last-child(-n+2) > a {
    width: 145px;
  }
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li:nth-last-child(-n+2) > a {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
header .wrap nav > ul > li:nth-last-child(-n+2) > a:before {
  content: "";
  position: relative;
  left: 0;
  top: 1px;
  display: block;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
  transform: translateX(0);
}
header .wrap nav > ul > li:nth-last-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li:nth-last-child(2) {
    margin: 0;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
header .wrap nav > ul > li:nth-last-child(2) > a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #346799 0%, #6595D1 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
}
header .wrap nav > ul > li:nth-last-child(2) > a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #6595D1 0%, #346799 100%) 0% 0% no-repeat padding-box;
}
header .wrap nav > ul > li:nth-last-child(2) > a:before {
  width: 17px !important;
  height: 12px;
  background-image: url(../images/icon_mail_01.svg);
}
header .wrap nav > ul > li:nth-last-child(1) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li:nth-last-child(1) {
    margin: 10px 0 0;
    padding: 0;
    border-top: none;
  }
}
header .wrap nav > ul > li:nth-last-child(1) > a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #4685C4 0%, #5FBBD3 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
}
header .wrap nav > ul > li:nth-last-child(1) > a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #5FBBD3 0%, #4685C4 100%) 0% 0% no-repeat padding-box;
}
header .wrap nav > ul > li:nth-last-child(1) > a:before {
  width: 16px !important;
  height: 16px;
  background-image: url(../images/icon_user_01.svg);
}
header .wrap nav > ul > li > a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  transition: color 0.6s;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li > a {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
  }
}
header .wrap nav > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transform: translateX(-50%);
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li > a:before {
    left: -15px;
    top: 50%;
    width: 7px !important;
    height: 15px;
    background-color: transparent !important;
    background: url(../images/icon_arrow_01.svg) no-repeat center / cover;
    transform: translateY(-50%);
    filter: invert(37%) sepia(4%) saturate(7498%) hue-rotate(171deg) brightness(90%) contrast(83%);
  }
}
header .wrap nav > ul > li > a * {
  font-weight: 500;
}
header .wrap nav > ul > li > a i {
  display: none;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li > a i {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li > a span {
    display: none;
  }
}
header .wrap nav > ul > li > a:hover {
  text-decoration: none;
}
header .wrap nav > ul > li > a:hover:before {
  width: 100%;
}
header .wrap nav > ul > li > ul {
  display: none;
}
@media screen and (max-width: 768px) {
  header .wrap nav > ul > li > ul {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    width: 345px;
  }
  header .wrap nav > ul > li > ul > li {
    width: 50%;
  }
  header .wrap nav > ul > li > ul > li:nth-child(n+3) {
    margin-top: 5px;
  }
  header .wrap nav > ul > li > ul > li a {
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.6s;
  }
  header .wrap nav > ul > li > ul > li a:hover {
    color: #adc8e3;
  }
}
header .wrap #spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .wrap #spMenu {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    padding-top: 10px;
    overflow: hidden;
  }
  header .wrap #spMenu:hover {
    text-decoration: none;
  }
  header .wrap #spMenu:after {
    content: "メニュー";
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
  }
  header .wrap #spMenu span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
  }
  header .wrap #spMenu span + span {
    margin-top: 5px;
  }
  header .wrap #spMenu span:before, header .wrap #spMenu span:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #fff;
    transition: left 0.2s, right 0.2s, top 0.2s, bottom 0.2s;
  }
  header .wrap #spMenu span:before {
    left: 0;
  }
  header .wrap #spMenu span:after {
    right: 0;
  }
  header .wrap #spMenu span.bottom:after {
    right: 7.5px;
  }
  header .wrap #spMenu.open:after {
    content: "閉じる";
  }
  header .wrap #spMenu.open span.top:before {
    left: 2px;
    top: 4px;
    transform: rotate(45deg);
  }
  header .wrap #spMenu.open span.top:after {
    right: 2px;
    top: 4px;
    transform: rotate(-45deg);
  }
  header .wrap #spMenu.open span.middle:before {
    left: -200%;
  }
  header .wrap #spMenu.open span.middle:after {
    right: -200%;
  }
  header .wrap #spMenu.open span.bottom:before {
    left: 2px;
    top: -4px;
    transform: rotate(-45deg);
  }
  header .wrap #spMenu.open span.bottom:after {
    right: 2px;
    top: -4px;
    transform: rotate(45deg);
  }
}
footer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 55px;
  }
}
footer .contact {
  position: relative;
  z-index: 1;
  width: 1340px;
  margin: 0 auto;
  padding: 85px 0;
  background-color: #fff;
  box-shadow: 0px 0px 40px #0000000D;
}
@media screen and (max-width: 768px) {
  footer .contact {
    width: auto;
    margin: 0 15px;
    padding: 55px 20px 30px;
  }
}
footer .contact:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -24px;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #369;
  transform: translateX(-50%);
}
footer .contact .inner {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  footer .contact .inner {
    display: block;
    padding: 0;
  }
}
footer .contact .inner:before {
  content: "";
  position: absolute;
  left: 360px;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DBDBDB;
}
@media screen and (max-width: 768px) {
  footer .contact .inner:before {
    display: none;
  }
}
footer .contact .inner > div:first-child {
  width: 360px;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child {
    width: auto;
  }
}
footer .contact .inner > div:first-child em {
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child em {
    margin-left: 25px;
  }
}
footer .contact .inner > div:first-child em:before, footer .contact .inner > div:first-child em:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
footer .contact .inner > div:first-child em:before {
  left: -25px;
  width: 50px;
  height: 50px;
  background-color: #edf3f9;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child em:before {
    left: -22.5px;
    width: 45px;
    height: 45px;
  }
}
footer .contact .inner > div:first-child em:after {
  left: -30px;
  width: 20px;
  height: 1px;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child em:after {
    left: -30px;
  }
}
footer .contact .inner > div:first-child em i {
  position: relative;
  z-index: 1;
  display: block;
  color: #369;
  font-size: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child em i {
    font-size: 24px;
  }
}
footer .contact .inner > div:first-child p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:first-child p {
    margin-top: 20px;
    font-size: 16px;
  }
}
footer .contact .inner > div:last-child {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  align-items: center;
  width: calc(100% - 360px);
  padding-left: 35px;
}
@media screen and (max-width: 1050px) {
  footer .contact .inner > div:last-child {
    flex-flow: column;
  }
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:last-child {
    display: block;
    width: auto;
    margin-top: 30px;
    padding-left: 0;
    padding-top: 25px;
    border-top: 1px #DBDBDB solid;
  }
}
footer .contact .inner > div:last-child > div:first-child {
  margin-right: auto;
}
footer .contact .inner > div:last-child > div:first-child a {
  display: block;
  width: 365px;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:last-child > div:first-child a {
    width: 298px;
  }
}
footer .contact .inner > div:last-child > div:first-child p {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:last-child > div:first-child p {
    color: #17375E;
  }
}
footer .contact .inner > div:last-child > div:last-child {
  margin-left: auto;
}
@media screen and (max-width: 1050px) {
  footer .contact .inner > div:last-child > div:last-child {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:last-child > div:last-child {
    margin-top: 20px;
  }
}
footer .contact .inner > div:last-child > div:last-child a {
  width: 240px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #346799 0%, #6595D1 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
}
footer .contact .inner > div:last-child > div:last-child a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #6595D1 0%, #346799 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  footer .contact .inner > div:last-child > div:last-child a {
    width: 305px;
    margin: 0 auto;
  }
}
footer .contact .inner > div:last-child > div:last-child a:before {
  content: "";
  position: relative;
  top: 1px;
  display: block;
  width: 17px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/icon_mail_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
}
footer .company {
  margin-top: -80px;
  padding: 150px 0 20px;
  color: #fff;
  background-color: #415972;
}
@media screen and (max-width: 768px) {
  footer .company {
    margin-top: -165px;
    padding-top: 195px;
  }
}
footer .company a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.6s;
}
footer .company a:hover {
  color: #adc8e3;
}
footer .company .inner {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .company .inner {
    display: block;
  }
}
footer .company .inner address {
  width: 42.79%;
}
@media screen and (max-width: 768px) {
  footer .company .inner address {
    width: auto;
  }
}
footer .company .inner address > a {
  display: block;
  width: 66.31%;
}
@media screen and (max-width: 768px) {
  footer .company .inner address > a {
    width: 315px;
  }
}
footer .company .inner address p {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  footer .company .inner address p {
    margin-top: 25px;
  }
}
footer .company .inner .sitemap {
  width: 57.2%;
}
@media screen and (max-width: 768px) {
  footer .company .inner .sitemap {
    display: none;
  }
}
footer .company .inner .sitemap > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}
footer .company .inner .sitemap > ul > li {
  width: calc(100% / 3);
  padding-left: 18px;
}
footer .company .inner .sitemap > ul > li:nth-child(n+4) {
  margin-top: 40px;
}
footer .company .inner .sitemap > ul > li > a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
}
footer .company .inner .sitemap > ul > li > a:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
}
footer .company .inner .sitemap > ul > li > ul {
  margin-top: 10px;
}
footer .company .inner .sitemap > ul > li > ul > li + li {
  margin-top: 10px;
}
footer .company .inner .sitemap > ul > li > ul > li a {
  font-size: 14px;
}
footer .company .inner .foot {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px #fff solid;
}
@media screen and (max-width: 768px) {
  footer .company .inner .foot {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
}
footer .company .inner .foot > * {
  font-size: 14px;
}
footer .company .inner .foot > * + * {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  footer .company .inner .foot > * + * {
    margin-left: 0;
    margin-top: 3px;
    padding-left: 0;
  }
}
footer .company .inner .foot > * + *:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1px;
  height: 14px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  footer .company .inner .foot > * + *:before {
    display: none;
  }
}
main a {
  color: #333;
  text-decoration: underline;
  transition: color 0.6s;
}
main a:hover {
  color: #adc8e3;
}
main .ttl01, main .ttl02 {
  display: block;
  margin-bottom: 40px;
  color: #369;
  font-size: 38px;
  font-family: "Noto Serif JP";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .ttl01, main .ttl02 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
main .ttl01 i, main .ttl02 i {
  display: block;
  font-size: 16px;
  font-family: "IBM Plex Sans JP";
}
@media screen and (max-width: 768px) {
  main .ttl01 i, main .ttl02 i {
    font-size: 12px;
  }
}
main .ttl01 i {
  margin-bottom: 20px;
  padding-top: 30px;
  padding-left: 10px;
  border-left: 1px #369 solid;
}
@media screen and (max-width: 768px) {
  main .ttl01 i {
    margin-bottom: 10px;
    padding-top: 35px;
  }
}
main .ttl02 i {
  position: relative;
  margin-bottom: 10px;
}
main .ttl02 i:before {
  content: "";
  position: absolute;
  left: -60px;
  top: 50%;
  display: block;
  width: 50px;
  height: 1px;
  background-color: #369;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main .ttl02 i:before {
    left: -35px;
    width: 30px;
  }
}
main .ttl03 {
  position: relative;
  display: block;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  main .ttl03 {
    margin-bottom: 25px;
    padding-left: 10px;
  }
}
main .ttl03:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 25px;
  display: block;
  width: 40px;
  height: 2px;
  background-color: #369;
  transform-origin: left center;
  transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  main .ttl03:before {
    width: 30px;
  }
}
main .ttl03 * {
  position: relative;
  display: block;
  line-height: 1;
}
main .ttl03 i {
  color: #BFD3E5;
  font-size: 60px;
  font-family: "IBM Plex Sans JP";
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  main .ttl03 i {
    font-size: 40px;
  }
}
main .ttl03 span {
  z-index: 2;
  margin-top: -20px;
  color: #369;
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main .ttl03 span {
    margin-top: -15px;
    font-size: 20px;
  }
}
main .btn01 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  main .btn01 {
    margin-top: 20px;
  }
}
main .btn01 button, main .btn01 input, main .btn01 a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #346799 0%, #6595D1 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
  justify-content: start;
  width: 260px;
  padding-left: 30px;
  font-size: 14px;
  text-decoration: none !important;
}
main .btn01 button:hover, main .btn01 input:hover, main .btn01 a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #6595D1 0%, #346799 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  main .btn01 button, main .btn01 input, main .btn01 a {
    width: 345px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .btn01 button:after, main .btn01 input:after, main .btn01 a:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/icon_arrow_02.svg) no-repeat center / cover;
  transform: translateY(-50%);
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
}
main .btn01 input {
  background-image: url(../images/icon_arrow_02_white.svg), linear-gradient(268deg, #346799 0%, #6595D1 100%);
  background-position: right 30px center, left top !important;
  background-repeat: no-repeat !important;
  background-size: 30px 20px, cover !important;
}
main .btn01 input:disabled {
  opacity: 0.6;
  pointer-events: none;
}
main .btn01 input:hover {
  opacity: 1 !important;
  background-image: url(../images/icon_arrow_02_white.svg), linear-gradient(268deg, #6595D1 0%, #346799 100%);
}
main .btn01.white a {
  border: 1px #fff solid;
  background: transparent !important;
}
main #title {
  margin-bottom: 100px;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  main #title {
    margin-bottom: 60px;
    padding-top: 60px;
  }
}
main #pankuzu {
  width: 1370px;
  margin: 110px auto 0;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  main #pankuzu {
    margin-top: 60px;
  }
}
main #pankuzu ol {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  main #pankuzu ol {
    padding: 10px 15px;
  }
}
main #pankuzu ol > li {
  font-size: 14px;
}
main #pankuzu ol > li + li {
  position: relative;
}
main #pankuzu ol > li + li:before {
  content: ">";
  padding-left: 0.5em;
  padding-right: 0.5em;
}
main .pager {
  margin-top: 35px;
}
main .pager ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .pager ul li > * {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
}
main .pager ul li > span {
  color: #fff;
  background-color: #369;
}
main .pager ul li > a i {
  color: #369;
  text-decoration: underline;
  transition: color 0.6s;
}
main .pager ul li > a:hover i {
  color: #adc8e3;
}
main #pg_link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  padding: 20px 35px;
  border-radius: 30px;
  background-color: #F1F1F4;
}
@media screen and (max-width: 768px) {
  main #pg_link {
    display: block;
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
  }
}
main #pg_link > li {
  position: relative;
  margin-right: 40px;
  padding-left: 25px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #pg_link > li {
    margin-right: 0;
  }
  main #pg_link > li + li {
    margin-top: 15px;
  }
}
main #pg_link > li:last-child {
  margin-right: 0;
}
main #pg_link > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_arrow_03.svg);
  transform: translateY(-50%);
  filter: invert(37%) sepia(4%) saturate(7498%) hue-rotate(171deg) brightness(90%) contrast(83%);
}
main #pg_link > li a {
  color: #333;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  main .table01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr {
    display: block;
  }
  main .table01 tbody tr + tr th {
    border-top: none !important;
  }
}
main .table01 tbody tr th, main .table01 tbody tr td {
  border-top: 1px #DBDBDB solid;
  border-bottom: 1px #DBDBDB solid;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th, main .table01 tbody tr td {
    display: block;
    padding: 20px !important;
  }
}
main .table01 tbody tr th {
  width: 255px;
  padding: 15px;
  font-weight: 500;
  background-color: #E9F3FB;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th {
    width: auto;
  }
}
main .table01 tbody tr td {
  padding: 15px 25px;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr td {
    border-top: none !important;
  }
}
main .table01 tbody tr td b {
  color: #369;
  font-weight: 500;
}
main .table01 tbody tr td .btn01 {
  margin-top: 5px;
}
main #top #kv {
  position: relative;
}
main #top #kv #slider {
  display: block;
}
main #top #kv #slider:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #top #kv #slider > picture {
  opacity: 0;
}
main #top #kv #slider > picture:nth-child(n+2) {
  display: none;
}
main #top #kv #slider picture {
  float: left;
}
main #top #kv #slider .slick-list .slick-track {
  display: block;
  max-width: none;
  overflow: hidden;
}
main #top #kv #slider .slick-list .slick-track:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #top #kv #slider .slick-list .slick-track .slick-slide {
  transform: scale(1.05, 1.05);
  transition: transform 5s, opacity 1s !important;
}
main #top #kv .inner {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #top #kv .inner {
    align-items: end;
    padding: 0;
  }
}
main #top #kv .inner h1 {
  width: 50.27%;
}
@media screen and (max-width: 768px) {
  main #top #kv .inner h1 {
    width: 92.75%;
  }
}
main #top #business {
  position: relative;
  margin-top: 80px;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  main #top #business {
    margin-top: 0;
    padding: 20px 0 35px;
  }
}
main #top #business:before {
  content: "";
  position: absolute;
  left: 0;
  top: -80px;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(249deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  main #top #business:before {
    top: 0;
    background: transparent linear-gradient(213deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  }
}
main #top #business .inner {
  position: relative;
}
main #top #business .inner .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  main #top #business .inner .wrap {
    display: block;
  }
}
main #top #business .inner .wrap figure {
  position: relative;
  width: calc(100% - 475px);
}
@media screen and (max-width: 768px) {
  main #top #business .inner .wrap figure {
    width: calc(100% + 15px);
    max-width: none;
  }
}
main #top #business .inner .wrap figure img {
  position: absolute;
  left: 0;
  top: 50%;
  width: 133.6%;
  max-width: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main #top #business .inner .wrap figure img {
    position: static;
    top: 0;
    width: 100%;
    transform: translateY(0);
  }
}
main #top #business .inner .wrap > div {
  width: 475px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main #top #business .inner .wrap > div {
    width: auto;
    margin-top: 15px;
    padding-right: 0;
  }
}
main #top #business .inner .wrap > div p {
  font-size: 22px;
  line-height: 1.5454545455;
}
@media screen and (max-width: 768px) {
  main #top #business .inner .wrap > div p {
    font-size: 16px;
    line-height: 2.125;
  }
}
main #top #company {
  position: relative;
  margin-top: 110px;
  padding: 70px 0 340px;
}
@media screen and (max-width: 768px) {
  main #top #company {
    margin-top: 20px;
    padding: 0 0 175px;
  }
}
main #top #company:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(245deg, #F5F8FA 0%, #B4CFEB0A 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  main #top #company:before {
    top: 120px;
    bottom: 0;
    height: auto;
    background: transparent linear-gradient(147deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  }
}
main #top #company .inner {
  position: relative;
}
main #top #company .inner .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  main #top #company .inner .wrap {
    display: block;
  }
}
main #top #company .inner .wrap figure {
  position: relative;
  width: calc(100% - 475px);
}
@media screen and (max-width: 768px) {
  main #top #company .inner .wrap figure {
    left: -15px;
    width: calc(100% + 15px);
    max-width: none;
  }
}
main #top #company .inner .wrap figure img {
  position: absolute;
  right: 0;
  top: 50%;
  width: 133.6%;
  max-width: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main #top #company .inner .wrap figure img {
    position: static;
    top: 0;
    width: 100%;
    transform: translateY(0);
  }
}
main #top #company .inner .wrap > div {
  width: 475px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #top #company .inner .wrap > div {
    width: auto;
    margin-top: 15px;
    padding-left: 0;
  }
}
main #top #company .inner .wrap > div p {
  font-size: 22px;
  line-height: 1.5454545455;
}
@media screen and (max-width: 768px) {
  main #top #company .inner .wrap > div p {
    font-size: 16px;
    line-height: 2.125;
  }
}
main #top #news {
  margin-top: -165px;
}
@media screen and (max-width: 768px) {
  main #top #news {
    margin-top: -115px;
  }
}
main #top #news .inner .wrap {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 0px 40px #0000000D;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap {
    display: block;
    padding: 20px 15px 30px;
  }
}
main #top #news .inner .wrap > div:first-child {
  width: 180px;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:first-child {
    width: auto;
    padding: 0 20px;
  }
  main #top #news .inner .wrap > div:first-child .btn01 {
    display: none;
  }
}
main #top #news .inner .wrap > div:last-child {
  width: calc(100% - 180px);
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child {
    width: auto;
    padding-left: 0;
  }
}
main #top #news .inner .wrap > div:last-child ul li {
  padding: 30px 0;
  border-top: 1px #DBDBDB solid;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child ul li {
    padding: 20px 0;
  }
}
main #top #news .inner .wrap > div:last-child ul li:last-child {
  border-bottom: 1px #DBDBDB solid;
}
main #top #news .inner .wrap > div:last-child ul li a {
  position: relative;
  display: block;
  padding-right: 65px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child ul li a {
    padding-right: 30px;
  }
}
main #top #news .inner .wrap > div:last-child ul li a:hover:after {
  right: 0;
}
main #top #news .inner .wrap > div:last-child ul li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
  filter: invert(37%) sepia(4%) saturate(7498%) hue-rotate(171deg) brightness(90%) contrast(83%);
  transition: right 0.6s;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child ul li a:after {
    right: 0;
  }
}
main #top #news .inner .wrap > div:last-child ul li a * {
  transition: color 0.6s;
}
main #top #news .inner .wrap > div:last-child ul li a span {
  display: block;
  color: #7E7E7E;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child ul li a span {
    font-size: 12px;
  }
}
main #top #news .inner .wrap > div:last-child ul li a p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child ul li a p {
    font-size: 14px;
    line-height: 1.7142857143;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
main #top #news .inner .wrap > div:last-child .btn01 {
  display: none;
}
@media screen and (max-width: 768px) {
  main #top #news .inner .wrap > div:last-child .btn01 {
    display: block;
    width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #top #recruit {
  position: relative;
  margin-top: 90px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main #top #recruit {
    margin-top: 50px;
    padding-bottom: 30px;
  }
}
main #top #recruit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  background-color: #E9F3FB;
}
@media screen and (max-width: 768px) {
  main #top #recruit:before {
    margin-top: 30px;
  }
}
main #top #recruit .inner {
  position: relative;
}
main #top #recruit .inner ul {
  position: relative;
  left: 50%;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner ul {
    display: block;
  }
}
main #top #recruit .inner ul li {
  position: relative;
  width: 50%;
  padding-top: 26.66%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner ul li {
    width: 100%;
    padding-top: 88%;
  }
}
main #top #recruit .inner ul li:hover img {
  height: 105%;
}
main #top #recruit .inner ul li > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main #top #recruit .inner ul li img {
  display: block;
  width: auto;
  max-width: none;
  height: 101%;
  transition: width 0.6s, height 0.6s;
}
main #top #recruit .inner ul li > div {
  color: #fff;
  text-align: center;
}
main #top #recruit .inner ul li > div em {
  display: block;
  font-size: 32px;
  font-family: "Noto Serif JP";
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner ul li > div em {
    font-size: 22px;
  }
}
main #top #recruit .inner ul li > div p {
  margin-top: 10px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner ul li > div p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner ul li > div .btn01 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  main #top #recruit .inner .btn01 {
    width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
}
main #top #recruit .inner .btn01 a {
  margin-left: auto;
  margin-right: auto;
}
main #news .archive li {
  padding: 30px 0;
  border-top: 1px #DBDBDB solid;
}
@media screen and (max-width: 768px) {
  main #news .archive li {
    padding: 20px 0;
  }
}
main #news .archive li:last-child {
  border-bottom: 1px #DBDBDB solid;
}
main #news .archive li a {
  position: relative;
  display: block;
  padding-right: 65px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  main #news .archive li a {
    padding-right: 30px;
  }
}
main #news .archive li a:hover:after {
  right: 0;
}
main #news .archive li a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 7px;
  height: 14px;
  background: url(../images/icon_arrow_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
  filter: invert(37%) sepia(4%) saturate(7498%) hue-rotate(171deg) brightness(90%) contrast(83%);
  transition: right 0.6s;
}
@media screen and (max-width: 768px) {
  main #news .archive li a:after {
    right: 0;
  }
}
main #news .archive li a * {
  transition: color 0.6s;
}
main #news .archive li a span {
  display: block;
  color: #7E7E7E;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main #news .archive li a span {
    font-size: 12px;
  }
}
main #news .archive li a p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  main #news .archive li a p {
    font-size: 14px;
    line-height: 1.7142857143;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
main #news #single > h1 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 15px;
  border-bottom: 1px #CCC solid;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main #news #single > h1 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
main #news #single > h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #369;
}
main #news #single > time {
  display: block;
  margin-bottom: 55px;
  color: #7E7E7E;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #news #single > time {
    margin-bottom: 35px;
  }
}
main #news #single .entry {
  font-size: 16px;
  line-height: 1.75;
}
main #business #works {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 260px;
  padding: 140px 0 70px;
}
@media screen and (max-width: 768px) {
  main #business #works {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
main #business #works:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: transparent linear-gradient(288deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #business #works:before {
    top: 60px;
    bottom: 0;
    height: auto;
    background: transparent linear-gradient(320deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  }
}
main #business #works figure {
  position: relative;
  width: calc(100% - 445px);
}
@media screen and (max-width: 768px) {
  main #business #works figure {
    width: auto;
  }
}
main #business #works figure img {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 124.06%;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 768px) {
  main #business #works figure img {
    position: static;
    width: 100%;
  }
}
main #business #works div {
  position: relative;
  z-index: 1;
  width: 445px;
  padding: 60px 40px 55px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main #business #works div {
    width: auto;
    padding: 25px 20px 15px;
  }
}
main #business #works div em {
  position: relative;
  display: block;
  color: #369;
  font-size: 28px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #business #works div em {
    font-size: 20px;
  }
}
main #business #works div em:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 25px;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  main #business #works div em:after {
    margin: 15px auto;
  }
}
main #business #works div p {
  font-size: 16px;
  line-height: 1.8125;
}
main #business #strengths {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #business #strengths {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main #business #strengths ol {
    margin-top: 75px;
  }
}
main #business #strengths ol > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li {
    display: block;
  }
}
main #business #strengths ol > li + li {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li + li {
    margin-top: 85px;
  }
}
main #business #strengths ol > li:nth-child(odd) {
  flex-flow: row;
}
main #business #strengths ol > li:nth-child(odd) figure {
  margin-right: auto;
}
main #business #strengths ol > li:nth-child(odd) figure:before {
  right: 50%;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li:nth-child(odd) figure:before {
    right: 16.66%;
  }
}
main #business #strengths ol > li:nth-child(odd) > div {
  margin-left: auto;
}
main #business #strengths ol > li:nth-child(even) {
  flex-flow: row-reverse;
}
main #business #strengths ol > li:nth-child(even) figure {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li:nth-child(even) figure {
    left: -15px;
  }
}
main #business #strengths ol > li:nth-child(even) figure:before {
  left: 50%;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li:nth-child(even) figure:before {
    left: 16.66%;
  }
}
main #business #strengths ol > li:nth-child(even) > div {
  margin-right: auto;
}
main #business #strengths ol > li figure {
  position: relative;
  width: 48.64%;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li figure {
    position: relative;
    width: calc(100% + 15px);
    max-width: none;
  }
}
main #business #strengths ol > li figure:before {
  content: "";
  position: absolute;
  top: -50px;
  display: block;
  width: 86.11%;
  height: 100%;
  background-color: #E9F3FB;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li figure:before {
    top: -40px;
    width: 100%;
    height: 80%;
  }
}
main #business #strengths ol > li figure img {
  position: relative;
}
main #business #strengths ol > li.in > div strong:before {
  width: 42px;
  transition: width 0.3s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li.in > div strong:before {
    width: 22px;
  }
}
main #business #strengths ol > li.in > div strong span:before {
  width: 30px;
  transition: width 0.2s;
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li.in > div strong span:before {
    width: 15px;
  }
}
main #business #strengths ol > li.in > div strong span:after {
  height: 70px;
  transition: height 0.2s;
  transition-delay: 1s;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li.in > div strong span:after {
    height: 38px;
  }
}
main #business #strengths ol > li.in > div strong span i:before {
  width: 70px;
  transition: width 0.2s;
  transition-delay: 1.2s;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li.in > div strong span i:before {
    width: 38px;
  }
}
main #business #strengths ol > li.in > div strong span i:after {
  height: 50px;
  transition: height 0.2s;
  transition-delay: 1.4s;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li.in > div strong span i:after {
    height: 27px;
  }
}
main #business #strengths ol > li > div {
  width: 48.64%;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div {
    width: auto;
    margin-top: 25px;
  }
}
main #business #strengths ol > li > div strong {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1818181818;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
main #business #strengths ol > li > div strong:before {
  content: "";
  position: absolute;
  left: 68px;
  top: 38px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong:before {
    left: 37px;
    top: 25px;
    height: 1px;
    width: 0;
  }
}
main #business #strengths ol > li > div strong span {
  position: relative;
  top: -5px;
  width: 110px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong span {
    top: 0;
    width: 60px;
  }
}
main #business #strengths ol > li > div strong span:before, main #business #strengths ol > li > div strong span:after {
  content: "";
  position: absolute;
  background-color: #369;
}
main #business #strengths ol > li > div strong span:before {
  left: 50px;
  top: 8px;
  width: 0;
  height: 2px;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong span:before {
    left: 28px;
    top: 5px;
    height: 1px;
  }
}
main #business #strengths ol > li > div strong span:after {
  left: 78px;
  top: 8px;
  width: 2px;
  height: 0;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong span:after {
    left: 42px;
    top: 5px;
    width: 1px;
  }
}
main #business #strengths ol > li > div strong span i {
  display: block;
}
main #business #strengths ol > li > div strong span i:before, main #business #strengths ol > li > div strong span i:after {
  content: "";
  position: absolute;
  background-color: #369;
}
main #business #strengths ol > li > div strong span i:before {
  right: 31px;
  top: 76px;
  width: 0;
  height: 2px;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong span i:before {
    right: 17px;
    top: 42px;
    height: 1px;
  }
}
main #business #strengths ol > li > div strong span i:after {
  left: 9px;
  bottom: 0;
  width: 2px;
  height: 0;
}
@media screen and (max-width: 768px) {
  main #business #strengths ol > li > div strong span i:after {
    left: 5px;
    width: 1px;
  }
}
main #business #strengths ol > li > div p {
  font-size: 16px;
  line-height: 1.8125;
  word-break: break-all;
}
main #business #flow {
  position: relative;
  margin-top: 120px;
  padding: 45px 0 60px;
}
@media screen and (max-width: 768px) {
  main #business #flow {
    margin-top: 55px;
    padding: 30px 0;
  }
}
main #business #flow:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: transparent linear-gradient(291deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #business #flow:before {
    background: transparent linear-gradient(339deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  }
}
main #business #flow .wrap {
  padding: 45px 30px 60px;
  background-color: #fff;
  box-shadow: 0px 0px 40px #0000000D;
}
@media screen and (max-width: 768px) {
  main #business #flow .wrap {
    padding: 30px 20px;
  }
}
main #business #flow .wrap p {
  font-size: 16px;
  line-height: 1.8125;
}
main #business #flow .wrap picture {
  display: block;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  main #business #flow .wrap picture {
    width: 77.04%;
    margin-top: 25px;
  }
}
main #business #equipment {
  margin-top: 95px;
}
main #business #equipment ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #business #equipment ul {
    display: block;
  }
}
main #business #equipment ul > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
main #business #equipment ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #business #equipment ul > li {
    width: auto;
    margin-right: 0;
  }
  main #business #equipment ul > li + li {
    margin-top: 35px;
  }
}
main #business #equipment ul > li p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8125;
}
main #company #link {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #company #link {
    display: block;
  }
}
main #company #link > li {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
  border: 1px #DBDBDB solid;
}
main #company #link > li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #company #link > li {
    width: auto;
    margin-right: 0;
  }
  main #company #link > li + li {
    margin-top: 20px;
  }
}
main #company #link > li a {
  position: relative;
  display: block;
  overflow: hidden;
}
main #company #link > li a > img {
  transform-origin: center;
  transform: scale(1, 1);
  transition: transform 0.6s;
}
main #company #link > li a:hover > img {
  transform: scale(1.05, 1.05);
  opacity: 1 !important;
}
main #company #link > li a:hover em img {
  opacity: 1 !important;
}
main #company #link > li a em {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
}
main #company #proverb > li {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 65px 40px 40px;
  border: 1px #369 solid;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li {
    display: block;
    padding: 50px 10px 20px;
  }
}
main #company #proverb > li + li {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li + li {
    margin-top: 55px;
  }
}
main #company #proverb > li h2 {
  position: absolute;
  left: -1px;
  top: -34px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 68px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li h2 {
    top: -30px;
    width: 120px;
    height: 60px;
    font-size: 20px;
  }
}
main #company #proverb > li figure {
  width: 49.51%;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li figure {
    width: auto;
  }
}
main #company #proverb > li > div {
  position: relative;
  width: 50.48%;
  padding: 30px;
  border-left: 90px #fff solid;
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li > div {
    width: auto;
    padding: 20px;
    border-left: none;
    border-top: 80px #fff solid;
  }
}
main #company #proverb > li > div:before {
  content: "";
  position: absolute;
  left: -65px;
  top: 50%;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #369;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main #company #proverb > li > div:before {
    left: 50%;
    top: -60px;
    width: 1px;
    height: 40px;
    transform: translateX(-50%);
  }
}
main #company #proverb > li > div p {
  font-size: 18px;
  line-height: 1.5555555556;
}
main #company #proverb > li > div ul li {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li > div ul li {
    font-size: 18px;
  }
}
main #company #proverb > li > div ul li:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #369;
}
main #company #proverb > li > div ul li + li {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  main #company #proverb > li > div ul li + li {
    margin-top: 15px;
  }
}
main #company #message {
  position: relative;
  margin-top: 100px;
  padding: 45px 0 60px;
}
main #company #message:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #F7F7F7;
  transform: translateX(-50%);
}
main #company #message .wrap {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #company #message .wrap {
    display: block;
  }
}
main #company #message .wrap figure {
  width: 250px;
}
@media screen and (max-width: 768px) {
  main #company #message .wrap figure {
    width: 72.46%;
    margin: 0 auto;
  }
}
main #company #message .wrap > div {
  width: calc(100% - 250px);
  padding-left: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main #company #message .wrap > div {
    width: auto;
    margin-top: 25px;
    padding: 0;
  }
}
main #company #message .wrap > div p {
  font-size: 16px;
  line-height: 1.75;
}
main #company #message .wrap > div p span {
  display: block;
  margin-top: 25px;
  text-align: right;
  line-height: 1;
}
main #company #message .wrap > div p span big {
  display: block;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
}
main #company #environment {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  main #company #environment {
    margin-top: 40px;
  }
}
main #company #environment ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #company #environment ul {
    display: block;
  }
}
main #company #environment ul > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
main #company #environment ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #company #environment ul > li {
    width: auto;
    margin-right: 0;
  }
  main #company #environment ul > li + li {
    margin-top: 35px;
  }
}
main #company #environment ul > li em {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #company #environment ul > li em {
    font-size: 18px;
  }
}
main #company #environment ul > li p {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 768px) {
  main #company #pg_link {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  main #company #pg_link > li {
    width: 50%;
  }
  main #company #pg_link > li:nth-child(2) {
    margin-top: 0;
  }
}
main #company #information {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main #company #information {
    margin-top: 40px;
  }
}
main #company #base {
  position: relative;
  margin-top: 125px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main #company #base {
    margin-top: 60px;
  }
}
main #company #base:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 295px;
  bottom: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
  background-color: #E9F3FB;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #company #base:before {
    top: 215px;
  }
}
main #company #base ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #company #base ul {
    display: block;
  }
}
main #company #base ul > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  background-color: #fff;
}
main #company #base ul > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main #company #base ul > li {
    width: auto;
    margin-right: 0;
    background: none;
  }
  main #company #base ul > li + li {
    margin-top: 40px;
  }
}
main #company #base ul > li em {
  display: block;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 1px #369 solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
main #company #base ul > li figure {
  border: 1px #DBDBDB solid;
}
main #company #base ul > li .map iframe {
  display: block;
  width: 100%;
  height: 200px;
}
main #company #base ul > li .info {
  padding: 25px 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main #company #base ul > li .info {
    background-color: #fff;
  }
}
main #company #history {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  main #company #history {
    margin-top: 40px;
  }
}
main #company #group {
  position: relative;
  margin-top: 100px;
  padding: 65px 0 35px;
}
@media screen and (max-width: 768px) {
  main #company #group {
    margin-top: 40px;
  }
}
main #company #group:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background: transparent linear-gradient(295deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main #company #group:before {
    background: transparent linear-gradient(339deg, #C4DEF0 0%, #C1D7ED0A 100%) 0% 0% no-repeat padding-box;
  }
}
main #company #group p {
  font-size: 16px;
}
main #company #group > ul {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  main #company #group > ul {
    margin-top: 25px;
  }
}
main #company #group > ul > li + li {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main #company #group > ul > li + li {
    margin-top: 40px;
  }
}
main #company #group > ul > li em {
  display: block;
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 1px #369 solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
main #company #group > ul > li ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #company #group > ul > li ul > li {
  margin-right: 20px;
  margin-bottom: 20px;
}
main #company #group > ul > li ul > li:last-child {
  margin-right: 0;
}
main #company #group > ul > li ul > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #333;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
}
main #company #group > ul > li ul > li a:hover {
  color: #adc8e3;
}
main #company #group > ul > li ul > li a[href="#"] {
  pointer-events: none;
  text-decoration: none;
}
main #company #group > ul > li ul > li a[href="#"]:hover {
  color: #333;
}
main #company #equipment {
  margin-top: 105px;
}
@media screen and (max-width: 768px) {
  main #company #equipment {
    margin-top: 40px;
  }
}
main #company #equipment > div {
  padding: 40px 15px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  main #company #equipment > div {
    position: relative;
    left: -15px;
    width: 100vw;
    max-width: none;
    margin-top: 40px;
    padding: 30px 15px;
  }
}
main #company #equipment > div div {
  width: 730px;
  margin: 0 auto;
}
main #company #equipment > div div a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #346799 0%, #6595D1 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
}
main #company #equipment > div div a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #6595D1 0%, #346799 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  main #company #equipment > div div a {
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
}
main #company #equipment > div div a:before, main #company #equipment > div div a:after {
  content: "";
  display: block;
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
}
main #company #equipment > div div a:before {
  position: absolute;
  right: 30px;
  top: 50%;
  width: 23px;
  height: 24px;
  background: url(../images/icon_download_01.svg) no-repeat center / cover;
  transform: translateY(-50%);
}
main #company #equipment > div div a:after {
  width: 19px;
  height: 23px;
  margin-left: 10px;
  background: url(../images/icon_pdf_01.svg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #company #equipment > div div a:after {
    width: 15px;
    height: 19px;
  }
}
main #recruit #link {
  margin-top: 175px;
  padding-bottom: 105px;
}
@media screen and (max-width: 768px) {
  main #recruit #link {
    margin-top: 0;
    padding-bottom: 0;
  }
}
main #recruit #link > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li {
    position: relative;
    display: block;
    padding-bottom: 30px;
  }
  main #recruit #link > li:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 90px;
    bottom: 0;
    display: block;
    width: 100vw;
    height: auto;
    background-color: #E9F3FB;
  }
}
main #recruit #link > li + li {
  margin-top: 275px;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li + li {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  main #recruit #link > li:nth-child(odd) figure {
    left: -15px;
  }
}
main #recruit #link > li:nth-child(odd) figure:before {
  left: 95px;
}
main #recruit #link > li:nth-child(odd) figure img {
  right: 0;
}
main #recruit #link > li:nth-child(odd) > div {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li:nth-child(odd) > div {
    padding-left: 0;
  }
}
main #recruit #link > li:nth-child(even) {
  flex-flow: row-reverse;
}
main #recruit #link > li:nth-child(even) figure:before {
  right: 95px;
}
main #recruit #link > li:nth-child(even) figure img {
  left: 0;
}
main #recruit #link > li:nth-child(even) > div {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li:nth-child(even) > div {
    padding-right: 0;
  }
}
main #recruit #link > li figure {
  position: relative;
  width: calc(100% - 475px);
}
@media screen and (max-width: 768px) {
  main #recruit #link > li figure {
    width: calc(100% + 15px);
    max-width: none;
  }
}
main #recruit #link > li figure:before {
  content: "";
  position: absolute;
  top: 45px;
  bottom: -140px;
  display: block;
  width: 100vw;
  max-width: none;
  height: auto;
  background-color: #E9F3FB;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li figure:before {
    display: none;
  }
}
main #recruit #link > li figure img {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 133.6%;
  max-width: none;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main #recruit #link > li figure img {
    position: static;
    top: 0;
    width: 100%;
    transform: translateY(0);
  }
}
main #recruit #link > li > div {
  position: relative;
  z-index: 1;
  width: 475px;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li > div {
    width: auto;
    margin-top: 15px;
  }
}
main #recruit #link > li > div p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5454545455;
}
@media screen and (max-width: 768px) {
  main #recruit #link > li > div p {
    font-size: 16px;
    line-height: 2.125;
  }
}
main #recruit #requirements .apply {
  margin-top: 60px;
  padding: 40px 15px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  main #recruit #requirements .apply {
    position: relative;
    left: -15px;
    width: 100vw;
    max-width: none;
    margin-top: 40px;
    padding: 30px 15px;
  }
}
main #recruit #requirements .apply div {
  width: 730px;
  margin: 0 auto;
}
main #recruit #requirements .apply div a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 25px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none !important;
  line-height: 1;
  background: transparent linear-gradient(268deg, #346799 0%, #6595D1 100%) 0% 0% no-repeat padding-box;
  transition: background 0.6s;
  height: 80px;
  border-radius: 40px;
  font-size: 24px;
}
main #recruit #requirements .apply div a:hover {
  text-decoration: none;
  background: transparent linear-gradient(268deg, #6595D1 0%, #346799 100%) 0% 0% no-repeat padding-box;
}
@media screen and (max-width: 768px) {
  main #recruit #requirements .apply div a {
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
  }
}
main #recruit #requirements .apply div a:before {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  margin-right: 10px;
  background: url(../images/icon_mail_01.svg) no-repeat center / cover;
  filter: invert(100%) sepia(6%) saturate(395%) hue-rotate(147deg) brightness(116%) contrast(100%);
}
@media screen and (max-width: 768px) {
  main #recruit #requirements .apply div a:before {
    width: 17px;
    height: 12px;
  }
}
main #recruit #interview .voice {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #recruit #interview .voice {
    font-size: 20px;
  }
}
main #recruit #interview #voice {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice {
    margin-top: 40px;
  }
}
main #recruit #interview #voice > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li + li {
    margin-top: 60px;
  }
}
main #recruit #interview #voice > li p {
  font-size: 16px;
  line-height: 1.75;
}
main #recruit #interview #voice > li .person {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person {
    display: block;
  }
}
main #recruit #interview #voice > li .person > div {
  width: calc(100% - 350px);
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > div {
    width: auto;
  }
}
main #recruit #interview #voice > li .person > div em {
  display: block;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-bottom: 25px;
  border-bottom: 1px #369 solid;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > div em {
    margin-bottom: 30px;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
main #recruit #interview #voice > li .person > div em * {
  display: block;
}
main #recruit #interview #voice > li .person > div em span {
  color: #369;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > div em span {
    font-size: 24px;
  }
}
main #recruit #interview #voice > li .person > div em i {
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > div em i {
    margin-top: 5px;
    font-size: 18px;
  }
}
main #recruit #interview #voice > li .person > div p {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > div p {
    padding-right: 0;
  }
}
main #recruit #interview #voice > li .person > div p strong {
  display: block;
  margin-bottom: 35px;
  padding-left: 15px;
  border-left: 1px #369 solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
main #recruit #interview #voice > li .person > figure {
  width: 350px;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .person > figure {
    width: 81.15%;
    margin: 25px auto 0;
  }
}
main #recruit #interview #voice > li .challenging {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .challenging {
    display: block;
    padding: 30px 0;
  }
}
main #recruit #interview #voice > li .challenging:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  background-color: #369;
  transform: translateX(-50%);
}
main #recruit #interview #voice > li .challenging div {
  width: calc(100% - 540px);
  padding-left: 35px;
  padding-top: 45px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .challenging div {
    width: auto;
    padding-left: 0;
    padding-top: 0;
  }
}
main #recruit #interview #voice > li .challenging div em {
  display: block;
  margin-bottom: 35px;
  padding-left: 15px;
  border-left: 1px #fff solid;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
main #recruit #interview #voice > li .challenging figure {
  width: 540px;
}
@media screen and (max-width: 768px) {
  main #recruit #interview #voice > li .challenging figure {
    width: auto;
    margin-top: 25px;
  }
  main #recruit #interview #voice > li .challenging figure img {
    margin: 0 auto;
  }
}
main #contact p {
  font-size: 16px;
  line-height: 1.75;
}
main #contact #step {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  main #contact #step {
    margin-bottom: 40px;
  }
}
main #contact #step > li {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 3);
  height: 60px;
  margin-right: 30px;
  background-color: #DDD;
}
@media screen and (max-width: 768px) {
  main #contact #step > li {
    width: calc((100% - 46px) / 3);
    height: 70px;
    margin-right: 23px;
  }
}
main #contact #step > li:nth-child(3n) {
  margin-right: 0;
}
main #contact #step > li:nth-child(n+2):before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  display: block;
  width: 15px;
  height: 40px;
  background: url(../images/icon_arrow_04.svg) no-repeat center / cover;
  transform: translateY(-50%);
  filter: invert(37%) sepia(4%) saturate(7498%) hue-rotate(171deg) brightness(90%) contrast(83%);
}
@media screen and (max-width: 768px) {
  main #contact #step > li:nth-child(n+2):before {
    left: -16px;
    width: 10px;
    height: 28px;
  }
}
main #contact #step > li.current {
  background-color: #369;
}
main #contact #step > li.current * {
  color: #fff !important;
}
main #contact #step > li * {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #contact #step > li * {
    font-size: 12px;
  }
}
main #contact #step > li span {
  color: #707070;
}
main #contact #step > li i {
  margin-top: 5px;
  color: #000;
}
@media screen and (max-width: 768px) {
  main #contact #step > li i {
    line-height: 1.3333333333;
  }
}
main #contact #thanks em, main #contact #finish em {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #contact #thanks em, main #contact #finish em {
    font-size: 20px;
  }
}
main #contact #thanks .btn01 a, main #contact #finish .btn01 a {
  margin-left: auto;
  margin-right: auto;
}
main #contact #info {
  margin-top: 55px;
}
main #contact #info em {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 10px;
  border-bottom: 1px #CCC solid;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #contact #info em {
    font-size: 18px;
  }
}
main #contact #info em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #369;
}
main #contact #info ul {
  padding: 30px 15px;
  text-align: center;
  background-color: #F9F9F9;
}
@media screen and (max-width: 768px) {
  main #contact #info ul {
    position: relative;
    left: -15px;
    width: 100vw;
    max-width: none;
  }
}
main #contact #info ul > li + li {
  margin-top: 40px;
}
main #contact #info ul > li * {
  line-height: 1;
}
main #contact #info ul > li big {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
main #contact #info ul > li p {
  margin-top: 10px;
  font-size: 14px;
}
main #contact #form {
  margin-top: 100px;
}
main #contact #form em {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 10px;
  border-bottom: 1px #CCC solid;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #contact #form em {
    padding-left: 0;
    font-size: 18px;
  }
}
main #contact #form em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  main #contact #form em:before {
    display: none;
  }
}
main #contact #form > p i {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  background-color: #D30101;
}
main #contact #form #step {
  margin-top: 40px;
}
main #contact #form #input {
  width: 920px;
  margin: 0 auto;
}
main #contact #form #input > li + li {
  margin-top: 80px;
}
main #contact #form #input > li > em {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px #CCC solid;
}
main #contact #form #input > li > em.req:after {
  content: "必須";
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  background-color: #D30101;
}
main #contact #form #input > li > em.req + textarea:placeholder-shown {
  background-color: #FDE8E8;
}
main #contact #form #input > li > em.req + * input:placeholder-shown {
  background-color: #FDE8E8;
}
main #contact #form #input > li .mwform-radio-field + .mwform-radio-field {
  margin-top: 10px;
}
main #contact #form #input > li .mwform-radio-field label input {
  position: relative;
  margin-right: 10px;
  vertical-align: baseline;
  transform: scale(1.5, 1.5);
}
main #contact #form #input > li .mwform-tel-field input:first-child {
  margin-left: 0;
}
main #contact #form #input > li .mwform-tel-field input:last-child {
  margin-right: 0;
}
main #contact #form #input > li > ul > li + li {
  margin-top: 40px;
}
main #contact #form #input > li > ul > li.hr {
  border-top: 2px dashed #CCC;
}
main #contact #form #input > li > ul > li > * {
  display: block;
}
main #contact #form #input > li > ul > li > * + * {
  margin-top: 5px;
}
main #contact #form #input > li > ul > li b {
  font-size: 18px;
  font-weight: 500;
}
main #contact #form #input > li > ul > li b.req:after {
  content: "必須";
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  background-color: #D30101;
}
main #contact #form #input > li > ul > li b.req + input:placeholder-shown {
  background-color: #FDE8E8;
}
main #contact #form #input > li > ul > li b.req + * input:placeholder-shown {
  background-color: #FDE8E8;
}
main #contact #form #input > li > ul > li b.any:after {
  content: "任意";
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  vertical-align: baseline;
  background-color: #707070;
}
main #contact #form #input > li > ul > li span {
  font-size: 14px;
  line-height: 1.7142857143;
}
main #contact #form #input > li > ul > li span.mwform-zip-field, main #contact #form #input > li > ul > li span.mwform-tel-field {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #contact #form #input > li > ul > li span.mwform-zip-field input, main #contact #form #input > li > ul > li span.mwform-tel-field input {
  width: 55px;
  margin: 0 5px;
}
main #contact #form #input > li > ul > li input {
  width: 445px;
  height: 40px;
  padding: 0 10px;
  border: 1px #DDD solid;
  background-color: #EEE;
}
main #contact #form #input > li > ul > li input[name="address02"] {
  width: 100%;
}
main #contact #form #input > li textarea {
  display: block;
  width: 100%;
  height: 200px;
  padding: 10px;
  border: 1px #DDD solid;
  background-color: #EEE;
}
main #contact #agree {
  width: 920px;
  margin: 80px auto 0;
  padding-bottom: 20px;
  border: 1px #CCC solid;
  text-align: center;
}
main #contact #agree > em {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-bottom: 1px #CCC solid;
  font-size: 16px;
  font-weight: 500;
  background-color: #F1F1F4;
}
main #contact #agree p {
  margin-bottom: 40px;
  padding: 20px 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.7142857143;
}
main #contact #agree p a {
  color: #0A6FCA;
}
main #contact #agree label {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 14px;
  vertical-align: baseline;
  line-height: 1;
  cursor: pointer;
}
main #contact #agree label:before, main #contact #agree label:after {
  content: "";
  position: absolute;
  display: block;
}
main #contact #agree label:before {
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px #707070 solid;
  transform: translateY(-50%);
}
main #contact #agree label:after {
  left: -1px;
  top: -2px;
  width: 22px;
  height: 12px;
  border-left: 2px #369 solid;
  border-bottom: 2px #369 solid;
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
main #contact #agree input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
main #contact .btn01 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
main #contact .mw_wp_form_preview #thanks, main #contact .mw_wp_form_preview #info {
  display: none;
}
main #contact .mw_wp_form_preview #form > p {
  display: none;
}
main #contact .mw_wp_form_preview #agree {
  display: none;
}
main #contact .mw_wp_form_preview .btn01 > * {
  max-width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
main #contact .mw_wp_form_preview .btn01 > *:nth-child(2n) {
  margin-right: 0;
}
main #policy .inner {
  font-size: 16px;
  line-height: 1.75;
}
main #policy .inner > ol {
  margin-top: 70px;
}
main #policy .inner > ol > li + li {
  margin-top: 55px;
}
main #policy .inner > ol > li > em {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding: 0 0 5px 30px;
  border-bottom: 1px #CCC solid;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main #policy .inner > ol > li > em {
    font-size: 18px;
  }
}
main #policy .inner > ol > li > em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #369;
}
@media screen and (max-width: 768px) {
  main #policy .inner > ol > li > em:before {
    top: 15px;
  }
}
main #policy .inner > ol > li > em + * {
  margin-top: 0;
}
main #policy .inner > ol > li > ol {
  padding-left: 30px;
  margin-top: 25px;
  counter-reset: idx;
}
@media screen and (max-width: 768px) {
  main #policy .inner > ol > li > ol {
    padding-left: 10px;
  }
}
main #policy .inner > ol > li > ol > li {
  position: relative;
  padding-left: 45px;
  counter-increment: idx;
}
@media screen and (max-width: 768px) {
  main #policy .inner > ol > li > ol > li {
    padding-left: 40px;
  }
}
main #policy .inner > ol > li > ol > li + li {
  margin-top: 20px;
}
main #policy .inner > ol > li > ol > li:before {
  content: "(" counter(idx) ")";
  position: absolute;
  left: 0;
  top: 0;
}
main #policy .inner #enactment {
  margin-top: 30px;
}
