@charset "UTF-8";
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td, figure {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ul {
  list-style: none; }

caption, th {
  text-align: left; }

@font-face {
  font-family: 'noto sans';
  src: url("../fonts/NotoSansCJKjp-Medium.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'noto sans bold';
  src: url(" ../fonts/NotoSansJP-Bold.woff") format("truetype");
  font-display: swap; }
@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
  font-display: swap; }
/* html
------------------------------------------------- */
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth; }

/* body
------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-family: 'noto sans';
  line-height: 1.6;
  _display: inline;
  _zoom: 1; }
  body .pc {
    display: block; }
  body .sp {
    display: none; }

@media (min-device-width: 641px) and (max-device-width: 1024px) {
  body {
    min-width: 1024px; } }
@media (max-width: 640px) {
  body {
    min-width: 320px;
    max-width: 640px;
    font-size: 13px; }
    body img {
      width: 100%;
      height: auto; }
    body .pc {
      display: none; }
    body .sp {
      display: block; } }
/* wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  position: relative; }

/* header
------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .header__inner {
    max-width: 1920px;
    margin: 0 auto;
    position: relative; }
    .header__inner .logo {
      width: 234px;
      float: left;
      margin: 25px 0 0 50px; }
      .header__inner .logo .normal {
        display: block; }
      .header__inner .logo .after {
        display: none; }
      .header__inner .logo img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
    .header__inner--right {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      width: calc(100% - 284px);
      float: right; }
      .header__inner--right .gnav {
        margin-top: 45px; }
        .header__inner--right .gnav ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end; }
          .header__inner--right .gnav ul li:nth-child(4) a {
            border-right: none;
            padding: 0 60px 0 30px; }
          .header__inner--right .gnav ul li a {
            display: block;
            padding: 0 30px;
            color: #fff;
            font-family: 'noto sans bold';
            line-height: 1.0;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .header__inner--right .gnav ul li a:hover {
              color: #052864;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
      .header__inner--right .contact {
        width: 130px; }
        .header__inner--right .contact a {
          display: block;
          background: #052864;
          padding: 55px 0 30px;
          text-align: center;
          color: #fff;
          font-family: 'noto sans bold';
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          .header__inner--right .contact a:before {
            content: "";
            position: absolute;
            top: 27px;
            left: 50%;
            background: url("../img/common/icon_mail.png") no-repeat center center/cover;
            width: 26px;
            height: 20px;
            margin-left: -13px; }
          .header__inner--right .contact a:hover {
            background: #173f84;
            text-decoration: none;
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }
  .header.change, .header.low {
    background: #fff;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s; }
    .header.change .logo .normal, .header.low .logo .normal {
      display: none; }
    .header.change .logo .after, .header.low .logo .after {
      display: block; }
    .header.change .header__inner--right .gnav ul li a, .header.low .header__inner--right .gnav ul li a {
      color: #000; }
      .header.change .header__inner--right .gnav ul li a:hover, .header.low .header__inner--right .gnav ul li a:hover {
        color: #052864; }
    .header.change .header__inner--right .contact a:hover, .header.low .header__inner--right .contact a:hover {
      background: #173f84; }

@media (min-width: 641px) and (max-width: 1160px) {
  .header__inner .logo {
    margin: 25px 0 0 30px; }
  .header__inner--right {
    width: calc(100% - 264px); }
    .header__inner--right .gnav ul li:nth-child(4) a {
      padding: 0 50px 0 25px; }
    .header__inner--right .gnav ul li a {
      padding: 0 25px; } }
@media (max-width: 640px) {
  .header {
    background: #fff; }
    .header__inner {
      width: 100%;
      padding: 0; }
      .header__inner .logo {
        width: 38%;
        margin: 3% 0 0 3%; }
        .header__inner .logo img {
          vertical-align: middle; }
      .header__inner--right {
        display: none; }
      .header__inner--spmenu {
        width: 15%;
        float: right; }
        .header__inner--spmenu #panel-btn #panel-btn-icon {
          display: block;
          background: url("../img/common/btn_menu_sp.png") no-repeat center center;
          background-size: 100% auto;
          width: 100%;
          height: 100%;
          padding: 31% 0;
          position: relative;
          text-indent: -9999px;
          transition: 0.3s; }
          .header__inner--spmenu #panel-btn #panel-btn-icon.close {
            background: url("../img/common/btn_menu_close_sp.png") no-repeat center center;
            background-size: cover;
            transition: 0.3s; }
    .header .menu-box {
      display: block;
      position: fixed;
      top: 8%;
      left: 0;
      bottom: 0;
      background: #052864;
      width: 100%;
      z-index: 9996;
      overflow-y: scroll; }
      .header .menu-box:after {
        content: ""; }
      .header .menu-box .menu-box-inner {
        overflow: scroll;
        width: 80%;
        padding: 8% 10%; }
        .header .menu-box .menu-box-inner ul {
          margin-bottom: 15%; }
          .header .menu-box .menu-box-inner ul li a {
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 6% 0;
            text-align: left;
            color: #fff !important;
            font-size: 14px;
            line-height: 1.3;
            position: relative; }
            .header .menu-box .menu-box-inner ul li a:after {
              content: "";
              position: absolute;
              top: 27px;
              right: 3%;
              width: 6px;
              height: 6px;
              border-top: 2px solid #ccc;
              border-right: 2px solid #ccc;
              transform: rotate(45deg); }
            .header .menu-box .menu-box-inner ul li a:hover {
              text-decoration: none; }
        .header .menu-box .menu-box-inner .contact {
          width: 100%; }
          .header .menu-box .menu-box-inner .contact a {
            display: block;
            border: 1px solid #ccc;
            padding: 5% 0;
            text-align: center;
            color: #fff;
            font-size: 16px; }
            .header .menu-box .menu-box-inner .contact a span {
              padding-left: 30px;
              position: relative; }
              .header .menu-box .menu-box-inner .contact a span:before {
                content: "";
                position: absolute;
                top: 5px;
                left: 0;
                background: url("../img/common/icon_mail.png") no-repeat center center/cover;
                width: 22px;
                height: 18px; } }
/* article
------------------------------------------------- */
article {
  background: url("../img/common/bg_mv_low.png") no-repeat center top/100% auto;
  max-width: 1920px;
  margin: 0 auto; }
  article#top {
    background: none; }

