@charset "UTF-8";
/* Scss Document */
/* Device Width */
/* font family */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print {
  body {
    width: 1080px;
  }

  a[href]:after {
    content: "" !important;
  }
}
* {
  box-sizing: border-box;
}

body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  outline: none;
}

.pcItem {
  display: block;
}
@media only, screen and (max-width: 736px) {
  .pcItem {
    display: none;
  }
}

.iPad {
  display: none;
}
@media only, screen and (max-width: 780px) {
  .iPad {
    display: block;
  }
}

.spItem {
  display: none;
}
@media only, screen and (max-width: 736px) {
  .spItem {
    display: block;
  }
}

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

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

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* font-size */
:root {
  --ttl-l: 32px;
  --ttl-m: 24px;
  --ttl-s: 22px;
  --ttl-ss: 18px;
  --fs: 16px;
  --fs-s: 14px;
}

@media only, screen and (max-width: 780px) {
  :root {
    --ttl-l: 24px;
    --ttl-m: 19px;
    --ttl-s: 17px;
    --ttl-ss: 13px;
    --fs: 13px;
    --fs-s: 11px;
  }
}
@media only, screen and (max-width: 736px) {
  :root {
    --ttl-l: 20px;
    --ttl-m: 17px;
    --ttl-s: 16px;
    --ttl-ss: 13px;
    --fs: 13px;
    --fs-s: 11px;
  }
}
@media screen and (max-width: 320px) {
  :root {
    --ttl-l: 17px;
    --ttl-m: 14px;
    --ttl-s: 12px;
    --ttl-ss: 10px;
    --fs: 10px;
    --fs-s: 10px;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  header {
    border-bottom: solid 1px #e5e7e8;
  }
}
header .logo {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 780px) {
  header .logo {
    margin: 26px 0 22px 20px;
  }
}
@media only, screen and (max-width: 736px) {
  header .logo {
    /*margin: 16px 0 12px 20px;*/
  }
}
header .logo a {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs-s);
  font-weight: 500;
  color: #003784;
  letter-spacing: 0.05em;
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  header .logo a {
    font-size: 10px;
    letter-spacing: 0;
  }
}
header .logo a img {
  display: inline-block;
  width: 104px;
  height: auto;
  margin: 0 20px 2px 0;
  vertical-align: middle;
}
@media screen and (max-width: 360px) {
  header .logo a img {
    width: 86px;
  }
}
header .logo a span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 820px) {
  header .logo a span {
    font-size: 11px;
  }
}
@media screen and (max-width: 780px) {
  header nav {
    margin: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: none;
  }
}
header nav ul {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 780px) {
  header nav ul {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-bottom: 60px;
    overflow: scroll;
  }
}
header nav ul li {
  margin: 0 1em 0 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 780px) {
  header nav ul li {
    width: 240px;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    -webkit-transition: none;
    transition: none;
    z-index: 1200;
  }
}
header nav ul li:before {
  content: "｜";
  margin: 0 1em 0 0;
}
@media screen and (max-width: 780px) {
  header nav ul li:before {
    content: none;
    margin: 0;
  }
}
header nav ul li#sp-logo {
  display: none;
}
@media screen and (max-width: 780px) {
  header nav ul li#sp-logo {
    display: block;
    width: 200px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 780px) {
  header nav ul li#sp-logo a {
    border-bottom: none;
    background: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
}
@media only, screen and (max-width: 736px) {
  header nav ul li#sp-logo a {
    text-align: center;
  }
}
header nav ul li#sp-logo a img {
  display: block;
  width: 120px;
  height: auto;
  margin: 0 auto 10px;
}
header nav ul li.recruit, header nav ul li.btn-about {
  margin: 0 0 0 1px;
}
@media screen and (max-width: 780px) {
  header nav ul li.recruit, header nav ul li.btn-about {
    margin: 10px auto;
    border-bottom: none;
  }
}
header nav ul li.recruit a, header nav ul li.btn-about a {
  display: block;
  padding: 23px 70px;
  background-color: #003685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 820px) {
  header nav ul li.recruit a, header nav ul li.btn-about a {
    padding: 1.796875vw 5.46875vw;
  }
}
header nav ul li.recruit a:hover, header nav ul li.btn-about a:hover {
  color: #fff;
  background-color: #4f8edf;
}
@media screen and (max-width: 780px) {
  header nav ul li.recruit a:hover, header nav ul li.btn-about a:hover {
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
@media screen and (max-width: 780px) {
  header nav ul li.recruit a, header nav ul li.btn-about a {
    display: block;
    margin: 10px 0;
    padding: 10px 0 20px;
    color: #fff;
    background: none;
    transition: none;
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
@media screen and (max-width: 375px) {
  header nav ul li.recruit a, header nav ul li.btn-about a {
    padding: 7px 0 16px;
  }
}
@media screen and (max-width: 320px) {
  header nav ul li.recruit a, header nav ul li.btn-about a {
    padding: 7px 0 13px;
  }
}
header nav ul li.recruit:before, header nav ul li.btn-about:before {
  content: none;
}
header nav ul li a {
  color: #606672;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  header nav ul li a {
    display: block;
    margin: 10px 0;
    padding: 10px 0 20px;
    color: #fff;
    background: none;
    border-bottom: solid 1px #fff;
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
@media screen and (max-width: 375px) {
  header nav ul li a {
    padding: 7px 0 16px;
  }
}
@media screen and (max-width: 320px) {
  header nav ul li a {
    padding: 7px 0 13px;
  }
}
header nav ul li a:hover {
  color: #003685;
}
@media screen and (max-width: 780px) {
  header nav ul li a:hover {
    color: #fff;
  }
}

#drawer {
  display: none;
}
@media screen and (max-width: 780px) {
  #drawer {
    display: block;
    position: fixed;
    right: 20px;
    top: 26px;
    width: 20px;
    height: 14px;
    cursor: pointer;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
  }
}

#drawer div {
  position: relative;
}

#drawer span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #003685;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#drawer span:nth-child(1) {
  top: 0;
}

#drawer span:nth-child(2) {
  top: 6px;
}

#drawer span:nth-child(3) {
  top: 12px;
}

.open #drawer {
  background: transparent;
}
.open #drawer span {
  background: #fff;
}
.open #drawer span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.open #drawer span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #drawer span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open header nav {
  z-index: 20;
}
@media screen and (max-width: 780px) {
  .open header nav ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .open header nav ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .open header nav ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .open header nav ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .open header nav ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .open header nav ul li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .open header nav ul li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .open header nav ul li:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .open header nav ul li:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
  .open header nav ul li:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
}

#spbg {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: #003685;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  opacity: 0;
  z-index: -1;
}

.open #spbg {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  z-index: 10;
}

