@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
}

html {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

a {
  color: inherit;
}

/* Layout
* *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements
* *********************************** */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: top;
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

/* Attributes & states
* *********************************** */
[hidden] {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

*:focus:not(:focus-visible) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/* Utility classes
* *********************************** */
.cf::before,
.cf::after {
  display: table;
  content: " ";
}

.cf::after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.l-footer {
  padding-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .l-footer {
    padding-bottom: 0px;
  }
}

.l-footer>.c-button__wrap {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 736px) {
  .l-footer>.c-button__wrap {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.l-footer__logo {
  width: 20%;
  min-width: 300px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .l-footer__logo {
    margin-bottom: 10.66667vw;
  }
}


.l-footer__nav {
  padding: 0 60px;
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #aaa;
  line-height: 1.5;
  justify-content: center;
}

.l-footer__nav a {
  text-decoration: none;
  padding: 0 20px;
  border-right: solid 1px #aaa;
}

.l-footer__nav a:last-of-type {
  border-right: none;
}

.l-footer__nav a:hover {
  color: #333;
}


#header {
  position: fixed;
  display: flex;
  justify-content: flex-end;
  top: 29px;
  width: 100%;
  height: 70px;
  z-index: 100;
  padding: 0 60px;
  transition: .3s;
  background-color: #fff;
  border-bottom: solid 3px #F0F0EE;
}

@media screen and (max-width: 736px) {
  #header {
    top: 0px;
  }
}


#header h1 {
  position: absolute;
  padding-left: 40px;
  top: calc(27 / 70 * 100%);
  left: 0;
  z-index: 105;
  max-width: 300px;
  min-width: 250px;
  /* 	text-align:center; */
  line-height: 1.25;
}

.l-header__logo {
  width: 20%;
}

@media screen and (max-width:736px) {
  .l-header__logo {
    text-align: left;
    display: flex;
    height: 100%;
    padding-top: 5px;
    top: 20px !important;
  }
}


.l-logo__pm {
  font-size: 12px;
  color: #595757;
  font-weight: bold;
}

#header nav {
  display: flex;
  justify-content: flex-end;
  font-family: 'A P-OTF A1Gothic StdN', 'Noto Sans JP', sans-serif;
}

#header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header nav ul li {
  height: 70px;
  margin: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header nav ul li a {
  text-decoration: none;
  position: relative;
  color: #333;
  font-size: 16px;
  letter-spacing: .05em;
  display: inline-block;
}

#header nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #005BAC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

#header nav ul li a:hover::after {
  transform: scale(1, 1);
}


@media screen and (max-width: 736px) {
  #header .spnav {
    position: relative;
    height: 100vh;
    width: 100%;
    position: fixed;
    display: none;
    z-index: 101;
    background: #fff;
    padding: 180px 0 0;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    overflow: auto;
  }

  #header .spnav ul {
    display: block;
    margin: 0;
  }

  #header .spnav ul li {
    height: auto;
    margin-bottom: 2.5em;
    text-align: center;
  }

  #header .spnav ul li a {
    position: relative;
    color: #005BAC;
    ;
    font-weight: 300;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-bottom: none;
  }

  #header nav ul li a:hover {
    border-bottom: none;
  }

  #header {
    height: 70px;
    z-index: 100;
  }

  #header h1 {
    min-width: 250px;
    padding-left: 20px;
    top: calc(290 / 768 * 100%);
    left: 0;
  }

  #header .personal {
    padding-right: 0;
    right: 70px;
    height: 80px;
  }

  #header .personal li {
    margin: 0 0 0 30px;
  }

  .hamburger_area {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    max-width: 80px;
    height: 80px;
    float: right;
    z-index: 1001;
  }

  .hamburger_area:before {
    content: "";
    display: block;
  }

  /* クリックエリアと位置を指定 ---------------------- */
  .btnHamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    /* クリックエリアの横幅*/
    height: 100%;
    /* クリックエリアの高さ*/
    cursor: pointer;
    z-index: 1000;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: .5em;
    margin-top: 29px;
  }

  /* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */
  .btnHamburger span {
    position: absolute;
    right: 33px;
    display: block;
    width: 100%;
    /* 横幅 */
    height: 2px;
    /* 1本辺りの高さ */
    background: #000;
    /* 線の色 */

    /* 適用するプロパティ、変化する時間、変化する速度 */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  /* 3本線の各線の位置を指定 ---------------------- */
  .btnHamburger span:nth-child(1) {
    width: 26px;
    top: 30px;
  }

  .btnHamburger span:nth-child(2) {
    width: 26px;
    top: 38px;
  }

  .btnHamburger.is-active span:nth-child(1) {
    width: 28px;
    top: 34px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btnHamburger.is-active span:nth-child(2) {
    width: 28px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }


  /* iOSでのデフォルトスタイルをリセット */
  input[type="submit"],
  input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }

  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none;
  }

  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  #header {
    top: 29px
  }

  .btnHamburger {
    margin-top: 29px;
  }

}