.mv {
  background: url("../img/top/bg_mv.jpg") no-repeat center top;
  max-width: 1920px;
  min-height: 1080px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .mv__inner {
    max-width: 1500px;
    margin: 0 auto;
    padding: 400px 20px 0; }
    .mv__inner .catch {
      width: 50%; }
      .mv__inner .catch img {
        width: 100%;
        height: auto; }
    .mv__inner .btn_recruit {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 28%; }
      .mv__inner .btn_recruit img {
        width: 100%;
        height: auto; }

@media (min-width: 641px) and (max-width: 1160px) {
  .mv {
    background: url("../img/top/bg_mv.jpg") no-repeat center top/cover;
    min-height: 750px; }
    .mv__inner {
      padding: 230px 20px 0; }
      .mv__inner .catch {
        width: 50%; }
      .mv__inner .btn_recruit {
        width: 35%; } }
@media (max-width: 640px) {
  .mv {
    min-height: 0;
    margin-top: 14%; }
    .mv__inner {
      max-width: 90%;
      padding: 20% 0 30%; }
      .mv__inner .catch {
        width: 70%; }
      .mv__inner .btn_recruit {
        width: 50%; } }
.mvlow {
  max-width: 1920px;
  margin: 110px auto 0;
  padding-bottom: 120px; }
  .mvlow.imgno {
    padding-bottom: 60px; }
  .mvlow__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
    .mvlow__inner .h1_en {
      padding-top: 110px;
      color: #052864;
      font-size: 70px;
      font-family: 'Jost';
      letter-spacing: 0.1em;
      line-height: 1.2; }
    .mvlow__inner h1 {
      margin-bottom: 110px;
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0.1em; }
    .mvlow__inner .bread {
      margin: 0 auto 30px; }
      .mvlow__inner .bread .bread_inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .mvlow__inner .bread .bread_inner ul li {
          color: #000;
          font-size: 14px;
          letter-spacing: 0.1em; }
          .mvlow__inner .bread .bread_inner ul li a {
            color: #052864;
            font-size: 14px;
            text-decoration: none; }
            .mvlow__inner .bread .bread_inner ul li a:hover {
              text-decoration: underline; }
          .mvlow__inner .bread .bread_inner ul li a::after {
            display: inline-block;
            content: '-';
            margin: 0 12px;
            color: #000; }
    .mvlow__inner .box {
      position: absolute;
      bottom: -20px;
      left: 0;
      background: #052864;
      width: 230px;
      padding: 50px 50px;
      color: #fff; }
      .mvlow__inner .box .department {
        margin-bottom: 15px;
        letter-spacing: 0.1em; }
      .mvlow__inner .box .name {
        font-size: 36px;
        letter-spacing: 0.1em;
        line-height: 1.2; }
  .mvlow figure {
    max-width: 90%;
    margin-left: 10%; }
    .mvlow figure img {
      width: 100%;
      height: auto; }

@media (min-width: 641px) and (max-width: 1160px) {
  .mvlow {
    padding-bottom: 100px; }
    .mvlow.imgno {
      padding-bottom: 50px; }
    .mvlow__inner .h1_en {
      padding-top: 80px;
      font-size: 60px; }
    .mvlow__inner h1 {
      margin-bottom: 60px; }
    .mvlow figure {
      max-width: 95%;
      margin-left: 5%; } }
@media (max-width: 640px) {
  .mvlow {
    margin: 14% auto 0;
    padding-bottom: 10%; }
    .mvlow.imgno {
      padding-bottom: 6%; }
    .mvlow__inner {
      max-width: 94%;
      padding: 0; }
      .mvlow__inner .h1_en {
        padding-top: 10%;
        font-size: 36px; }
      .mvlow__inner h1 {
        margin-bottom: 12%;
        font-size: 14px; }
      .mvlow__inner .bread {
        margin: 0 auto 3%; }
        .mvlow__inner .bread .bread_inner ul li {
          font-size: 12px; }
          .mvlow__inner .bread .bread_inner ul li a {
            font-size: 12px; }
          .mvlow__inner .bread .bread_inner ul li a::after {
            margin: 0 10px; }
      .mvlow__inner .box {
        bottom: -20px;
        width: 35%;
        padding: 5% 5%; }
        .mvlow__inner .box .department {
          margin-bottom: 3%; }
        .mvlow__inner .box .name {
          font-size: 24px; }
    .mvlow figure {
      max-width: 100%;
      margin-left: 0; } }
.btn_more a {
  color: #052864 !important;
  font-size: 18px;
  font-family: 'Jost'; }
  .btn_more a span {
    padding-right: 83px;
    position: relative; }
    .btn_more a span:after {
      content: "";
      position: absolute;
      top: -18px;
      right: 0;
      background: url("../img/common/icon_arrow_b.png") no-repeat center center/cover;
      width: 60px;
      height: 60px;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .btn_more a:hover {
    text-decoration: none; }
    .btn_more a:hover span:after {
      transform: translateX(8px);
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s; }

@media (max-width: 640px) {
  .btn_more a {
    font-size: 14px; }
    .btn_more a span {
      padding-right: 53px; }
      .btn_more a span:after {
        top: -11px;
        width: 40px;
        height: 40px; }
    .btn_more a:hover span:after {
      transform: translateX(0); } }
.cta {
  background: url("../img/common/bg_cta.jpg") no-repeat center center;
  max-width: 1920px;
  min-height: 510px;
  margin: 0 auto;
  padding: 120px 0 0; }
  .cta__inner {
    max-width: 960px;
    margin: 0 auto; }
    .cta__inner .h2_en {
      text-align: center;
      color: #fff;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.05em;
      line-height: 1.2; }
    .cta__inner h2 {
      margin-bottom: 50px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
    .cta__inner dl {
      display: flex;
      flex-wrap: wrap; }
      .cta__inner dl dt {
        border: 1px solid #fff;
        width: 47.5%;
        margin-right: 4%;
        padding: 30px 0;
        text-align: center; }
        .cta__inner dl dt h3 {
          margin-bottom: 15px;
          color: #fff;
          font-weight: normal;
          font-family: 'noto sans bold'; }
        .cta__inner dl dt .tel {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center; }
          .cta__inner dl dt .tel a {
            color: #fff;
            font-size: 44px;
            font-family: 'Jost';
            letter-spacing: 0.05em;
            line-height: 1.2;
            pointer-events: none; }
            .cta__inner dl dt .tel a span {
              padding-left: 40px;
              position: relative; }
              .cta__inner dl dt .tel a span:before {
                content: "";
                position: absolute;
                top: 17px;
                left: 0;
                background: url("../img/common/icon_tel.png") no-repeat center center/cover;
                width: 31px;
                height: 31px; }
        .cta__inner dl dt .time {
          margin-top: 10px;
          color: #fff; }
      .cta__inner dl dd {
        border: 1px solid #fff;
        width: 47.5%;
        padding: 30px 0;
        text-align: center; }
        .cta__inner dl dd h3 {
          margin-bottom: 25px;
          color: #fff;
          font-weight: normal;
          font-family: 'noto sans bold'; }
        .cta__inner dl dd .btn {
          width: 75%;
          margin: 0 auto; }
          .cta__inner dl dd .btn a {
            display: block;
            background: #fff;
            padding: 20px 0;
            text-align: center;
            color: #052864;
            font-weight: bold;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            .cta__inner dl dd .btn a span {
              padding-left: 35px;
              position: relative; }
              .cta__inner dl dd .btn a span:before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                background: url("../img/common/icon_mail_b.png") no-repeat center center/cover;
                width: 27px;
                height: 20px; }
            .cta__inner dl dd .btn a:hover {
              background: #eef1f5;
              text-decoration: none;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }

@media (max-width: 640px) {
  .cta {
    background: url("../img/common/bg_cta.jpg") no-repeat center center/cover;
    min-height: 0;
    padding: 12% 0; }
    .cta__inner {
      max-width: 94%; }
      .cta__inner .h2_en {
        font-size: 30px; }
      .cta__inner h2 {
        margin-bottom: 6%;
        font-size: 14px; }
      .cta__inner dl dt {
        width: 100%;
        margin: 0 0 6%;
        padding: 6% 0; }
        .cta__inner dl dt h3 {
          margin-bottom: 3%; }
        .cta__inner dl dt .tel a {
          font-size: 32px;
          pointer-events: auto; }
          .cta__inner dl dt .tel a span {
            padding-left: 35px; }
            .cta__inner dl dt .tel a span:before {
              top: 10px;
              width: 25px;
              height: 25px; }
        .cta__inner dl dt .time {
          margin-top: 2%; }
      .cta__inner dl dd {
        width: 100%;
        padding: 6% 0; }
        .cta__inner dl dd h3 {
          margin-bottom: 5%; }
        .cta__inner dl dd .btn {
          width: 80%; }
          .cta__inner dl dd .btn a {
            padding: 6% 0; }
            .cta__inner dl dd .btn a span {
              padding-left: 30px; }
              .cta__inner dl dd .btn a span:before {
                top: 2px;
                left: 0;
                width: 22px;
                height: 16px; }
            .cta__inner dl dd .btn a:hover {
              background: #fff; } }
.preparation {
  padding-bottom: 130px;
  text-align: center; }
  .preparation h2 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative; }
    .preparation h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #052864;
      width: 50px;
      height: 1.5px;
      margin-left: -25px; }

@media (max-width: 640px) {
  .preparation {
    padding-bottom: 15%;
    text-align: center; }
    .preparation h2 {
      margin-bottom: 8%;
      padding-bottom: 3%;
      font-size: 20px; }
      .preparation h2:after {
        width: 40px;
        margin-left: -20px; } }
* html #pageTop {
  position: absolute; }

#pageTop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 2%;
  bottom: 2%;
  filter: drop-shadow(2px 2px 3px #999);
  z-index: 900; }

@media (max-width: 640px) {
  * html #pageTopSp {
    position: absolute; }

  #pageTop {
    position: fixed;
    width: 10%;
    height: auto;
    right: 3%;
    bottom: 2%;
    z-index: 9997; } }
/* footer
------------------------------------------------- */
.footer {
  background: #fff;
  max-width: 1880px;
  margin: 0 auto;
  padding: 120px 20px 100px; }
  .footer__inner {
    max-width: 1160px;
    margin: 0 auto 60px; }
    .footer__inner h1 {
      width: 234px;
      margin: 0 auto 30px; }
      .footer__inner h1 img {
        width: 100%;
        height: auto;
        vertical-align: middle; }
    .footer__inner .name {
      margin-bottom: 10px;
      text-align: center;
      font-size: 18px;
      font-family: 'noto sans bold'; }
    .footer__inner .add {
      margin-bottom: 40px;
      text-align: center;
      letter-spacing: 0.1em;
      line-height: 2.0; }
    .footer__inner .fnav {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border-top: 1px solid #333;
      border-bottom: 1px solid #333;
      padding: 30px 0; }
      .footer__inner .fnav li a {
        padding: 0 30px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        .footer__inner .fnav li a:hover {
          color: #052864;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
  .footer .copyright {
    text-align: center;
    letter-spacing: 0.1em; }

@media (min-width: 641px) and (max-width: 1185px) {
  .footer__inner--block .profile {
    width: 480px; }
    .footer__inner--block .profile .add li:first-child {
      width: 100%;
      margin: 0 0 3%; }
    .footer__inner--block .profile .add li:last-child {
      width: 100%; }
  .footer__inner--block .right {
    width: calc(100% - 480px); } }
@media (max-width: 640px) {
  .footer {
    padding: 10% 0; }
    .footer__inner {
      max-width: 90%;
      margin: 0 auto 8%; }
      .footer__inner h1 {
        width: 50%;
        margin: 0 auto 5%; }
      .footer__inner .name {
        margin-bottom: 2%;
        font-size: 16px; }
      .footer__inner .add {
        margin-bottom: 8%; }
      .footer__inner .fnav {
        justify-content: flex-start;
        border-top: none;
        border-bottom: none;
        padding: 0; }
        .footer__inner .fnav li {
          width: 48%; }
          .footer__inner .fnav li:nth-child(odd) {
            margin-right: 4%; }
          .footer__inner .fnav li a {
            display: block;
            border-bottom: 1px solid #ccc;
            padding: 5% 0 4%;
            text-align: center; }
            .footer__inner .fnav li a:hover {
              color: #000; }
    .footer .copyright {
      font-size: 12px; } }
/* link
------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none; }

a:hover,
a:active {
  color: #000;
  text-decoration: underline; }

/* alpha
------------------------------------------------- */
a.alpha img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a.alpha:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  transition: .5s; }

/* clearfix
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* *******************************************
     トップ
******************************************* */
#top .sec01 {
  background: url("../img/top/bg_sec01.png") no-repeat center top;
  max-width: 1920px;
  min-height: 1250px;
  margin: 0 auto; }
  #top .sec01__inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 300px 20px 0; }
    #top .sec01__inner--block {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #top .sec01__inner--block figure {
        order: 2;
        filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
        width: 38%; }
        #top .sec01__inner--block figure img {
          width: 100%;
          height: auto; }
        #top .sec01__inner--block figure + div {
          order: 1;
          width: 38%;
          margin: 0 12%; }
          #top .sec01__inner--block figure + div h2 {
            margin-bottom: 35px;
            color: #052864;
            font-size: 36px;
            font-family: 'noto sans bold'; }
          #top .sec01__inner--block figure + div .txt {
            margin-bottom: 70px;
            font-size: 18px;
            line-height: 2.4; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .sec01 {
    background: url("../img/top/bg_sec01.png") no-repeat center top/cover;
    min-height: 800px; }
    #top .sec01__inner {
      max-width: 1640px;
      padding: 150px 20px 0; }
      #top .sec01__inner--block figure {
        width: 40%; }
        #top .sec01__inner--block figure + div {
          width: 48%;
          margin: 0 6%; } }