footer {
  border-top: solid 1px #e5e7e8;
}
footer .footer-box {
  padding: 50px 88px 15px;
}
@media screen and (max-width: 780px) {
  footer .footer-box {
    padding: 50px 20px 15px;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box {
    padding: 25px 20px 15px;
  }
}
footer .footer-box .footer-logo {
  margin: 0 0 20px;
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-logo {
    margin: 0 0 10px;
  }
}
footer .footer-box .footer-logo img {
  display: block;
  width: 104px;
  height: auto;
  margin: 0 0 2px;
}
@media screen and (max-width: 360px) {
  footer .footer-box .footer-logo img {
    width: 86px;
  }
}
footer .footer-box .footer-logo span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs-s);
  font-weight: 500;
  color: #003784;
  letter-spacing: 0.05em;
}
footer .footer-box address {
  margin-bottom: 0.75em;
  font-style: normal;
  font-family: "ヒラギノ角ゴ", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #111;
}
@media only, screen and (max-width: 780px) {
  footer .footer-box address {
    font-size: 13px;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box address {
    font-size: 11px;
  }
}
footer .footer-box .footer-nav {
  margin: 0 0 40px;
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-nav {
    margin: 0 0 20px;
  }
}
footer .footer-box .footer-nav p {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 2;
}
@media only, screen and (max-width: 780px) {
  footer .footer-box .footer-nav p {
    font-size: 13px;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-nav p {
    font-size: 11px;
  }
}
footer .footer-box .footer-nav p.group-site {
  text-indent: -0.5em;
}
footer .footer-box .footer-nav ul {
  font-size: 0;
}
footer .footer-box .footer-nav li {
  display: inline;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only, screen and (max-width: 780px) {
  footer .footer-box .footer-nav li {
    font-size: 13px;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-nav li {
    font-size: 11px;
  }
}
footer .footer-box .footer-nav li:not(:first-child) {
  margin-left: 1em;
  padding-left: 1em;
  border-left: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-nav li:nth-of-type(4), footer .footer-box .footer-nav li:nth-of-type(7) {
    margin-left: 0;
    padding-left: 0;
    border-left: none !important;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .footer-nav li:nth-of-type(3):after, footer .footer-box .footer-nav li:nth-of-type(6):after {
    content: "\a";
    white-space: pre;
  }
}
footer .footer-box .footer-nav li a {
  color: #111;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-box .footer-nav li a:hover {
  color: #003685;
  text-decoration: none;
}
footer .footer-box .group-nav {
  margin: 0 0 50px;
}
footer .footer-box .group-nav ul {
  display: flex;
  justify-content: center;
  border-top: #e9eeee solid 1px;
  border-bottom: #e9eeee solid 1px;
}
@media screen and (max-width: 428px) {
  footer .footer-box .group-nav ul {
    flex-wrap: wrap;
  }
}
footer .footer-box .group-nav ul li {
  width: 25%;
  font-size: 14px;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  list-style: none;
}
@media screen and (max-width: 820px) {
  footer .footer-box .group-nav ul li {
    width: auto;
    padding: 0 3%;
    font-size: 13px;
  }
}
@media only, screen and (max-width: 736px) {
  footer .footer-box .group-nav ul li {
    font-size: 11px;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-box .group-nav ul li {
    width: 33.3%;
  }
}
footer .footer-box .group-nav ul li:not(:first-child) {
  border-left: #e9eeee solid 1px;
}
@media screen and (max-width: 428px) {
  footer .footer-box .group-nav ul li:nth-of-type(1), footer .footer-box .group-nav ul li:nth-of-type(2) {
    width: 50%;
    border-bottom: #e9eeee solid 1px;
  }
}
@media screen and (max-width: 428px) {
  footer .footer-box .group-nav ul li:nth-of-type(3) {
    border-left: none;
  }
}
footer .footer-box .group-nav ul li a {
  display: block;
  text-decoration: none;
  color: #606672;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-box .group-nav ul li a:hover {
  color: #003685;
}
footer .footer-box .group-nav ul li a span {
  position: relative;
  padding-left: 1.5em;
}
footer .footer-box .group-nav ul li a span:before {
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url("../img/icn_footer_arrow.png") no-repeat top center;
  background-size: auto;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
footer .pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 1000;
  opacity: 1;
}
@media only, screen and (max-width: 736px) {
  footer .pagetop {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
footer .pagetop:hover {
  opacity: 0.7;
}

.tab li {
  cursor: pointer;
}

.panel {
  display: none;
}

.show {
  display: block;
}

.btn {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: var(--ttl-s);
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #003685;
  border-radius: 35px;
}
@media only, screen and (max-width: 736px) {
  .btn {
    width: 68%;
    padding: 10px 0;
  }
}
.btn span {
  display: inline-block;
  width: 260px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/13px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .btn span {
    width: 80%;
    background: url("../img/btn_arrow01.png") right center/10px auto no-repeat;
  }
}
.btn:hover span {
  width: 280px;
}
@media only, screen and (max-width: 736px) {
  .btn:hover span {
    width: 85%;
  }
}

.btn-check {
  width: 62.962962963vw;
  max-width: 680px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 736px) {
  .btn-check {
    width: 100%;
    max-width: inherit;
  }
}

.btn-submit {
  display: block;
  width: 320px;
  margin: 0 auto 10px;
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .btn-submit {
    width: 68%;
  }
}
.btn-submit:after {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin: auto;
  background: url("../img/btn_arrow01.png") right center/13px auto no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
@media only, screen and (max-width: 736px) {
  .btn-submit:after {
    background: url("../img/btn_arrow01.png") right center/10px auto no-repeat;
  }
}
.btn-submit input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #ccc;
  border-radius: 35px;
  border: none;
  -webkit-appearance: none;
}
@media only, screen and (max-width: 736px) {
  .btn-submit input[type=submit] {
    padding: 10px 0;
    font-size: var(--ttl-s);
  }
}
.btn-submit input[type=submit].active {
  cursor: pointer;
  background-color: #003685;
}
.btn-submit.active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-submit.active:hover:after {
  right: 25px;
}
.btn-submit.active input[type=submit] {
  cursor: pointer;
  background-color: #003685;
}

.btn-back {
  display: block;
  width: 320px;
  margin: 0 auto 10px;
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .btn-back {
    width: 68%;
  }
}
.btn-back:after {
  content: "";
  display: block;
  width: 13px;
  height: 16px;
  margin: auto;
  background: url("../img/btn_back.png") left center/13px auto no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
}
@media only, screen and (max-width: 736px) {
  .btn-back:after {
    background: url("../img/btn_back.png") left center/10px auto no-repeat;
  }
}
.btn-back:hover:after {
  left: 25px;
}
.btn-back input[type=button] {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 22px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background-color: #5d6673;
  border-radius: 35px;
  border: none;
  -webkit-appearance: none;
}
@media only, screen and (max-width: 736px) {
  .btn-back input[type=button] {
    padding: 10px 0;
    font-size: var(--ttl-s);
  }
}

.er404 {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 60px auto;
}
@media screen and (max-width: 880px) {
  .er404 {
    width: 92%;
  }
}
@media only, screen and (max-width: 780px) {
  .er404 {
    margin: 30px auto;
  }
}
.er404 h1 {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .er404 h1 {
    margin-bottom: 10px;
  }
}
.er404 p {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 780px) {
  .er404 p {
    margin-bottom: 20px;
  }
}

.txt-indent01 {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}

.home .mv {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media only, screen and (max-width: 736px) {
  .home .mv {
    margin-bottom: 10px;
  }
}
.home #sound-btn {
  width: 48px;
  margin: 0 40px 60px auto;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 1;
}
.home #sound-btn:hover {
  opacity: 0.8;
}
@media only, screen and (max-width: 736px) {
  .home #sound-btn {
    width: 26px;
    margin: 0 20px 15px auto;
  }
}
.home h1 {
  margin-bottom: 40px;
  font-size: var(--ttl-ss);
  text-align: center;
}
@media only, screen and (max-width: 736px) {
  .home h1 {
    margin-bottom: 20px;
  }
}
.home h1 img {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 auto !important;
}
@media only, screen and (max-width: 736px) {
  .home h1 img {
    height: 5.625vw;
  }
}
.home h1.logo {
  margin: 26px 0 20px 40px;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .home h1.logo {
    margin: 26px 0 22px 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .home h1.logo {
    margin: 16px 0 12px 20px;
  }
}
.home h1.logo img {
  margin: 0 !important;
}
@media only, screen and (max-width: 736px) {
  .home h1.logo img {
    margin: 0 0 2px !important;
  }
}
.home .btn {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: var(--ttl-s);
  text-align: center;
  color: #fff;
  text-decoration: none;
  background-color: #003685;
  border-radius: 35px;
}
@media only, screen and (max-width: 736px) {
  .home .btn {
    width: 68%;
    padding: 10px;
  }
}
.home .btn span {
  display: inline-block;
  width: 260px;
  padding: 0 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/13px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .home .btn span {
    width: 80%;
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
.home .btn:hover span {
  width: 280px;
}
@media only, screen and (max-width: 736px) {
  .home .btn:hover span {
    width: 85%;
  }
}
.home .top-about {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 5.5555555556vw;
  justify-content: space-between;
}
@media screen and (min-width: 1080px) {
  .home .top-about {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 880px) {
  .home .top-about {
    width: 96%;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .home .top-about {
    display: block;
    width: 80.46875vw;
    margin: 0 auto 12.5vw;
  }
}
.home .top-about a {
  display: block;
  width: 38.8888888889vw;
  max-width: 420px;
  position: relative;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 880px) {
  .home .top-about a {
    width: 47%;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .home .top-about a {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home .top-about a:hover {
  opacity: 0.7;
}
.home .top-about a p {
  width: 32.4074074074vw;
  max-width: 350px;
  height: 8.3333333333vw;
  max-height: 90px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only, screen and (max-width: 736px) {
  .home .top-about a p {
    width: 67.1875vw;
    max-width: inherit;
    height: 17.1875vw;
    max-height: inherit;
  }
}
.home .top-about a p:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  opacity: 0.7;
}
.home .top-about a p span {
  display: inline-block;
  margin: auto;
  padding: 10px 0 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8518518519vw;
  line-height: 1.625;
  color: #000;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
}
@media screen and (min-width: 1081px) {
  .home .top-about a p span {
    font-size: 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .top-about a p span {
    font-size: 3.75vw;
    font-weight: 700;
  }
}
.home .top-about a p.icn-arrow {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #003685;
  position: absolute;
  right: 0;
  bottom: 0;
  top: inherit;
  left: inherit;
  opacity: 1;
}
@media only, screen and (max-width: 736px) {
  .home .top-about a p.icn-arrow {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.home .top-about a p.icn-arrow:before {
  content: none;
}
.home .top-about a p.icn-arrow span {
  width: 100%;
  height: 100%;
  position: relative;
}
.home .top-about a p.icn-arrow span:before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  margin: auto;
  background: url("../img/top/icn_arrow.png") center center/100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
@media only, screen and (max-width: 736px) {
  .home .top-about a p.icn-arrow span:before {
    width: 2.03125vw;
    height: 2.34375vw;
  }
}
.home .business--box,
.home .business .person {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 880px) {
  .home .business--box,
.home .business .person {
    width: 96%;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .home .business--box,
.home .business .person {
    width: 93.75vw;
  }
}
.home .business--box a,
.home .business .person a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38.8888888889vw;
  max-width: 420px;
  margin: 0 0 3.7037037037vw;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .home .business--box a,
.home .business .person a {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 880px) {
  .home .business--box a,
.home .business .person a {
    width: 47%;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .home .business--box a,
.home .business .person a {
    width: 100%;
    margin: 0 0 4.6875vw;
  }
}
.home .business--box a figure,
.home .business .person a figure {
  width: 50%;
}
.home .business--box a div,
.home .business .person a div {
  width: 50%;
  padding: 1.8518518519vw 1.8518518519vw 0;
  position: relative;
}
@media screen and (min-width: 1080px) {
  .home .business--box a div,
.home .business .person a div {
    padding: 20px 20px 0;
  }
}
@media only, screen and (max-width: 736px) {
  .home .business--box a div,
.home .business .person a div {
    padding: 5.2083333333vw 4.5572916667vw 7.8125vw;
  }
}
.home .business--box a div:after,
.home .business .person a div:after {
  content: "";
  display: block;
  margin: auto;
  width: 32px;
  height: 8px;
  transition: right 0.3s;
  background: url("../img/btn_arrow02.png") left top/100% auto no-repeat;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
@media screen and (max-width: 320px) {
  .home .business--box a div:after,
.home .business .person a div:after {
    bottom: 10px;
  }
}
.home .business--box a div h2,
.home .business .person a div h2 {
  margin-bottom: 0.462962963vw;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #fff;
}
@media screen and (min-width: 1080px) {
  .home .business--box a div h2,
.home .business .person a div h2 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1000px) {
  .home .business--box a div h2,
.home .business .person a div h2 {
    font-size: 1.4814814815vw;
  }
}
@media only, screen and (max-width: 736px) {
  .home .business--box a div h2,
.home .business .person a div h2 {
    font-size: 3.4375vw;
  }
}
.home .business--box a div p,
.home .business .person a div p {
  font-size: 12px;
  line-height: 1.67;
  text-align: justify;
  color: #fff;
}
@media only, screen and (max-width: 736px) {
  .home .business--box a div p,
.home .business .person a div p {
    font-size: 2.8125vw;
    line-height: 1.4;
  }
}
.home .business--box a:hover div:after,
.home .business .person a:hover div:after {
  right: 5px;
}
.home .business--box div {
  background-color: #003685;
}
.home .business .person {
  margin: 0 auto 1.8518518519vw;
}
@media screen and (min-width: 1080px) {
  .home .business .person {
    margin: 0 auto 20px;
  }
}
.home .business .person div {
  background-color: #005533;
}
.home .news {
  width: 880px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 880px) {
  .home .news {
    width: 96%;
  }
}
@media only, screen and (max-width: 736px) {
  .home .news {
    margin: 0 auto 9.375vw;
  }
}
.home .news .tab {
  margin-bottom: -3px;
  justify-content: space-between;
}
@media only, screen and (max-width: 736px) {
  .home .news .tab {
    margin-bottom: -2px;
  }
}
.home .news .tab li {
  width: 205px;
  padding: 17px 0;
  color: #ccc;
  line-height: 1;
  text-align: center;
  list-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003685;
  border-top: solid 3px #003685;
  border-left: solid 3px #003685;
  border-right: solid 3px #003685;
  border-radius: 8px 8px 0 0;
}
.home .news .tab li.active, .home .news .tab li:hover {
  color: #003685;
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .home .news .tab li {
    width: 23%;
    padding: 10px 0px 13px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .news .tab li {
    padding: 7px 0;
    border-top: solid 2px #003685;
    border-left: solid 2px #003685;
    border-right: solid 2px #003685;
  }
}
@media screen and (max-width: 320px) {
  .home .news .tab li {
    font-size: 11px;
  }
}
.home .news .panel {
  margin-bottom: 40px;
  padding: 60px;
  border: solid 3px #003685;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel {
    margin-bottom: 20px;
    padding: 30px;
    border: solid 2px #003685;
  }
}
.home .news .panel .flex-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #ccc;
}
.home .news .panel .flex-box:hover {
  color: #003685;
}
.home .news .panel .flex-box:hover h2 {
  text-decoration: underline;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.home .news .panel .flex-box:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.home .news .panel .flex-box figure {
  width: 100px;
  margin-right: 20px;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box figure {
    margin-right: 10px;
  }
}
.home .news .panel .flex-box div {
  width: 58.7037037037vw;
  max-width: 634px;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box div {
    width: 70%;
  }
}
.home .news .panel .flex-box div p {
  margin-bottom: 10px;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box div p {
    word-break: break-all;
  }
}
.home .news .panel .flex-box div p:last-of-type {
  margin-bottom: 0;
  font-size: 15px;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box div p:last-of-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .home .news .panel .flex-box div p:last-of-type {
    font-size: 11px;
  }
}
.home .news .panel .flex-box div p .days {
  font-size: var(--fs-s);
  letter-spacing: 0.05em;
  color: #888;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box div p .days {
    display: block;
  }
}
.home .news .panel .flex-box div p .cat {
  width: 90px;
  padding: 2px 0;
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: var(--fs-s);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #003685;
  border-radius: 5px;
}
@media only, screen and (max-width: 736px) {
  .home .news .panel .flex-box div p .cat {
    margin: 5px 5px 0 0;
  }
}
.home .news .panel .flex-box div h2 {
  margin-bottom: 10px;
  font-size: var(--ttl-s);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.home .about {
  margin-bottom: 60px;
  padding: 60px 0;
  background: url("../img/top/bg_about.jpg") center top/cover;
}
@media only, screen and (max-width: 736px) {
  .home .about {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.home .about .flex-box {
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto 40px;
  justify-content: space-between;
}
@media screen and (max-width: 880px) {
  .home .about .flex-box {
    width: 96%;
  }
}
@media only, screen and (max-width: 736px) {
  .home .about .flex-box {
    width: 90%;
    margin: 0 auto 20px;
    flex-wrap: wrap;
  }
}
.home .about .flex-box a {
  display: block;
  width: 16.6666666667vw;
  max-width: 180px;
  color: #fff;
  text-decoration: none;
}
@media only, screen and (max-width: 736px) {
  .home .about .flex-box a {
    width: 47%;
    margin-bottom: 20px;
  }
}
.home .about .flex-box a img {
  vertical-align: bottom;
}
.home .about .flex-box a h2 {
  height: 90px;
  padding: 20px;
  font-size: 15px;
  fontw-eght: 500;
  background-color: #003685;
  position: relative;
}
@media screen and (max-width: 375px) {
  .home .about .flex-box a h2 {
    padding: 15px;
  }
}
@media screen and (max-width: 320px) {
  .home .about .flex-box a h2 {
    height: 80px;
    padding: 15px 10px;
    font-size: 13px;
  }
}
.home .about .flex-box a h2:after {
  content: "";
  display: block;
  margin: auto;
  width: 32px;
  height: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow02.png") left top/100% auto no-repeat;
  position: absolute;
  right: 10px;
  bottom: 20px;
}
.home .about .flex-box a:hover h2:after {
  right: 5px;
}
.home .group {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 736px) {
  .home .group {
    margin-bottom: 30px;
  }
}
.home .group .slide {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 736px) {
  .home .group .slide {
    margin-bottom: 20px;
  }
}
.home .group .slide a {
  margin: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only, screen and (max-width: 736px) {
  .home .group .slide a {
    margin: 0 10px;
  }
}
.home .group .slide a img {
  vertical-align: bottom;
  margin-bottom: 20px;
}
@media only, screen and (max-width: 736px) {
  .home .group .slide a img {
    margin-bottom: 10px;
  }
}
.home .group .slide a h2 {
  font-size: var(--ttl-m);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #004e9b;
}
.home .group .slide a p {
  color: #000;
}
.home .group .slide a:hover {
  opacity: 0.8;
}
.home .bnr {
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto 7.4074074074vw;
}
@media screen and (min-width: 1080px) {
  .home .bnr {
    margin: 0 auto 80px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr {
    width: 87.5vw;
    margin: 0 auto 3.125vw;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr a {
    width: 42.34375vw;
    margin: 0 auto 3.125vw;
  }
}
.home .bnr .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .bnr .flex-box a {
  width: 29.1666666667vw;
  max-width: 315px;
}
@media only, screen and (max-width: 736px) {
  .home .bnr .flex-box a {
    width: 42.34375vw;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr .flex-box a:first-of-type {
    flax-basis: 100%;
  }
}
.home .bnr-other {
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto 4.6296296296vw;
}
@media screen and (min-width: 1080px) {
  .home .bnr-other {
    margin: 0 auto 50px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr-other {
    width: 87.5vw;
    margin: 0 auto 7.8125vw;
  }
}
.home .bnr-other .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .bnr-other .flex-box a {
  width: 43.5185185185vw;
  max-width: 470px;
}
@media only, screen and (max-width: 736px) {
  .home .bnr-other .flex-box a {
    width: 42.34375vw;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr-other .flex-box a:first-of-type {
    flax-basis: 100%;
  }
}
.home .entry {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 1080px) {
  .home .entry {
    margin-bottom: 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .entry {
    padding: 20px 0 10px;
  }
}
.home .entry h2 {
  margin-bottom: 3.7037037037vw;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .home .entry h2 {
    margin-bottom: 40px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .entry h2 {
    margin-bottom: 10px;
  }
}
.home .entry h2 img {
  width: auto;
  height: 46px;
}
@media only, screen and (max-width: 736px) {
  .home .entry h2 img {
    height: 5.625vw;
  }
}
.home .entry .flex-box {
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
@media only, screen and (max-width: 736px) {
  .home .entry .flex-box {
    display: block;
    width: 87.5vw;
  }
}
.home .entry .flex-box a {
  display: block;
  width: 44.4444444444vw;
  max-width: 480px;
  margin: 0;
  padding: 12px 0;
  font-size: 27px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background-color: #f53662;
  border-radius: 50px;
}
@media only, screen and (max-width: 780px) {
  .home .entry .flex-box a {
    font-size: 18px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .entry .flex-box a {
    width: 75vw;
    padding: 10px 0;
    font-size: var(--ttl-s);
    margin: 0 auto 10px;
  }
}
.home .entry .flex-box a span {
  display: inline-block;
  width: 80%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/12px auto no-repeat;
}
@media only, screen and (max-width: 780px) {
  .home .entry .flex-box a span {
    padding: 0 30px;
    background: url("../img/btn_arrow01.png") right center/10px auto no-repeat;
  }
}
@media only, screen and (max-width: 736px) {
  .home .entry .flex-box a span {
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
.home .entry .flex-box a:hover span {
  width: 82%;
}
@media only, screen and (max-width: 780px) {
  .home .entry .flex-box a:hover span {
    padding: 0 35px;
  }
}
.home .bnr-company {
  display: block;
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto 5.5555555556vw;
  padding: 1.5740740741vw 0 1.2037037037vw;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background-color: #003685;
}
@media screen and (min-width: 1080px) {
  .home .bnr-company {
    margin: 0 auto 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr-company {
    width: 87.5vw;
    padding: 3.90625vw 0 3.125vw;
    font-size: var(--fs);
  }
}
.home .bnr-company span {
  padding: 0 5.5555555556vw;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/12px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .home .bnr-company span {
    display: block;
    width: 75vw;
    margin: 0 auto;
  }
}
.home .bnr-company span img {
  width: auto;
  height: 2.962962963vw;
  max-height: 32px;
  margin: 0 2.7777777778vw 0 0;
  vertical-align: sub;
}
@media screen and (min-width: 1080px) {
  .home .bnr-company span img {
    margin: 0 30px 0 0;
  }
}
@media only, screen and (max-width: 736px) {
  .home .bnr-company span img {
    display: block;
    height: 5vw;
    margin: 0 auto 5px;
  }
}
.home .bnr-company:hover span {
  padding: 0 6.0185185185vw;
}
@media only, screen and (max-width: 736px) {
  .home .bnr-company:hover span {
    width: 75.78125vw;
  }
}

.theme {
  /*section*/
}
.theme section,
.theme .content {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .theme section,
.theme .content {
    width: 92%;
  }
}
.theme section h1,
.theme section .page-ttl,
.theme .content h1,
.theme .content .page-ttl {
  margin: 60px 0 50px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only, screen and (max-width: 780px) {
  .theme section h1,
.theme section .page-ttl,
.theme .content h1,
.theme .content .page-ttl {
    margin: 30px 0 25px;
  }
}
.theme section h1 img,
.theme section .page-ttl img,
.theme .content h1 img,
.theme .content .page-ttl img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 780px) {
  .theme section h1 img,
.theme section .page-ttl img,
.theme .content h1 img,
.theme .content .page-ttl img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.theme section h1 span,
.theme section .page-ttl span,
.theme .content h1 span,
.theme .content .page-ttl span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.theme section.theme-content,
.theme .content.theme-content {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.theme section.theme-content h1,
.theme .content.theme-content h1 {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.75;
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content h1,
.theme .content.theme-content h1 {
    margin: 0 0 15px;
  }
}
.theme section.theme-content h2,
.theme .content.theme-content h2 {
  width: 28.3333333333vw;
  max-width: 306px;
  margin: 0 0 5.5555555556vw;
}
@media screen and (min-width: 1080px) {
  .theme section.theme-content h2,
.theme .content.theme-content h2 {
    margin: 0 0 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content h2,
.theme .content.theme-content h2 {
    width: 240px;
  }
}
.theme section.theme-content p,
.theme .content.theme-content p {
  margin: 0 0 1em;
  font-size: var(--fs);
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content p,
.theme .content.theme-content p {
    width: 88%;
    margin: 0 auto 1em;
  }
}
.theme section.theme-content p:last-of-type,
.theme .content.theme-content p:last-of-type {
  margin: 0 0 5.5555555556vw;
}
@media screen and (min-width: 1080px) {
  .theme section.theme-content p:last-of-type,
.theme .content.theme-content p:last-of-type {
    margin: 0 0 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content p:last-of-type,
.theme .content.theme-content p:last-of-type {
    margin: 0 auto 5.5555555556vw;
  }
}
.theme section.theme-content .flex-box,
.theme .content.theme-content .flex-box {
  justify-content: space-between;
  margin: 3.7037037037vw 0 5.5555555556vw;
}
@media screen and (min-width: 1080px) {
  .theme section.theme-content .flex-box,
.theme .content.theme-content .flex-box {
    margin: 40px 0 60px;
  }
}
.theme section.theme-content .flex-box figure,
.theme .content.theme-content .flex-box figure {
  width: 40.3703703704vw;
  max-width: 436px;
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content .flex-box figure,
.theme .content.theme-content .flex-box figure {
    width: 49.5%;
  }
}
.theme section.theme-content .group-graph,
.theme .content.theme-content .group-graph {
  width: 59.4444444444vw;
  max-width: 642px;
  margin: 5.5555555556vw auto;
}
@media screen and (min-width: 1080px) {
  .theme section.theme-content .group-graph,
.theme .content.theme-content .group-graph {
    margin: 60px auto;
  }
}
@media only, screen and (max-width: 736px) {
  .theme section.theme-content .group-graph,
.theme .content.theme-content .group-graph {
    width: 88%;
  }
}

.post-type-archive-achievement,
.achievement {
  /*section*/
}
.post-type-archive-achievement section,
.post-type-archive-achievement .content,
.achievement section,
.achievement .content {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section,
.post-type-archive-achievement .content,
.achievement section,
.achievement .content {
    width: 92%;
  }
}
.post-type-archive-achievement section h1,
.post-type-archive-achievement section .page-ttl,
.post-type-archive-achievement .content h1,
.post-type-archive-achievement .content .page-ttl,
.achievement section h1,
.achievement section .page-ttl,
.achievement .content h1,
.achievement .content .page-ttl {
  margin: 60px 0 50px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only, screen and (max-width: 780px) {
  .post-type-archive-achievement section h1,
.post-type-archive-achievement section .page-ttl,
.post-type-archive-achievement .content h1,
.post-type-archive-achievement .content .page-ttl,
.achievement section h1,
.achievement section .page-ttl,
.achievement .content h1,
.achievement .content .page-ttl {
    margin: 30px 0 25px;
  }
}
.post-type-archive-achievement section h1 img,
.post-type-archive-achievement section .page-ttl img,
.post-type-archive-achievement .content h1 img,
.post-type-archive-achievement .content .page-ttl img,
.achievement section h1 img,
.achievement section .page-ttl img,
.achievement .content h1 img,
.achievement .content .page-ttl img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 780px) {
  .post-type-archive-achievement section h1 img,
.post-type-archive-achievement section .page-ttl img,
.post-type-archive-achievement .content h1 img,
.post-type-archive-achievement .content .page-ttl img,
.achievement section h1 img,
.achievement section .page-ttl img,
.achievement .content h1 img,
.achievement .content .page-ttl img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.post-type-archive-achievement section h1 span,
.post-type-archive-achievement section .page-ttl span,
.post-type-archive-achievement .content h1 span,
.post-type-archive-achievement .content .page-ttl span,
.achievement section h1 span,
.achievement section .page-ttl span,
.achievement .content h1 span,
.achievement .content .page-ttl span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.post-type-archive-achievement section.achievement-content,
.post-type-archive-achievement .content.achievement-content,
.achievement section.achievement-content,
.achievement .content.achievement-content {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.post-type-archive-achievement section.achievement-content h1, .post-type-archive-achievement section.achievement-content p,
.post-type-archive-achievement .content.achievement-content h1,
.post-type-archive-achievement .content.achievement-content p,
.achievement section.achievement-content h1,
.achievement section.achievement-content p,
.achievement .content.achievement-content h1,
.achievement .content.achievement-content p {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  color: #003685;
  line-height: 1.75;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content h1, .post-type-archive-achievement section.achievement-content p,
.post-type-archive-achievement .content.achievement-content h1,
.post-type-archive-achievement .content.achievement-content p,
.achievement section.achievement-content h1,
.achievement section.achievement-content p,
.achievement .content.achievement-content h1,
.achievement .content.achievement-content p {
    margin: 0 0 15px;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box,
.post-type-archive-achievement .content.achievement-content .flex-box,
.achievement section.achievement-content .flex-box,
.achievement .content.achievement-content .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content .flex-box,
.post-type-archive-achievement .content.achievement-content .flex-box,
.achievement section.achievement-content .flex-box,
.achievement .content.achievement-content .flex-box {
    display: block;
    width: 92%;
    margin: 0 auto;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box a,
.post-type-archive-achievement .content.achievement-content .flex-box a,
.achievement section.achievement-content .flex-box a,
.achievement .content.achievement-content .flex-box a {
  display: block;
  width: 35.9259259259vw;
  max-width: 388px;
  margin-bottom: 5.5555555556vw;
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 1080px) {
  .post-type-archive-achievement section.achievement-content .flex-box a,
.post-type-archive-achievement .content.achievement-content .flex-box a,
.achievement section.achievement-content .flex-box a,
.achievement .content.achievement-content .flex-box a {
    margin-bottom: 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content .flex-box a,
.post-type-archive-achievement .content.achievement-content .flex-box a,
.achievement section.achievement-content .flex-box a,
.achievement .content.achievement-content .flex-box a {
    width: 100%;
    max-width: inherit;
    margin-bottom: 7.8125vw;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box a figure,
.post-type-archive-achievement .content.achievement-content .flex-box a figure,
.achievement section.achievement-content .flex-box a figure,
.achievement .content.achievement-content .flex-box a figure {
  margin-bottom: 0.9259259259vw;
}
@media screen and (min-width: 1080px) {
  .post-type-archive-achievement section.achievement-content .flex-box a figure,
.post-type-archive-achievement .content.achievement-content .flex-box a figure,
.achievement section.achievement-content .flex-box a figure,
.achievement .content.achievement-content .flex-box a figure {
    margin-bottom: 10px;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content .flex-box a figure,
.post-type-archive-achievement .content.achievement-content .flex-box a figure,
.achievement section.achievement-content .flex-box a figure,
.achievement .content.achievement-content .flex-box a figure {
    margin-bottom: 2.6041666667vw;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box a figure img,
.post-type-archive-achievement .content.achievement-content .flex-box a figure img,
.achievement section.achievement-content .flex-box a figure img,
.achievement .content.achievement-content .flex-box a figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.post-type-archive-achievement section.achievement-content .flex-box a h2,
.post-type-archive-achievement section.achievement-content .flex-box a div,
.post-type-archive-achievement .content.achievement-content .flex-box a h2,
.post-type-archive-achievement .content.achievement-content .flex-box a div,
.achievement section.achievement-content .flex-box a h2,
.achievement section.achievement-content .flex-box a div,
.achievement .content.achievement-content .flex-box a h2,
.achievement .content.achievement-content .flex-box a div {
  margin: 0 0 0.9259259259vw;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1080px) {
  .post-type-archive-achievement section.achievement-content .flex-box a h2,
.post-type-archive-achievement section.achievement-content .flex-box a div,
.post-type-archive-achievement .content.achievement-content .flex-box a h2,
.post-type-archive-achievement .content.achievement-content .flex-box a div,
.achievement section.achievement-content .flex-box a h2,
.achievement section.achievement-content .flex-box a div,
.achievement .content.achievement-content .flex-box a h2,
.achievement .content.achievement-content .flex-box a div {
    margin: 0 0 10px;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content .flex-box a h2,
.post-type-archive-achievement section.achievement-content .flex-box a div,
.post-type-archive-achievement .content.achievement-content .flex-box a h2,
.post-type-archive-achievement .content.achievement-content .flex-box a div,
.achievement section.achievement-content .flex-box a h2,
.achievement section.achievement-content .flex-box a div,
.achievement .content.achievement-content .flex-box a h2,
.achievement .content.achievement-content .flex-box a div {
    margin: 0 0 2.6041666667vw;
    font-size: 15px;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box a h2 span,
.post-type-archive-achievement section.achievement-content .flex-box a div span,
.post-type-archive-achievement .content.achievement-content .flex-box a h2 span,
.post-type-archive-achievement .content.achievement-content .flex-box a div span,
.achievement section.achievement-content .flex-box a h2 span,
.achievement section.achievement-content .flex-box a div span,
.achievement .content.achievement-content .flex-box a h2 span,
.achievement .content.achievement-content .flex-box a div span {
  display: block;
}
.post-type-archive-achievement section.achievement-content .flex-box a p,
.post-type-archive-achievement .content.achievement-content .flex-box a p,
.achievement section.achievement-content .flex-box a p,
.achievement .content.achievement-content .flex-box a p {
  max-width: 300px;
  margin: 0 auto;
  padding: 8px 0;
  font-size: var(--fs);
  font-weight: 700;
  letter-spacing: 0.025em;
  text-align: center;
  color: #fff;
  background: #003685;
  border-radius: 20px;
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-achievement section.achievement-content .flex-box a p,
.post-type-archive-achievement .content.achievement-content .flex-box a p,
.achievement section.achievement-content .flex-box a p,
.achievement .content.achievement-content .flex-box a p {
    font-size: 13px;
  }
}
.post-type-archive-achievement section.achievement-content .flex-box a p:after,
.post-type-archive-achievement .content.achievement-content .flex-box a p:after,
.achievement section.achievement-content .flex-box a p:after,
.achievement .content.achievement-content .flex-box a p:after {
  content: "";
  width: 10px;
  height: 12px;
  margin: auto;
  background: url(../img/achievement/icn_arrow.png) center center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.post-type-archive-achievement section.achievement-content .flex-box a p.plane,
.post-type-archive-achievement .content.achievement-content .flex-box a p.plane,
.achievement section.achievement-content .flex-box a p.plane,
.achievement .content.achievement-content .flex-box a p.plane {
  max-width: inherit;
  padding: 0;
  font-size: var(--fs);
  font-weight: 400;
  text-align: left;
  color: #000;
  background: none;
}
.post-type-archive-achievement section.achievement-content .flex-box a:hover figure img,
.post-type-archive-achievement .content.achievement-content .flex-box a:hover figure img,
.achievement section.achievement-content .flex-box a:hover figure img,
.achievement .content.achievement-content .flex-box a:hover figure img {
  opacity: 0.8;
}
.post-type-archive-achievement section.achievement-content .flex-box a:hover p:after,
.post-type-archive-achievement .content.achievement-content .flex-box a:hover p:after,
.achievement section.achievement-content .flex-box a:hover p:after,
.achievement .content.achievement-content .flex-box a:hover p:after {
  right: 20px;
}

.single-achievement section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .single-achievement section {
    width: 92%;
  }
}
.single-achievement section h1,
.single-achievement section .page-ttl {
  margin: 60px 0 50px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
}
@media only, screen and (max-width: 780px) {
  .single-achievement section h1,
.single-achievement section .page-ttl {
    margin: 30px 0 25px;
  }
}
.single-achievement section h1 img,
.single-achievement section .page-ttl img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 780px) {
  .single-achievement section h1 img,
.single-achievement section .page-ttl img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.single-achievement section h1 span,
.single-achievement section .page-ttl span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.single-achievement section.achievement-content {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.single-achievement section.achievement-content h1, .single-achievement section.achievement-content p {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.75;
}
@media only, screen and (max-width: 736px) {
  .single-achievement section.achievement-content h1, .single-achievement section.achievement-content p {
    margin: 0 0 15px;
  }
}
.single-achievement .achievement-detail .mv {
  margin-bottom: 80px;
  align-content: space-between;
  background: #E5E7E8;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .mv {
    margin-bottom: 50px;
  }
}
.single-achievement .achievement-detail .mv .flex-box {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .mv .flex-box {
    display: block;
  }
}
.single-achievement .achievement-detail .mv--ttl {
  width: 50%;
  max-width: inherit;
  margin: 0;
  padding: 0 100px;
  align-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .mv--ttl {
    width: 75%;
    padding: 6.5104166667vw 0 5.2083333333vw;
  }
}
.single-achievement .achievement-detail .mv--ttl h1 {
  width: 100%;
  min-height: 3em;
  margin: 0 0 50px;
  padding: 0 0 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  line-height: 1.3;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .mv--ttl h1 {
    min-height: inherit;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
}
.single-achievement .achievement-detail .mv--ttl p {
  width: 100%;
}
.single-achievement .achievement-detail .mv--ttl p span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.single-achievement .achievement-detail .mv figure {
  width: 50%;
  position: relative;
  top: 0;
  right: 0;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .mv figure {
    width: 100%;
  }
}
.single-achievement .achievement-detail h2 {
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  text-align: center;
}
.single-achievement .achievement-detail h2:after {
  content: "";
  display: block;
  width: 200px;
  height: 3px;
  margin: 10px auto 0;
  background: #003685;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail h2:after {
    width: 37.3333333333vw;
  }
}
.single-achievement .achievement-detail .street,
.single-achievement .achievement-detail .agreement,
.single-achievement .achievement-detail .access {
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .street,
.single-achievement .achievement-detail .agreement,
.single-achievement .achievement-detail .access {
    margin-bottom: 50px;
  }
}
.single-achievement .achievement-detail .street .street-view {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .street .street-view {
    max-width: 90%;
  }
}
.single-achievement .achievement-detail .street .street-view iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}
.single-achievement .achievement-detail .area_info {
  padding: 80px 0;
  background: #E5E7E8;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .area_info {
    padding: 50px 0;
  }
}
.single-achievement .achievement-detail .area_info .area_slide .slick-slide {
  width: 64.8148148148vw;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .area_info .area_slide .slick-slide {
    width: 100%;
  }
}
.single-achievement .achievement-detail .area_info .area_slide .slick-slide img {
  width: 59.2592592593vw;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .area_info .area_slide .slick-slide img {
    width: 100%;
  }
}
.single-achievement .achievement-detail .area_info .area_slide .slick-arrow {
  position: absolute;
  margin: auto;
  bottom: -40px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .area_info .area_slide .slick-arrow {
    bottom: -32px;
  }
}
.single-achievement .achievement-detail .area_info .area_slide .slick-arrow img {
  width: 64px;
  height: auto;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .area_info .area_slide .slick-arrow img {
    width: 11.7333333333vw;
  }
}
.single-achievement .achievement-detail .area_info .area_slide .slick-arrow.prev {
  left: 9.2592592593vw;
}
.single-achievement .achievement-detail .area_info .area_slide .slick-arrow.next {
  right: 9.2592592593vw;
}
.single-achievement .achievement-detail .consept .consept-ttl {
  margin: 0 0 40px;
  padding: 80px 0;
  color: #fff;
  background: #003685;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .consept .consept-ttl {
    padding: 50px 0;
  }
}
.single-achievement .achievement-detail .consept .consept-ttl:after {
  background: #fff;
}
.single-achievement .achievement-detail .consept section {
  margin-bottom: 80px;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .consept section {
    margin-bottom: 50px;
  }
}
.single-achievement .achievement-detail .consept section h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: var(--ttl-l);
  line-height: 1.5;
  border-bottom: solid 1px #000;
}
.single-achievement .achievement-detail .consept section h2 {
  margin-bottom: 20px;
  padding-bottom: inherit;
  text-align: left;
}
.single-achievement .achievement-detail .consept section h2:after {
  content: none;
}
.single-achievement .achievement-detail .consept section h3 {
  margin-bottom: 20px;
  font-size: var(--ttl-m);
}
.single-achievement .achievement-detail .consept section p {
  margin-bottom: 40px;
}
.single-achievement .achievement-detail .consept section img {
  width: auto;
}
.single-achievement .achievement-detail .consept section img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single-achievement .achievement-detail .consept section img.alignleft {
  float: left;
  margin-right: 1rem;
}
.single-achievement .achievement-detail .consept section img.alignright {
  float: right;
  margin-left: 1rem;
}
.single-achievement .achievement-detail .agreement ul {
  list-style: none;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .agreement ul {
    max-width: 90%;
  }
}
.single-achievement .achievement-detail .agreement ul li a {
  display: flex;
  align-items: center;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 0 100px 0 60px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
  text-decoration: none;
  background: #003685;
  border-radius: 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .agreement ul li a {
    margin-bottom: 15px;
    padding: 0 80px 0 40px;
    font-size: var(--ttl-s);
  }
}
.single-achievement .achievement-detail .agreement ul li a:after {
  content: "";
  display: block;
  width: 28px;
  height: 34px;
  margin: auto;
  background: url(../img/achievement/icn_dl.png) center center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .agreement ul li a:after {
    width: 20px;
    height: 26px;
  }
}
.single-achievement .achievement-detail .agreement ul li a:hover {
  background: #4f8edf;
}
.single-achievement .achievement-detail .access .access_map {
  max-width: 800px;
  height: 460px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .access .access_map {
    max-width: 90%;
    height: 51.8518518519vw;
  }
}
.single-achievement .achievement-detail .access .access_map #map {
  height: 460px;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .access .access_map #map {
    height: 51.8518518519vw;
  }
}
.single-achievement .achievement-detail .access .access_map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}
.single-achievement .achievement-detail .pager {
  margin: 0 auto 80px;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .pager {
    width: 96%;
    margin: 0 auto 50px;
  }
}
.single-achievement .achievement-detail .pager li {
  margin: 0 20px;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .pager li {
    margin: 0 10px;
  }
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li {
    min-width: 44px;
  }
}
.single-achievement .achievement-detail .pager li a {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  color: #003685;
  text-decoration: none;
}
.single-achievement .achievement-detail .pager li a.prev {
  padding-left: 88px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .pager li a.prev {
    text-indent: -9999px;
  }
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li a.prev {
    padding-left: 38px;
  }
}
.single-achievement .achievement-detail .pager li a.prev:before {
  content: "";
  display: inline-block;
  width: 68px;
  height: 14px;
  background: url(../img/achievement/icn_prev.png) center center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li a.prev:before {
    width: 11.7333333333vw;
  }
}
.single-achievement .achievement-detail .pager li a.prev:hover:before {
  left: -10px;
}
.single-achievement .achievement-detail .pager li a.next {
  padding-right: 88px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .pager li a.next {
    text-indent: -9999px;
  }
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li a.next {
    padding-right: 38px;
  }
}
.single-achievement .achievement-detail .pager li a.next:after {
  content: "";
  display: inline-block;
  width: 68px;
  height: 14px;
  background: url(../img/achievement/icn_next.png) center center/100% auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li a.next:after {
    width: 11.7333333333vw;
  }
}
.single-achievement .achievement-detail .pager li a.next:hover:after {
  right: -10px;
}
.single-achievement .achievement-detail .pager li a.back {
  width: 23.1481481481vw;
  max-width: 250px;
  padding: 18px 0;
  color: #fff;
  text-align: center;
  background: #003685;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 860px) {
  .single-achievement .achievement-detail .pager li a.back {
    width: 9em;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .single-achievement .achievement-detail .pager li a.back {
    padding: 14px 0;
  }
}
.single-achievement .achievement-detail .pager li a.back:hover {
  background: #4f8edf;
}

.about {
  /*section*/
}
.about section,
.about .content {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .about section,
.about .content {
    width: 92%;
  }
}
.about section h1,
.about section .page-ttl,
.about .content h1,
.about .content .page-ttl {
  margin: 60px 0 50px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}
@media only, screen and (max-width: 780px) {
  .about section h1,
.about section .page-ttl,
.about .content h1,
.about .content .page-ttl {
    margin: 30px 0 25px;
  }
}
.about section h1 img,
.about section .page-ttl img,
.about .content h1 img,
.about .content .page-ttl img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 780px) {
  .about section h1 img,
.about section .page-ttl img,
.about .content h1 img,
.about .content .page-ttl img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.about section h1 span,
.about section .page-ttl span,
.about .content h1 span,
.about .content .page-ttl span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section .flex-box,
.about .content .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 736px) {
  .about section .flex-box,
.about .content .flex-box {
    display: block;
  }
}
.about section .flex-box a,
.about .content .flex-box a {
  display: flex;
  width: 38.8888888889vw;
  max-width: 420px;
  margin-bottom: 40px;
  color: #fff;
  text-decoration: none;
}
@media only, screen and (max-width: 736px) {
  .about section .flex-box a,
.about .content .flex-box a {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}
.about section .flex-box a:hover div:after,
.about .content .flex-box a:hover div:after {
  right: 15px;
}
.about section .flex-box a figure,
.about .content .flex-box a figure {
  width: 19.4444444444vw;
  max-width: 210px;
}
@media only, screen and (max-width: 736px) {
  .about section .flex-box a figure,
.about .content .flex-box a figure {
    width: 50%;
    max-width: inherit;
  }
}
.about section .flex-box a figure img,
.about .content .flex-box a figure img {
  vertical-align: bottom;
}
.about section .flex-box a div,
.about .content .flex-box a div {
  width: 19.4444444444vw;
  max-width: 210px;
  padding: 20px;
  position: relative;
  background-color: #003685;
}
@media only, screen and (max-width: 736px) {
  .about section .flex-box a div,
.about .content .flex-box a div {
    width: 50%;
    max-width: inherit;
  }
}
.about section .flex-box a div h2,
.about .content .flex-box a div h2 {
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section .flex-box a div:after,
.about .content .flex-box a div:after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  margin: auto;
  background: url("../img/btn_arrow02.png") left top/40px auto no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.about section .flex-box a.bnr-sdgs span,
.about .content .flex-box a.bnr-sdgs span {
  overflow: hidden;
}
.about section .flex-box a.bnr-sdgs span img,
.about .content .flex-box a.bnr-sdgs span img {
  transform: scale(1, 1);
  transition: all 0.3s;
}
.about section .flex-box a.bnr-sdgs:hover img,
.about .content .flex-box a.bnr-sdgs:hover img {
  transform: scale(1.05, 1.05);
}
.about section.message,
.about .content.message {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section.message h1,
.about .content.message h1 {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.3;
}
.about section.message .flex-box,
.about .content.message .flex-box {
  width: 100%;
  max-width: inherit;
  margin-bottom: 40px;
}
@media only, screen and (max-width: 736px) {
  .about section.message .flex-box,
.about .content.message .flex-box {
    display: block;
    margin-bottom: 20px;
  }
}
.about section.message .flex-box div,
.about .content.message .flex-box div {
  width: 38.8888888889vw;
  max-width: 420px;
}
@media only, screen and (max-width: 736px) {
  .about section.message .flex-box div,
.about .content.message .flex-box div {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
  }
}
.about section.message .flex-box div p,
.about .content.message .flex-box div p {
  margin-bottom: 32px;
  text-indent: 1em;
  text-align: justify;
  line-height: 1.8;
}
@media only, screen and (max-width: 736px) {
  .about section.message .flex-box div p,
.about .content.message .flex-box div p {
    margin-bottom: 1em;
  }
}
.about section.message .flex-box div p:last-of-type,
.about .content.message .flex-box div p:last-of-type {
  margin-bottom: 0;
}
.about section.message .flex-box figure,
.about .content.message .flex-box figure {
  width: 38.8888888889vw;
  max-width: 420px;
  margin-bottom: 0;
}
@media only, screen and (max-width: 736px) {
  .about section.message .flex-box figure,
.about .content.message .flex-box figure {
    width: 70%;
    max-width: inherit;
    margin: 0 auto;
  }
}
.about section.message .flex-box figure img,
.about .content.message .flex-box figure img {
  margin-bottom: 10px;
  vertical-align: top;
}
.about section.message .flex-box figure figcaption,
.about .content.message .flex-box figure figcaption {
  display: block;
  width: 100%;
  max-width: 396px;
  margin: 0 auto;
}
.about section.message .reverse figure,
.about .content.message .reverse figure {
  order: 1;
}
.about section.message .reverse div,
.about .content.message .reverse div {
  order: 2;
}
.about section.message figure,
.about .content.message figure {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .about section.message figure,
.about .content.message figure {
    margin-bottom: 30px;
  }
}
.about section .content-nav,
.about .content .content-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .about section .content-nav,
.about .content .content-nav {
    margin-bottom: 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .about section .content-nav,
.about .content .content-nav {
    justify-content: flex-start;
  }
}
.about section .content-nav li,
.about .content .content-nav li {
  width: 15.9259259259vw;
  max-width: 172px;
  list-style: none;
}
@media only, screen and (max-width: 736px) {
  .about section .content-nav li,
.about .content .content-nav li {
    width: calc(100% / 3 - 8px);
    max-width: inherit;
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 320px) {
  .about section .content-nav li,
.about .content .content-nav li {
    width: calc(100% / 3 - 4px);
    margin: 0 0 5px 5px;
  }
}
.about section .content-nav li a,
.about .content .content-nav li a {
  display: block;
  padding: 8px 0 6px;
  font-size: var(--fs-s);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #003685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
}
.about section .content-nav li.active a, .about section .content-nav li:hover a,
.about .content .content-nav li.active a,
.about .content .content-nav li:hover a {
  color: #fff;
  background-color: #003685;
}
@media only, screen and (max-width: 736px) {
  .about section .content-nav li:nth-child(3n+1),
.about .content .content-nav li:nth-child(3n+1) {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .about section .content-nav li:nth-child(3n+1),
.about .content .content-nav li:nth-child(3n+1) {
    margin: 0 0 5px;
  }
}
.about section.ideology,
.about .content.ideology {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section.ideology h1,
.about .content.ideology h1 {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.3;
}
.about section.ideology figure,
.about .content.ideology figure {
  width: 77.5925925926vw;
  max-width: 838px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 780px) {
  .about section.ideology figure,
.about .content.ideology figure {
    margin: 0 auto 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .about section.ideology figure,
.about .content.ideology figure {
    width: 100%;
    max-width: inherit;
  }
}
.about section.ideology p,
.about .content.ideology p {
  margin-bottom: 32px;
  line-height: 1.8;
  text-align: justify;
  text-indent: 1em;
}
@media only, screen and (max-width: 736px) {
  .about section.ideology p,
.about .content.ideology p {
    margin-bottom: 1em;
  }
}
.about section.company, .about section.office, .about section.partner,
.about .content.company,
.about .content.office,
.about .content.partner {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section.company h1, .about section.office h1, .about section.partner h1,
.about .content.company h1,
.about .content.office h1,
.about .content.partner h1 {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.3;
}
@media only, screen and (max-width: 736px) {
  .about section.company h1, .about section.office h1, .about section.partner h1,
.about .content.company h1,
.about .content.office h1,
.about .content.partner h1 {
    margin: 0 0 15px;
  }
}
.about section.company h2, .about section.office h2, .about section.partner h2,
.about .content.company h2,
.about .content.office h2,
.about .content.partner h2 {
  margin-bottom: 20px;
  font-size: var(--ttl-m);
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only, screen and (max-width: 736px) {
  .about section.company h2, .about section.office h2, .about section.partner h2,
.about .content.company h2,
.about .content.office h2,
.about .content.partner h2 {
    margin-bottom: 10px;
  }
}
.about section.company table,
.about .content.company table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 780px) {
  .about section.company table,
.about .content.company table {
    margin-bottom: 25px;
  }
}
.about section.company table th, .about section.company table td,
.about .content.company table th,
.about .content.company table td {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  vertical-align: top;
}
.about section.company table th,
.about .content.company table th {
  width: 120px;
  padding: 10px 20px;
  color: #fff;
  background-color: #606672;
  border-bottom: solid 1px #e5e7e8;
}
@media screen and (max-width: 320px) {
  .about section.company table th,
.about .content.company table th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.about section.company table td,
.about .content.company table td {
  padding: 10px 20px;
  border-bottom: solid 1px #e5e7e8;
}
@media screen and (max-width: 320px) {
  .about section.company table td,
.about .content.company table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: none;
    margin-bottom: 10px;
  }
}
.about section.company table td ul,
.about .content.company table td ul {
  list-style: none;
}
.about section.company table td ul li,
.about .content.company table td ul li {
  margin-left: 1em;
}
.about section.company table td ul li:before,
.about .content.company table td ul li:before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}
.about section.company table td a,
.about .content.company table td a {
  margin: 0 0 0 15px;
  padding: 3px 8px;
  font-size: 12px;
  color: #003685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
  border-radius: 4px;
}
@media only, screen and (max-width: 736px) {
  .about section.company table td a,
.about .content.company table td a {
    display: block;
    width: 80px;
    margin: 5px 0;
  }
}
@media screen and (max-width: 320px) {
  .about section.company table td a,
.about .content.company table td a {
    width: 70px;
    font-size: var(--fs-s);
  }
}
.about section.company table td a.map-link,
.about .content.company table td a.map-link {
  display: inline-block;
  width: 58px;
}
@media only, screen and (max-width: 736px) {
  .about section.company table td a.map-link,
.about .content.company table td a.map-link {
    display: block;
    margin: 0;
  }
}
.about section.company table td a.map-link:before,
.about .content.company table td a.map-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../about/company/img/icn_map.png") left top/10px auto no-repeat;
}
.about section.company table td a:hover,
.about .content.company table td a:hover {
  color: #fff;
  background-color: #003685;
}
.about section.company table td a:hover.map-link:before,
.about .content.company table td a:hover.map-link:before {
  background: url("../about/company/img/icn_map_hov.png") left top/10px auto no-repeat;
}
.about section.office h2 span.second-ttl,
.about .content.office h2 span.second-ttl {
  display: block;
  margin: 10px 0 0;
  font-size: 20px;
}
.about section.office h2 span.second-ttl:before,
.about .content.office h2 span.second-ttl:before {
  content: "■";
  display: inline;
  padding: 0 0.25em 0 0;
  color: #606672;
}
@media only, screen and (max-width: 736px) {
  .about section.office h2 span.second-ttl,
.about .content.office h2 span.second-ttl {
    font-size: 12px;
  }
}
.about section.office .flex-box,
.about .content.office .flex-box {
  margin-bottom: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box,
.about .content.office .flex-box {
    display: block;
  }
}
.about section.office .flex-box h3,
.about .content.office .flex-box h3 {
  width: 100px;
  height: 70px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #606672;
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box h3,
.about .content.office .flex-box h3 {
    display: block;
    width: auto;
    height: inherit;
    margin: 0 auto 10px;
    padding: 10px 20px;
  }
}
.about section.office .flex-box div,
.about .content.office .flex-box div {
  width: 70.1851851852vw;
  max-width: 758px;
}
@media screen and (max-width: 1050px) {
  .about section.office .flex-box div,
.about .content.office .flex-box div {
    width: 68.5185185185vw;
    max-width: inherit;
  }
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box div,
.about .content.office .flex-box div {
    width: 100%;
  }
}
.about section.office .flex-box div .office-box,
.about .content.office .flex-box div .office-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box,
.about .content.office .flex-box div .office-box {
    display: block;
  }
}
.about section.office .flex-box div .office-box .name,
.about .content.office .flex-box div .office-box .name {
  width: 190px;
  min-height: 70px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  background-color: #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box .name,
.about .content.office .flex-box div .office-box .name {
    width: 100%;
    min-height: inherit;
    margin-bottom: 10px;
    padding: 5px 20px;
  }
}
.about section.office .flex-box div .office-box .add,
.about .content.office .flex-box div .office-box .add {
  width: 52.5925925926vw;
  max-width: 568px;
  padding: 0 0 0 20px;
  font-size: var(--fs-s);
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box div .office-box .add,
.about .content.office .flex-box div .office-box .add {
    width: auto;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box .add,
.about .content.office .flex-box div .office-box .add {
    margin-bottom: 10px;
    padding: 0;
  }
}
.about section.office .flex-box div .office-box .add .icn-freedial,
.about .content.office .flex-box div .office-box .add .icn-freedial {
  width: auto;
  height: 12px;
  vertical-align: baseline;
}
.about section.office .flex-box div .office-box .add a,
.about .content.office .flex-box div .office-box .add a {
  display: inline;
  margin: 0 0 0 15px;
  padding: 3px 8px;
  font-size: 12px;
  color: #003685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  .about section.office .flex-box div .office-box .add a,
.about .content.office .flex-box div .office-box .add a {
    font-size: var(--fs-s);
  }
}
.about section.office .flex-box div .office-box .add a.map-link,
.about .content.office .flex-box div .office-box .add a.map-link {
  display: inline-block;
  width: 58px;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box .add a.map-link,
.about .content.office .flex-box div .office-box .add a.map-link {
    display: block;
    margin: 5px 0;
  }
}
.about section.office .flex-box div .office-box .add a.map-link:before,
.about .content.office .flex-box div .office-box .add a.map-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../about/company/img/icn_map.png") left top/10px auto no-repeat;
}
.about section.office .flex-box div .office-box .add a:hover,
.about .content.office .flex-box div .office-box .add a:hover {
  color: #fff;
  background-color: #003685;
}
.about section.office .flex-box div .office-box .add a:hover.map-link:before,
.about .content.office .flex-box div .office-box .add a:hover.map-link:before {
  background: url("../about/company/img/icn_map_hov.png") left top/10px auto no-repeat;
}
.about section.office .flex-box div .office-box .add a:hover.spItem,
.about .content.office .flex-box div .office-box .add a:hover.spItem {
  color: #003685;
  background: none;
}
.about section.office .flex-box div .office-box .add .pcItem,
.about .content.office .flex-box div .office-box .add .pcItem {
  display: inline;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box .add .pcItem,
.about .content.office .flex-box div .office-box .add .pcItem {
    display: none;
  }
}
.about section.office .flex-box div .office-box .add .spItem,
.about .content.office .flex-box div .office-box .add .spItem {
  display: none;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .office-box .add .spItem,
.about .content.office .flex-box div .office-box .add .spItem {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
  }
}
.about section.office .flex-box div .sumica-box,
.about .content.office .flex-box div .sumica-box {
  display: flex;
  margin-bottom: 10px;
  border-bottom: solid 1px #e5e7e8;
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box div .sumica-box,
.about .content.office .flex-box div .sumica-box {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box,
.about .content.office .flex-box div .sumica-box {
    display: block;
    margin-bottom: 30px;
  }
}
.about section.office .flex-box div .sumica-box figure,
.about .content.office .flex-box div .sumica-box figure {
  width: 160px;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box figure,
.about .content.office .flex-box div .sumica-box figure {
    margin: 0 auto 10px;
  }
}
.about section.office .flex-box div .sumica-box figure img,
.about .content.office .flex-box div .sumica-box figure img {
  vertical-align: bottom;
}
.about section.office .flex-box div .sumica-box div,
.about .content.office .flex-box div .sumica-box div {
  width: 55.3703703704vw;
  max-width: 598px;
  font-size: var(--fs-s);
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box div .sumica-box div,
.about .content.office .flex-box div .sumica-box div {
    width: 100%;
    max-width: inherit;
  }
}
.about section.office .flex-box div .sumica-box div .name,
.about .content.office .flex-box div .sumica-box div .name {
  padding: 10px 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  background-color: #e5e7e8;
}
@media screen and (max-width: 820px) {
  .about section.office .flex-box div .sumica-box div .name,
.about .content.office .flex-box div .sumica-box div .name {
    padding: 5px 20px;
  }
}
.about section.office .flex-box div .sumica-box div p,
.about .content.office .flex-box div .sumica-box div p {
  padding: 10px 20px 0;
  font-size: var(--fs-s);
  line-height: 1.8;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box div p,
.about .content.office .flex-box div .sumica-box div p {
    padding: 10px 0;
  }
}
.about section.office .flex-box div .sumica-box div p a,
.about .content.office .flex-box div .sumica-box div p a {
  display: inline;
  margin: 0 0 0 15px;
  padding: 3px 8px;
  font-size: 12px;
  color: #003685;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
  border-radius: 4px;
}
@media screen and (max-width: 320px) {
  .about section.office .flex-box div .sumica-box div p a,
.about .content.office .flex-box div .sumica-box div p a {
    font-size: var(--fs-s);
  }
}
.about section.office .flex-box div .sumica-box div p a.map-link,
.about .content.office .flex-box div .sumica-box div p a.map-link {
  display: inline-block;
  width: 58px;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box div p a.map-link,
.about .content.office .flex-box div .sumica-box div p a.map-link {
    display: block;
    margin: 5px 0;
  }
}
.about section.office .flex-box div .sumica-box div p a.map-link:before,
.about .content.office .flex-box div .sumica-box div p a.map-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../about/company/img/icn_map.png") left top/10px auto no-repeat;
}
.about section.office .flex-box div .sumica-box div p a.spItem,
.about .content.office .flex-box div .sumica-box div p a.spItem {
  margin: 0;
  padding: 0;
  border: none;
}
.about section.office .flex-box div .sumica-box div p a:hover,
.about .content.office .flex-box div .sumica-box div p a:hover {
  color: #fff;
  background-color: #003685;
}
.about section.office .flex-box div .sumica-box div p a:hover.map-link:before,
.about .content.office .flex-box div .sumica-box div p a:hover.map-link:before {
  background: url("../about/company/img/icn_map_hov.png") left top/10px auto no-repeat;
}
.about section.office .flex-box div .sumica-box div p a:hover.spItem,
.about .content.office .flex-box div .sumica-box div p a:hover.spItem {
  color: #003685;
  background: none;
}
.about section.office .flex-box div .sumica-box div p .pcItem,
.about .content.office .flex-box div .sumica-box div p .pcItem {
  display: inline;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box div p .pcItem,
.about .content.office .flex-box div .sumica-box div p .pcItem {
    display: none;
  }
}
.about section.office .flex-box div .sumica-box div p .spItem,
.about .content.office .flex-box div .sumica-box div p .spItem {
  display: none;
}
@media only, screen and (max-width: 736px) {
  .about section.office .flex-box div .sumica-box div p .spItem,
.about .content.office .flex-box div .sumica-box div p .spItem {
    display: inline;
  }
}
.about section.office .read,
.about .content.office .read {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only, screen and (max-width: 736px) {
  .about section.office .read,
.about .content.office .read {
    display: block;
  }
}
.about section.office .read p,
.about .content.office .read p {
  width: 50.9259259259vw;
  max-width: 550px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.8;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .about section.office .read p,
.about .content.office .read p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about section.office .read figure,
.about .content.office .read figure {
  width: 27.7777777778vw;
  max-width: 300px;
}
@media only, screen and (max-width: 736px) {
  .about section.office .read figure,
.about .content.office .read figure {
    width: 100%;
    max-width: inherit;
  }
}
.about section .page-link,
.about .content .page-link {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 780px) {
  .about section .page-link,
.about .content .page-link {
    margin-bottom: 20px;
  }
}
.about section .page-link li,
.about .content .page-link li {
  display: inline-block;
  list-style: none;
  color: #606672;
}
.about section .page-link li:before,
.about .content .page-link li:before {
  content: "▼";
  display: inline-block;
}
.about section .page-link li:after,
.about .content .page-link li:after {
  content: "｜";
  display: inline-block;
  padding: 0 1em;
}
.about section .page-link li:last-of-type:after,
.about .content .page-link li:last-of-type:after {
  content: none;
  padding: 0;
}
.about section .page-link li a,
.about .content .page-link li a {
  color: #606672;
  text-decoration: underline;
}
.about section .page-link li a:hover,
.about .content .page-link li a:hover {
  text-decoration: none;
}
.about section.partner h1,
.about .content.partner h1 {
  margin: 0 0 20px;
}
@media only, screen and (max-width: 736px) {
  .about section.partner h1,
.about .content.partner h1 {
    margin: 0 0 10px;
  }
}
.about section.partner h1 + p,
.about .content.partner h1 + p {
  margin-bottom: 40px;
  font-size: var(--fs-s);
}
@media only, screen and (max-width: 736px) {
  .about section.partner h1 + p,
.about .content.partner h1 + p {
    margin-bottom: 20px;
  }
}
.about section.partner table,
.about .content.partner table {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: collapse;
}
@media only, screen and (max-width: 736px) {
  .about section.partner table,
.about .content.partner table {
    margin-bottom: 30px;
  }
}
.about section.partner table td,
.about .content.partner table td {
  width: 50%;
  padding: 20px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .about section.partner table td,
.about .content.partner table td {
    padding: 10px;
  }
}
.about section.ttl-about,
.about .content.ttl-about {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section.ttl-about h1,
.about .content.ttl-about h1 {
  margin: 0 0 30px;
  font-size: var(--ttl-l);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #003685;
  line-height: 1.3;
}
.about section .history,
.about .content .history {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: separate;
  border-spacing: 0;
}
@media only, screen and (max-width: 780px) {
  .about section .history,
.about .content .history {
    margin-bottom: 30px;
  }
}
.about section .history th,
.about .content .history th {
  width: 155px;
  padding: 10px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  vertical-align: top;
}
@media only, screen and (max-width: 736px) {
  .about section .history th,
.about .content .history th {
    width: 120px;
  }
}
.about section .history td,
.about .content .history td {
  padding: 10px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-left: solid 5px #fff;
}
.about section .history tr:nth-of-type(2n+1) th, .about section .history tr:nth-of-type(2n+1) td,
.about .content .history tr:nth-of-type(2n+1) th,
.about .content .history tr:nth-of-type(2n+1) td {
  background-color: #e5e7e8;
}
.about section .report,
.about .content .report {
  list-style: none;
}
.about section .report li,
.about .content .report li {
  margin: 0 0 30px 38px;
  text-indent: -38px;
}
.about section .report li:before,
.about .content .report li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  margin: 0 10px 0 0;
  vertical-align: text-top;
  background: url("../about/hd/report/img/icn_pdf.png") left top/100% auto no-repeat;
}
.about section .report li a,
.about .content .report li a {
  font-size: var(--fs);
  letter-spacing: 0.05em;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.about section .report li a:hover,
.about .content .report li a:hover {
  color: #003685;
}
.about section .free-dial img,
.about .content .free-dial img {
  display: inline-block;
  width: 28px;
  height: auto;
  margin: 0 5px 0 20px;
  vertical-align: middle;
}
@media screen and (max-width: 320px) {
  .about section .free-dial img,
.about .content .free-dial img {
    width: 22px;
    margin: 0 5px 0 10px;
  }
}
.about section .free-dial span,
.about .content .free-dial span {
  font-size: var(--ttl-ss);
  font-weight: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.about section .free-dial a,
.about .content .free-dial a {
  color: #000;
  text-decoration: underline;
}
.about section .free-dial .pcItem,
.about .content .free-dial .pcItem {
  display: inline;
}
@media only, screen and (max-width: 736px) {
  .about section .free-dial .pcItem,
.about .content .free-dial .pcItem {
    display: none;
  }
}
.about section .free-dial .spItem,
.about .content .free-dial .spItem {
  display: none;
}
@media only, screen and (max-width: 736px) {
  .about section .free-dial .spItem,
.about .content .free-dial .spItem {
    display: inline;
  }
}
.about section .bnr-company,
.about .content .bnr-company {
  display: block;
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 5.5555555556vw;
  padding: 17px 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  background-color: #003685;
}
@media screen and (min-width: 1080px) {
  .about section .bnr-company,
.about .content .bnr-company {
    margin: 0 auto 60px;
  }
}
@media only, screen and (max-width: 736px) {
  .about section .bnr-company,
.about .content .bnr-company {
    width: 100%;
    padding: 3.90625vw 0 3.125vw;
    font-size: var(--fs);
  }
}
.about section .bnr-company span,
.about .content .bnr-company span {
  display: block;
  width: 94%;
  margin: 0 auto;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/12px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .about section .bnr-company span,
.about .content .bnr-company span {
    display: block;
    width: 75vw;
    margin: 0 auto;
  }
}
.about section .bnr-company span img,
.about .content .bnr-company span img {
  display: block;
  width: auto;
  height: 2.962962963vw;
  max-height: 32px;
  margin: 0 auto 5px;
  vertical-align: sub;
}
@media only, screen and (max-width: 736px) {
  .about section .bnr-company span img,
.about .content .bnr-company span img {
    height: 5vw;
  }
}
.about section .bnr-company:hover span,
.about .content .bnr-company:hover span {
  width: 96%;
}
@media only, screen and (max-width: 736px) {
  .about section .bnr-company:hover span,
.about .content .bnr-company:hover span {
    width: 75.78125vw;
  }
}

.group section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .group section {
    width: 92%;
  }
}
.group h1 {
  margin: 60px 0 50px;
}
@media only, screen and (max-width: 736px) {
  .group h1 {
    margin: 30px 0 25px;
  }
}
.group h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .group h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.group h1 span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.group .flex-box {
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 736px) {
  .group .flex-box {
    display: block;
  }
}
.group .flex-box a {
  display: block;
  width: 37.037037037vw;
  max-width: 400px;
  margin-bottom: 60px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only, screen and (max-width: 736px) {
  .group .flex-box a {
    width: 100%;
    margin-bottom: 30px;
  }
}
.group .flex-box a:hover {
  opacity: 0.8;
}
.group .flex-box a img {
  vertical-align: bottom;
}
.group .flex-box a p {
  text-align: justify;
  line-height: 1.75;
}
.group .flex-box a p.cat {
  display: block;
  width: 120px;
  margin: 0 auto 30px;
  padding: 8px 0;
  font-size: var(--fs-s);
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #606672;
}
@media only, screen and (max-width: 736px) {
  .group .flex-box a p.cat {
    margin: 0 auto 15px;
  }
}
.group .flex-box a h2 {
  margin: 0 0 30px;
  line-height: 1;
  text-align: center;
}
@media only, screen and (max-width: 736px) {
  .group .flex-box a h2 {
    margin: 0 0 15px;
  }
}
.group .flex-box a h2 img {
  width: auto;
  height: 2.2222222222vw;
  max-height: 24px;
}
@media only, screen and (max-width: 736px) {
  .group .flex-box a h2 img {
    height: 24px;
  }
}

.sdgs img {
  vertical-align: bottom;
}
.sdgs h1 {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .sdgs h1 {
    margin-bottom: 30px;
  }
}
.sdgs section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 780px) {
  .sdgs section {
    margin: 0 auto 30px;
  }
}
.sdgs section h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
}
@media only, screen and (max-width: 780px) {
  .sdgs section h2 {
    margin-bottom: 20px;
  }
}
.sdgs section p {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  text-align: justify;
}
@media only, screen and (max-width: 780px) {
  .sdgs section p {
    margin-bottom: 20px;
  }
}
.sdgs section p:last-of-type {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .sdgs section p:last-of-type {
    margin-bottom: 30px;
  }
}
.sdgs section .icn-sdgs {
  width: 61.1111111111vw;
  max-width: 660px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 780px) {
  .sdgs section .icn-sdgs {
    margin: 0 auto 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .sdgs section .icn-sdgs {
    width: 100%;
    max-width: inherit;
  }
}
.sdgs section .organization {
  max-width: 880px;
  margin: 0 auto;
}
.sdgs .img-sgds {
  max-width: 1080px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 780px) {
  .sdgs .img-sgds {
    margin: 0 auto 30px;
  }
}

.recruit .content-nav {
  margin-bottom: 60px;
  padding: 20px 0;
  text-align: center;
  border-top: solid 2px #003685;
  border-bottom: solid 2px #003685;
}
@media only, screen and (max-width: 780px) {
  .recruit .content-nav {
    margin-bottom: 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .content-nav {
    padding: 10px 20px;
    font-size: 0;
    text-align: left;
  }
}
.recruit .content-nav li {
  display: inline-block;
  font-size: var(--fs);
  list-style: none;
  padding: 0 1em 0 0;
}
@media only, screen and (max-width: 736px) {
  .recruit .content-nav li {
    padding: 0 0.25em 0 0;
  }
}
.recruit .content-nav li:after {
  content: "｜";
  display: inline;
  padding-left: 1em;
}
@media only, screen and (max-width: 736px) {
  .recruit .content-nav li:after {
    padding-left: 0.05em;
  }
}
.recruit .content-nav li:last-of-type:after {
  padding: 0;
  content: none;
}
.recruit .content-nav li a {
  color: #003685;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media only, screen and (max-width: 736px) {
  .recruit .content-nav li a {
    letter-spacing: 0.05em;
  }
}
.recruit .content-nav li a:hover {
  text-decoration: none;
}
.recruit .bnr-box {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
.recruit .bnr-box h2 {
  font-size: var(--ttl-ss);
}
.recruit .bnr-box h2 img {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 0 10px;
}
@media only, screen and (max-width: 736px) {
  .recruit .bnr-box h2 img {
    height: 5.625vw;
  }
}
.recruit .bnr-box p {
  margin-bottom: 40px;
  font-size: var(--ttl-ss);
}
.recruit .bnr-box a {
  display: block;
  margin: 0 auto 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only, screen and (max-width: 780px) {
  .recruit .bnr-box a {
    margin: 0 auto 20px;
  }
}
.recruit .bnr-box a:hover {
  opacity: 0.8;
}
.recruit .bnr-box a:last-of-type {
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 780px) {
  .recruit .bnr-box a:last-of-type {
    margin: 0 auto 30px;
  }
}
.recruit .bnr-box a img {
  vertical-align: bottom;
}
.recruit .entry {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #f53662;
}
@media only, screen and (max-width: 780px) {
  .recruit .entry {
    margin-bottom: 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry {
    padding: 20px 0 10px;
  }
}
.recruit .entry h2 {
  margin-bottom: 40px;
  text-align: center;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry h2 {
    margin-bottom: 10px;
  }
}
.recruit .entry h2 img {
  width: auto;
  height: 46px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry h2 img {
    height: 5.625vw;
  }
}
.recruit .entry .flex-box {
  justify-content: center;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry .flex-box {
    display: block;
  }
}
.recruit .entry .flex-box a {
  display: block;
  width: 38.8888888889vw;
  max-width: 420px;
  margin: 0 20px;
  padding: 25px 0;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border: solid 3px #fff;
  border-radius: 50px;
}
@media only, screen and (max-width: 780px) {
  .recruit .entry .flex-box a {
    font-size: 22px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry .flex-box a {
    width: 68%;
    padding: 10px 0;
    font-size: var(--ttl-s);
    margin: 0 auto 10px;
    border: solid 1px #fff;
  }
}
.recruit .entry .flex-box a span {
  padding: 0 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url("../img/btn_arrow01.png") right center/18px auto no-repeat;
}
@media only, screen and (max-width: 780px) {
  .recruit .entry .flex-box a span {
    padding: 0 30px;
    background: url("../img/btn_arrow01.png") right center/14px auto no-repeat;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry .flex-box a span {
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
.recruit .entry .flex-box a:hover span {
  padding: 0 45px;
}
@media only, screen and (max-width: 780px) {
  .recruit .entry .flex-box a:hover span {
    padding: 0 35px;
  }
}
.recruit .access {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 60px;
  text-align: center;
}
@media only, screen and (max-width: 780px) {
  .recruit .access {
    width: 92%;
    margin: 0 auto 30px;
  }
}
.recruit .access h2 img {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 auto 40px;
}
@media only, screen and (max-width: 736px) {
  .recruit .access h2 img {
    height: 5.625vw;
    margin: 0 auto 20px;
  }
}
.recruit .access > iframe {
  width: 100%;
  height: 40.7407407407vw;
  max-height: 440px;
  margin: 0 auto 20px;
  border: none;
  position: static;
}
@media only, screen and (max-width: 736px) {
  .recruit .access > iframe {
    height: 68.75vw;
  }
}
.recruit .access a {
  font-size: var(--ttl-ss);
  color: #000;
  text-decoration: underline;
}
.recruit .access a:hover {
  text-decoration: none;
}
.recruit .mv {
  height: 60.1851851852vw;
  max-height: 650px;
  margin: -50px auto 0;
  background: url("../recruit/img/bg.png") center top/auto 70.3703703704vw no-repeat;
}
@media screen and (min-width: 1081px) {
  .recruit .mv {
    background: url("../recruit/img/bg.png") center top/auto 760px no-repeat;
  }
}
@media only, screen and (max-width: 780px) {
  .recruit .mv {
    margin: -30px auto 0;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .mv {
    height: 72.1875vw;
    max-height: inherit;
    background: url("../recruit/img/bg_sp.png") center top/auto 77.8125vw no-repeat;
  }
}
.recruit .mv--content {
  width: 77.7777777778vw;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
}
.recruit .mv--content .copy {
  width: 52.962962963vw;
  max-width: 572px;
  position: absolute;
  bottom: -35.2777777778vw;
  left: -1.8518518519vw;
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content .copy {
    bottom: -381px;
    left: -20px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .mv--content .copy {
    width: 65.3125vw;
    max-width: inherit;
    bottom: -62.1875vw;
    left: -3.125vw;
  }
}
.recruit .mv--content h1 {
  width: 100%;
  height: 6.2962962963vw;
  max-height: 68px;
  text-align: center;
  transform: rotate(10deg);
  position: absolute;
  left: 5.5555555556vw;
  top: 33.3333333333vw;
  /*@media screen and (max-width: 360px){
      top: 180px;
  }

  @media screen and (max-width: 320px){
      top: 165px;
  }*/
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content h1 {
    left: 60px;
    top: 360px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .mv--content h1 {
    left: 9.375vw;
    top: 56.25vw;
  }
}
@media screen and (max-width: 414px) {
  .recruit .mv--content h1 {
    top: 53.125vw;
  }
}
@media screen and (max-width: 390px) {
  .recruit .mv--content h1 {
    top: 51.875vw;
  }
}
@media screen and (max-width: 375px) {
  .recruit .mv--content h1 {
    top: 51.875vw;
  }
}
.recruit .mv--content h1 img {
  width: auto;
  height: 100%;
}
.recruit .mv--content a {
  display: block;
  width: 12.4074074074vw;
  height: 12.4074074074vw;
  max-width: 134px;
  max-height: 134px;
  padding: 4.6296296296vw 0 0 0;
  text-align: center;
  background-color: #f53662;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: -33.3333333333vw;
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content a {
    padding: 50px 0 0;
    bottom: -360px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .mv--content a {
    padding: 2.8125vw 0 0 0;
    bottom: -54.375vw;
  }
}
.recruit .mv--content a:after {
  content: "";
  display: block;
  width: 1.6666666667vw;
  height: 1.5740740741vw;
  max-width: 18px;
  max-height: 17px;
  margin: auto;
  background: url("../recruit/img/entry_arrow.png") left top/100% no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  bottom: 1.8518518519vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content a:after {
    bottom: 20px;
  }
}
.recruit .mv--content a:hover:after {
  bottom: 0.9259259259vw;
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content a:hover:after {
    bottom: 10px;
  }
}
.recruit .mv--content a img {
  width: 100%;
  height: 2.7777777778vw;
}
@media screen and (min-width: 1081px) {
  .recruit .mv--content a img {
    height: 30px;
  }
}
.recruit .message {
  margin: -18.2407407407vw auto 2.3148148148vw;
  padding: 0 0 13.8888888889vw;
  transform: skewY(10deg);
  color: #fff;
  background-color: #4f8edf;
}
@media screen and (min-width: 1081px) {
  .recruit .message {
    margin: -197px auto 25px;
    padding: 0 0 150px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .message {
    margin: -8.75vw auto 3.125vw;
    padding: 0 0 0;
  }
}
.recruit .message--content {
  width: 92.5925925926vw;
  max-width: 1000px;
  margin: 0 auto;
  transform: skewY(-10deg);
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content {
    width: 100%;
    max-width: inherit;
  }
}
.recruit .message--content section {
  width: 61.6666666667vw;
  max-width: 666px;
  margin: 0 0 0 60px;
}
@media only, screen and (max-width: 780px) {
  .recruit .message--content section {
    width: 59.375vw;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content section {
    width: 87.5vw;
    margin: 0 auto -9.375vw;
  }
}
.recruit .message--content section h1 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content section h1 {
    margin-bottom: 20px;
  }
}
.recruit .message--content section h1 img {
  display: block;
  width: auto;
  height: 46px;
  margin-bottom: 10px;
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content section h1 img {
    height: 5.625vw;
  }
}
.recruit .message--content section h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  line-height: 1.5;
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content section h2 {
    margin-bottom: 20px;
  }
}
.recruit .message--content section p {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content section p {
    margin-bottom: 20px;
  }
}
.recruit .message--content figure {
  width: 22.962962963vw;
  max-width: 248px;
  position: absolute;
  bottom: -26.8518518519vw;
  right: 0;
}
@media screen and (min-width: 1081px) {
  .recruit .message--content figure {
    bottom: -290px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content figure {
    width: 49.6875vw;
    max-width: inherit;
    position: relative;
    right: -45.3125vw;
    bottom: -6.875vw;
  }
}
.recruit .message--content figure figcaption {
  width: 260px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  position: absolute;
  right: 25vw;
  bottom: 14.8148148148vw;
}
@media screen and (min-width: 1081px) {
  .recruit .message--content figure figcaption {
    right: 270px;
    bottom: 160px;
  }
}
@media only, screen and (max-width: 780px) {
  .recruit .message--content figure figcaption {
    width: 150px;
    right: 165px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content figure figcaption {
    width: 53.125vw;
    right: 35.15625vw;
    bottom: 37.5vw;
  }
}
@media screen and (max-width: 375px) {
  .recruit .message--content figure figcaption {
    bottom: 39.0625vw;
  }
}
@media screen and (max-width: 320px) {
  .recruit .message--content figure figcaption {
    width: 170px;
    font-size: 18px;
  }
}
.recruit .message--content figure figcaption span {
  display: block;
  font-size: var(--fs);
}
@media only, screen and (max-width: 736px) {
  .recruit .message--content figure figcaption span {
    font-size: 13px;
  }
}
@media screen and (max-width: 375px) {
  .recruit .message--content figure figcaption span {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .message--content figure figcaption span {
    font-size: 10px;
  }
}
.recruit .news {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 130px;
}
@media only, screen and (max-width: 736px) {
  .recruit .news {
    margin: 0 auto 65px;
  }
}
.recruit .news h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
}
@media only, screen and (max-width: 736px) {
  .recruit .news h2 {
    margin-bottom: 20px;
  }
}
.recruit .news h2 img {
  display: block;
  width: auto;
  height: 46px;
  margin-bottom: 10px;
}
@media only, screen and (max-width: 736px) {
  .recruit .news h2 img {
    height: 5.625vw;
  }
}
.recruit .news .news-box {
  margin-bottom: 60px;
  padding: 60px;
  border-top: solid 3px #003685;
  border-bottom: solid 3px #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .news .news-box {
    margin-bottom: 30px;
    padding: 30px 0;
  }
}
.recruit .news .flex-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #ccc;
}
.recruit .news .flex-box:hover {
  color: #003685;
}
.recruit .news .flex-box:hover h2 {
  text-decoration: underline;
}
@media only, screen and (max-width: 736px) {
  .recruit .news .flex-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.recruit .news .flex-box:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.recruit .news .flex-box figure {
  width: 100px;
  margin-right: 20px;
}
@media only, screen and (max-width: 736px) {
  .recruit .news .flex-box figure {
    margin-right: 10px;
  }
}
.recruit .news .flex-box div {
  width: 59.2592592593vw;
  max-width: 640px;
}
@media only, screen and (max-width: 736px) {
  .recruit .news .flex-box div {
    width: 70%;
  }
}
.recruit .news .flex-box div p {
  margin-bottom: 10px;
}
.recruit .news .flex-box div p:last-of-type {
  margin-bottom: 0;
  font-size: 15px;
}
@media only, screen and (max-width: 736px) {
  .recruit .news .flex-box div p:last-of-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .news .flex-box div p:last-of-type {
    font-size: 11px;
  }
}
.recruit .news .flex-box div p .days {
  padding-right: 15px;
  font-size: var(--fs-s);
  letter-spacing: 0.05em;
  color: #888;
}
.recruit .news .flex-box div p .cat {
  width: 90px;
  padding: 2px 0;
  display: inline-block;
  font-size: var(--fs-s);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #003685;
  border-radius: 5px;
}
.recruit .news .flex-box div h2 {
  margin-bottom: 10px;
  font-size: var(--ttl-s);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.recruit .about-movie {
  margin: 0 auto 7.8703703704vw;
  padding: 6.9444444444vw 0 9.2592592593vw;
  transform: skewY(10deg);
  background-color: #4f8edf;
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie {
    margin: 0 auto;
    padding: 8.59375vw 0 15.625vw;
  }
}
.recruit .about-movie section {
  width: 64.8148148148vw;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  transform: skewY(-10deg);
}
@media only, screen and (max-width: 780px) {
  .recruit .about-movie section {
    width: 59.375vw;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie section {
    width: 87.5vw;
    margin: 0 auto;
  }
}
.recruit .about-movie section h2 img {
  display: block;
  width: auto;
  height: 46px;
  margin: 0 auto 10px;
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie section h2 img {
    height: 5.625vw;
  }
}
.recruit .about-movie section p {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie section p {
    margin-bottom: 20px;
  }
}
.recruit .about-movie section img {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie section img {
    margin-bottom: 20px;
  }
}
.recruit .about-movie section .movie {
  position: relative;
  width: 100%;
  margin: 0 auto 40px;
  padding-top: 56.25%;
}
@media only, screen and (max-width: 736px) {
  .recruit .about-movie section .movie {
    margin: 0 auto 20px;
  }
}
.recruit .about-movie section .movie > iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.recruit .interview h1 {
  margin-bottom: 40px;
  padding: 40px 0 30px;
  text-align: center;
  background-color: #ffcb3e;
  position: relative;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview h1 {
    margin: 60px 0 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .interview h1 {
    margin: 50px 0 30px;
    padding: 45px 0 25px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .interview h1 {
    margin: 40px 0 20px;
    padding: 45px 0 20px;
  }
}
.recruit .interview h1 img {
  width: 35.5555555556vw;
  max-width: 384px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview h1 img {
    width: 80%;
    max-width: inherit;
  }
}
@media screen and (max-width: 320px) {
  .recruit .interview h1 img {
    width: 75%;
  }
}
.recruit .interview h1 span {
  display: block;
  width: 240px;
  margin: 0 auto -50px;
  position: relative;
  top: -65px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview h1 span {
    width: 70%;
    top: -65px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .interview h1 span {
    width: 65%;
    top: -57px;
  }
}
.recruit .interview h1 span img {
  width: inherit;
  max-width: inherit;
}
.recruit .interview h1 + p {
  margin-bottom: 40px;
  font-size: var(--ttl-ss);
  text-align: center;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview h1 + p {
    margin-bottom: 20px;
  }
}
.recruit .interview .flex-box {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 70px;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .flex-box {
    margin: 0 auto 35px;
  }
}
.recruit .interview .flex-box a {
  width: 20.3703703704vw;
  max-width: 220px;
  margin-bottom: 40px;
  padding: 8px;
  color: #000;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .flex-box a {
    width: 33.3333333%;
    margin-bottom: 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .flex-box a {
    width: 50%;
    margin-bottom: 10px;
  }
}
.recruit .interview .flex-box a:hover, .recruit .interview .flex-box a.current {
  background-color: #fbecc2;
}
.recruit .interview .flex-box a img {
  margin-bottom: 20px;
  border: solid 5px #ffc93e;
  border-radius: 100%;
  vertical-align: bottom;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .flex-box a img {
    margin-bottom: 10px;
  }
}
.recruit .interview .flex-box a img.noborder {
  border: none;
  border-radius: 0;
}
.recruit .interview .flex-box a h2 {
  margin-bottom: 15px;
  font-size: var(--ttl-s);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .flex-box a h2 {
    margin-bottom: 5px;
  }
}
.recruit .interview .flex-box a p {
  font-size: var(--fs-s);
  line-height: 1.8;
}
.recruit .interview .talk h1 {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 0;
  background: none;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .talk h1 {
    margin: 0 auto 20px;
  }
}
.recruit .interview .talk h1 img {
  width: 100%;
  max-width: inherit;
}
.recruit .interview .talk ul {
  margin-bottom: 60px;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .talk ul {
    margin-bottom: 30px;
  }
}
.recruit .interview .talk ul li {
  width: 15.2777777778vw;
  max-width: 165px;
  margin: 0 15px;
  text-align: center;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk ul li {
    width: 36%;
    margin: 0 15px 25px;
  }
}
.recruit .interview .talk ul li p.name {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
}
.recruit .interview .talk ul li p.name span {
  font-size: var(--fs);
}
.recruit .interview .talk ul li p.joining {
  margin-bottom: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
}
.recruit .interview .talk ul li p.division {
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
}
.recruit .interview .talk ul li p.division span {
  display: block;
  font-size: var(--fs-s);
}
.recruit .interview .talk--box {
  display: flex;
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto 40px;
  justify-content: space-between;
  /*.ans*/
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .talk--box {
    margin: 0 auto 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box {
    display: block;
  }
}
.recruit .interview .talk--box .que {
  width: 26.8518518519vw;
  max-width: 290px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box .que {
    width: 200px;
    margin: 0 auto 20px;
  }
}
.recruit .interview .talk--box .ans {
  width: 49.2592592593vw;
  max-width: 532px;
}
@media screen and (max-width: 917px) {
  .recruit .interview .talk--box .ans {
    width: 62%;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box .ans {
    width: 100%;
  }
}
.recruit .interview .talk--box .ans div {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruit .interview .talk--box .ans div p {
  width: 41.4814814815vw;
  max-width: 448px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
}
@media screen and (max-width: 917px) {
  .recruit .interview .talk--box .ans div p {
    width: 80%;
  }
}
@media only, screen and (max-width: 780px) {
  .recruit .interview .talk--box .ans div p {
    width: calc(100% - 82px);
  }
}
.recruit .interview .talk--box .ans div p.speaker {
  width: 62px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  line-height: 1.5;
  border: solid 2px #000;
}
.recruit .interview .talk--box .ans div p span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #ffcb3e;
}
.recruit .interview .talk--box .ans .picture {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box .ans .picture {
    margin-bottom: 0;
  }
}
.recruit .interview .talk--box .ans .picture img {
  width: 7.5925925926vw;
  max-width: 82px;
  margin-right: 15px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box .ans .picture img {
    width: 82px;
    margin: 0 15px 10px 0;
  }
}
.recruit .interview .talk--box .ans .picture p {
  width: auto;
  margin: 10px 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview .talk--box .ans .picture p {
    margin: 10px 0 20px;
  }
}
.recruit .interview--content {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
.recruit .interview--content .intro {
  display: flex;
  margin-bottom: 40px;
  align-items: center;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .intro {
    margin-bottom: 20px;
  }
}
.recruit .interview--content .intro figure {
  width: 18.8888888889vw;
  max-width: 204px;
  margin-right: 40px;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .intro figure {
    width: 31.875vw;
    margin-right: 20px;
  }
}
.recruit .interview--content .intro figure img {
  margin-bottom: 20px;
  border: solid 5px #ffc93e;
  border-radius: 100%;
  vertical-align: bottom;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .intro figure img {
    margin-bottom: 10px;
  }
}
.recruit .interview--content .intro figure img.noborder {
  border: none;
  border-radius: 0;
}
.recruit .interview--content .intro div h2 {
  margin-bottom: 0;
  font-size: var(--ttl-m);
}
.recruit .interview--content .intro div .name {
  margin-bottom: 0;
  font-size: var(--ttl-l);
  font-weight: 700;
}
.recruit .interview--content .intro div .name span {
  padding-left: 1em;
  font-size: var(--ttl-ss);
  color: #999;
}
.recruit .interview--content .intro div .joining {
  margin-bottom: 0;
}
.recruit .interview--content h2 {
  margin-bottom: 20px;
  font-size: var(--ttl-l);
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content h2 {
    margin-bottom: 10px;
  }
}
.recruit .interview--content p {
  margin-bottom: 60px;
  line-height: 1.75;
  text-align: justify;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content p {
    margin-bottom: 30px;
  }
}
.recruit .interview--content p:last-of-type {
  margin-bottom: 70px;
}
@media only, screen and (max-width: 736px) {
  .recruit .interview--content p:last-of-type {
    margin-bottom: 35px;
  }
}
.recruit .interview--content .flex-box {
  margin-bottom: 60px;
  justify-content: space-between;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .flex-box {
    display: block;
    margin-bottom: 30px;
  }
}
.recruit .interview--content .flex-box p {
  width: 46.2962962963vw;
  max-width: 500px;
  margin-bottom: 1em;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .flex-box p {
    width: 100%;
    max-width: inherit;
  }
}
.recruit .interview--content .flex-box figure {
  width: auto;
  max-width: 350px;
}
@media only, screen and (max-width: 780px) {
  .recruit .interview--content .flex-box figure {
    margin: 0 auto 20px;
  }
}
.recruit .interview .txt-read {
  margin-bottom: 40px;
  font-size: var(--ttl-ss);
  text-align: center;
}
.recruit .benefits h1 {
  margin-bottom: 60px;
  padding: 23px 0;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  text-align: center;
  color: #fff;
  line-height: 1.75;
  background-color: #4f8edf;
  position: relative;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits h1 {
    margin: 60px 0 20px;
    padding: 33px 0 23px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits h1 {
    margin: 50px 0 20px;
    padding: 43px 0 26px;
  }
}
@media screen and (max-width: 375px) {
  .recruit .benefits h1 {
    padding: 43px 0 23px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .benefits h1 {
    margin: 40px 0 20px;
    padding: 40px 0 16px;
  }
}
.recruit .benefits h1 span {
  display: block;
  width: 240px;
  margin: 0 auto -50px;
  position: relative;
  top: -56px;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits h1 span {
    top: -58px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits h1 span {
    width: 70%;
    top: -63px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .benefits h1 span {
    width: 65%;
    top: -55px;
  }
}
.recruit .benefits h1 span img {
  width: inherit;
  max-width: inherit;
}
.recruit .benefits--box {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
.recruit .benefits--box h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box h2 {
    margin-bottom: 20px;
  }
}
.recruit .benefits--box .system {
  margin-bottom: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits--box .system {
    margin-bottom: 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .system {
    display: block;
  }
}
.recruit .benefits--box .system div {
  width: 38.8888888889vw;
  max-width: 420px;
  margin-bottom: 30px;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .system div {
    width: 100%;
  }
}
.recruit .benefits--box .system div h3 {
  padding: 10px 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #4f8edf;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits--box .system div h3 {
    font-size: var(--ttl-ss);
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .system div h3 {
    font-size: var(--ttl-s);
  }
}
.recruit .benefits--box .system div figure {
  margin-bottom: 20px;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .system div figure {
    margin-bottom: 10px;
  }
}
.recruit .benefits--box .system div figure img {
  vertical-align: top;
}
.recruit .benefits--box .system div p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  text-align: justify;
}
.recruit .benefits--box .welfare {
  padding: 30px 0;
  border-top: solid 1px #4f8edf;
  align-items: center;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .welfare {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.recruit .benefits--box .welfare:last-of-type {
  margin-bottom: 60px;
  border-bottom: solid 1px #4f8edf;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits--box .welfare:last-of-type {
    margin-bottom: 30px;
  }
}
.recruit .benefits--box .welfare h3 {
  width: 25.7407407407vw;
  max-width: 278px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #4f8edf;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits--box .welfare h3 {
    font-size: var(--ttl-ss);
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .welfare h3 {
    width: calc(100% - 80px);
    font-size: var(--ttl-s);
    text-align: left;
  }
}
.recruit .benefits--box .welfare figure {
  width: 80px;
  margin-right: 60px;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .welfare figure {
    margin-right: 0;
  }
}
.recruit .benefits--box .welfare p {
  width: 39.3518518519vw;
  max-width: 425px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .welfare p {
    width: 100%;
  }
}
.recruit .benefits--box .vacations {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: collapse;
}
@media only, screen and (max-width: 780px) {
  .recruit .benefits--box .vacations {
    margin-bottom: 30px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .vacations {
    border-collapse: separate;
    border-spacing: 0;
  }
}
.recruit .benefits--box .vacations th, .recruit .benefits--box .vacations td {
  padding: 30px 30px 25px;
  vertical-align: middle;
  border-top: solid 1px #4f8edf;
  border-bottom: solid 1px #4f8edf;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .vacations th, .recruit .benefits--box .vacations td {
    display: block;
  }
}
.recruit .benefits--box .vacations th {
  width: cakcVw(230px, 1080px);
  max-width: 230px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #4f8edf;
  background-color: #e4eefa;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .vacations th {
    width: 100%;
    max-width: inherit;
    padding: 15px 0;
  }
}
.recruit .benefits--box .vacations td {
  width: 60.1851851852vw;
  max-width: 650px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .recruit .benefits--box .vacations td {
    width: 100%;
    max-width: inherit;
    padding: 10px 0 20px;
    border-top: none;
    border-bottom: none;
  }
}
.recruit .entry-content .entry-nav {
  margin: 0 auto 60px;
  justify-content: center;
  gap: 20px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-nav {
    margin: 0 auto 40px;
    gap: 10px;
  }
}
.recruit .entry-content .entry-nav li {
  width: 24%;
  list-style: none;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-nav li {
    width: inherit;
    flex: auto;
  }
}
.recruit .entry-content .entry-nav li a {
  display: block;
  padding: 15px 10px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #003685;
  border-radius: 10px;
  transition: background 0.3s;
  position: relative;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-nav li a {
    padding: 10px;
  }
}
.recruit .entry-content .entry-nav li a:after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #003685 transparent transparent transparent;
  transition: border 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
}
.recruit .entry-content .entry-nav li a:hover {
  background: #f53662;
}
.recruit .entry-content .entry-nav li a:hover:after {
  border-color: #f53662 transparent transparent transparent;
}
.recruit .entry-content .bnr-follow {
  max-width: 880px;
  width: 83.0188679245vw;
  margin: auto;
  justify-content: center;
  transition: bottom 0.5s;
  position: fixed;
  left: 50%;
  /*right: 0;*/
  bottom: -100px;
  transform: translateX(-50%);
  z-index: 5;
}
@media screen and (max-width: 1080px) {
  .recruit .entry-content .bnr-follow {
    max-width: 81.4814814815vw;
    justify-content: flex-start;
    margin: 0;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow {
    max-width: 82%;
    left: 0;
    transform: none;
  }
}
.recruit .entry-content .bnr-follow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.recruit .entry-content .bnr-follow--ngentry {
  padding: 30px 2.7777777778vw 20px;
  font-size: 1.4814814815vw;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #003685;
  transition: padding 0.3s, background 0.3s;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--ngentry {
    padding: 5px 1.8518518519vw;
    font-size: 12px;
    line-height: 1.35;
  }
}
.recruit .entry-content .bnr-follow--ngentry span {
  display: inline-block;
  width: 100%;
  background: url("../img/btn_arrow01.png") right center/16px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--ngentry span {
    background: url("../img/btn_arrow01.png") right center/7px auto no-repeat;
  }
}
.recruit .entry-content .bnr-follow--ngentry:hover {
  padding: 30px 1.8518518519vw 20px;
  background-color: #f53662;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--ngentry:hover {
    padding: 5px;
  }
}
.recruit .entry-content .bnr-follow--recnavi {
  width: 50%;
  padding: 5px 2.7777777778vw 0;
  text-align: center;
  background: #fff;
  border: solid 2px #003685;
  transition: padding 0.3s;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--recnavi {
    padding: 5px 10px 0;
  }
}
.recruit .entry-content .bnr-follow--recnavi span {
  display: inline-block;
  width: 100%;
  background: url("../img/btn_arrow03.png") right center/16px auto no-repeat #fff;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--recnavi span {
    background: url("../img/btn_arrow03.png") right center/7px auto no-repeat #fff;
  }
}
.recruit .entry-content .bnr-follow--recnavi span img {
  width: 200px;
  vertical-align: bottom;
}
@media screen and (max-width: 1080px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    width: 18.5185185185vw;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    width: 80%;
    max-width: 110px;
  }
}
@media screen and (max-width: 390px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    max-width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    max-width: 84px;
  }
}
@media screen and (max-width: 360px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    max-width: 96px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .entry-content .bnr-follow--recnavi span img {
    max-width: 84px;
  }
}
.recruit .entry-content .bnr-follow--recnavi:hover {
  padding: 5px 1.8518518519vw 0;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .bnr-follow--recnavi:hover {
    padding: 5px 5px 0;
  }
}
.recruit .entry-content .bnr-follow.display-on {
  bottom: -2px;
}
.recruit .entry-content .news {
  width: 100%;
  margin: 0 0 100px;
}
.recruit .entry-content .news h2 {
  padding: 0 0 10px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.recruit .entry-content section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content section {
    width: 92%;
  }
}
.recruit .entry-content h1 {
  margin: 60px 0 50px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content h1 {
    margin: 30px 0 25px;
  }
}
.recruit .entry-content h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.recruit .entry-content h1 span {
  font-size: var(--ttl-ss);
}
.recruit .entry-content h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  color: #003685;
  line-height: 1.5;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content h2 {
    margin-bottom: 10px;
  }
}
.recruit .entry-content h2 span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  color: #cc0000;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content h2 span {
    font-size: var(--ttl-s);
  }
}
.recruit .entry-content .ngEntry {
  margin: 0 auto 60px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 4.6296296296vw;
}
@media screen and (min-width: 1081px) {
  .recruit .entry-content .ngEntry {
    gap: 50px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .ngEntry {
    display: block;
    margin: 0 auto 20px;
  }
}
.recruit .entry-content .ngEntry .btn-ngentry {
  display: block;
  width: 48.1481481481vw;
  max-width: 520px;
  margin: 0;
  padding: 30px 2.7777777778vw;
  font-size: 2.2222222222vw;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003685;
  border-radius: 10px;
}
@media screen and (min-width: 1081px) {
  .recruit .entry-content .ngEntry .btn-ngentry {
    padding: 30px;
    font-size: 24px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .ngEntry .btn-ngentry {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 15px;
    padding: 20px;
    font-size: 15px;
  }
}
.recruit .entry-content .ngEntry .btn-ngentry span {
  display: inline-block;
  width: 100%;
  background: url("../img/btn_arrow01.png") right center/16px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .ngEntry .btn-ngentry span {
    background: url("../img/btn_arrow01.png") right center/10px auto no-repeat;
  }
}
.recruit .entry-content .ngEntry .btn-ngentry:hover {
  padding: 30px 1.8518518519vw;
  background-color: #f53662;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .ngEntry .btn-ngentry:hover {
    padding: 20px 15px;
  }
}
.recruit .entry-content .ngEntry .bnr-rikunabi p {
  margin-bottom: 15px;
  font-weight: 700;
  color: #f53662;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .ngEntry .bnr-rikunabi p {
    margin: 0 0 10px;
  }
}
.recruit .entry-content .ngEntry .bnr-rikunabi a {
  display: block;
  width: 260px;
  padding: 7px 30px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  border: solid 1px #ccc;
}
@media screen and (max-width: 430px) {
  .recruit .entry-content .ngEntry .bnr-rikunabi a {
    width: 200px;
  }
}
.recruit .entry-content .ngEntry .bnr-rikunabi a:hover {
  opacity: 0.8;
}
.recruit .entry-content .ngEntry .bnr-rikunabi a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.recruit .entry-content .new-graduate {
  width: 100%;
  margin-bottom: 60px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #e5e7e8;
}
.recruit .entry-content .new-graduate th {
  width: 23.1481481481vw;
  max-width: 280px;
  padding: 30px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  color: #003685;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .new-graduate th {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 15px 15px 0;
    font-size: 16px;
    border-bottom: none;
  }
}
@media screen and (max-width: 320px) {
  .recruit .entry-content .new-graduate th {
    font-size: 15px;
  }
}
.recruit .entry-content .new-graduate th span:before {
  content: "ー";
  display: inline-block;
  padding-right: 0.5em;
}
.recruit .entry-content .new-graduate td {
  padding: 30px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.05em;
  border-bottom: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .new-graduate td {
    display: block;
    width: 100%;
    padding: 0 15px 15px;
  }
}
.recruit .entry-content .new-graduate td ul {
  list-style: none;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.recruit .entry-content .new-graduate td ol {
  margin-bottom: 30px;
  list-style: inside decimal;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .new-graduate td ol {
    margin-bottom: 15px;
  }
}
.recruit .entry-content .new-graduate td h3 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.recruit .entry-content .new-graduate td p {
  margin-bottom: 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  text-align: justify;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .new-graduate td p {
    margin-bottom: 15px;
  }
}
.recruit .entry-content .new-graduate td span {
  ffont-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.recruit .entry-content .ttl-schedule,
.recruit .entry-content .ttl-faq {
  padding-bottom: 30px;
  border-bottom: solid 2px #e5e7e8;
}
.recruit .entry-content .schedule {
  display: flex;
  min-height: 80px;
  margin-bottom: 20px;
  padding: 0 30px;
  align-items: center;
  gap: 30px;
  border: solid 1px #003685;
  position: relative;
  /*a{
      display: block;
      width: 200px;
      margin: 0 0 0 calcVw(100px, 1080px);
      @include transition;
      opacity: 1;

      &:hover{
          opacity: 0.8;
      }

      @include iPhone{
          margin: 0 auto;
      }
  }*/
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule {
    display: block;
    padding: 15px;
  }
}
.recruit .entry-content .schedule:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../recruit/entry/img/icn_arrow.gif) left top/100% auto no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.recruit .entry-content .schedule h3 {
  width: 130px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule h3 {
    width: auto;
    margin: 0 0 10px;
    font-size: 16px;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule p {
    width: 100%;
    max-width: inherit;
  }
}
.recruit .entry-content .schedule ul {
  list-style: none;
}
.recruit .entry-content .schedule .flex-box {
  width: 57.4074074074vw;
  max-width: 620px;
  padding: 10px 0;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1000px) {
  .recruit .entry-content .schedule .flex-box {
    flex-wrap: wrap;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box {
    display: block;
    width: 100%;
    max-width: inherit;
  }
}
.recruit .entry-content .schedule .flex-box .btn-ngentry {
  display: block;
  width: 29.6296296296vw;
  max-width: 320px;
  margin: 0;
  padding: 15px 20px;
  font-size: var(--fs);
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003685;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  .recruit .entry-content .schedule .flex-box .btn-ngentry {
    width: 100%;
    max-width: inherit;
  }
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box .btn-ngentry {
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px;
    font-size: 15px;
  }
}
.recruit .entry-content .schedule .flex-box .btn-ngentry span {
  display: inline-block;
  width: 100%;
  background: url("../img/btn_arrow01.png") right center/12px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box .btn-ngentry span {
    margin: 0;
    background: url("../img/btn_arrow01.png") right center/8px auto no-repeat;
  }
}
.recruit .entry-content .schedule .flex-box .btn-ngentry:hover {
  padding: 15px;
  background-color: #f53662;
}
.recruit .entry-content .schedule .flex-box span {
  display: block;
  width: 3em;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box span {
    margin: 0 auto 5px;
  }
}
.recruit .entry-content .schedule .flex-box p {
  width: 15.1851851852vw;
  max-width: 164px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box p {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 360px) {
  .recruit .entry-content .schedule .flex-box p {
    max-width: 140px;
  }
}
.recruit .entry-content .schedule .flex-box p > a {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.recruit .entry-content .schedule .flex-box p > a:hover {
  opacity: 0.8;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .schedule .flex-box p > a {
    margin: 0 auto;
  }
}
.recruit .entry-content .congratulations {
  margin-bottom: 60px;
  padding: 30px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .congratulations {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.recruit .entry-content .faq-box dl {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .recruit .entry-content .faq-box dl {
    margin-bottom: 30px;
  }
}
.recruit .entry-content .faq-box dt {
  margin-bottom: 15px;
  padding: 0 30px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .faq-box dt {
    padding: 0;
    font-size: 16px;
  }
}
.recruit .entry-content .faq-box dt:before {
  content: "🅠";
  display: inline-block;
  padding-right: 5px;
  font-size: 20px;
  line-height: 1;
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .faq-box dt:before {
    font-size: 16px;
  }
}
.recruit .entry-content .faq-box dd {
  margin-bottom: 30px;
  padding: 0 30px 30px 52px;
  text-indent: -11px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  text-align: justify;
  line-height: 1.75;
  border-bottom: solid 1px #ccc;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .faq-box dd {
    margin-bottom: 15px;
    padding: 0 0 15px 1.6em;
    font-size: 14px;
  }
}
.recruit .entry-content .faq-box dd:before {
  content: "🅐";
  display: inline-block;
  line-height: 1;
}
.recruit .entry-content .faq-box dd:last-of-type {
  border-bottom: none;
}
.recruit .entry-content .faq-box dd span {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.recruit .entry-content .faq-box dd a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline;
}
.recruit .entry-content .faq-box dd a:hover {
  color: #003685;
  text-decoration: none;
}
.recruit .entry-content .carrer {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer {
    display: block;
    width: 100%;
  }
}
.recruit .entry-content .carrer div {
  width: 38.8888888889vw;
  max-width: 420px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer div {
    width: 100%;
    max-width: inherit;
  }
}
.recruit .entry-content .carrer div .carrer-ttl {
  width: 32.4074074074vw;
  max-width: 350px;
  height: 86px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer div .carrer-ttl {
    width: 100%;
    max-width: inherit;
    height: inherit;
    margin: 0 auto 10px;
  }
}
.recruit .entry-content .carrer div .carrer-ttl h3 {
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #003685;
  border-radius: 25px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer div .carrer-ttl h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .recruit .entry-content .carrer div .carrer-ttl h3 {
    padding: 8px 0;
    font-size: 14px;
  }
}
.recruit .entry-content .carrer div .carrer-ttl p {
  font-size: 12px;
  color: #cc0000;
  text-align: center;
}
.recruit .entry-content .carrer div table {
  width: 100%;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #e5e7e8;
}
.recruit .entry-content .carrer div table th {
  width: 11.1111111111vw;
  max-width: 120px;
  padding: 15px 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  vertical-align: top;
  border-right: solid 1px #e5e7e8;
  border-bottom: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer div table th {
    width: 28.125vw;
  }
}
.recruit .entry-content .carrer div table td {
  padding: 15px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: solid 1px #e5e7e8;
}
.recruit .entry-content .working {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .working {
    margin-bottom: 30px;
  }
}
.recruit .entry-content .working h3 {
  margin-bottom: 20px;
  font-size: 20px;
}
.recruit .entry-content .working table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0;
  border-top: solid 1px #606672;
}
.recruit .entry-content .working table th {
  width: 11.1111111111vw;
  max-width: 120px;
  padding: 15px 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: left;
  vertical-align: top;
  background-color: #e5e7e8;
  border-bottom: solid 1px #606672;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .working table th {
    width: 28.125vw;
    max-width: inherit;
  }
}
.recruit .entry-content .working table td {
  padding: 15px 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-bottom: solid 1px #606672;
}
.recruit .entry-content .working p {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs-s);
}
.recruit .entry-content .carrer-btn {
  display: block;
  width: 64.8148148148vw;
  max-width: 700px;
  margin: 0 auto 60px;
  padding: 60px 40px;
  font-size: 30px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #003685;
  border-radius: 10px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer-btn {
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px 20px;
    font-size: 15px;
  }
}
.recruit .entry-content .carrer-btn span {
  display: inline-block;
  width: 100%;
  background: url("../img/btn_arrow01.png") right center/16px auto no-repeat;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer-btn span {
    background: url("../img/btn_arrow01.png") right center/10px auto no-repeat;
  }
}
.recruit .entry-content .carrer-btn:hover {
  padding: 60px 30px;
  background-color: #f53662;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .carrer-btn:hover {
    padding: 30px 15px;
  }
}
.recruit .entry-content .entry-form {
  margin-bottom: 60px;
}
.recruit .entry-content .entry-form table {
  width: 74.0740740741vw;
  max-width: 800px;
  margin: 0 auto 60px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  border-collapse: separate;
  border-spacing: 0;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.recruit .entry-content .entry-form table th {
  width: 250px;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}
.recruit .entry-content .entry-form table td {
  width: 50.9259259259vw;
  max-width: 550px;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table td {
    display: block;
    width: 100%;
    max-width: inherit;
  }
}
.recruit .entry-content .entry-form table td input[type=text],
.recruit .entry-content .entry-form table td input[type=tel],
.recruit .entry-content .entry-form table td textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  border: solid 1px #b9b9b9;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table td input[type=text],
.recruit .entry-content .entry-form table td input[type=tel],
.recruit .entry-content .entry-form table td textarea {
    width: 100%;
  }
}
.recruit .entry-content .entry-form table td textarea {
  height: 15em;
}
.recruit .entry-content .entry-form table td textarea.add, .recruit .entry-content .entry-form table td textarea.add02 {
  height: 5em;
}
.recruit .entry-content .entry-form table td input[type=checkbox],
.recruit .entry-content .entry-form table td input[type=radio] {
  cursor: pointer;
}
.recruit .entry-content .entry-form table td input.s-size {
  width: 133px;
  margin: 0 1em;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table td input.s-size {
    width: 20%;
  }
}
.recruit .entry-content .entry-form table td input.zip-size {
  width: 135px;
  margin: 0 1em;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table td input.zip-size {
    width: 28%;
  }
}
.recruit .entry-content .entry-form table td input.m-size {
  width: 417px;
  margin: 0 1em;
}
@media only, screen and (max-width: 736px) {
  .recruit .entry-content .entry-form table td input.m-size {
    width: 50%;
  }
}
.recruit .entry-content .entry-form table td textarea.add {
  height: 5em;
}
.recruit .entry-content .entry-form table td textarea.educational {
  height: 12em;
}
.recruit .entry-content .entry-form table td textarea.pr {
  height: 12em;
}
.recruit .entry-content .entry-form table td select {
  margin-right: 1em;
  padding: 12px;
  font-size: var(--fs);
  border: solid 1px #b9b9b9;
  background: none;
}
.recruit .entry-content .entry-form table td a {
  color: #444;
}
.recruit .entry-content .entry-form table td a:hover {
  text-decoration: none;
}
.recruit .entry-content .entry-form p .btn {
  margin: 40px auto 0;
}

.post-type-archive-blog section,
.tax-blog-cat section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog section,
.tax-blog-cat section {
    width: 92%;
  }
}
.post-type-archive-blog h1,
.tax-blog-cat h1 {
  margin: 60px 0 50px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog h1,
.tax-blog-cat h1 {
    margin: 30px 0 25px;
  }
}
.post-type-archive-blog h1 img,
.tax-blog-cat h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog h1 img,
.tax-blog-cat h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.post-type-archive-blog h1 span,
.tax-blog-cat h1 span {
  font-size: var(--ttl-ss);
}
.post-type-archive-blog .news,
.tax-blog-cat .news {
  width: 880px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 880px) {
  .post-type-archive-blog .news,
.tax-blog-cat .news {
    width: 96%;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news,
.tax-blog-cat .news {
    margin: 0 auto 30px;
  }
}
.post-type-archive-blog .news .tab,
.tax-blog-cat .news .tab {
  margin-bottom: -3px;
  border-bottom: solid 3px #003685;
  justify-content: space-between;
  list-style: none;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .tab,
.tax-blog-cat .news .tab {
    margin-bottom: -2px;
    border-bottom: solid 2px #003685;
  }
}
.post-type-archive-blog .news .tab li,
.tax-blog-cat .news .tab li {
  width: 205px;
}
@media screen and (max-width: 880px) {
  .post-type-archive-blog .news .tab li,
.tax-blog-cat .news .tab li {
    width: 23%;
  }
}
.post-type-archive-blog .news .tab a,
.tax-blog-cat .news .tab a {
  display: block;
  width: auto;
  padding: 17px 0;
  color: #ccc;
  line-height: 1;
  text-align: center;
  list-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  background-color: #003685;
  border-top: solid 3px #003685;
  border-left: solid 3px #003685;
  border-right: solid 3px #003685;
  border-radius: 8px 8px 0 0;
}
.post-type-archive-blog .news .tab a.active, .post-type-archive-blog .news .tab a:hover,
.tax-blog-cat .news .tab a.active,
.tax-blog-cat .news .tab a:hover {
  color: #003685;
  background-color: #fff;
}
@media screen and (max-width: 880px) {
  .post-type-archive-blog .news .tab a,
.tax-blog-cat .news .tab a {
    padding: 10px 0px 13px;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .tab a,
.tax-blog-cat .news .tab a {
    padding: 7px 0;
    border-top: solid 2px #003685;
    border-left: solid 2px #003685;
    border-right: solid 2px #003685;
  }
}
@media screen and (max-width: 320px) {
  .post-type-archive-blog .news .tab a,
.tax-blog-cat .news .tab a {
    font-size: 11px;
  }
}
.post-type-archive-blog .news .panel,
.tax-blog-cat .news .panel {
  margin-bottom: 40px;
  padding: 60px;
}
@media screen and (max-width: 820px) {
  .post-type-archive-blog .news .panel,
.tax-blog-cat .news .panel {
    padding: 30px 0;
  }
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel,
.tax-blog-cat .news .panel {
    margin-bottom: 20px;
    padding: 30px 0 0;
  }
}
.post-type-archive-blog .news .panel .flex-box,
.tax-blog-cat .news .panel .flex-box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
  border-bottom: solid 1px #ccc;
}
.post-type-archive-blog .news .panel .flex-box:hover,
.tax-blog-cat .news .panel .flex-box:hover {
  color: #003685;
}
.post-type-archive-blog .news .panel .flex-box:hover h2,
.tax-blog-cat .news .panel .flex-box:hover h2 {
  text-decoration: underline;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box,
.tax-blog-cat .news .panel .flex-box {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.post-type-archive-blog .news .panel .flex-box:last-of-type,
.tax-blog-cat .news .panel .flex-box:last-of-type {
  border-bottom: none;
}
.post-type-archive-blog .news .panel .flex-box figure,
.tax-blog-cat .news .panel .flex-box figure {
  width: 100px;
  margin-right: 20px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box figure,
.tax-blog-cat .news .panel .flex-box figure {
    margin-right: 10px;
  }
}
.post-type-archive-blog .news .panel .flex-box div,
.tax-blog-cat .news .panel .flex-box div {
  width: 59.2592592593vw;
  max-width: 640px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box div,
.tax-blog-cat .news .panel .flex-box div {
    width: 70%;
  }
}
.post-type-archive-blog .news .panel .flex-box div p,
.tax-blog-cat .news .panel .flex-box div p {
  margin-bottom: 10px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box div p,
.tax-blog-cat .news .panel .flex-box div p {
    word-break: break-all;
  }
}
.post-type-archive-blog .news .panel .flex-box div p:last-of-type,
.tax-blog-cat .news .panel .flex-box div p:last-of-type {
  margin-bottom: 0;
  font-size: 15px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box div p:last-of-type,
.tax-blog-cat .news .panel .flex-box div p:last-of-type {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  .post-type-archive-blog .news .panel .flex-box div p:last-of-type,
.tax-blog-cat .news .panel .flex-box div p:last-of-type {
    font-size: 11px;
  }
}
.post-type-archive-blog .news .panel .flex-box div p .days,
.tax-blog-cat .news .panel .flex-box div p .days {
  font-size: var(--fs-s);
  letter-spacing: 0.05em;
  color: #888;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box div p .days,
.tax-blog-cat .news .panel .flex-box div p .days {
    display: block;
  }
}
.post-type-archive-blog .news .panel .flex-box div p .cat,
.tax-blog-cat .news .panel .flex-box div p .cat {
  width: 90px;
  padding: 2px 0;
  display: inline-block;
  margin: 0 0 0 15px;
  font-size: var(--fs-s);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #003685;
  border-radius: 5px;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .flex-box div p .cat,
.tax-blog-cat .news .panel .flex-box div p .cat {
    margin: 5px 5px 0 0;
  }
}
.post-type-archive-blog .news .panel .flex-box div h2,
.tax-blog-cat .news .panel .flex-box div h2 {
  margin-bottom: 10px;
  font-size: var(--ttl-s);
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.post-type-archive-blog .news .panel .pager,
.tax-blog-cat .news .panel .pager {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .pager,
.tax-blog-cat .news .panel .pager {
    display: block;
  }
}
.post-type-archive-blog .news .panel .pager .page-num,
.tax-blog-cat .news .panel .pager .page-num {
  margin: 0 40px 0 0;
  padding: 10px;
  font-size: 15px;
  border: solid 1px #606672;
  order: 1;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .pager .page-num,
.tax-blog-cat .news .panel .pager .page-num {
    display: inline-block;
    margin: 0;
  }
}
.post-type-archive-blog .news .panel .pager ul,
.tax-blog-cat .news .panel .pager ul {
  font-size: 0;
  list-style: none;
  order: 2;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .pager ul,
.tax-blog-cat .news .panel .pager ul {
    margin-bottom: 10px;
  }
}
.post-type-archive-blog .news .panel .pager ul li,
.tax-blog-cat .news .panel .pager ul li {
  display: inline-block;
  margin: 0 0 0 -1px;
  text-align: center;
  font-size: 15px;
  border: solid 1px #606672;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .pager ul li,
.tax-blog-cat .news .panel .pager ul li {
    margin: 0 0 -1px -1px;
  }
}
.post-type-archive-blog .news .panel .pager ul li a, .post-type-archive-blog .news .panel .pager ul li span,
.tax-blog-cat .news .panel .pager ul li a,
.tax-blog-cat .news .panel .pager ul li span {
  display: block;
  width: 45px;
  padding: 10px;
  color: #606672;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}
.post-type-archive-blog .news .panel .pager ul li span,
.tax-blog-cat .news .panel .pager ul li span {
  background-color: #e5e7e8;
}
.post-type-archive-blog .news .panel .pager ul li a:hover,
.tax-blog-cat .news .panel .pager ul li a:hover {
  background-color: #e5e7e8;
}
.post-type-archive-blog .news .panel .pager ul li a img,
.tax-blog-cat .news .panel .pager ul li a img {
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .post-type-archive-blog .news .panel .pager ul li a img,
.tax-blog-cat .news .panel .pager ul li a img {
    width: 80%;
  }
}

.single-blog section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .single-blog section {
    width: 92%;
  }
}
.single-blog .ttl {
  display: flex;
  margin: 60px 0;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #003685;
}
@media only, screen and (max-width: 736px) {
  .single-blog .ttl {
    display: block;
    margin: 30px 0;
    padding-bottom: 20px;
  }
}
.single-blog .ttl h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .single-blog .ttl h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.single-blog .ttl h1 span {
  font-size: var(--ttl-ss);
}
.single-blog .ttl a {
  display: block;
  width: 200px;
  padding: 10px 20px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
}
@media only, screen and (max-width: 736px) {
  .single-blog .ttl a {
    display: none;
  }
}
.single-blog .ttl a:hover {
  padding: 10px 20px 10px 15px;
}
.single-blog .ttl a span {
  display: block;
  background: url("../img/news/icn_back_single.png") left center/12px auto no-repeat;
}
.single-blog .news-content {
  /*content*/
  /*content end*/
}
.single-blog .news-content h2 {
  margin-bottom: 30px;
  font-size: var(--ttl-l);
  line-height: 1.5;
  color: #003685;
}
.single-blog .news-content p {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content p {
    margin-bottom: 1em;
  }
}
.single-blog .news-content p .days {
  padding-right: 15px;
  font-size: var(--fs-s);
  letter-spacing: 0.05em;
  color: #888;
}
.single-blog .news-content p .cat {
  width: 90px;
  padding: 2px 0;
  display: inline-block;
  font-size: var(--fs-s);
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #003685;
  border-radius: 5px;
}
.single-blog .news-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.single-blog .news-content .single-pager {
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single-blog .news-content .single-pager .flex-box {
  width: 330px;
  justify-content: space-between;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .flex-box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-blog .news-content .single-pager .flex-box .prev {
  padding: 0 0 0 50px;
  color: #003685;
  position: relative;
  text-decoration: none;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .flex-box .prev {
    padding: 0 0 0 25px;
  }
}
.single-blog .news-content .single-pager .flex-box .prev:hover {
  text-decoration: underline;
}
.single-blog .news-content .single-pager .flex-box .prev:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../img/news/icn_prev_single.png") center center/12px auto no-repeat #003685;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .flex-box .prev:before {
    width: 20px;
    height: 20px;
    background: url("../img/news/icn_prev_single.png") center center/8px auto no-repeat #003685;
  }
}
.single-blog .news-content .single-pager .flex-box .next {
  padding: 0 50px 0 0;
  color: #003685;
  position: relative;
  text-decoration: none;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .flex-box .next {
    padding: 0 25px 0 0;
  }
}
.single-blog .news-content .single-pager .flex-box .next:hover {
  text-decoration: underline;
}
.single-blog .news-content .single-pager .flex-box .next:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("../img/news/icn_next_single.png") center center/12px auto no-repeat #003685;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .flex-box .next:before {
    width: 20px;
    height: 20px;
    background: url("../img/news/icn_next_single.png") center center/8px auto no-repeat #003685;
  }
}
.single-blog .news-content .single-pager .back {
  display: block;
  width: 200px;
  padding: 10px 20px;
  text-align: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  border: solid 1px #003685;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .single-pager .back {
    width: 140px;
    margin: 0 auto;
  }
}
.single-blog .news-content .single-pager .back:hover {
  padding: 10px 20px 10px 15px;
}
.single-blog .news-content .single-pager .back span {
  display: block;
  background: url("../img/news/icn_back_single.png") left center/12px auto no-repeat;
}
.single-blog .news-content h1 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: var(--ttl-l);
  line-height: 1.5;
  border-bottom: solid 1px #000;
}
.single-blog .news-content h3 {
  margin-bottom: 20px;
  font-size: var(--ttl-m);
}
.single-blog .news-content h4 {
  margin-bottom: 20px;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-ss);
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #4f8edf;
}
.single-blog .news-content h5 {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-s);
  color: #003685;
}
.single-blog .news-content h6 {
  margin-bottom: 20px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  color: #003685;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content p {
    word-break: break-all;
  }
}
.single-blog .news-content a {
  color: #003685;
}
.single-blog .news-content a:hover {
  text-decoration: none;
}
.single-blog .news-content ul {
  margin-bottom: 20px;
  list-style: inside disc;
}
.single-blog .news-content ol {
  margin-bottom: 20px;
  list-style: inside decimal;
}
.single-blog .news-content .wp-block-table {
  margin-bottom: 20px;
}
.single-blog .news-content .wp-block-table thead {
  border-bottom: none;
}
.single-blog .news-content .wp-block-table th,
.single-blog .news-content .wp-block-table td {
  border: solid 1px #e5e7e8;
}
.single-blog .news-content .gallery {
  display: flex;
  justify-content: space-between;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .gallery {
    display: block;
  }
}
.single-blog .news-content .gallery .gallery-item {
  width: 49%;
  margin: 0 0 10px;
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .gallery .gallery-item {
    width: auto;
    max-width: 100%;
  }
}
.single-blog .news-content .alignleft {
  max-width: 48%;
  float: left;
  margin: 0 1rem 1rem 0;
}
@media only, screen and (max-width: 780px) {
  .single-blog .news-content .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .alignleft {
    display: block;
    max-width: 100%;
    margin: 0 auto calc(2 * 1rem);
    float: none;
  }
}
.single-blog .news-content .alignright {
  max-width: 48%;
  float: right;
  margin: 0 0 1rem 1rem;
}
@media only, screen and (max-width: 780px) {
  .single-blog .news-content .alignright {
    margin-left: calc(2 * 1rem);
  }
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .alignright {
    display: block;
    max-width: 100%;
    margin: 0 auto calc(2 * 1rem);
    float: none;
  }
}
.single-blog .news-content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media only, screen and (max-width: 780px) {
  .single-blog .news-content .wp-caption {
    width: 100%;
  }
}
@media only, screen and (max-width: 736px) {
  .single-blog .news-content .wp-caption {
    max-width: 100% !important;
  }
}
.single-blog .news-content .clearfix:after {
  content: "";
  clear: both;
  display: block;
  margin-bottom: 60px;
}
@incclude iPad {
  .single-blog .news-content .clearfix:after {
    margin-bottom: 30px;
  }
}

.policy section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .policy section {
    width: 92%;
  }
}
.policy h1 {
  margin: 60px 0 50px;
}
@media only, screen and (max-width: 736px) {
  .policy h1 {
    margin: 30px 0 25px;
  }
}
.policy h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .policy h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.policy h1 span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.policy h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  line-height: 1.5;
}
@media only, screen and (max-width: 780px) {
  .policy h2 {
    margin-bottom: 20px;
  }
}
.policy--content {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 780px) {
  .policy--content {
    margin-bottom: 30px;
  }
}
.policy--content > section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 1px #e5e7e8;
}
@media only, screen and (max-width: 780px) {
  .policy--content > section {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media only, screen and (max-width: 736px) {
  .policy--content > section {
    width: 100%;
  }
}
.policy--content > section:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.policy--content > section h3 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  line-height: 1.5;
  color: #003685;
}
@media only, screen and (max-width: 780px) {
  .policy--content > section h3 {
    margin-bottom: 20px;
  }
}
.policy--content > section h3 span {
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs);
  color: #000;
}
.policy--content > section h4 {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
}
.policy--content > section p {
  line-height: 1.75;
}
.policy--content > section p.mb {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 780px) {
  .policy--content > section p.mb {
    margin-bototm: 20px;
  }
}
.policy--content > section p .pcItem {
  display: inline;
}
@media only, screen and (max-width: 736px) {
  .policy--content > section p .pcItem {
    display: none;
  }
}
.policy--content > section p .spItem {
  display: none;
}
@media only, screen and (max-width: 736px) {
  .policy--content > section p .spItem {
    display: inline;
  }
}
.policy--content > section p b {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
}
.policy--content > section ul {
  margin-bottom: 40px;
}
@media only, screen and (max-width: 780px) {
  .policy--content > section ul {
    margin-bottom: 20px;
  }
}
.policy--content > section ul li {
  margin-left: 1em;
  list-style: none;
  text-align: justify;
  text-indent: -1em;
}
.policy--content > section ul li:before {
  content: "●";
  display: inline;
}
.policy--content > section ul li ul {
  margin-bottom: 0;
}
.policy--content > section ul li ul li:before {
  content: "●";
  display: inline;
  padding-right: 0.25em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--fs-s);
}
.policy--content > section a {
  color: #000;
  text-decoration: none;
}
.policy--content > section .flex-box {
  flex-wrap: wrap;
  align-items: center;
}
.policy--content > section .flex-box p {
  margin: 0 30px 0 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 926px) {
  .policy--content > section .flex-box p {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only, screen and (max-width: 736px) {
  .policy--content > section .flex-box p {
    margin: 0 0 10px;
  }
}
.policy--content > section .flex-box a {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only, screen and (max-width: 736px) {
  .policy--content > section .flex-box a {
    width: 50%;
    margin: 0 0 10px;
  }
}
.policy--content > section .flex-box a img {
  width: 40px;
  margin: 0 10px 0 0;
  background-color: #5d6673;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 100%;
}
.policy--content > section .flex-box a:last-of-type {
  margin-right: 0;
}
.policy--content > section .flex-box a:hover {
  color: #003685;
}
.policy--content > section .flex-box a:hover img {
  background-color: #003685;
}

.contact section {
  width: 81.4814814815vw;
  max-width: 880px;
  margin: 0 auto;
}
@media only, screen and (max-width: 736px) {
  .contact section {
    width: 92%;
  }
}
.contact h1 {
  margin: 60px 0 50px;
}
@media only, screen and (max-width: 736px) {
  .contact h1 {
    margin: 30px 0 25px;
  }
}
.contact h1 img {
  width: auto;
  height: 46px;
  margin-right: 50px;
  vertical-align: middle;
}
@media only, screen and (max-width: 736px) {
  .contact h1 img {
    height: 5.625vw;
    margin-right: 25px;
  }
}
.contact h1 span {
  font-size: var(--ttl-ss);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.contact h2 {
  margin-bottom: 40px;
  font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-l);
  color: #003685;
  line-height: 1.5;
}
@media only, screen and (max-width: 736px) {
  .contact h2 {
    margin-bottom: 10px;
  }
}
.contact h2 span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  color: #cc0000;
}
@media only, screen and (max-width: 736px) {
  .contact h2 span {
    font-size: var(--ttl-s);
  }
}
.contact .entry-form {
  width: 74.0740740741vw;
  max-width: 800px;
  margin: 0 auto 60px;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form {
    margin-bottom: 30px;
  }
}
.contact .entry-form .txt-indent {
  margin-left: 1em;
  font-size: var(--ttl-ss);
  text-indent: -1em;
  letter-spacing: 0.05em;
  color: #444;
  text-align: justify;
}
.contact .entry-form .txt-indent a {
  color: #003685;
  text-decoration: underline;
}
.contact .entry-form .txt-indent:last-of-type {
  margin-bottom: 60px;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form .txt-indent:last-of-type {
    margin-bottom: 10px;
  }
}
.contact .entry-form table {
  width: 100%;
  margin: 0 auto 60px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #444;
  border-collapse: separate;
  border-spacing: 0;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table {
    width: 100%;
    margin: 0 auto 30px;
    max-width: inherit;
  }
}
.contact .entry-form table th {
  width: 250px;
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table th {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
}
.contact .entry-form table td {
  width: 50.9259259259vw;
  max-width: 550px;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table td {
    display: block;
    width: 100%;
    max-width: inherit;
  }
}
.contact .entry-form table td input[type=text],
.contact .entry-form table td input[type=tel],
.contact .entry-form table td textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  border: solid 1px #b9b9b9;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: #fff;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table td input[type=text],
.contact .entry-form table td input[type=tel],
.contact .entry-form table td textarea {
    width: 100%;
  }
}
.contact .entry-form table td input[type=checkbox],
.contact .entry-form table td input[type=radio] {
  cursor: pointer;
}
.contact .entry-form table td input.s-size {
  width: 133px;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table td input.s-size {
    width: 20%;
  }
}
.contact .entry-form table td input.m-size {
  width: 417px;
}
@media only, screen and (max-width: 736px) {
  .contact .entry-form table td input.m-size {
    width: 50%;
  }
}
.contact .entry-form table td textarea.message {
  height: 12em;
}
.contact .entry-form table td a {
  color: #444;
}
.contact .entry-form table td a:hover {
  text-decoration: none;
}
.contact .entry-form p .btn {
  margin: 40px auto 0;
}
.contact .contact-list {
  margin-bottom: 40px;
}
.contact .contact-list div {
  padding: 25px 0;
  background: #fff;
}
.contact .contact-list div:nth-of-type(2n+1) {
  background: #eaeef5;
}
.contact .contact-list div h3, .contact .contact-list div p {
  width: 68.75vw;
  max-width: 880px;
}
@media only, screen and (max-width: 736px) {
  .contact .contact-list div h3, .contact .contact-list div p {
    width: 73.75vw;
  }
}
.contact .contact-list div h3 {
  margin: 0 auto 5px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: var(--ttl-m);
  font-weight: 500;
}
@media only, screen and (max-width: 736px) {
  .contact .contact-list div h3 {
    font-weight: 700;
  }
}
.contact .contact-list div h3 a {
  color: #003685;
  text-decoration: underline;
}
.contact .contact-list div h3 a:hover {
  text-decoration: none;
}
.contact .contact-list div p {
  margin: 0 auto;
  font-size: var(--ttl-ss);
  line-height: 1.75;
}
.contact .contact-list div p a {
  display: inline-block;
  margin: 0 1.5em 0 0;
  color: #003685;
  text-decoration: underline;
}
.contact .contact-list div p a:before {
  content: ">";
  display: inline;
}
.contact .contact-list div p a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