@media screen and (max-width: 768px) {

  #header {
    top: 0px
  }

  #header h1 {
    max-width: 130px;
  }

  #header .spnav {
    padding: 130px 0 0;
  }

  .btnHamburger {
    margin-top: 0px;
  }

  /* 3本線の各線の位置を指定 ---------------------- */
  .btnHamburger span:nth-child(1) {
    width: 18px;
    top: 30px;
  }

  .btnHamburger span:nth-child(2) {
    width: 18px;
    top: 38px;
  }

  .btnHamburger.is-active span:nth-child(1) {
    width: 20px;
    top: 34px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .btnHamburger.is-active span:nth-child(2) {
    width: 20px;
    top: 34px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

}

.l-contents {
  max-width: 1440px;
  margin: 0 auto;
}

.l-contact {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: #fff;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 736px) {
  .l-contact {
    display: none;
  }
}

.l-contact__link {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}

.l-contact__link::after {
  position: absolute;
  top: 100%;
  left: 25%;
  width: 7px;
  height: 34px;
  content: "";
  background-image: url("../img/common/contact-arrow-vertical.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 450ms ease;
  transform: translateY(20%);
}

.l-contact__link:hover::after {
  transform: translateY(55%);
}


.l-main-content {
  margin-right: auto;
  margin-left: auto;
}

.l-main-content-news {
  padding-top: 70px;
}

.l-main-visual {
  margin-top: 70px;
  color: #fff;
  font-weight: bold;
}

.l-main-visual__inner {
  position: relative;
  min-height: 650px;
  background-image: url("../img/home/main-visual-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 10vw 10%;
}

.l-main-visual__ttl {
  font-size: 60px;
  padding-bottom: calc(10 / 1440 * 100%);
}

.l-main-visual__text {
  font-size: 18px;
  font-weight: normal;
}

.l-main-visual__text span {
  font-size: 24px;
  font-weight: bold;
}

.l-main-visual__link {
  padding-top: 25px;
  width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-main-visual__link.space {
  width: 150px;
}

.l-main-visual__link img {
  height: 66px;
}


@media screen and (max-width: 736px) {

  #topnew .l-main-visual__link {
    padding-top: 25px;
    width: 120px;
    margin: 0 10px;
  }

  .l-main-visual__link img {
    height: auto;
  }


  .l-main-visual__inner {
    min-height: 620px;
    padding: 0 20px;
    padding-top: 18vw;
  }

  .l-main-visual__ttl {
    font-size: 32px;
    padding-bottom: calc(30 / 768 * 100%);
    background-position: -540px center;
  }

  .l-main-visual__text span {
    font-size: 20px;
    line-height: 1;
  }

  .l-main-visual__text {
    font-size: 16px;
    max-width: 440px;
  }

}

.l-archive {
  margin-bottom: 95px;
}

@media screen and (max-width: 736px) {
  .l-archive {
    margin-bottom: 17.06667vw;
  }
}

.c-button {
  display: inline-block;
  padding: 20px 56px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #005BAC;
  transition: all 350ms ease;
  border: solid 2px #005BAC;
}

@media screen and (max-width: 736px) {
  .c-button {
    padding: 3.86667vw 5.86667vw;
    font-size: 18px;
  }
}

.c-button:hover {
  color: #005BAC;
  border: solid 2px #005BAC;
  background-color: #fff;
}

.c-button__wrap {
  text-align: center;
}


.c-title__en {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  color: #005BAC;
}

@media screen and (max-width: 736px) {
  .c-title__en {
    font-size: 10.66667vw;
  }
}

.c-title__ja {
  display: block;
  font-size: 20px;
  color: #333;
}

@media screen and (max-width: 736px) {
  .c-title__ja {
    font-size: 5.33333vw;
  }
}

.c-title__white {
  color: #fff;
}

.c-title__white__40 {
  color: #8CADD5;
}

.c-btn__deta {
  background-color: #fff;
  width: 280px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 736px) {
  .c-btn__deta {
    width: 100%
  }
}

.c-btn__deta a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  width: 100%;
  display: block;
  padding: 13px 20px;
}

.c-btn__deta a::after {
  position: absolute;
  bottom: 0;
  width: 36px;
  height: 7px;
  content: "";
  background-image: url(../img/home/more-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 450ms ease;
  transform: translateX(15%);
  top: 50%;
  right: 13%;
}

.c-btn__deta a:hover {
  opacity: 0.6;
}

.c-btn__deta a:hover::after {
  transform: translateX(50%);
}

.c-map {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.c-news__link {
  display: flex;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  transition: all 450ms ease;
}

@media screen and (max-width: 736px) {
  .c-news__link {
    flex-direction: column;
  }
}

.c-news__link:hover {
  opacity: 0.6;
}

.c-news__link:hover .c-news__date {
  opacity: 0.6;
}

.c-news__link:hover .c-news__title {
  opacity: 0.6;
}

.c-news__date {
  width: 120px;
  padding: 5px 0;
  font-size: 14px;
  line-height: 1.45;
  border-right: solid 1px #484b4d;
}

@media screen and (max-width: 736px) {
  .c-news__date {
    width: 100%;
    padding: 0;
    margin-bottom: 1.06667vw;
    font-size: 3.73333vw;
    border-right: none;
  }
}

.c-news__title {
  padding: 5px 0 5px 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin-left: 2px;
  width: 80%;
}

@media screen and (max-width: 736px) {
  .c-news__title {
    padding: 0;
    font-size: 3.73333vw;
  }
}

.c-pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.c-pagenation>.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  min-height: 50px;
  margin: 0 5px 10px;
  color: #333;
  text-decoration: none;
  background-color: #f4f5f6;
  border-radius: 25px;
  transition: all 450ms ease;
}

.c-pagenation>.page-numbers:hover, .c-pagenation>.page-numbers.current {
  color: #fff;
  background-color: #333;
}

.c-form__textbox {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background-color: #f4f5f6;
  border: none;
}

.c-form__textarea {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background-color: #f4f5f6;
  border: none;
}

@media screen and (max-width: 736px) {
  .c-form__textarea {
    height: 48vw;
  }
}


.home .p-news {
  margin-bottom: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 736px) {
  .home .p-news {
    margin-bottom: 16vw;
    padding: 70px 20px 0;
  }
}

.home .lead {
  width: 75%;
  margin-bottom: 100px;
  margin-left: 25%;
}

@media screen and (max-width: 736px) {
  .home .lead {
    width: 100%;
    margin-bottom: 12.26667vw;
    margin-left: 0;
  }
}

.home .lead__title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.5;
}

@media screen and (max-width: 736px) {
  .home .lead__title {
    margin-bottom: 8vw;
    font-size: 5.33333vw;
    line-height: 2;
  }
}

.home .lead__en {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (max-width: 736px) {
  .home .lead__en {
    font-size: 5.33333vw;
    line-height: 1.5;
  }
}

.home .service {
  background-color: #005BAC;
  padding: 100px 60px;
}

@media screen and (max-width: 736px) {
  .home .service {
    padding: 60px 20px;
  }
}

.home .service__title {
  margin-bottom: 45px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .home .service__title {
    margin-bottom: 9.6vw;
  }
}

.home .service__row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 54px;
}

@media screen and (max-width: 736px) {
  .home .service__row {
    flex-direction: column;
    margin-bottom: 17.06667vw;
  }
}

.home .service__row:last-child {
  margin-bottom: 0;
}

.home .service__row--reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 736px) {
  .home .service__row--reverse {
    flex-direction: column;
  }
}

.home .service__img {
  position: relative;
  width: 50%;
  overflow: hidden;
  transition: all 450ms ease;
  transform: scaleX(0);
  transform-origin: left center;
}

.home .service__img img {
  transition: all 1500ms ease;
  transition-delay: 450ms;
  transform: scale(1.05);
}

.home .service__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: #005BAC;
  transition: all 450ms ease;
  transition-delay: 550ms;
}