@media (max-width: 640px) {
  #top .sec01 {
    background: url("../img/top/bg_sec01.png") no-repeat center top/cover;
    min-height: 0; }
    #top .sec01__inner {
      max-width: 94%;
      padding: 12% 0 15%; }
      #top .sec01__inner--block figure {
        order: 2;
        width: 100%; }
        #top .sec01__inner--block figure + div {
          order: 1;
          width: 100%;
          margin: 0 0 10%; }
          #top .sec01__inner--block figure + div h2 {
            margin-bottom: 4%;
            font-size: 18px; }
          #top .sec01__inner--block figure + div .txt {
            margin-bottom: 8%;
            font-size: 14px;
            line-height: 2.0; } }
#top .sec02 {
  background: url("../img/top/bg_sec02.png") repeat-x center top;
  max-width: 1920px;
  margin: 0 auto 90px;
  padding-top: 130px; }
  #top .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec02__inner .h2_en {
      color: #fff;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.05em;
      line-height: 1.2; }
    #top .sec02__inner h2 {
      margin-bottom: 50px;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
  #top .sec02__case {
    max-width: 1920px; }
    #top .sec02__case .case_slider {
      margin-left: 50%;
      position: relative; }
      #top .sec02__case .case_slider li {
        width: 560px;
        padding-bottom: 100px; }
        #top .sec02__case .case_slider li figure {
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
          margin-bottom: 20px; }
          #top .sec02__case .case_slider li figure img {
            width: 100%;
            height: auto; }
          #top .sec02__case .case_slider li figure + div {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative; }
            #top .sec02__case .case_slider li figure + div .ttl {
              display: block;
              margin-right: 25px;
              font-size: 20px;
              font-family: 'noto sans bold'; }
            #top .sec02__case .case_slider li figure + div .period {
              color: #006da7;
              letter-spacing: 0.1em; }
            #top .sec02__case .case_slider li figure + div:after {
              content: "";
              position: absolute;
              top: 40%;
              right: 5px;
              background: url("../img/common/icon_arrow_case.png") no-repeat center center/cover;
              width: 21px;
              height: 9px; }
    #top .sec02__case .bx-controls {
      position: absolute;
      top: -80px;
      left: 0;
      right: 0;
      max-width: 1160px;
      margin: 0 auto; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .sec02 {
    margin: 0 auto 70px;
    padding-top: 120px; }
    #top .sec02__case .bx-controls {
      top: -80px;
      right: 30px; } }
@media (max-width: 640px) {
  #top .sec02 {
    background: url("../img/top/bg_sec02.png") repeat-x center top;
    background-size: auto 300px;
    margin: 0 auto 12%;
    padding-top: 15%; }
    #top .sec02__inner {
      max-width: 94%;
      padding: 0; }
      #top .sec02__inner .h2_en {
        font-size: 30px; }
      #top .sec02__inner h2 {
        margin-bottom: 8%;
        font-size: 14px; }
    #top .sec02__case ul.case_slider {
      margin-left: 12%; }
      #top .sec02__case ul.case_slider li {
        width: 100%;
        padding-bottom: 40px; }
        #top .sec02__case ul.case_slider li figure {
          margin-bottom: 3%; }
          #top .sec02__case ul.case_slider li figure + div .ttl {
            margin-right: 4%;
            font-size: 14px; }
          #top .sec02__case ul.case_slider li figure + div .period {
            font-size: 11px; }
          #top .sec02__case ul.case_slider li figure + div:after {
            top: 40%;
            right: 2px;
            width: 18px;
            height: 8px; }
    #top .sec02__case .bx-controls {
      top: 0;
      max-width: 94%; } }
#top .sec03 {
  max-width: 1160px;
  margin: 0 auto 130px;
  padding: 0 20px; }
  #top .sec03__inner {
    display: flex;
    flex-wrap: wrap; }
    #top .sec03__inner--news {
      width: 48%;
      margin-right: 4%; }
    #top .sec03__inner--blog {
      width: 48%; }
    #top .sec03__inner .h2_en {
      color: #052864;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.05em;
      line-height: 1.2; }
    #top .sec03__inner h2 {
      margin-bottom: 50px;
      font-size: 18px;
      font-weight: normal; }
    #top .sec03__inner ul {
      border-top: 1px solid #ccc;
      margin-bottom: 70px; }
      #top .sec03__inner ul li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ccc;
        padding: 28px 0;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #top .sec03__inner ul li a .date {
          width: 100px;
          font-family: 'Jost'; }
        #top .sec03__inner ul li a .cate {
          background: #052864;
          width: 100px;
          padding: 2px 0;
          text-align: center;
          color: #fff;
          font-size: 13px; }
        #top .sec03__inner ul li a .ttl {
          width: 100%;
          margin-top: 10px; }
        #top .sec03__inner ul li a:hover {
          background: #f3f6fc;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
    #top .sec03__inner .btn_more {
      text-align: right; }

@media (max-width: 640px) {
  #top .sec03 {
    max-width: 94%;
    margin: 0 auto 12%;
    padding: 0; }
    #top .sec03__inner--news {
      width: 100%;
      margin: 0 0 5%; }
    #top .sec03__inner--blog {
      width: 100%; }
    #top .sec03__inner .h2_en {
      font-size: 30px; }
    #top .sec03__inner h2 {
      margin-bottom: 6%;
      font-size: 14px; }
    #top .sec03__inner ul {
      margin-bottom: 8%; }
      #top .sec03__inner ul li a {
        padding: 5% 0; }
        #top .sec03__inner ul li a .date {
          width: 80px; }
        #top .sec03__inner ul li a .cate {
          width: 90px;
          padding: 1px 0;
          font-size: 12px; }
        #top .sec03__inner ul li a .ttl {
          margin-top: 2%; }
        #top .sec03__inner ul li a:hover {
          background: #fff; } }
#top .sec04 {
  background: url("../img/top/bg_sec04.jpg") no-repeat center top;
  max-width: 1920px;
  min-height: 840px;
  margin: 0 auto;
  padding-top: 130px; }
  #top .sec04__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec04__inner .h2_en {
      text-align: center;
      color: #fff;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.05em;
      line-height: 1.2; }
    #top .sec04__inner h2 {
      margin-bottom: 60px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
    #top .sec04__inner ul {
      display: flex;
      flex-wrap: wrap; }
      #top .sec04__inner ul li {
        width: 48%;
        margin-right: 4%;
        position: relative; }
        #top .sec04__inner ul li:last-child {
          margin-right: 0; }
        #top .sec04__inner ul li figure img {
          width: 100%;
          height: auto; }
        #top .sec04__inner ul li figure + div {
          display: flex;
          flex-wrap: wrap;
          align-items: flex-end;
          position: absolute;
          bottom: 30px;
          left: 20px;
          width: calc(100% - 40px); }
          #top .sec04__inner ul li figure + div h3 {
            margin-right: 20px;
            color: #fff;
            font-size: min(2vw, 40px);
            font-weight: normal;
            font-family: 'Jost';
            letter-spacing: 0.05em;
            line-height: 1.0; }
          #top .sec04__inner ul li figure + div .h3_jp {
            color: #fff;
            font-size: min(1vw, 16px); }
          #top .sec04__inner ul li figure + div:after {
            content: "";
            position: absolute;
            bottom: -10px;
            right: 0;
            background: url("../img/common/icon_arrow_w.png") no-repeat center center/cover;
            width: 11%;
            height: auto;
            padding: 5.5% 0; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .sec04 {
    background: url("../img/top/bg_sec04.jpg") no-repeat center top/cover;
    max-width: 1920px;
    min-height: 0;
    padding: 120px 0; } }
