@charset "UTF-8";
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

html {
  overflow-x: hidden;
}

body {
  color: #09232f;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
common start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
@media (max-width: 567px) {
  a:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  padding: 0 100px;
}
@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.pc {
  display: block;
}
@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}
@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

.fv-child {
  height: 390em;
}
@media (max-width: 567px) {
  .fv-child {
    height: 250em;
  }
}
.fv-child .container {
  height: 100%;
  position: relative;
}
.fv-child .container .fv-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 567px) {
  .fv-child .container .fv-img {
    right: 20em;
  }
}
.fv-child .container .fv-img img {
  display: block;
  margin-left: auto;
}
.fv-child .title {
  position: absolute;
  top: 50%;
  left: 3.33em;
  font-size: 30em;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 567px) {
  .fv-child .title {
    font-size: 18em;
    left: 1.11em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
common end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
service start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.service .fv-child {
  background-image: url(../images/service/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .service .fv-child {
    background-image: url(../images/service/fv-bg-sp.jpg);
  }
}
.service .fv-child .fv-img {
  width: 683.05em;
}
@media (max-width: 567px) {
  .service .fv-child .fv-img {
    width: 241.83em;
  }
}
.service .sec01 {
  margin-bottom: 130em;
}
@media (max-width: 567px) {
  .service .sec01 {
    margin-bottom: 60em;
  }
}
.service .sec01 .container {
  padding-top: 100em;
  position: relative;
  height: 100%;
}
@media (max-width: 567px) {
  .service .sec01 .container {
    padding-top: 0;
  }
}
.service .sec01 .container::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1122em;
  height: 1224.5em;
  background-color: rgba(0, 87, 130, 0.1);
  z-index: -1;
}
@media (max-width: 567px) {
  .service .sec01 .container::before {
    display: none;
  }
}
.service .sec01 .inner {
  padding: 0 90em 0 120em;
}
@media (max-width: 567px) {
  .service .sec01 .inner {
    padding: 0;
  }
}
.service .sec01 .video {
  width: 1100em;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
}
@media (max-width: 567px) {
  .service .sec01 .video {
    width: 335em;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service .sec01 .video__left {
  width: 50%;
}
@media (max-width: 567px) {
  .service .sec01 .video__left {
    width: 100%;
  }
}
.service .sec01 .video__left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .sec01 .video__right {
  width: 50%;
  padding: 60em 60em 30em 60em;
  color: #fff;
}
@media (max-width: 567px) {
  .service .sec01 .video__right {
    width: 100%;
    padding: 25.1em 17.9em 20em 17.9em;
  }
}
.service .sec01 .video__right--top {
  font-size: 13em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--top {
    font-size: 11em;
    margin-bottom: 1.14em;
  }
}
.service .sec01 .video__right--title {
  margin-bottom: 1.14em;
  font-size: 22em;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--title {
    font-size: 14em;
    margin-bottom: 1.23em;
  }
}
.service .sec01 .video__right--txt {
  margin-bottom: 28em;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--txt {
    margin-bottom: 21.8em;
  }
}
.service .sec01 .video__right--txt p {
  font-size: 16em;
  line-height: 1.875;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--txt p {
    font-size: 14em;
    line-height: 1.36;
  }
}
.service .sec01 .video__right--link a {
  font-size: 15em;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--link a {
    font-size: 14em;
  }
}
.service .sec01 .video__right--link a img {
  display: block;
  width: 4em;
  margin-left: 1.33em;
}
@media (max-width: 567px) {
  .service .sec01 .video__right--link a img {
    width: 2.857em;
    margin-left: 0.71em;
  }
}
.service .sec01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80em;
}
@media (max-width: 567px) {
  .service .sec01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
    padding: 61.8em 20em 30.7em;
    background-color: rgba(0, 87, 130, 0.1);
  }
}
.service .sec01 .item .link a {
  font-size: 15em;
  font-weight: 700;
  color: #005782;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 567px) {
  .service .sec01 .item .link a {
    font-size: 14em;
  }
}
.service .sec01 .item .link a img {
  display: block;
  width: 4em;
  margin-left: 1.33em;
}
@media (max-width: 567px) {
  .service .sec01 .item .link a img {
    width: 2.857em;
    margin-left: 0.71em;
  }
}
.service .sec01 .item__left {
  width: 600em;
}
@media (max-width: 567px) {
  .service .sec01 .item__left {
    width: 100%;
  }
}
.service .sec01 .item__left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50em;
}
@media (max-width: 567px) {
  .service .sec01 .item__left .title {
    margin-bottom: 30em;
  }
}
.service .sec01 .item__left .title__left {
  width: 26.02em;
  margin-right: 30em;
}
@media (max-width: 567px) {
  .service .sec01 .item__left .title__left {
    width: 21.85em;
    margin-right: 25.2em;
  }
}
.service .sec01 .item__left .title__left img {
  display: block;
  width: 100%;
}
.service .sec01 .item__left .title__right h2 {
  font-size: 20em;
  font-weight: 500;
  color: #005782;
}
@media (max-width: 567px) {
  .service .sec01 .item__left .title__right h2 {
    font-size: 16em;
  }
}
.service .sec01 .item__left--content {
  position: relative;
}
.service .sec01 .item__left--content .sub-title {
  margin-bottom: 40em;
}
@media (max-width: 567px) {
  .service .sec01 .item__left--content .sub-title {
    margin-bottom: 30em;
  }
}
.service .sec01 .item__left--content .sub-title h3 {
  font-size: 32em;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 567px) {
  .service .sec01 .item__left--content .sub-title h3 {
    font-size: 22em;
    line-height: 2;
  }
}
.service .sec01 .item__left--content .txt {
  margin-bottom: 35em;
}
@media (max-width: 567px) {
  .service .sec01 .item__left--content .txt {
    margin-bottom: 40.7em;
  }
}
.service .sec01 .item__left--content .txt p {
  font-size: 16em;
  line-height: 2;
}
@media (max-width: 567px) {
  .service .sec01 .item__left--content .txt p {
    font-size: 14em;
  }
}
@media (max-width: 567px) {
  .service .sec01 .item__right {
    width: 100%;
    margin-bottom: 33em;
  }
}
.service .sec01 .item__right img {
  display: block;
  width: 511.38em;
  margin-left: auto;
}
@media (max-width: 567px) {
  .service .sec01 .item__right img {
    width: 355em;
    max-width: none;
    margin-left: -20em;
  }
}
.service .sec02 .container {
  padding-top: 100em;
  position: relative;
  height: 100%;
}
@media (max-width: 567px) {
  .service .sec02 .container {
    padding-top: 39.9em;
  }
}
.service .sec02 .container::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1122em;
  height: 1010.47em;
  background-color: rgba(0, 87, 130, 0.1);
  z-index: -1;
}
@media (max-width: 567px) {
  .service .sec02 .container::before {
    width: 100%;
    height: 1084.5em;
  }
}
.service .sec02 .inner {
  padding: 0 120em 0 90em;
}
@media (max-width: 567px) {
  .service .sec02 .inner {
    padding: 0 20em;
  }
}
.service .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80em;
}
@media (max-width: 567px) {
  .service .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.service .sec02 .item__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 600em;
}
@media (max-width: 567px) {
  .service .sec02 .item__left {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30em;
  }
}
.service .sec02 .item__left .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50em;
}
@media (max-width: 567px) {
  .service .sec02 .item__left .title {
    margin-bottom: 40em;
  }
}
.service .sec02 .item__left .title__left {
  width: 41.34em;
  margin-right: 30em;
}
@media (max-width: 567px) {
  .service .sec02 .item__left .title__left {
    width: 41.34em;
    margin-right: 30em;
  }
}
.service .sec02 .item__left .title__left img {
  display: block;
  width: 100%;
}
.service .sec02 .item__left .title__right h2 {
  font-size: 20em;
  font-weight: 500;
  color: #005782;
}
.service .sec02 .item__left--content .sub-title {
  margin-bottom: 40em;
}
.service .sec02 .item__left--content .sub-title h3 {
  font-size: 32em;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .service .sec02 .item__left--content .sub-title h3 {
    font-size: 21em;
    line-height: 2.1;
  }
}
.service .sec02 .item__left--content .txt {
  margin-bottom: 35em;
}
@media (max-width: 567px) {
  .service .sec02 .item__left--content .txt {
    margin-bottom: 30em;
  }
}
.service .sec02 .item__left--content .txt p {
  font-size: 16em;
  line-height: 2;
}
@media (max-width: 567px) {
  .service .sec02 .item__left--content .txt p {
    font-size: 14em;
  }
}
.service .sec02 .item__left--content .link a {
  font-size: 15em;
  font-weight: 700;
  color: #005782;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 567px) {
  .service .sec02 .item__left--content .link a {
    font-size: 14em;
  }
}
.service .sec02 .item__left--content .link a img {
  display: block;
  width: 4em;
  margin-left: 1.33em;
}
@media (max-width: 567px) {
  .service .sec02 .item__left--content .link a img {
    width: 2.857em;
    margin-left: 0.71em;
  }
}
.service .sec02 .item__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 567px) {
  .service .sec02 .item__right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.service .sec02 .item__right img {
  display: block;
  width: 453em;
  margin-left: auto;
}
.service .sec03 {
  padding-top: 120em;
}
@media (max-width: 567px) {
  .service .sec03 {
    padding-top: 80.3em;
  }
}
.service .sec03 .container {
  background-image: url(../images/service/sec03-bg.jpg);
  background-size: 1350em 463em;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 120em;
}
@media (max-width: 567px) {
  .service .sec03 .container {
    background-image: url(../images/service/sec03-bg-sp.jpg);
    background-size: 100% 1235em;
    margin-bottom: 39.8em;
  }
}
.service .sec03 .title-area {
  margin-bottom: 50em;
  text-align: center;
}
@media (max-width: 567px) {
  .service .sec03 .title-area {
    margin-bottom: 29.6em;
  }
}
.service .sec03 .title-area h2 {
  margin-bottom: 25.8em;
}
@media (max-width: 567px) {
  .service .sec03 .title-area h2 {
    margin-bottom: 11.3em;
  }
}
.service .sec03 .title-area h2 img {
  display: block;
  width: 261.36em;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .service .sec03 .title-area h2 img {
    width: 181.71;
  }
}
.service .sec03 .title-area p {
  text-align: center;
  font-size: 15em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .service .sec03 .title-area p {
    font-size: 14em;
  }
}
.service .sec03 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 92.3em;
  background-color: #fff;
}
@media (max-width: 567px) {
  .service .sec03 .items {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.service .sec03 .items .item {
  width: 420em;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 567px) {
  .service .sec03 .items .item {
    width: 100%;
    margin-bottom: 19.9em;
    border: none;
  }
}
.service .sec03 .items .item:last-of-type {
  margin-bottom: 0;
}
.service .sec03 .items .item__top {
  height: 192em;
}
@media (max-width: 567px) {
  .service .sec03 .items .item__top {
    height: 153em;
  }
}
.service .sec03 .items .item__top img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service .sec03 .items .item__bottom {
  padding: 36.7em 45em 45em 45em;
  background-color: #fff;
}
@media (max-width: 567px) {
  .service .sec03 .items .item__bottom {
    padding: 27.7em 37em 40.5em;
  }
}
.service .sec03 .items .item__bottom--title {
  font-size: 15em;
  font-weight: 500;
  color: #09232f;
  margin-bottom: 2.53em;
}
@media (max-width: 567px) {
  .service .sec03 .items .item__bottom--title {
    margin-bottom: 1.19em;
  }
}
.service .sec03 .items .item__bottom--txt p {
  font-size: 14em;
  font-weight: 500;
  line-height: 1.85;
}
.service .sec03 .items .item:last-of-type {
  border-right: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
service end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
company start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.company .fv-child {
  background-image: url(../images/company/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .company .fv-child {
    background-image: url(../images/company/fv-bg-sp.jpg);
  }
}
.company .fv-child .fv-img {
  width: 710.31em;
}
@media (max-width: 567px) {
  .company .fv-child .fv-img {
    width: 229.39em;
  }
}
@media (max-width: 567px) {
  .company .sec02 .title::before {
    width: 120em !important;
  }
}
.company .sec01 .title,
.company .sec02 .title,
.company .sec03 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e0dfda;
  position: relative;
  margin-bottom: 50em;
  margin-right: 55.5em;
}
@media (max-width: 567px) {
  .company .sec01 .title,
.company .sec02 .title,
.company .sec03 .title {
    margin-right: 0;
    margin-bottom: 30.3em;
    padding-bottom: 10em;
  }
}
.company .sec01 .title::before,
.company .sec02 .title::before,
.company .sec03 .title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 140em;
  background-color: #2c2c2c;
}
@media (max-width: 567px) {
  .company .sec01 .title::before,
.company .sec02 .title::before,
.company .sec03 .title::before {
    width: 80em;
  }
}
.company .sec01 .title__left,
.company .sec02 .title__left,
.company .sec03 .title__left {
  font-size: 30em;
  font-weight: 700;
}
@media (max-width: 567px) {
  .company .sec01 .title__left,
.company .sec02 .title__left,
.company .sec03 .title__left {
    font-size: 18em;
  }
}
.company .sec01 .title__right img,
.company .sec02 .title__right img,
.company .sec03 .title__right img {
  display: block;
  margin-left: auto;
  width: 442.45em;
}
@media (max-width: 567px) {
  .company .sec01 .title__right img,
.company .sec02 .title__right img,
.company .sec03 .title__right img {
    width: 180.42em;
  }
}
.company .sec01 {
  padding-top: 133.5em;
  padding-bottom: 130em;
}
@media (max-width: 567px) {
  .company .sec01 {
    padding-top: 52.5em;
    padding-bottom: 38em;
  }
}
.company .sec01 .inner {
  padding: 0 100em 0 170em;
}
@media (max-width: 567px) {
  .company .sec01 .inner {
    padding: 0 20em;
  }
}
.company .sec01 .sub-title {
  margin-bottom: 50em;
}
@media (max-width: 567px) {
  .company .sec01 .sub-title {
    margin-bottom: 30em;
  }
}
.company .sec01 .sub-title span {
  display: inline-block;
  color: #fff;
  font-size: 23em;
  font-weight: 500;
  line-height: 1.74;
  padding: 0 0.5em;
  background: rgb(42, 136, 183);
  background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
}
@media (max-width: 567px) {
  .company .sec01 .sub-title span {
    font-size: 17em;
    margin-bottom: 0.59em;
  }
}
.company .sec01 .sub-title span:first-of-type {
  margin-bottom: 0.22em;
}
@media (max-width: 567px) {
  .company .sec01 .sub-title span:first-of-type {
    margin-bottom: 0.59em;
  }
}
@media (max-width: 567px) {
  .company .sec01 .sub-title span:last-of-type {
    margin-bottom: 0;
  }
}
.company .sec01 .txt {
  margin-bottom: 40em;
}
@media (max-width: 567px) {
  .company .sec01 .txt {
    margin-bottom: 56em;
  }
}
.company .sec01 .txt p {
  font-size: 16em;
  line-height: 2;
}
@media (max-width: 567px) {
  .company .sec01 .txt p {
    font-size: 14em;
  }
}
.company .sec01 dl {
  margin-bottom: 40em;
}
@media (max-width: 567px) {
  .company .sec01 dl {
    margin-bottom: 25em;
  }
}
.company .sec01 dl dt {
  margin-bottom: 10em;
}
.company .sec01 dl dt span {
  font-size: 17em;
  font-weight: 500;
  color: #fff;
  line-height: 1.53;
  padding: 0 0.5em 0.1em;
  background: rgb(42, 136, 183);
  background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
}
@media (max-width: 567px) {
  .company .sec01 dl dt span {
    font-size: 18em;
  }
}
.company .sec01 dl dd {
  font-size: 19em;
  line-height: 2;
}
@media (max-width: 567px) {
  .company .sec01 dl dd {
    font-size: 14em;
  }
}
.company .sec02 .inner {
  padding: 70em 0 80em 170em;
  margin-right: 100em;
  background-color: rgba(0, 87, 130, 0.1);
}
@media (max-width: 567px) {
  .company .sec02 .inner {
    padding: 48em 20em 62em;
    margin-right: 0;
  }
}
.company .sec02 .title__right img {
  width: 427.48em;
}
@media (max-width: 567px) {
  .company .sec02 .title__right img {
    width: 184em;
  }
}
.company .sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .company .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.company .sec02 .item__left {
  width: 473em;
  margin-right: 96em;
}
@media (max-width: 567px) {
  .company .sec02 .item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50em;
  }
}
.company .sec02 .item__left--top {
  margin-bottom: 70em;
}
@media (max-width: 567px) {
  .company .sec02 .item__left--top {
    margin-bottom: 50em;
  }
}
.company .sec02 .item__left--top img {
  display: block;
  width: 100%;
}
.company .sec02 .item__left--bottom p {
  font-size: 15em;
  line-height: 2.13;
}
@media (max-width: 567px) {
  .company .sec02 .item__left--bottom p {
    line-height: 1.86;
  }
}
.company .sec02 .item__right {
  padding-right: 120em;
  width: calc(100% - 473em - 96em);
}
@media (max-width: 567px) {
  .company .sec02 .item__right {
    padding-right: 0;
    width: 100%;
  }
}
.company .sec02 .item__right--top {
  margin-bottom: 30em;
}
@media (max-width: 567px) {
  .company .sec02 .item__right--top {
    margin-bottom: 40em;
  }
}
.company .sec02 .item__right--top p {
  font-size: 17em;
  font-weight: 700;
  line-height: 2;
  color: #005782;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .company .sec02 .item__right--top p {
    font-size: 15em;
    line-height: 1.86;
  }
}
.company .sec02 .item__right--bottom p {
  font-size: 16em;
  line-height: 2;
}
@media (max-width: 567px) {
  .company .sec02 .item__right--bottom p {
    font-size: 14em;
  }
}
.company .sec02 .item__right--bottom p span {
  display: block;
  font-weight: 700;
  margin-top: 2em;
}
@media (max-width: 567px) {
  .company .sec02 .item__right--bottom p span {
    text-align: right;
  }
}
.company .sec03 {
  padding-top: 90em;
  padding-bottom: 100em;
}
@media (max-width: 567px) {
  .company .sec03 {
    padding-top: 50em;
    padding-bottom: 39.5em;
  }
}
.company .sec03 .title__right {
  height: 65.73em;
}
@media (max-width: 567px) {
  .company .sec03 .title__right {
    height: auto;
  }
}
.company .sec03 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17em 10em;
}
.company .sec03 dl:nth-of-type(odd) {
  background-color: rgba(0, 87, 130, 0.06);
}
.company .sec03 dl dt {
  width: 140em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .company .sec03 dl dt {
    width: 100em;
  }
}
.company .sec03 dl dt span {
  font-size: 16em;
  font-weight: 500;
  line-height: 1.625;
}
@media (max-width: 567px) {
  .company .sec03 dl dt span {
    font-size: 15em;
    line-height: 1.73;
  }
}
.company .sec03 dl dd {
  width: calc(100% - 140em);
}
@media (max-width: 567px) {
  .company .sec03 dl dd {
    width: calc(100% - 100em);
  }
}
.company .sec03 dl dd span {
  font-size: 14em;
  line-height: 1.78;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
company end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
voice start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.voice .fv-child {
  background-image: url(../images/voice/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .voice .fv-child {
    background-image: url(../images/voice/fv-bg-sp.jpg);
  }
}
.voice .fv-child .fv-img {
  width: 408.96em;
}
@media (max-width: 567px) {
  .voice .fv-child .fv-img {
    width: 190.11em;
  }
}
.voice .sec01 {
  padding-top: 160em;
  padding-bottom: 140em;
}
@media (max-width: 567px) {
  .voice .sec01 {
    padding-top: 70em;
    padding-bottom: 59.5em;
  }
}
.voice .sec01 .inner {
  padding: 0 170em;
}
@media (max-width: 567px) {
  .voice .sec01 .inner {
    padding: 0 20em;
  }
}
.voice .sec01 .archive__item {
  margin-bottom: 130em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60em;
  }
}
.voice .sec01 .archive__item:nth-of-type(2n) .archive__item__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  margin-left: 26em;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item:nth-of-type(2n) .archive__item__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
}
.voice .sec01 .archive__item:nth-of-type(2n) .archive__item__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item:nth-of-type(2n) .archive__item__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.voice .sec01 .archive__item:last-of-type {
  margin-bottom: 0;
}
.voice .sec01 .archive__item__left {
  width: 332em;
  max-width: 100%;
  margin-right: 26em;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15em;
  }
}
.voice .sec01 .archive__item__left img {
  display: block;
  width: 100%;
}
.voice .sec01 .archive__item__right {
  width: calc(100% - 332em - 26em);
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__right {
    width: 100%;
  }
}
.voice .sec01 .archive__item__right .tag {
  font-size: 13em;
  font-weight: 700;
  color: #005782;
  margin-bottom: 1em;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__right .tag {
    margin-bottom: 0.6em;
  }
}
.voice .sec01 .archive__item__right h2 {
  font-size: 26em;
  font-weight: 700;
  margin-bottom: 0.8em;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__right h2 {
    font-size: 17em;
    margin-bottom: 0.59em;
    line-height: 1.76;
  }
}
.voice .sec01 .archive__item__right .name {
  font-size: 17em;
  font-weight: 700;
  margin-bottom: 1.7em;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__right .name {
    font-size: 14em;
    margin-bottom: 1.43em;
  }
}
.voice .sec01 .archive__item__right p {
  font-size: 16em;
  line-height: 2;
}
@media (max-width: 567px) {
  .voice .sec01 .archive__item__right p {
    font-size: 14em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
voice end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
contact start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact .complete,
.contact .error {
  font-size: 20px;
  text-align: center;
  margin: 20px auto;
  line-height: 1.5;
}
@media (max-width: 567px) {
  .contact .complete,
.contact .error {
    font-size: 18px;
  }
}
.contact .complete {
  color: #005782;
}
.contact .error {
  color: #ff0000;
}
.contact .fv-child {
  background-image: url(../images/contact/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .contact .fv-child {
    background-image: url(../images/contact/fv-bg-sp.jpg);
  }
}
.contact .fv-child .fv-img {
  width: 654.74em;
}
@media (max-width: 567px) {
  .contact .fv-child .fv-img {
    width: 235em;
  }
}
.contact .sec01 {
  padding-top: 130px;
  padding-bottom: 123px;
}
@media (max-width: 567px) {
  .contact .sec01 {
    padding-top: 60px;
    padding-bottom: 50.5px;
  }
}
.contact .sec01 .inner {
  padding: 0 20px;
}
.contact .sec01 .message {
  font-size: 15px;
  line-height: 2;
  width: 1010px;
  max-width: 100%;
  margin: 0 auto 43px;
}
@media (max-width: 567px) {
  .contact .sec01 .message {
    font-size: 14px;
    margin-bottom: 73px;
  }
}
.contact .sec01 .form-area {
  width: 1010px;
  max-width: 100%;
  margin: 0 auto;
}
.contact .sec01 .form-area form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 1px solid #d5d5d5;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.contact .sec01 .form-area form dl:last-of-type {
  border-bottom: 1px solid #d5d5d5;
}
.contact .sec01 .form-area form dl dt {
  font-size: 15px;
  font-weight: 700;
  width: 28%;
  position: relative;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 13px;
    margin-bottom: 25px;
  }
}
.contact .sec01 .form-area form dl dt span {
  font-size: 12px;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl dt span {
    font-size: 11px;
  }
}
.contact .sec01 .form-area form dl dt .red {
  color: #c13d3d;
  border-bottom: 1px solid #c13d3d;
}
.contact .sec01 .form-area form dl dt .gray {
  color: #727272;
}
.contact .sec01 .form-area form dl dt .red,
.contact .sec01 .form-area form dl dt .gray {
  position: absolute;
  right: 39px;
  top: 3px;
  font-weight: normal;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl dt .red,
.contact .sec01 .form-area form dl dt .gray {
    position: static;
    margin-left: 25px;
  }
}
.contact .sec01 .form-area form dl dt .small {
  font-weight: normal;
  font-size: 11px;
  margin-top: 10px;
}
.contact .sec01 .form-area form dl dd {
  font-size: 17px;
  font-weight: normal;
  width: 72%;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl dd {
    width: 100%;
  }
}
.contact .sec01 .form-area form dl dd .text-test {
  background-color: #f5f5f5;
  border: none;
}
.contact .sec01 .form-area form dl dd .text-test::-webkit-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .text-test::-moz-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .text-test:-ms-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .text-test::-ms-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .text-test::placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .textarea-text {
  height: 230px;
  background-color: #f5f5f5;
  border: none;
}
.contact .sec01 .form-area form dl dd .textarea-text::-webkit-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .textarea-text::-moz-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .textarea-text:-ms-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .textarea-text::-ms-input-placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .textarea-text::placeholder {
  color: #acacac;
}
.contact .sec01 .form-area form dl dd .radio-test + span::after {
  background: #434242;
}
.contact .sec01 .form-area form dl dd .radio-test + span::before {
  border: 1px solid #707070;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl.radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl.radio dt {
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl.radio dt .red {
    position: absolute;
    display: inline-block;
    right: auto;
    margin-left: 0;
    left: 115px;
  }
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form dl.radio dd {
    width: 50%;
  }
}
.contact .sec01 .form-area form dl.top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact .sec01 .form-area form dl.top dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .sec01 .form-area form dl.top dd label {
  margin-bottom: 25px;
}
.contact .sec01 .form-area form dl.top dd label:last-of-type {
  margin-bottom: 0;
}
.contact .sec01 .form-area form .privacy-area {
  text-align: center;
  margin-top: 72px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form .privacy-area {
    margin-top: 42px;
    margin-bottom: 5px;
  }
}
.contact .sec01 .form-area form .privacy-area .check-test {
  -webkit-appearance: auto !important;
     -moz-appearance: auto !important;
          appearance: auto !important;
}
.contact .sec01 .form-area form .privacy-area .check-test + span {
  padding: 0 0 0 2em;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form .privacy-area .privacy-link {
    display: none;
  }
}
.contact .sec01 .form-area form .privacy-area a {
  display: inline-block;
  color: #c13d3d;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #c13d3d;
}
.contact .sec01 .form-area form .privacy-message {
  display: none;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form .privacy-message {
    font-size: 14em;
    display: block;
    margin-bottom: 28px;
  }
}
.contact .sec01 .form-area form .privacy-message .privacy-link {
  color: #c13d3d;
  margin-right: 30px;
  border-bottom: 1px solid #c13d3d;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form .privacy-message .privacy-link {
    font-size: 14px;
    margin-right: 10px;
  }
}
.contact .sec01 .form-area form .btn-area .btn {
  border-radius: 10px;
  width: 500px;
  height: 70px;
  background: rgb(42, 136, 183);
  background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .contact .sec01 .form-area form .btn-area .btn {
    width: 220px;
    height: 45px;
    font-size: 12px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
contact end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.privacy .sec01 {
  padding-top: 230px;
  padding-bottom: 120px;
}
@media (max-width: 567px) {
  .privacy .sec01 {
    padding-top: 98px;
    padding-bottom: 58.5px;
  }
}
.privacy .sec01 .inner {
  padding: 0 20px;
}
.privacy .sec01 .title-area {
  margin-bottom: 78px;
}
@media (max-width: 567px) {
  .privacy .sec01 .title-area {
    margin-bottom: 48px;
  }
}
.privacy .sec01 .title-area .title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
}
@media (max-width: 567px) {
  .privacy .sec01 .title-area .title {
    font-size: 20px;
  }
}
.privacy .sec01 .content {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.privacy .sec01 .content p {
  font-size: 16px;
  line-height: 1.875;
  color: #535353;
}
@media (max-width: 567px) {
  .privacy .sec01 .content p {
    font-size: 14px;
    line-height: 2;
  }
}
.privacy .header {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .privacy .header {
    background-color: transparent;
  }
}
.privacy .header .header__left .logo a {
  width: 53px;
  height: 65px;
  background-image: url(../images/logo-color.svg);
  background-size: 53px 65px;
}
@media (max-width: 1000px) {
  .privacy .header .header__left .logo a {
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
  }
}
.privacy .header .header__right .nav .contact-item {
  background-color: #005782;
}
@media (max-width: 1000px) {
  .privacy .header .header__right .nav .contact-item {
    background-color: transparent;
  }
}
.privacy .header .header__right .nav .contact-item a {
  color: #fff;
}
.privacy .header .header__right .nav-item {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .privacy .header .header__right .nav-item {
    background-color: transparent;
  }
}
.privacy .header .header__right .nav-item:first-of-type a {
  border-left: 1px dotted #005782;
}
@media (max-width: 1000px) {
  .privacy .header .header__right .nav-item:first-of-type a {
    background-color: transparent;
  }
}
.privacy .header .header__right .nav-item a {
  color: #005782;
  border-right: 1px dotted #005782;
  border-bottom: 1px dotted #005782;
}
@media (max-width: 1000px) {
  .privacy .header .header__right .nav-item a {
    border: none;
    color: #fff;
  }
}
.privacy .header .burger .box .line::before {
  background-color: #005782;
}
.privacy .header .burger .box .line::after {
  background-color: #005782;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
privacy end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  z-index: 9997;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .header {
    height: 62px;
  }
}
.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #005782;
  z-index: 1;
}
.header.change {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .header.change {
    background-color: transparent;
  }
}
.header.change::before {
  display: none;
}
.header.change .header__left .logo a {
  width: 53px;
  height: 65px;
  background-image: url(../images/logo-color.svg);
  background-size: 53px 65px;
}
@media (max-width: 1000px) {
  .header.change .header__left .logo a {
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
  }
}
.header.change .header__right .nav .contact-item {
  background-color: #005782;
}
@media (max-width: 1000px) {
  .header.change .header__right .nav .contact-item {
    background-color: transparent;
  }
}
.header.change .header__right .nav .contact-item a {
  color: #fff;
}
.header.change .header__right .nav-item {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .header.change .header__right .nav-item {
    background-color: transparent;
  }
}
.header.change .header__right .nav-item:first-of-type a {
  border-left: 1px dotted #005782;
}
@media (max-width: 1000px) {
  .header.change .header__right .nav-item:first-of-type a {
    border: none;
  }
}
.header.change .header__right .nav-item a {
  color: #005782;
  border-right: 1px dotted #005782;
  border-bottom: 1px dotted #005782;
}
@media (max-width: 1000px) {
  .header.change .header__right .nav-item a {
    color: #fff;
    border: none;
  }
}
.header.change .burger .box .line {
  background-color: transparent;
}
.header.change .burger .box .line::before {
  background-color: #005782;
}
.header.change .burger .box .line::after {
  background-color: #005782;
}
.header.active .header__right {
  left: 0;
}
.header.active .burger .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header.active .burger .box .line::before {
  background-color: #fff;
  width: 17.48px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.header.active .burger .box .line::after {
  background-color: #fff;
  width: 17.48px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.header .container {
  width: 100%;
  height: 100%;
}
.header .inner {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__left {
  margin-left: 70px;
}
@media (max-width: 1000px) {
  .header__left {
    margin-left: 20px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__left .logo {
  position: relative;
}
.header__left .logo span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}
.header__left .logo a {
  display: block;
  width: 55px;
  height: 69px;
  background-image: url(../images/logo-white.svg);
  background-size: 55px 69px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1000px) {
  .header__left .logo a {
    width: 34px;
    height: 42px;
    background-size: 34px 42px;
  }
}
.header__right {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .header__right {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: rgb(42, 136, 183);
    background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
    background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
    z-index: 9998;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.header__right .nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .header__right .nav {
    width: 200px;
    margin: 127px auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.header__right .nav .contact-item {
  background-color: #005782;
}
@media (max-width: 1000px) {
  .header__right .nav .contact-item {
    background-color: transparent;
  }
}
.header__right .nav-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .header__right .nav-item {
    height: auto;
    margin-right: 0;
    width: 100%;
  }
}
.header__right .nav-item:first-of-type a {
  border-left: 1px dotted #fff;
}
@media (max-width: 1000px) {
  .header__right .nav-item:first-of-type a {
    border: none;
  }
}
.header__right .nav-item a {
  display: inline-block;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 50px;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
@media (max-width: 1000px) {
  .header__right .nav-item a {
    width: 100%;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 16.5px 0;
    border: none;
  }
}
.header .burger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
}
@media (max-width: 1000px) {
  .header .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header .burger .box .line {
  width: 17.48px;
  height: 1.5px;
  background-color: transparent;
  position: relative;
}
.header .burger .box .line::before {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .burger .box .line::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  padding-top: 65.6px;
  padding-bottom: 20.6px;
  background: rgb(42, 136, 183);
  background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
}
@media (max-width: 1110px) {
  .footer {
    padding-top: 48px;
  }
}
.footer .inner {
  padding: 0 0 0 100px;
}
@media (max-width: 1110px) {
  .footer .inner {
    padding: 0;
  }
}
.footer .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 127.5px;
}
@media (max-width: 1110px) {
  .footer .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 58px;
  }
}
.footer .item__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .footer .item__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .item__left .logo {
  margin-right: 30.8px;
}
@media (max-width: 1110px) {
  .footer .item__left .logo {
    margin-right: 15.8px;
  }
}
.footer .item__left .logo img {
  display: block;
  width: 48px;
  max-width: none;
}
@media (max-width: 1110px) {
  .footer .item__left .logo img {
    width: 48px;
  }
}
.footer .item__left--name {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 1110px) {
  .footer .item__left--name {
    font-size: 10px;
  }
}
@media (max-width: 1110px) {
  .footer .item__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.footer .item__right ul {
  margin-left: 153px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1110px) {
  .footer .item__right ul {
    width: 200px;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1110px) {
  .footer .item__right ul li {
    width: 100%;
    height: 100%;
  }
}
.footer .item__right ul li a {
  font-size: 15px;
  color: #fff;
  padding: 25px 25px;
  border-right: 1px dotted #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media (max-width: 1110px) {
  .footer .item__right ul li a {
    border: none;
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
  }
}
.footer .item__right ul li:last-of-type a {
  border-right: none;
}
.footer .copy-right {
  font-size: 10px;
  color: #fff;
  text-align: center;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.top .fv {
  height: 766em;
  background-image: url(../images/top/fv-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .top .fv {
    height: 500em;
    background-image: url(../images/top/fv-bg-sp.jpg);
  }
}
.top .fv .container {
  position: relative;
  height: 100%;
}
.top .fv .container .scroll {
  position: absolute;
  bottom: 160em;
  right: 85em;
}
@media (max-width: 567px) {
  .top .fv .container .scroll {
    display: none;
  }
}
.top .fv .container .scroll::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 54em;
  width: 1px;
  height: 89em;
  background-color: #222584;
}
.top .fv .inner {
  overflow: visible;
}
.top .fv .inner__txt {
  margin-top: 355.5em;
  margin-bottom: 106.9em;
}
@media (max-width: 567px) {
  .top .fv .inner__txt {
    margin-top: 296em;
  }
}
.top .fv .inner__txt--top {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "Times New Roman", "MS PMincho", serif;
  font-size: 24em;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1.16em;
}
@media (max-width: 567px) {
  .top .fv .inner__txt--top {
    font-size: 20em;
    line-height: 1.85;
  }
}
.top .fv .inner__txt--top .pc {
  display: inline-block;
}
@media (max-width: 567px) {
  .top .fv .inner__txt--top .pc {
    display: none;
  }
}
.top .fv .inner__txt--bottom img {
  display: block;
  width: 403.71em;
}
@media (max-width: 567px) {
  .top .fv .inner__txt--bottom img {
    width: 286.8em;
  }
}
.top .fv .inner__link a {
  display: inline-block;
}
.top .fv .inner__link a img {
  display: block;
  width: 168.75em;
}
.top .sec01 {
  padding-top: 127.5em;
  padding-bottom: 140em;
}
@media (max-width: 567px) {
  .top .sec01 {
    padding-top: 60em;
    padding-bottom: 124em;
  }
}
.top .sec01 .inner {
  padding: 0 0 0 100em;
}
@media (max-width: 567px) {
  .top .sec01 .inner {
    padding: 0 20em;
  }
}
.top .sec01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .top .sec01 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    flex-direction: column;
  }
}
.top .sec01 .item__left {
  margin-top: 82.8em;
  width: calc(100% - 584em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .top .sec01 .item__left {
    margin-top: 0;
    margin-bottom: 28.6em;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec01 .item__left--title {
  width: 76.7em;
  margin-right: 173em;
}
@media (max-width: 567px) {
  .top .sec01 .item__left--title {
    width: 198.59em;
    margin-right: 0;
    margin-bottom: 24.9em;
  }
}
.top .sec01 .item__left--title img {
  display: block;
  width: 100%;
}
.top .sec01 .item__left--content {
  margin-top: 51em;
  width: calc(100% - 76.7em - 173em);
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content {
    width: 100%;
    margin-top: 0;
  }
}
.top .sec01 .item__left--content .top {
  font-size: 31em;
  font-weight: 700;
  line-height: 1.77;
  position: relative;
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content .top {
    font-size: 18em;
    line-height: 2.16;
  }
}
.top .sec01 .item__left--content .top::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1.1em;
  width: 11.38em;
  height: 4px;
  background: rgb(42, 136, 183);
  background: -webkit-linear-gradient(294deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
  background: linear-gradient(156deg, rgb(42, 136, 183) 0%, rgb(0, 87, 130) 100%);
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content .top::before {
    width: 14.03em;
  }
}
.top .sec01 .item__left--content .bottom {
  margin-top: 76em;
  margin-bottom: 35.6em;
  width: 330em;
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content .bottom {
    margin-top: 56.3em;
    margin-bottom: 24.9em;
    width: 100%;
  }
}
.top .sec01 .item__left--content .bottom p {
  font-size: 16em;
  line-height: 1.75;
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content .bottom p {
    line-height: 2;
  }
}
.top .sec01 .item__left--content .link img {
  display: block;
  width: 172.43em;
  margin-left: auto;
  margin-right: 166em;
}
@media (max-width: 567px) {
  .top .sec01 .item__left--content .link img {
    margin-right: 0;
    width: 148.34em;
  }
}
.top .sec01 .item__right {
  width: 584em;
}
@media (max-width: 567px) {
  .top .sec01 .item__right {
    width: 100%;
  }
}
.top .sec01 .item__right img {
  display: block;
  width: 100%;
}
.top .sec02 {
  margin-bottom: 236em;
  padding-top: 91.3em;
  height: 500em;
  overflow: visible;
  background-image: url(../images/top/sec02-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .top .sec02 {
    padding-top: 42.3em;
    margin-bottom: 0;
    height: 678em;
    background-image: url(../images/top/sec02-bg-sp.jpg);
  }
}
.top .sec02 .title {
  margin-bottom: 95em;
}
@media (max-width: 567px) {
  .top .sec02 .title {
    margin-bottom: 43.3em;
  }
}
.top .sec02 .title img {
  display: block;
  width: 422.45em;
}
@media (max-width: 567px) {
  .top .sec02 .title img {
    width: 233.47em;
  }
}
.top .sec02 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .top .sec02 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top .sec02 .items .item {
  width: 600em;
  height: 340em;
  padding: 45em 30em 5em 40em;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 567px) {
  .top .sec02 .items .item {
    width: 100%;
    height: 197em;
    padding: 20em 10em 0 22.8em;
    margin-bottom: 50em;
  }
}
@media (max-width: 567px) {
  .top .sec02 .items .item:last-of-type {
    margin-bottom: 0;
  }
}
.top .sec02 .items .item::before {
  position: absolute;
  content: "";
  left: 65.5em;
  top: 0;
  width: 1.5px;
  height: 65em;
  background-color: #005782;
}
@media (max-width: 567px) {
  .top .sec02 .items .item::before {
    left: 42em;
    height: 36.29em;
  }
}
.top .sec02 .items .item__left {
  width: 26.3em;
  margin-right: 24.1em;
}
@media (max-width: 567px) {
  .top .sec02 .items .item__left {
    width: 16.07em;
    margin-right: 17.1em;
  }
}
.top .sec02 .items .item__left img {
  display: block;
  width: 100%;
}
.top .sec02 .items .item__right {
  width: calc(100% - 26.3em - 24.1em);
  color: #005782;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .top .sec02 .items .item__right {
    width: calc(100% - 16.07em - 17.1em);
  }
}
.top .sec02 .items .item__right--top .title {
  font-size: 17em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 567px) {
  .top .sec02 .items .item__right--top .title {
    font-size: 14em;
    white-space: nowrap;
    line-height: 1.43;
    margin-bottom: 0.5em;
  }
}
.top .sec02 .items .item__right--top .txt p {
  font-size: 16em;
  line-height: 1.8;
}
@media (max-width: 567px) {
  .top .sec02 .items .item__right--top .txt p {
    font-size: 14em;
    line-height: 2;
  }
}
.top .sec02 .items .item__right--bottom a {
  display: block;
  margin-left: auto;
}
.top .sec02 .items .item__right--bottom a img {
  display: block;
  margin-left: auto;
  width: 172.43em;
}
@media (max-width: 567px) {
  .top .sec02 .items .item__right--bottom a img {
    width: 143.87em;
  }
}
.top .sec03 {
  padding-top: 100em;
  padding-bottom: 55em;
  background-color: rgba(0, 87, 130, 0.1);
}
@media (max-width: 567px) {
  .top .sec03 {
    padding-top: 60em;
    padding-bottom: 40.7em;
  }
}
.top .sec03 .title-area {
  margin-bottom: 70em;
  text-align: center;
}
@media (max-width: 567px) {
  .top .sec03 .title-area {
    margin-bottom: 54.1em;
  }
}
.top .sec03 .title-area h2 {
  margin-bottom: 25.8em;
}
@media (max-width: 567px) {
  .top .sec03 .title-area h2 {
    margin-bottom: 9.4em;
  }
}
.top .sec03 .title-area h2 img {
  display: block;
  width: 216.99em;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .top .sec03 .title-area h2 img {
    width: 119.92em;
  }
}
.top .sec03 .title-area p {
  text-align: center;
  font-size: 15em;
  font-weight: 500;
}
@media (max-width: 567px) {
  .top .sec03 .title-area p {
    font-size: 14em;
  }
}
.top .sec03 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 567px) {
  .top .sec03 .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top .sec03 .items .item {
  width: 340em;
  background-color: #fff;
  border-radius: 5px;
  padding: 30em 30em 44em;
  margin-bottom: 50em;
}
@media (max-width: 567px) {
  .top .sec03 .items .item {
    width: 100%;
    padding: 30em 25em 35em;
    margin-bottom: 40em;
  }
}
.top .sec03 .items .item__top {
  margin-bottom: 23em;
}
@media (max-width: 567px) {
  .top .sec03 .items .item__top {
    margin-bottom: 34em;
  }
}
.top .sec03 .items .item__top img {
  display: block;
  width: 170em;
  margin: 0 auto;
}
.top .sec03 .items .item__title {
  font-size: 17em;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 567px) {
  .top .sec03 .items .item__title {
    font-size: 17em;
    margin-bottom: 1.18em;
  }
}
.top .sec03 .items .item__bottom p {
  font-size: 16em;
  line-height: 1.8;
}
@media (max-width: 567px) {
  .top .sec03 .items .item__bottom p {
    font-size: 14em;
    line-height: 2.07;
  }
}
.top .sec03 .items .item__bottom .name {
  text-align: center;
  margin-top: 2em;
}
@media (max-width: 567px) {
  .top .sec03 .items .item__bottom .name {
    font-size: 15em;
    margin-top: 3.33em;
  }
}
.top .sec03 .items .item:first-of-type .item__title {
  line-height: 3.4;
}
@media (max-width: 567px) {
  .top .sec03 .items .item:first-of-type .item__title {
    line-height: 1.7;
  }
}
.top .sec03 .link {
  text-align: right;
}
@media (max-width: 567px) {
  .top .sec03 .link {
    text-align: center;
  }
}
.top .sec03 .link a {
  display: inline-block;
  margin-left: auto;
}
.top .sec03 .link a img {
  width: 172.43em;
}
@media (max-width: 567px) {
  .top .sec03 .link a img {
    width: 144.28em;
  }
}
.top .sec04 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .top .sec04 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec04 .item__left {
  padding-top: 100em;
  padding-bottom: 78em;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .top .sec04 .item__left {
    padding: 30em 20em 22.4em;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .sec04 .item__left--title {
  width: 43.83em;
  margin-right: 56.2em;
  position: relative;
  top: 10em;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--title {
    position: static;
    width: 250.38em;
    margin-right: 0;
    margin-bottom: 28.1em;
  }
}
.top .sec04 .item__left--title img {
  display: block;
  width: 100%;
}
.top .sec04 .item__left--content {
  width: calc(100% - 43.83em - 56.2em);
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content {
    width: 100%;
  }
}
.top .sec04 .item__left--content .top {
  margin-bottom: 47.6em;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .top {
    margin-bottom: 30em;
  }
}
.top .sec04 .item__left--content .top__title {
  font-size: 34em;
  font-weight: 500;
  line-height: 1.44;
  margin-bottom: 0.67em;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .top__title {
    font-size: 24em;
    line-height: 1.41;
    margin-bottom: 1.08em;
  }
}
.top .sec04 .item__left--content .top__txt {
  font-size: 14em;
  font-weight: 500;
  line-height: 2;
}
.top .sec04 .item__left--content .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top .sec04 .item__left--content .bottom .address {
  font-size: 15em;
  font-weight: 500;
  line-height: 2.8;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .bottom .address {
    font-size: 14em;
    line-height: 1;
    margin-bottom: 2.14em;
  }
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .bottom .address .tel {
    margin-bottom: 0.785em;
  }
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .bottom .link {
    margin: 0 auto;
  }
}
.top .sec04 .item__left--content .bottom .link img {
  display: block;
  width: 211.43em;
  margin-left: 120em;
}
@media (max-width: 567px) {
  .top .sec04 .item__left--content .bottom .link img {
    width: 177.81em;
    margin: 0 auto;
  }
}
.top .sec04 .item__right {
  background: rgb(40, 98, 175);
  background: -webkit-linear-gradient(305deg, rgba(40, 98, 175, 0.7) 0%, rgb(40, 98, 175) 100%);
  background: linear-gradient(145deg, rgba(40, 98, 175, 0.7) 0%, rgb(40, 98, 175) 100%);
  padding-top: 100em;
  padding-bottom: 78em;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .top .sec04 .item__right {
    width: 100%;
    padding-right: 20em;
    padding-bottom: 62.9em;
  }
}
.top .sec04 .item__right--title {
  width: 43.83em;
  margin-right: 56.2em;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--title {
    width: 43.83em;
    margin-right: 46.2em;
  }
}
.top .sec04 .item__right--title img {
  display: block;
  width: 100%;
}
.top .sec04 .item__right--content {
  width: calc(100% - 43.83em - 56.2em);
  color: #fff;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--content {
    width: calc(100% - 43.83em - 46.2em);
  }
}
.top .sec04 .item__right--content .top {
  margin-bottom: 32.6em;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--content .top {
    margin-bottom: 78.6em;
  }
}
.top .sec04 .item__right--content .top__title {
  margin-bottom: 25em;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--content .top__title {
    margin-bottom: 11.1em;
  }
}
.top .sec04 .item__right--content .top__title img {
  display: block;
  width: 327em;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--content .top__title img {
    width: 224.8em;
  }
}
.top .sec04 .item__right--content .top__txt {
  font-size: 14em;
  font-weight: 500;
  line-height: 2;
}
.top .sec04 .item__right--content .bottom {
  margin-right: 100em;
}
@media (max-width: 567px) {
  .top .sec04 .item__right--content .bottom {
    margin-right: 79.7em;
  }
}
.top .sec04 .item__right--content .bottom .link img {
  display: block;
  width: 224em;
  margin-left: auto;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
top end
–––––––––––––––––––––––––––––––––––––––––––––––––– */