.home .service__img.js-animate {
  transform: scaleX(1);
}

.home .service__img.js-animate img {
  transform: scale(1);
}

.home .service__img.js-animate::after {
  transform: translateX(100%);
}

@media screen and (max-width: 736px) {
  .home .service__img {
    width: 100%;
    margin-bottom: 6.93333vw;
  }
}

.home .service__content {
  width: 50%;
  padding: 25px 60px;
}

@media screen and (max-width: 736px) {
  .home .service__content {
    width: 100%;
    padding: 0 2.66667vw;
  }
}

.home .service__content-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .home .service__content-title {
    margin-bottom: 9.6vw;
  }
}

.home .service__content-text {
  font-size: 16px;
}

@media screen and (max-width: 736px) {
  .home .service__content-text {
    font-size: 4.26667vw;
  }
}

.home .company {
  margin-bottom: 100px;
  padding: 0 60px;
  padding-top: 100px;
}

@media screen and (max-width: 1024px) {
  .home .company {
    width: 100vw;
    margin-bottom: 70px;
    padding: 0;
  }
}

.home .company__title {
  margin-bottom: 45px;
}

@media screen and (max-width: 1024px) {
  .home .company__title {
    width: 89.33333vw;
    margin-right: auto;
    margin-bottom: 7.46667vw;
    margin-left: auto;
    text-align: center;
  }
}