@media (max-width: 640px) {
  #top .sec04 {
    background: url("../img/top/bg_sec04.jpg") no-repeat center top/cover;
    min-height: 0;
    padding: 10% 0; }
    #top .sec04__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec04__inner .h2_en {
        font-size: 30px; }
      #top .sec04__inner h2 {
        margin-bottom: 8%;
        font-size: 14px; }
      #top .sec04__inner ul li {
        width: 100%;
        margin: 0 0 8%; }
        #top .sec04__inner ul li:last-child {
          margin: 0; }
        #top .sec04__inner ul li figure + div {
          bottom: 15px;
          left: 10px;
          width: calc(100% - 20px); }
          #top .sec04__inner ul li figure + div h3 {
            margin-right: 5%;
            font-size: 20px; }
          #top .sec04__inner ul li figure + div .h3_jp {
            font-size: 12px; }
          #top .sec04__inner ul li figure + div:after {
            bottom: -5px;
            right: 0;
            background: url("../img/common/icon_arrow_w.png") no-repeat center center/cover;
            width: 10%;
            height: auto;
            padding: 5% 0; } }
#top .sec05 {
  max-width: 1920px;
  margin: 0 auto; }
  #top .sec05__inner {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec05__inner--block {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      #top .sec05__inner--block .slide {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 46%;
        height: 770px;
        position: relative;
        overflow: hidden; }
        #top .sec05__inner--block .slide .swiper {
          height: 100%;
          width: calc(50% - 5px);
          position: absolute !important; }
          #top .sec05__inner--block .slide .swiper.swiper1 {
            left: 0;
            top: 0; }
          #top .sec05__inner--block .slide .swiper.swiper2 {
            left: calc(50% + 5px);
            top: 0; }
        #top .sec05__inner--block .slide .swiper-wrapper {
          transition-timing-function: linear; }
        #top .sec05__inner--block .slide .swiper-slide img {
          width: 110%;
          height: 100%;
          margin-left: -5%;
          max-width: none;
          object-fit: cover; }
      #top .sec05__inner--block .text {
        order: 1;
        width: 38%;
        margin: 0 4% 0 12%; }
        #top .sec05__inner--block .text .h2_en {
          color: #052864;
          font-size: 60px;
          font-family: 'Jost';
          letter-spacing: 0.05em;
          line-height: 1.2; }
        #top .sec05__inner--block .text h2 {
          margin-bottom: 60px;
          font-size: 18px;
          font-weight: normal; }
        #top .sec05__inner--block .text .txt {
          margin-bottom: 70px;
          font-size: 18px;
          line-height: 2.4; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .sec05__inner--block .slide {
    width: 50%; }
    #top .sec05__inner--block .slide .swiper-slide img {
      width: 100%;
      margin-left: 0; }
  #top .sec05__inner--block .text {
    width: 38%;
    margin: 0 6% 0 6%; } }
@media (max-width: 640px) {
  #top .sec05__inner {
    max-width: 94%;
    padding: 10% 0 0; }
    #top .sec05__inner--block .slide {
      order: 2;
      width: 100%;
      height: 500px; }
      #top .sec05__inner--block .slide .swiper-slide img {
        width: 100%;
        height: 100%;
        margin-left: 0; }
    #top .sec05__inner--block .text {
      order: 1;
      width: 100%;
      margin: 0 0 10%; }
      #top .sec05__inner--block .text .h2_en {
        font-size: 30px; }
      #top .sec05__inner--block .text h2 {
        margin-bottom: 4%;
        font-size: 14px; }
      #top .sec05__inner--block .text .txt {
        margin-bottom: 8%;
        font-size: 14px;
        line-height: 2.0; } }
#top .sec06 {
  background: url("../img/top/bg_sec06.jpg") no-repeat center top/cover;
  max-width: 1920px;
  margin: 0 auto;
  padding: 258px 0 200px; }
  #top .sec06__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #top .sec06__inner iframe {
      width: 100%;
      height: 652px; }

@media (min-width: 641px) and (max-width: 1160px) {
  #top .sec06 {
    padding: 160px 0; }
    #top .sec06__inner iframe {
      height: 500px; } }
@media (max-width: 640px) {
  #top .sec06 {
    padding: 15% 0; }
    #top .sec06__inner {
      max-width: 90%;
      padding: 0; }
      #top .sec06__inner iframe {
        height: 250px; } }
/* *******************************************
     テクターについて
******************************************* */
#strengths .sec01 {
  max-width: 1920px;
  margin: 0 auto; }
  #strengths .sec01 h2 {
    margin-bottom: 60px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.1em;
    position: relative; }
    #strengths .sec01 h2:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #052864;
      width: 50px;
      height: 1.5px;
      margin-left: -25px; }
  #strengths .sec01__block {
    min-height: 580px;
    margin-bottom: 120px; }
    #strengths .sec01__block.st01 {
      background: url("../img/strengths/bg_strengths01.png") no-repeat center top;
      margin-bottom: 80px; }
      #strengths .sec01__block.st01 .sec01__block--inner {
        justify-content: flex-end; }
    #strengths .sec01__block.st02 {
      background: url("../img/strengths/bg_strengths02.png") no-repeat center top; }
      #strengths .sec01__block.st02 .sec01__block--inner {
        justify-content: flex-start; }
    #strengths .sec01__block.st03 {
      background: url("../img/strengths/bg_strengths03.png") no-repeat center top; }
      #strengths .sec01__block.st03 .sec01__block--inner {
        justify-content: flex-end; }
    #strengths .sec01__block.st04 {
      background: url("../img/strengths/bg_strengths04.png") no-repeat center top; }
      #strengths .sec01__block.st04 .sec01__block--inner {
        justify-content: flex-start; }
    #strengths .sec01__block.st05 {
      background: url("../img/strengths/bg_strengths05.png") no-repeat center top; }
      #strengths .sec01__block.st05 .sec01__block--inner {
        justify-content: flex-end; }
    #strengths .sec01__block--inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 1160px;
      min-height: 580px;
      margin: 0 auto;
      padding: 0 20px; }
      #strengths .sec01__block--inner .box {
        width: 480px; }
        #strengths .sec01__block--inner .box .no {
          margin-bottom: 20px;
          color: #052864;
          font-weight: bold;
          font-family: 'Jost';
          letter-spacing: 0.05em; }
          #strengths .sec01__block--inner .box .no span {
            margin-left: 12px;
            font-size: 30px; }
        #strengths .sec01__block--inner .box h3 {
          margin-bottom: 30px;
          font-size: 30px;
          line-height: 1.8;
          letter-spacing: 0.05em; }
        #strengths .sec01__block--inner .box .txt {
          line-height: 2.0; }
  #strengths .sec01 .point {
    max-width: 1160px;
    margin: 0 auto 120px;
    padding: 0 20px; }
    #strengths .sec01 .point ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 20px; }
      #strengths .sec01 .point ul li {
        border: 1px solid #052864;
        width: 32%; }
        #strengths .sec01 .point ul li .ttl {
          background: #052864;
          padding: 5px 20px;
          color: #fff;
          font-size: 20px;
          font-weight: bold; }
        #strengths .sec01 .point ul li .txt {
          background: #fff;
          padding: 20px 20px;
          line-height: 1.8; }

@media (min-width: 641px) and (max-width: 1160px) {
  #strengths .sec01 h2 {
    font-size: 30px; }
  #strengths .sec01__block--inner .box {
    width: 45%; } }
@media (max-width: 640px) {
  #strengths .sec01 h2 {
    margin-bottom: 8%;
    padding-bottom: 3%;
    font-size: 20px; }
    #strengths .sec01 h2:after {
      width: 40px;
      margin-left: -20px; }
  #strengths .sec01__block {
    min-height: 0;
    margin-bottom: 12%; }
    #strengths .sec01__block.st01 {
      background: none;
      margin-bottom: 8%; }
      #strengths .sec01__block.st01 .sec01__block--inner {
        justify-content: flex-start; }
    #strengths .sec01__block.st02 {
      background: none; }
    #strengths .sec01__block.st03 {
      background: none; }
      #strengths .sec01__block.st03 .sec01__block--inner {
        justify-content: flex-start; }
    #strengths .sec01__block.st04 {
      background: none; }
    #strengths .sec01__block.st05 {
      background: none; }
      #strengths .sec01__block.st05 .sec01__block--inner {
        justify-content: flex-start; }
    #strengths .sec01__block--inner {
      max-width: 94%;
      min-height: 0;
      padding: 0; }
      #strengths .sec01__block--inner .box {
        width: 100%; }
        #strengths .sec01__block--inner .box .no {
          margin-bottom: 0; }
          #strengths .sec01__block--inner .box .no span {
            margin-left: 3%;
            font-size: 24px; }
        #strengths .sec01__block--inner .box h3 {
          margin-bottom: 0;
          font-size: 20px; }
  #strengths .sec01 figure {
    margin-bottom: 3%; }
  #strengths .sec01 .point {
    max-width: 94%;
    margin: 0 auto 12%;
    padding: 0; }
    #strengths .sec01 .point ul {
      justify-content: flex-start;
      margin-bottom: 0; }
      #strengths .sec01 .point ul li {
        width: 100%;
        margin-bottom: 3%; }
        #strengths .sec01 .point ul li .ttl {
          padding: 2% 3%;
          font-size: 14px; }
        #strengths .sec01 .point ul li .txt {
          padding: 2% 3%;
          line-height: 1.6; } }