.home .company__row {
  position: relative;
  display: flex;
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 1024px) {
  .home .company__row {
    flex-direction: column;
  }
}

.home .company__content {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 0px 0px 0px 70px;
}

@media screen and (max-width: 1366px) {
  .home .company__content {
    padding: 0px;
  }
}

@media screen and (max-width: 1024px) {
  .home .company__content {
    width: 100%;
    padding: 70px 5.33333vw 140px;
  }
}

@media screen and (max-width: 736px) {
  .home .company__content {
    width: 100%;
    padding: 70px 5.33333vw 60px;
  }
}

.home .company__img {
  position: absolute;
  right: 0;
  z-index: 2;
  max-height: 750px;
  overflow: hidden;
  transition: all 450ms ease;
  transform: scaleX(0);
  transform-origin: left center;
  padding-right: 70px;
}

.home .company__img img {
  transition: all 1500ms ease;
  transition-delay: 450ms;
  transform: scale(1.05);
}

.home .company__img::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: #fff;
  transition: all 450ms ease;
  transition-delay: 550ms;
}

.home .company__img.js-animate {
  transform: scaleX(1);
}

.home .company__img.js-animate img {
  transform: scale(1);
}

.home .company__img.js-animate::after {
  transform: translateX(100%);
}

@media screen and (max-width: 1024px) {
  .home .company__img {
    position: initial;
    top: initial;
    right: initial;
    width: 89.33333vw;
    margin-top: -18.66667vw;
    margin-right: auto;
    margin-left: auto;
  }
}

.home .company__detail {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .home .company__detail {
    flex-direction: column;
  }
}

.home .company__detail-title {
  width: 100px;
  margin-right: 30px;
  font-size: 14px;
  border-right: solid 1px #000;
}

@media screen and (max-width: 1366px) {
  .home .company__detail-title {
    width: 92px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .home .company__detail-title {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.33333vw;
    border-right: none;
    border-bottom: solid 1px #D8D8D8;
    font-size: 16px;
  }

  .home .company__detail-title::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 13.33333vw;
    height: 1px;
    content: "";
  }
}

.home .company__detail-description {
  width: calc(100% - (130px + 30px));
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .home .company__detail-description {
    width: 100%;
    font-size: 16px;
  }
}

.home .access {
  margin-bottom: 90px;
}

.home .access__row {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 736px) {
  .home .access__row {
    flex-direction: column;
  }
}

.home .access__content {
  width: 50%;
  padding: 0 60px 25px;
}

@media screen and (max-width: 736px) {
  .home .access__content {
    width: 100%;
    padding: 0;
    margin-bottom: 12.26667vw;
  }
}

.home .access__content-title {
  margin-bottom: 40px;
}

.home .access__content-text {
  font-size: 16px;
  line-height: 1.7;
}

.home .access__map {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 736px) {
  .home .access__map {
    width: 100%;
    height: 106.66667vw;
  }
}

.home .access__map>.c-map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 736px) {
  .home .access__map>.c-map {
    width: 100%;
  }
}


.p-news {
  overflow: hidden;
}

.p-news__head {
  border-bottom: solid 3px #D8D8D8;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.p-news__head::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #005BAC;
  bottom: -3px;
  width: 120px;
}

@media screen and (max-width: 736px) {
  .p-news__head {
    display: flex;
  }
}

.p-news__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #005BAC;
  padding-bottom: 10px;
}

@media screen and (max-width: 736px) {
  .p-news__title {
    width: 50%;
  }
}

.p-news__row {
  display: flex;
  padding-top: 100px;
  margin-top: -100px;
}

@media screen and (max-width: 736px) {
  .p-news__row {
    display: block;
  }
}

.p-news__col-left {
  width: calc(100% - 25%);
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .p-news__col-left {
    width: 100%;
  }
}

.p-news__col-right {
  width: 25%;
}

@media screen and (max-width: 736px) {
  .p-news__col-right {
    display: none;
  }
}

.p-news__item {
  margin-bottom: 1px;
  color: #000;
  border-bottom: solid 1px #D8D8D8;
}

.p-news__item:last-child {
  margin-bottom: 0;
  color: #000;
  border-bottom: none;
}

@media screen and (max-width: 1024px) {
  .p-news__item {
    border-bottom: solid 1px #D8D8D8;
  }

  .p-news__item:last-child {
    border-bottom: none;
  }
}

.p-news__more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 450ms ease;
}

@media screen and (max-width: 736px) {
  .p-news__more {
    width: 50%;
    padding: 3.2vw 0;
    text-align: center;
  }
}

.p-news__more:hover .p-news__more--text::after {
  transform: translateX(50%);
}

.p-news__more--contents {
  width: 18%;
}

@media screen and (max-width: 736px) {
  .p-news__more--contents {
    width: 90px;
  }
}

.p-news__more--text {
  position: relative;
  font-weight: 700;
  line-height: 1;
  color: #333;
  transition: all 450ms ease;
}

.p-news__more:hover {
  opacity: 0.6;
}

@media screen and (max-width: 736px) {
  .p-news__more--text {
    font-size: 18px;
  }
}