/* *******************************************
     事業内容
******************************************* */
#service .sec01 {
  max-width: 1920px;
  margin: 0 auto; }
  #service .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #service .sec01__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 100px; }
      #service .sec01__inner ul li {
        width: 48%;
        margin-bottom: 70px; }
        #service .sec01__inner ul li figure {
          margin-bottom: 20px; }
          #service .sec01__inner ul li figure img {
            width: 100%;
            height: auto; }
        #service .sec01__inner ul li h3 {
          border-bottom: 1px solid #c8c8c8;
          margin-bottom: 18px;
          padding-bottom: 15px;
          font-size: 28px;
          font-weight: normal;
          letter-spacing: 0.05em;
          position: relative; }
          #service .sec01__inner ul li h3 span {
            margin-left: 20px;
            color: #052864;
            font-size: 16px;
            font-family: 'Jost'; }
          #service .sec01__inner ul li h3:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1.2px;
            background: #052864;
            width: 250px;
            height: 1px; }
        #service .sec01__inner ul li .txt {
          letter-spacing: 0.05em;
          line-height: 2.0; }

@media (max-width: 640px) {
  #service .sec01__inner {
    max-width: 94%;
    padding: 0; }
    #service .sec01__inner ul {
      margin-bottom: 8%; }
      #service .sec01__inner ul li {
        width: 100%;
        margin-bottom: 10%; }
        #service .sec01__inner ul li figure {
          margin-bottom: 3%; }
        #service .sec01__inner ul li h3 {
          margin-bottom: 3%;
          padding-bottom: 2%;
          font-size: 18px; }
          #service .sec01__inner ul li h3 span {
            margin-left: 4%;
            font-size: 12px; }
          #service .sec01__inner ul li h3:after {
            width: 180px; }
        #service .sec01__inner ul li .txt {
          line-height: 1.8; } }
/* *******************************************
     会社概要
******************************************* */
#company .sec01 {
  max-width: 1920px;
  margin: 0 auto; }
  #company .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #company .sec01__inner h2 {
      margin-bottom: 60px;
      padding-bottom: 20px;
      text-align: center;
      font-size: 36px;
      letter-spacing: 0.1em;
      position: relative; }
      #company .sec01__inner h2.greeting {
        text-align: left; }
        #company .sec01__inner h2.greeting:after {
          left: 0;
          margin-left: 0; }
      #company .sec01__inner h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #052864;
        width: 50px;
        height: 1.5px;
        margin-left: -25px; }
    #company .sec01__inner--block01 {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 130px; }
      #company .sec01__inner--block01 figure {
        order: 2;
        width: 50%;
        margin-top: -160px; }
        #company .sec01__inner--block01 figure img {
          width: 100%;
          height: auto; }
        #company .sec01__inner--block01 figure + div {
          order: 1;
          background: #052864;
          width: 50%; }
          #company .sec01__inner--block01 figure + div .box {
            margin: 60px 50px; }
            #company .sec01__inner--block01 figure + div .box .txt {
              margin-bottom: 30px;
              color: #fff;
              line-height: 2.6; }
            #company .sec01__inner--block01 figure + div .box .name {
              color: #fff; }
              #company .sec01__inner--block01 figure + div .box .name span {
                font-size: 20px; }
    #company .sec01__inner--block02 {
      margin-bottom: 130px; }
      #company .sec01__inner--block02 .outline {
        border-top: 1px solid #c8c8c8; }
        #company .sec01__inner--block02 .outline dl {
          display: flex;
          flex-wrap: wrap;
          border-bottom: 1px solid #c8c8c8;
          padding: 30px 10px; }
          #company .sec01__inner--block02 .outline dl dt {
            width: 200px;
            letter-spacing: 0.05em; }
          #company .sec01__inner--block02 .outline dl dd {
            width: calc(100% - 200px);
            letter-spacing: 0.05em; }

@media (min-width: 641px) and (max-width: 1160px) {
  #company .sec01 h2 {
    font-size: 30px; } }
@media (max-width: 640px) {
  #company .sec01__inner {
    max-width: 94%;
    padding: 0; }
    #company .sec01__inner h2 {
      margin-bottom: 8%;
      padding-bottom: 3%;
      font-size: 20px; }
      #company .sec01__inner h2.greeting {
        text-align: center; }
        #company .sec01__inner h2.greeting:after {
          left: 50%;
          margin-left: -20px; }
      #company .sec01__inner h2:after {
        width: 40px;
        margin-left: -20px; }
    #company .sec01__inner--block01 {
      margin-bottom: 12%; }
      #company .sec01__inner--block01 figure {
        order: 1;
        width: 100%;
        margin-top: 0; }
        #company .sec01__inner--block01 figure + div {
          order: 2;
          width: 100%; }
          #company .sec01__inner--block01 figure + div .box {
            margin: 8% 5%; }
            #company .sec01__inner--block01 figure + div .box .txt {
              margin-bottom: 4%;
              line-height: 2.2; }
            #company .sec01__inner--block01 figure + div .box .name span {
              font-size: 16px; }
    #company .sec01__inner--block02 {
      margin-bottom: 12%; }
      #company .sec01__inner--block02 .outline dl {
        padding: 4% 0; }
        #company .sec01__inner--block02 .outline dl dt {
          width: 80px;
          letter-spacing: 0; }
        #company .sec01__inner--block02 .outline dl dd {
          width: calc(100% - 80px);
          letter-spacing: 0; } }
/* *******************************************
     採用情報
******************************************* */
#recruit .sec01 {
  background: url("../img/recruit/bg_sec01.png") no-repeat center top;
  max-width: 1920px;
  min-height: 760px;
  margin: -120px auto 0; }
  #recruit .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 150px 20px 0; }
    #recruit .sec01__inner--box {
      width: 600px; }
      #recruit .sec01__inner--box .h2_en {
        color: #052864;
        font-size: 60px;
        font-family: 'Jost';
        letter-spacing: 0.1em;
        line-height: 1.2; }
      #recruit .sec01__inner--box h2 {
        margin-bottom: 40px;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.1em; }
      #recruit .sec01__inner--box .txt {
        letter-spacing: 0.05em;
        line-height: 2.0; }

@media (min-width: 641px) and (max-width: 1160px) {
  #recruit .sec01__inner--box .h2_en {
    font-size: 50px; } }
@media (max-width: 640px) {
  #recruit .sec01 {
    background: none;
    min-height: 0;
    margin: 0 auto; }
    #recruit .sec01__inner {
      max-width: 94%;
      padding: 0 0 10%; }
      #recruit .sec01__inner--box {
        width: 100%; }
        #recruit .sec01__inner--box .h2_en {
          font-size: 30px;
          line-height: 1.2; }
        #recruit .sec01__inner--box h2 {
          margin-bottom: 6%; } }
#recruit .sec02 {
  background: url("../img/recruit/bg_sec02.jpg") no-repeat center top;
  max-width: 1920px;
  min-height: 890px;
  margin: 0 auto; }
  #recruit .sec02__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 150px 20px 0; }
    #recruit .sec02__inner .h2_en {
      text-align: center;
      color: #fff;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.1em;
      line-height: 1.2; }
    #recruit .sec02__inner h2 {
      margin-bottom: 60px;
      text-align: center;
      color: #fff;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.1em; }
    #recruit .sec02__inner ul.statue {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #recruit .sec02__inner ul.statue > li {
        width: 48%;
        margin-bottom: 60px; }
        #recruit .sec02__inner ul.statue > li h3 {
          border-bottom: 1px solid #fff;
          margin-bottom: 20px;
          padding-bottom: 15px;
          color: #fff;
          font-size: 20px;
          letter-spacing: 0.1em;
          position: relative; }
          #recruit .sec02__inner ul.statue > li h3 span {
            margin: 0 20px 0 10px;
            color: #006da7;
            font-family: 'Jost'; }
          #recruit .sec02__inner ul.statue > li h3:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            background: #006da7;
            width: 50px;
            height: 1px; }
        #recruit .sec02__inner ul.statue > li > ul li {
          margin-bottom: 20px;
          padding-left: 35px;
          color: #fff;
          letter-spacing: 0.05em;
          position: relative; }
          #recruit .sec02__inner ul.statue > li > ul li:before {
            content: "";
            position: absolute;
            top: 1px;
            left: 0;
            background: url("../img/recruit/icon_check.png") no-repeat center center/cover;
            width: 25px;
            height: 20px; }

@media (min-width: 641px) and (max-width: 1160px) {
  #recruit .sec02__inner .h2_en {
    font-size: 50px; } }