.p-news__more--text::after {
  position: absolute;
  bottom: 0;
  width: 36px;
  height: 7px;
  content: "";
  background-image: url("../img/home/more-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 450ms ease;
  transform: translateX(15%);
}

@media screen and (max-width: 736px) {
  .p-news__more--text::after {
    bottom: 2;
  }
}

.p-archive__title {
  margin-bottom: 40px;
  text-align: center;
  padding-top: 120px;
}

.p-archive__news {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 1024px) {
  .p-archive__news {
    padding: 0 40px;
  }
}

@media screen and (max-width: 736px) {
  .p-archive__news {
    padding: 0 20px;
  }
}

.p-single__title {
  margin-bottom: 40px;
  text-align: center;
  margin-top: 40px;
}

.p-single__article {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  max-width: 1080px;
  padding: 0 40px;
}

@media screen and (max-width: 736px) {
  .p-single__article {
    padding: 0 20px;
  }
}


.p-single__article-date {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.p-single__article-title {
  padding-bottom: 26px;
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: solid 2px #e9e9e9;
}

.p-single__article-content {
  line-height: 2.1;
}

.p-single__article-content p {
  margin: 1em 0;
  font-size: 14px;
}

.p-single__article-content a {
  text-decoration: underline;
}

.p-single__article-content a:hover {
  text-decoration: none;
}

.p-single__article-content strong {
  font-weight: 600;
}

.p-single__article-content h2,
.p-single__article-content h3,
.p-single__article-content h4 {
  font-weight: 600;
}

.p-single__article-content h2 {
  margin: 1.5em auto 1em;
  font-size: 18px;
}

.p-single__back {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: all 450ms ease;
}

.p-single__back::before {
  position: absolute;
  right: 100%;
  bottom: 25%;
  width: 36px;
  height: 7px;
  content: "";
  background-image: url("../img/common/back-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 450ms ease;
  transform: translateX(-25%);
}

.p-single__back:hover {
  opacity: 0.6;
}

.p-single__back:hover::before {
  transform: translateX(-50%);
}

.p-single__back-wrap {
  margin: 55px auto;
  text-align: center;
}


.p-contact__title {
  padding-top: 140px;
  margin-bottom: 45px;
  text-align: center;
}

.p-contact__article {
  width: 90%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

.p-contact__text {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.7;
}

/* .p-contact__form-box {
  margin-bottom: 105px; } */

.p-contact__form-row {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 736px) {
  .p-contact__form-row {
    flex-direction: column;
  }
}

.p-contact__form-col {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
}

@media screen and (max-width: 736px) {
  .p-contact__form-col {
    width: 100%;
  }
}

.p-contact__form-col:first-child {
  margin-right: 40px;
}

@media screen and (max-width: 736px) {
  .p-contact__form-col:first-child {
    margin-right: 0;
  }
}

.p-contact__form-col--full {
  width: 100%;
  margin-right: 0;
}

.p-contact__form-col--full:first-child {
  margin-right: 0;
}

.p-contact__form-title {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.p-contact__form-note {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 15px;
  font-size: 11px;
  color: #fff;
}

.p-contact__form-note--require {
  background-color: #005BAC;
}

.p-contact__form-note--optional {
  background-color: #555;
}

.p-contact__button-wrap {
  width: 300px;
  margin: 40px auto 0;
  text-align: center;
}

.p-contact__button-wrap .c-button {
  width: 100%;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-center a {
  color: #005BAC;
}

.u-align-center a:hover {
  opacity: 0.7;
}

.u-align-right {
  text-align: right;
}


.u-pc-block {
  display: block;
}

@media screen and (max-width: 736px) {
  .u-pc-block {
    display: none;
  }
}

.u-pc-inline {
  display: inline;
}

@media screen and (max-width: 736px) {
  .u-pc-inline {
    display: none;
  }
}

.u-pc-inline-block {
  display: inline-block;
}

@media screen and (max-width: 736px) {
  .u-pc-inline-block {
    display: none;
  }
}

.u-sp-block {
  display: none;
}

@media screen and (max-width: 736px) {
  .u-sp-block {
    display: block;
  }
}

.u-sp-inline {
  display: none;
}

@media screen and (max-width: 736px) {
  .u-sp-inline {
    display: inline;
  }
}

.u-sp-inline-block {
  display: none;
}

@media screen and (max-width: 736px) {
  .u-sp-inline-block {
    display: inline-block;
  }
}


.u-font-normal {
  font-weight: 300;
}

.u-font-bold {
  font-weight: 600;
}

#recruit {
  position: relative;
  height: 995px;
  z-index: 11;
  background-color: #F0F0EE;
  margin-top: 120px;
}

@media screen and (max-width: 1024px) {
  #recruit {
    height: 1020px;
  }
}

@media screen and (min-width: 414px) and (max-width: 736px) {
  #recruit {
    height: 1090px;
  }
}

@media screen and (max-width: 413px) {
  #recruit {
    height: 1170px;
  }
}

#recruit .inner {
  position: absolute;
  width: 92%;
  max-width: 1240px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -20px;
}

#recruit .inner h2 {
  margin: 0 auto 45px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}

#recruit .inner .tab-btn-list {
  width: 100%
}

#recruit .inner .tab-btn-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

#recruit .inner .tab-btn-list ul li {
  width: 100%;
  padding: 15px;
  background-color: #bbb;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer
}

@media screen and (max-width: 736px) {
  #recruit .inner .tab-btn-list ul li {
    font-size: 15px;
  }
}

#recruit .inner .tab-btn-list ul li.active, #recruit .inner .tab-btn-list ul li:hover {
  background-color: #fff;
  font-weight: bold;
  color: #005BAC;
  border-top: solid 3px #005BAC;
}

#recruit .inner .tab-content {
  padding-top: 10px;
  background-color: #fff
}

#recruit .inner .tab-content .tab-content-inner {
  display: none;
  padding: 65px 50px;
}

@media screen and (max-width: 736px) {
  #recruit .inner .tab-content .tab-content-inner {
    display: none;
    padding: 65px 20px;
  }
}


#recruit .inner .tab-content .tab-content-inner.active {
  display: block
}

#recruit .inner .tab-content .tab-content-inner dl {
  padding: 12px 20px;
  border-bottom: solid 1px #DBDBDB;
  font-size: 0;
}

@media screen and (max-width: 736px) {
  #recruit .inner .tab-content .tab-content-inner dl {
    padding: 12px 15px;
  }
}