@media (max-width: 640px) {
  #recruit .sec02 {
    background: url("../img/recruit/bg_sec02.jpg") no-repeat center top;
    min-height: 0; }
    #recruit .sec02__inner {
      max-width: 94%;
      padding: 12% 0 5%; }
      #recruit .sec02__inner .h2_en {
        font-size: 30px; }
      #recruit .sec02__inner h2 {
        margin-bottom: 10%; }
      #recruit .sec02__inner ul.statue > li {
        width: 100%;
        margin-bottom: 8%; }
        #recruit .sec02__inner ul.statue > li h3 {
          margin-bottom: 4%;
          padding-bottom: 3%;
          color: #fff;
          font-size: 14px; }
          #recruit .sec02__inner ul.statue > li h3 span {
            margin: 0 3% 0 2%; }
          #recruit .sec02__inner ul.statue > li h3:after {
            width: 40px; }
        #recruit .sec02__inner ul.statue > li > ul li {
          margin-bottom: 4%;
          padding-left: 30px; }
          #recruit .sec02__inner ul.statue > li > ul li:before {
            top: 2px;
            width: 20px;
            height: 15px; } }
#recruit .sec03 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 0; }
  #recruit .sec03__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #recruit .sec03__inner .h2_en {
      color: #052864;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.1em;
      line-height: 1.2; }
    #recruit .sec03__inner h2 {
      margin-bottom: 30px;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.1em; }
    #recruit .sec03__inner .txt {
      margin-bottom: 30px;
      letter-spacing: 0.05em;
      line-height: 2.0; }
    #recruit .sec03__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #recruit .sec03__inner ul li {
        border: 1px solid #052864;
        width: 42%;
        margin-bottom: 40px;
        padding: 25px 3%; }
        #recruit .sec03__inner ul li h3 {
          margin-bottom: 15px;
          color: #052864;
          font-size: 24px;
          letter-spacing: 0.1em; }
        #recruit .sec03__inner ul li p {
          letter-spacing: 0.05em;
          line-height: 2.0; }

@media (min-width: 641px) and (max-width: 1160px) {
  #recruit .sec03__inner .h2_en {
    font-size: 50px; }
  #recruit .sec03__inner ul li h3 {
    margin-bottom: 10px;
    font-size: 20px; } }
@media (max-width: 640px) {
  #recruit .sec03 {
    padding: 12% 0; }
    #recruit .sec03__inner {
      max-width: 94%;
      padding: 0; }
      #recruit .sec03__inner .h2_en {
        font-size: 30px; }
      #recruit .sec03__inner h2 {
        margin-bottom: 6%; }
      #recruit .sec03__inner .txt {
        margin-bottom: 6%; }
      #recruit .sec03__inner ul li {
        width: 91.5%;
        margin-bottom: 4%;
        padding: 3% 4%; }
        #recruit .sec03__inner ul li h3 {
          margin-bottom: 1%;
          font-size: 16px; } }
#recruit .sec04 {
  background: #e8ecef;
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 0; }
  #recruit .sec04__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #recruit .sec04__inner .h2_en {
      text-align: center;
      color: #052864;
      font-size: 60px;
      font-family: 'Jost';
      letter-spacing: 0.1em;
      line-height: 1.2; }
    #recruit .sec04__inner h2 {
      margin-bottom: 50px;
      text-align: center;
      font-size: 14px;
      font-weight: normal;
      letter-spacing: 0.1em; }
    #recruit .sec04__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #recruit .sec04__inner ul li {
        background: #fff;
        width: 19%;
        padding: 40px 2%;
        text-align: center; }
        #recruit .sec04__inner ul li .icon {
          margin-bottom: 15px; }
        #recruit .sec04__inner ul li h3 {
          font-size: 18px;
          font-weight: normal;
          letter-spacing: 0.1em;
          line-height: 1.4; }

@media (min-width: 641px) and (max-width: 1160px) {
  #recruit .sec04 {
    padding: 110px 0; }
    #recruit .sec04__inner .h2_en {
      font-size: 50px; } }
@media (max-width: 640px) {
  #recruit .sec04 {
    padding: 12% 0; }
    #recruit .sec04__inner {
      max-width: 94%;
      padding: 0; }
      #recruit .sec04__inner .h2_en {
        font-size: 30px; }
      #recruit .sec04__inner h2 {
        margin-bottom: 8%; }
      #recruit .sec04__inner ul li {
        width: 44%;
        padding: 6% 2%; }
        #recruit .sec04__inner ul li:nth-child(-n+2) {
          margin-bottom: 4%; }
        #recruit .sec04__inner ul li .icon {
          width: 40%;
          margin: 0 auto 4%; }
        #recruit .sec04__inner ul li h3 {
          font-size: 14px; } }
#recruit .sec05 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 130px 0; }
  #recruit .sec05__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #recruit .sec05__inner--title {
      position: relative; }
      #recruit .sec05__inner--title .h2_en {
        color: #052864;
        font-size: 60px;
        font-family: 'Jost';
        letter-spacing: 0.1em;
        line-height: 1.2; }
      #recruit .sec05__inner--title h2 {
        margin-bottom: 50px;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.1em; }
      #recruit .sec05__inner--title .btn_more {
        position: absolute;
        top: 50%;
        right: 0; }
    #recruit .sec05__inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #recruit .sec05__inner ul li {
        width: 31%; }
        #recruit .sec05__inner ul li a figure {
          margin-bottom: 10px; }
          #recruit .sec05__inner ul li a figure img {
            width: 100%;
            height: auto; }
          #recruit .sec05__inner ul li a figure + div {
            display: flex;
            flex-wrap: wrap;
            align-items: center; }
            #recruit .sec05__inner ul li a figure + div .name {
              margin-right: 20px;
              color: #052864;
              font-size: 30px;
              letter-spacing: 0.1em;
              line-height: 1.2; }
            #recruit .sec05__inner ul li a figure + div .department {
              padding-top: 3px;
              letter-spacing: 0.1em; }
        #recruit .sec05__inner ul li a:hover {
          text-decoration: none; }

@media (min-width: 641px) and (max-width: 1160px) {
  #recruit .sec05__inner--title .h2_en {
    font-size: 50px; }
  #recruit .sec05__inner ul li a figure + div .name {
    font-size: 36px; } }
@media (max-width: 640px) {
  #recruit .sec05 {
    padding: 12% 0; }
    #recruit .sec05__inner {
      max-width: 94%;
      padding: 0; }
      #recruit .sec05__inner--title .h2_en {
        font-size: 30px; }
      #recruit .sec05__inner--title h2 {
        margin-bottom: 6%; }
      #recruit .sec05__inner--title .btn_more {
        position: absolute;
        top: 50%;
        right: 0; }
      #recruit .sec05__inner ul li {
        width: 31%; }
        #recruit .sec05__inner ul li a figure {
          margin-bottom: 6%; }
          #recruit .sec05__inner ul li a figure + div .name {
            width: 100%;
            margin: 0 0 2%;
            font-size: 20px; } }
.recentry {
  background-image: linear-gradient(90deg, #052965, #006ca6);
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0 100px; }
  .recentry__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    .recentry__inner .txt {
      margin-bottom: 80px;
      text-align: center;
      color: #fff; }
    .recentry__inner .btn_entry {
      text-align: center; }
      .recentry__inner .btn_entry a {
        color: #fff;
        font-size: 100px;
        font-weight: normal;
        font-family: 'Jost';
        letter-spacing: 0.1em; }
        .recentry__inner .btn_entry a span {
          padding-right: 180px;
          position: relative; }
          .recentry__inner .btn_entry a span:after {
            content: "";
            position: absolute;
            top: 8px;
            right: 0;
            background: url("../img/common/icon_arrow_entry.png") no-repeat center center/cover;
            width: 120px;
            height: 120px;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
        .recentry__inner .btn_entry a:hover {
          text-decoration: none; }
          .recentry__inner .btn_entry a:hover span:after {
            transform: translateX(8px);
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; }

@media (min-width: 641px) and (max-width: 1160px) {
  .recentry {
    padding: 80px 0 80px; }
    .recentry__inner .txt {
      margin-bottom: 50px; }
    .recentry__inner .btn_entry a {
      font-size: 80px; }
      .recentry__inner .btn_entry a span {
        padding-right: 150px; }
        .recentry__inner .btn_entry a span:after {
          top: 8px;
          width: 100px;
          height: 100px; } }
@media (max-width: 640px) {
  .recentry {
    padding: 10% 0; }
    .recentry__inner {
      max-width: 94%;
      padding: 0; }
      .recentry__inner .txt {
        margin-bottom: 6%;
        line-height: 1.8; }
      .recentry__inner .btn_entry a {
        font-size: 50px; }
        .recentry__inner .btn_entry a span {
          padding-right: 80px; }
          .recentry__inner .btn_entry a span:after {
            top: 8px;
            right: 0;
            width: 60px;
            height: 60px; }
        .recentry__inner .btn_entry a:hover {
          text-decoration: none; }
          .recentry__inner .btn_entry a:hover span:after {
            transform: translateX(8px);
            -moz-transition: .5s;
            -webkit-transition: .5s;
            -o-transition: .5s;
            -ms-transition: .5s;
            transition: .5s; } }
/* *******************************************
     社員インタビュー
******************************************* */
#interview .sec01 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0 100px; }
  #interview .sec01__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px; }
    #interview .sec01__inner ul li {
      margin-bottom: 50px; }
      #interview .sec01__inner ul li h3 {
        border-bottom: 1px solid #c8c8c8;
        margin-bottom: 18px;
        padding-bottom: 15px;
        color: #052864;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0.05em;
        position: relative; }
        #interview .sec01__inner ul li h3 span {
          margin-left: 20px;
          color: #052864;
          font-size: 16px;
          font-family: 'Jost'; }
        #interview .sec01__inner ul li h3:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -1.2px;
          background: #052864;
          width: 250px;
          height: 1px; }
      #interview .sec01__inner ul li .txt {
        letter-spacing: 0.05em;
        line-height: 1.8; }

@media (max-width: 640px) {
  #interview .sec01 {
    padding: 0 0 10%; }
    #interview .sec01__inner {
      max-width: 94%;
      padding: 0; }
      #interview .sec01__inner ul li {
        margin-bottom: 8%; }
        #interview .sec01__inner ul li h3 {
          margin-bottom: 3%;
          padding-bottom: 2%;
          font-size: 16px; }
          #interview .sec01__inner ul li h3 span {
            margin-left: 5%;
            font-size: 16px; }
          #interview .sec01__inner ul li h3:after {
            width: 200px; } }
/* *******************************************
     お問い合わせ
******************************************* */
#contact .sec01__inner {
  max-width: 1160px;
  margin: 0 auto 120px;
  padding: 0 20px; }
  #contact .sec01__inner--form dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 30px 0; }
    #contact .sec01__inner--form dl.single {
      align-items: center; }
    #contact .sec01__inner--form dl.last {
      border-bottom: 1px solid #ccc;
      margin-bottom: 50px; }
    #contact .sec01__inner--form dl dt {
      width: 22%;
      margin-right: 5%;
      font-weight: bold;
      position: relative; }
      #contact .sec01__inner--form dl dt.required:after {
        content: '必須';
        position: absolute;
        top: 4px;
        right: 0;
        background: #f00;
        padding: 2px 10px;
        color: #fff;
        font-size: 12px;
        line-height: 1.2; }
    #contact .sec01__inner--form dl dd {
      width: 73%; }
      #contact .sec01__inner--form dl dd input[type=text] {
        border: 1px solid #999;
        padding: 9px 15px;
        font-size: 16px; }
        #contact .sec01__inner--form dl dd input[type=text].size01 {
          width: 45%; }
        #contact .sec01__inner--form dl dd input[type=text].size02 {
          width: 10%; }
        #contact .sec01__inner--form dl dd input[type=text].size03 {
          width: 15%; }
        #contact .sec01__inner--form dl dd input[type=text].size04 {
          width: 77%; }
        #contact .sec01__inner--form dl dd input[type=text].mr1 {
          margin-right: 20px; }
        #contact .sec01__inner--form dl dd input[type=text].mr2 {
          margin-right: 5px; }
        #contact .sec01__inner--form dl dd input[type=text].ml1 {
          margin-left: 5px; }
      #contact .sec01__inner--form dl dd ul.radio {
        display: flex;
        flex-wrap: wrap; }
        #contact .sec01__inner--form dl dd ul.radio li {
          margin-right: 30px; }
          #contact .sec01__inner--form dl dd ul.radio li:last-child {
            margin-bottom: 0; }
          #contact .sec01__inner--form dl dd ul.radio li input[type=radio] {
            display: none; }
          #contact .sec01__inner--form dl dd ul.radio li label {
            display: inline-block;
            border-radius: 2px;
            position: relative;
            margin-left: 5px;
            padding: 5px 0 5px 13px;
            text-align: center;
            cursor: pointer;
            line-height: 1; }
            #contact .sec01__inner--form dl dd ul.radio li label:before {
              content: "";
              position: absolute;
              top: 50%;
              left: -10px;
              border-radius: 50%;
              border: 1px solid #999;
              background: #fff;
              width: 16px;
              height: 16px;
              margin-top: -8px; }
          #contact .sec01__inner--form dl dd ul.radio li input[type="radio"]:checked + label:after {
            content: "";
            position: absolute;
            top: 50%;
            left: -6px;
            border-radius: 50%;
            background: #052864;
            width: 10px;
            height: 10px;
            margin-top: -4px; }
      #contact .sec01__inner--form dl dd select {
        border: 1px solid #999;
        width: 30%;
        padding: 9px 15px;
        font-size: 16px; }
      #contact .sec01__inner--form dl dd textarea {
        border: 1px solid #999;
        width: 80%;
        height: 150px;
        padding: 9px 15px;
        font-size: 16px; }
      #contact .sec01__inner--form dl dd input[type=button].search {
        margin-left: 20px;
        padding: 8px 20px;
        cursor: pointer; }
      #contact .sec01__inner--form dl dd .add li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 18px; }
        #contact .sec01__inner--form dl dd .add li:last-child {
          margin-bottom: 0; }
        #contact .sec01__inner--form dl dd .add li .ttl_add {
          width: 10%;
          margin-right: 3%;
          text-align: right; }
        #contact .sec01__inner--form dl dd .add li .in_add {
          width: 87%; }
  #contact .sec01__inner--doui {
    margin-bottom: 40px;
    text-align: center; }
    #contact .sec01__inner--doui a {
      margin-right: 5px;
      color: #0066cc;
      text-decoration: underline;
      cursor: pointer; }
      #contact .sec01__inner--doui a:hover {
        text-decoration: underline; }
    #contact .sec01__inner--doui input[type=checkbox] {
      display: none; }
    #contact .sec01__inner--doui label {
      display: inline-block;
      font-size: 16px;
      cursor: pointer; }
    #contact .sec01__inner--doui input[type=checkbox] + span {
      padding-left: 2.2em;
      display: inline-block;
      position: relative; }
    #contact .sec01__inner--doui input[type=checkbox] + span::after,
    #contact .sec01__inner--doui input[type=checkbox] + span::before {
      content: '';
      display: block;
      position: absolute;
      border-radius: 3px;
      border: 1px solid #aaa;
      width: 20px;
      height: 20px;
      top: 3px;
      left: 0; }
    #contact .sec01__inner--doui input[type=checkbox] + span::after {
      opacity: 0;
      width: 8px;
      height: 13px;
      transform: rotate(45deg);
      left: 6px;
      border: none;
      border-right: 3.5px solid #052864;
      border-bottom: 3.5px solid #052864; }
    #contact .sec01__inner--doui input[type=checkbox]:checked + span::after {
      opacity: 1; }
  #contact .sec01__inner .btn_area {
    width: 350px;
    margin: 0 auto; }
    #contact .sec01__inner .btn_area .button {
      display: block;
      border: none;
      background: #052864;
      width: 100%;
      padding: 22px 0;
      text-align: center;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      letter-spacing: 0.1em;
      cursor: pointer;
      -moz-transition: .5s;
      -webkit-transition: .5s;
      -o-transition: .5s;
      -ms-transition: .5s;
      transition: .5s; }
      #contact .sec01__inner .btn_area .button:hover {
        background: #173f84;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }

@media (max-width: 640px) {
  #contact .sec01__inner {
    max-width: 94%;
    margin: 0 auto 12%;
    padding: 0; }
    #contact .sec01__inner--form dl {
      border-top: none;
      padding: 0 0 8%; }
      #contact .sec01__inner--form dl.last {
        border-bottom: none;
        margin-bottom: 0; }
      #contact .sec01__inner--form dl dt {
        background: #f0f0f0;
        width: 100%;
        margin: 0 0 3%;
        padding: 2% 3%; }
        #contact .sec01__inner--form dl dt.required:after {
          position: relative;
          top: 0;
          right: 0;
          display: inline-block;
          margin-left: 5%;
          padding: 2px 10px;
          font-size: 11px;
          line-height: 1.2; }
      #contact .sec01__inner--form dl dd {
        width: 100%; }
        #contact .sec01__inner--form dl dd input[type=text] {
          padding: 2% 3%;
          font-size: 14px; }
          #contact .sec01__inner--form dl dd input[type=text].size01 {
            width: 93.5%; }
          #contact .sec01__inner--form dl dd input[type=text].size02 {
            width: 13%; }
          #contact .sec01__inner--form dl dd input[type=text].size03 {
            width: 18%; }
          #contact .sec01__inner--form dl dd input[type=text].size04 {
            width: 93.5%; }
          #contact .sec01__inner--form dl dd input[type=text].mr1 {
            margin-right: 3%; }
          #contact .sec01__inner--form dl dd input[type=text].mr2 {
            margin-right: 1.5%; }
          #contact .sec01__inner--form dl dd input[type=text].ml1 {
            margin-left: 1.5%; }
        #contact .sec01__inner--form dl dd ul.radio {
          padding-left: 5%; }
          #contact .sec01__inner--form dl dd ul.radio li {
            margin-bottom: 2%; }
        #contact .sec01__inner--form dl dd select {
          width: 45%;
          padding: 2% 3%;
          font-size: 14px; }
        #contact .sec01__inner--form dl dd textarea {
          width: 93.5%;
          height: 120px;
          padding: 2% 3%;
          font-size: 14px; }
        #contact .sec01__inner--form dl dd input[type=button].search {
          margin-left: 5%;
          padding: 5px 10px; }
        #contact .sec01__inner--form dl dd .add li {
          margin-bottom: 3%; }
          #contact .sec01__inner--form dl dd .add li .ttl_add {
            width: 100%;
            margin: 0 0 1%;
            text-align: left; }
          #contact .sec01__inner--form dl dd .add li .in_add {
            width: 100%; }
    #contact .sec01__inner--doui {
      margin-bottom: 8%; }
      #contact .sec01__inner--doui label {
        font-size: 14px; }
    #contact .sec01__inner .btn_area {
      width: 70%; }
      #contact .sec01__inner .btn_area .button {
        padding: 6% 0;
        font-size: 14px; }
        #contact .sec01__inner .btn_area .button:hover {
          color: #fff; } }