#recruit .inner .tab-content .tab-content-inner dl:first-child {
  border-top: solid 1px #DBDBDB
}

#recruit .inner .tab-content .tab-content-inner dl dt {
  display: inline-block;
  width: 6.5em;
  line-height: 1.65em;
  font-size: 14px;
  vertical-align: top;
  border-right: solid 1px #333;
}

#recruit .inner .tab-content .tab-content-inner dl dd {
  display: inline-block;
  width: calc(100% - 6.5em);
  margin: 0;
  font-size: 14px;
  vertical-align: top;
  padding-left: 1.5em;
}

@media screen and (max-width: 736px) {
  #recruit .inner .tab-content .tab-content-inner dl dt {
    font-size: 12px;
  }

  #recruit .inner .tab-content .tab-content-inner dl dd {
    font-size: 12px;
  }
}


#map {
  width: 100%;
  box-sizing: border-box;
  margin-top: calc(80 / 1440 * 100%);
}

@media screen and (max-width: 1366px) {
  #map {
    margin-top: calc(150 / 1366 * 100%);
  }
}

#map .company__img {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

#map .company__img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}


/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

.slide-up {
  transform: translateY(50px);
}



#privacy a:link {
  color: #187bc1;
  text-decoration: none;
  font-weight: bold;
}

#privacy a:visited {
  color: #187bc1;
  text-decoration: none;
}

#privacy a:hover {
  color: #187bc1;
  text-decoration: underline;
}


#privacy h4 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  border-bottom: 1px solid #e5e5e5;
  margin: 35px 0px 10px 0px;
}

#privacy .content {
  width: calc(1080 / 1440 * 100%);
  margin: 0 auto;
}

#privacy .content span {}

#privacy .content span ol {
  list-style: disc;
  margin: 0px 10px 10px 30px;
}

#privacy .box {
  margin: 20px 0px 0px 20px;
  text-align: right;
}

#privacy .content2 {
  margin-left: 10px;
  padding: 15px 0 0;
}


#privacy .content2 p {
  display: none;
}

#privacy .content2 span p {
  margin: 10px 10px 10px 0px;
}

#privacy .content2 span ol {
  list-style: none;
  margin: 0px 10px 10px 10px;
}


#privacy .content3 {
  font-size: 14px;
  padding: 15px 0 0;
}


#privacy .content3 p {
  display: none;
}

#privacy .content3 span ol {
  list-style-type: decimal;
  margin: 0px 10px 10px 30px;
}

#privacy .content4 {
  margin-left: 10px;
  padding: 15px 0 0;
}


#privacy .content4 p {
  display: none;
}

#privacy .content4 span ol {
  list-style: lower-alpha;
  margin: 0px 0px 10px 20px;
  font-size: 14px;
}

#privacy table {
  margin: 10px 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 50vw;
  font-size: 13px;
}

#privacy table th {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  text-align: center;
  vertical-align: middle;

}

#privacy table td {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  text-align: left;
}

.c-title__privacy {
  padding-top: 140px;
}

@media screen and (min-width: 419px) and (max-width: 736px) {
  #privacy div.content {
    width: auto;
  }
}

@media screen and (max-width: 418px) {
  #privacy div.content {
    width: auto;
  }

  #privacy table {
    width: 100%;
  }

  #privacy .content3 span ol {
    margin: 0px 10px 10px 20px;
  }

  #privacy .content4 span ol {
    margin: 0px 0px 10px 10px;
  }

}



.corporate_logo {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: start;
}

.corporate_logo img {
  height: 18px;
  width: auto;

}

@media only screen and (max-width: 767px) {
  .corporate_logo {
    justify-content: center;
  }
}

.site_seal {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.site_seal div.site_seal_left {
  padding: 40px 5px 40px 115px;
}
.site_seal div.site_seal_center {
  padding: 40px 5px 0px 5px;
}
.site_seal div.site_seal_right {
  padding: 40px 115px 40px 5px;
}

@media only screen and (max-width: 765px) {

  .site_seal {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
  }


  .site_seal a {
    display: block !important;
  }

  .site_seal div.site_seal_left {
    padding: 40px 5px 40px 0px;
  }
  .site_seal div.site_seal_center {
    padding: 40px 5px 0px 5px;
  }
  .site_seal div.site_seal_right {
    padding: 40px 0px 40px 5px;
  }

}

.footer_area_bg {
  background-color: #fff;

}