/* *******************************************
     新着情報
******************************************* */
#news .sec01__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1160px;
  margin: 0 auto 120px;
  padding: 0 20px; }
  #news .sec01__inner--main {
    width: 72%; }
    #news .sec01__inner--main .list {
      border-top: 1px solid #cdcfd6;
      margin-bottom: 50px; }
      #news .sec01__inner--main .list li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #cdcfd6;
        padding: 20px 10px;
        position: relative;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out; }
        #news .sec01__inner--main .list li a .date {
          width: 100px;
          font-family: 'Jost'; }
        #news .sec01__inner--main .list li a .cate {
          background: #052864;
          width: 100px;
          padding: 2px 0;
          text-align: center;
          color: #fff;
          font-size: 13px; }
        #news .sec01__inner--main .list li a .ttl {
          width: 100%;
          margin-top: 10px; }
        #news .sec01__inner--main .list li a:hover {
          background: #f1f1f1;
          text-decoration: none;
          -moz-transition: .5s;
          -webkit-transition: .5s;
          -o-transition: .5s;
          -ms-transition: .5s;
          transition: .5s; }
    #news .sec01__inner--main .pager {
      overflow: hidden; }
      #news .sec01__inner--main .pager ul.pageNav {
        position: relative;
        left: 50%;
        float: left; }
        #news .sec01__inner--main .pager ul.pageNav li {
          position: relative;
          left: -50%;
          float: left;
          margin: 0 5px; }
          #news .sec01__inner--main .pager ul.pageNav li.current span {
            display: block;
            background: #052864;
            width: 50px;
            height: 38px;
            padding-top: 12px;
            text-align: center;
            color: #fff; }
          #news .sec01__inner--main .pager ul.pageNav li a {
            display: block;
            background: #f0f0f0;
            width: 50px;
            height: 38px;
            padding-top: 12px;
            text-align: center;
            color: #333;
            font-weight: bold;
            text-decoration: none;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
            #news .sec01__inner--main .pager ul.pageNav li a:hover {
              background: #052864;
              color: #fff;
              -moz-transition: .5s;
              -webkit-transition: .5s;
              -o-transition: .5s;
              -ms-transition: .5s;
              transition: .5s; }
    #news .sec01__inner--main .detail .detail_head {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid #ced2d6;
      margin-bottom: 50px;
      padding-bottom: 20px; }
      #news .sec01__inner--main .detail .detail_head .cate {
        background: #052864;
        width: 120px;
        margin-bottom: 20px;
        padding: 5px 0;
        text-align: center;
        color: #fff;
        font-size: 13px; }
      #news .sec01__inner--main .detail .detail_head .date {
        margin-left: 20px;
        padding-top: 4px;
        font-size: 16px;
        font-family: 'Jost'; }
      #news .sec01__inner--main .detail .detail_head .title {
        width: 100%;
        font-size: 24px; }
    #news .sec01__inner--main .detail .detail_cont {
      border-bottom: 1px solid #ced2d6;
      margin-bottom: 50px;
      padding-bottom: 100px; }
    #news .sec01__inner--main .detail .btn_back {
      width: 250px;
      margin: 0 auto; }
      #news .sec01__inner--main .detail .btn_back a {
        display: block;
        background: #052864;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -ms-transition: .5s;
        transition: .5s; }
        #news .sec01__inner--main .detail .btn_back a:hover {
          background: #173f84;
          text-decoration: none;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
  #news .sec01__inner--side {
    width: 23%;
    margin-left: 5%; }
    #news .sec01__inner--side h3 {
      background: #052864;
      margin-bottom: 10px;
      padding: 10px 20px;
      color: #fff;
      font-size: 16px; }
    #news .sec01__inner--side ul.new_kiji {
      margin-bottom: 50px; }
      #news .sec01__inner--side ul.new_kiji li a {
        display: block;
        padding: 5px 0; }
        #news .sec01__inner--side ul.new_kiji li a span {
          font-size: 13px;
          font-family: 'Jost'; }
        #news .sec01__inner--side ul.new_kiji li a:hover {
          text-decoration: none;
          color: #173f84; }
    #news .sec01__inner--side ul.archive li a {
      display: block;
      padding: 5px 0; }
      #news .sec01__inner--side ul.archive li a:hover {
        text-decoration: none;
        color: #173f84; }

@media (max-width: 640px) {
  #news .sec01__inner {
    max-width: 94%;
    margin: 0 auto 10%;
    padding: 0; }
    #news .sec01__inner--main {
      width: 100%;
      margin-bottom: 14%; }
      #news .sec01__inner--main .list {
        margin-bottom: 7%; }
        #news .sec01__inner--main .list li a {
          padding: 4% 2%; }
          #news .sec01__inner--main .list li a .date {
            width: 90px; }
          #news .sec01__inner--main .list li a .cate {
            width: 90px;
            font-size: 11px; }
          #news .sec01__inner--main .list li a .ttl {
            width: 100%;
            margin-top: 2%; }
          #news .sec01__inner--main .list li a:hover {
            background: #fff; }
      #news .sec01__inner--main .pager ul.pageNav li {
        margin: 0 4px; }
        #news .sec01__inner--main .pager ul.pageNav li.current span {
          width: 30px;
          height: 24px;
          padding-top: 6px; }
        #news .sec01__inner--main .pager ul.pageNav li a {
          width: 30px;
          height: 24px;
          padding-top: 6px; }
          #news .sec01__inner--main .pager ul.pageNav li a:hover {
            background: #f0f0f0;
            color: #333; }
      #news .sec01__inner--main .detail .detail_head {
        margin-bottom: 7%;
        padding-bottom: 4%; }
        #news .sec01__inner--main .detail .detail_head .cate {
          width: 100px;
          margin-bottom: 3%;
          padding: 3px 0;
          font-size: 12px; }
        #news .sec01__inner--main .detail .detail_head .date {
          margin-left: 3%;
          padding-top: 3px;
          font-size: 14px; }
        #news .sec01__inner--main .detail .detail_head .title {
          font-size: 16px; }
      #news .sec01__inner--main .detail .detail_cont {
        margin-bottom: 7%;
        padding-bottom: 10%; }
      #news .sec01__inner--main .detail .btn_back {
        width: 60%; }
        #news .sec01__inner--main .detail .btn_back a {
          padding: 4% 0;
          font-size: 13px; }
          #news .sec01__inner--main .detail .btn_back a:hover {
            color: #fff; }
    #news .sec01__inner--side {
      width: 100%;
      margin-left: 0; }
      #news .sec01__inner--side h3 {
        margin-bottom: 3%;
        padding: 2% 3%;
        font-size: 14px; }
      #news .sec01__inner--side ul.new_kiji {
        width: 90%;
        margin: 0 auto 8%; }
        #news .sec01__inner--side ul.new_kiji li a {
          padding: 2% 0; }
          #news .sec01__inner--side ul.new_kiji li a span {
            font-size: 12px; }
          #news .sec01__inner--side ul.new_kiji li a:hover {
            text-decoration: none; }
      #news .sec01__inner--side ul.archive {
        display: flex;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto; }
        #news .sec01__inner--side ul.archive li {
          width: 50%; }
          #news .sec01__inner--side ul.archive li a {
            padding: 3% 0; }
            #news .sec01__inner--side ul.archive li a:hover {
              text-decoration: none; } }
/* *******************************************
     プライバシーポリシー
******************************************* */
#privacy .sec01 {
  max-width: 1160px;
  margin: 0 auto 120px;
  padding: 0 20px; }
  #privacy .sec01__inner .read {
    margin-bottom: 50px;
    line-height: 2.0; }
  #privacy .sec01__inner dl dt {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: bold; }
  #privacy .sec01__inner dl dd {
    margin-bottom: 50px;
    line-height: 2.0; }
    #privacy .sec01__inner dl dd .list {
      margin-top: 10px; }
      #privacy .sec01__inner dl dd .list li {
        text-indent: -2.5em;
        margin-left: 2.5em; }

@media (max-width: 640px) {
  #privacy .sec01 {
    max-width: 94%;
    margin: 0 auto 12%;
    padding: 0; }
    #privacy .sec01__inner .read {
      margin-bottom: 8%; }
    #privacy .sec01__inner dl dt {
      margin-bottom: 3%;
      padding-bottom: 2%;
      font-size: 14px; }
    #privacy .sec01__inner dl dd {
      margin-bottom: 8%; }
      #privacy .sec01__inner dl dd .list {
        margin-top: 3%; } }
