@charset "UTF-8";
/*
Theme Name: Original
Author: Links Agency Inc.
Description: 専用のオリジナルテーマです。

★このCSSファイルは「scss」ファイルから自動生成されています。
修正の際は元の「scss」ファイルを開いて操作してください。

*/
/*========================================================*/
/* _common.scss  */
/*========================================================*/
@media (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  font-family: "Outfit", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: hidden;
}

.ffen {
  font-weight: 300;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*---------------------------*/
/*リンクまわり*/
/*---------------------------*/
a {
  color: #302D2C;
  transition: background 0.5s ease, opacity 0.5s ease, color 0.5s ease;
}
a:hover {
  color: #4677D3;
}

a:hover img {
  opacity: 0.7;
  backface-visibility: hidden;
  transition: opacity 0.5s ease;
}

a.border {
  text-decoration: underline;
}

a .gaibu:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background: url(assets/img/link-gaibu.svg) no-repeat;
  background-size: contain;
  vertical-align: -0.1em;
}

.sansyo-text {
  font-size: 0.9em;
}
.sansyo-text a {
  padding-bottom: 0.25em;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  transition: border-color 0.5s ease;
}
.sansyo-text a:hover {
  color: #302D2C;
  border-color: #302D2C;
}

hr[id] {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 680px) {
  hr[id] {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (max-width: 680px) {
  hr[id] {
    margin-top: -60px;
    padding-top: 60px;
  }
}

@media (min-width: 531px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
.floatbn {
  opacity: 0;
  position: fixed;
  z-index: 9;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.floatbn.show {
  opacity: 1;
}
.floatbn:hover {
  transform: translateY(-5%);
}

.floatbn.shacho {
  bottom: 4vh;
  right: 2vw;
}
.floatbn.shacho .subcopy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .floatbn.shacho {
    right: 3vw;
  }
}
@media (max-width: 680px) {
  .floatbn.shacho {
    bottom: 4rem;
  }
}
@media (max-width: 480px) {
  .floatbn.shacho {
    right: 1.5rem;
  }
}

.shacho a {
  display: block;
  text-decoration: none;
  width: 18vw;
  max-width: 285px;
  min-width: 160px;
}
.shacho a img {
  transition: filter 0.5s ease;
}
.shacho a:hover img {
  opacity: 1;
  filter: brightness(1.2);
}

.lineapp {
  font-size: 14px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  transition: filter 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
}
.lineapp a {
  display: block;
  width: 100px;
  padding-top: 1em;
  background: #fff;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.lineapp img {
  width: 60%;
  margin: auto auto 1em;
}
.lineapp .floatbn__text {
  padding: 1em 0;
  background: #0cc755;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
}
.lineapp:hover {
  transform: translateY(45%);
  filter: brightness(1.1);
}
.lineapp:hover img {
  opacity: 1;
}
@media (max-width: 768px) {
  .lineapp {
    font-size: 12px;
  }
  .lineapp a {
    width: 80px;
  }
}
@media (max-width: 680px) {
  .lineapp {
    bottom: 18rem;
  }
}
@media (max-width: 480px) {
  .lineapp {
    font-size: 11px;
  }
  .lineapp a {
    width: 70px;
  }
}

.banner-close {
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(35%, -25%);
  z-index: 99999;
  border: none;
  background-color: #f8f8f8;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
  transition: background 0.5s ease;
}
.banner-close:before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background: url("assets/img/icon-close.png") no-repeat;
  background-size: contain;
  background-position: center;
  line-height: 1;
}
.banner-close:focus {
  outline: none;
}
.banner-close:hover {
  background-color: #CCE2FF;
}
@media (max-width: 1024px) {
  .banner-close {
    transform: translate(35%, -35%);
  }
}

/*---------------------------*/
/*SVGアイコン*/
/*---------------------------*/
svg .cls-fill.key1 {
  fill: #0D3387;
}
a svg .cls-fill {
  transition: all 0.5s ease;
}
a:hover svg .cls-fill.bk {
  fill: #4677D3;
}
a:hover svg .cls-fill.key1 {
  fill: #fff;
}

.icon-home {
  width: 0.85em;
  margin-right: 0.2em;
  vertical-align: -0.08em;
}

.icon-insta {
  display: inline-block;
  width: 1.25em;
  margin-right: 0.5em;
  vertical-align: -0.2em;
}

/*---------------------------*/
/*コンテンツ幅 間隔など*/
/*---------------------------*/
main {
  overflow-x: hidden;
}

body:not(.home) main {
  margin-top: 96px;
}
@media (max-width: 1440px) {
  body:not(.home) main {
    margin-top: 90px;
  }
}
@media (max-width: 1024px) {
  body:not(.home) main {
    margin-top: 86px;
  }
}
@media (max-width: 768px) {
  body:not(.home) main {
    margin-top: 75px;
  }
}
@media (max-width: 680px) {
  body:not(.home) main {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  body:not(.home) main {
    margin-top: 58px;
  }
}

.width-inner {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.width-base {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1441px) {
  .width-base {
    max-width: 1320px;
  }
}

.mb-br {
  display: none;
}

/*---------------------------*/
/*タイトル*/
/*---------------------------*/
.page-title {
  background: url("assets/img/bg-patgy.png") repeat;
  margin-bottom: 4rem;
}
.page-title .pagett-wrap {
  display: block;
  text-align: center;
  width: 90%;
  padding: 6vw 0;
  margin: auto;
  border: solid 1px;
  color: #0D3387;
  line-height: 1;
  transform: translateY(2rem);
}
.page-title .pagett-wrap em {
  display: block;
}
.page-title .pagett-wrap em.ffen {
  font-size: 3.375rem;
  font-weight: 200;
  margin-bottom: 0.5em;
}
.page-title .pagett-wrap em.ffja {
  font-size: 1.375rem;
  font-weight: 400;
}
body.about .page-title .pagett-wrap, body.service .page-title .pagett-wrap, body.recruit .page-title .pagett-wrap, body.entry .page-title .pagett-wrap, body.contact .page-title .pagett-wrap {
  background: rgba(134, 155, 177, 0.35);
  color: #fff;
}
body.about .page-title {
  background: url("assets/img/headimg-about.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.service .page-title {
  background: url("assets/img/headimg-service.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.recruit .page-title {
  background: url("assets/img/headimg-recruit.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.entry .page-title {
  background: url("assets/img/headimg-entry.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
body.contact .page-title {
  background: url("assets/img/headimg-contact.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 768px) {
  .page-title .pagett-wrap {
    transform: translateY(1rem);
  }
  .page-title .pagett-wrap em.ffen {
    font-size: 2.8rem;
    margin-bottom: 0.25em;
  }
}
@media (max-width: 680px) {
  .page-title {
    margin-bottom: 3rem;
  }
  .page-title .pagett-wrap em.ffen {
    font-size: 2rem;
  }
  .page-title .pagett-wrap em.ffja {
    font-size: 0.928rem;
  }
  body.about .page-title {
    background-image: url("assets/img/headimg-about-mb.jpg");
  }
  body.service .page-title {
    background-image: url("assets/img/headimg-service-mb.jpg");
  }
  body.recruit .page-title {
    background-image: url("assets/img/headimg-recruit-mb.jpg");
  }
  body.entry .page-title {
    background-image: url("assets/img/headimg-entry-mb.jpg");
  }
  body.contact .page-title {
    background-image: url("assets/img/headimg-contact-mb.jpg");
  }
}
@media (max-width: 480px) {
  .page-title .pagett-wrap em.ffen {
    font-size: 1.6rem;
  }
  .page-title .pagett-wrap em.ffja {
    font-size: 0.9rem;
  }
}

.tt-sec {
  font-size: 1.375rem;
  margin-bottom: 3rem;
}
.tt-sec em {
  display: block;
  line-height: 1;
}
.tt-sec em.ffen {
  font-size: 2.45em;
  font-weight: 100;
  color: #0D3387;
  margin-bottom: 0.5em;
}
.tt-sec em.ffja {
  font-weight: 500;
}
@media (max-width: 768px) {
  .tt-sec {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .tt-sec {
    font-size: 1rem;
  }
  .tt-sec em.ffen {
    font-weight: 200;
  }
}

.stt {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 3rem;
  padding-bottom: 0.25em;
  border-bottom: solid 2px #be9c73;
}
.stt em {
  display: block;
}
.stt em.ffen {
  font-size: 1.5em;
  font-weight: 200;
  margin-bottom: 0.25em;
}
.stt em.ffja {
  font-weight: 500;
}
@media (max-width: 480px) {
  .stt {
    font-size: 1rem;
    margin-bottom: 2em;
  }
}

/*---------------------------*/
/*パンくず*/
/*---------------------------*/
.breadcrumb {
  list-style: none;
  width: 90%;
  margin: auto;
  font-size: 0.8rem;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li + li:before {
  content: ">";
  margin: 0.5em;
}

/*---------------------------*/
/*画像*/
/*---------------------------*/
img {
  backface-visibility: hidden;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*---------------------------*/
/*flex-box親の登録*/
/*---------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

/*========================================================*/
/* _header.scss  */
/*========================================================*/
.header-g {
  width: 100%;
  padding: 15px 5vw;
  font-weight: 500;
  position: absolute;
  top: 0;
  z-index: 99;
}
.header-g.hidden {
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(6px);
}
.header-g.hidden.scrollout {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.header-g h1 {
  margin-right: auto;
}
.header-g h1 img {
  width: 100%;
  max-width: 235px;
}
@media (max-width: 1440px) {
  .header-g {
    padding: 16px 5vw;
  }
}
@media (max-width: 1024px) {
  .header-g h1 img {
    width: 23vw;
  }
}
@media (max-width: 768px) {
  .header-g {
    padding: 13px 5vw;
  }
}
@media (max-width: 680px) {
  .nav-open .header-g {
    background: rgba(255, 255, 255, 0.95);
    height: 100vh;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-g h1 img {
    width: 200px;
  }
}
@media (max-width: 480px) {
  .header-g {
    padding: 1rem 4vw;
  }
  .header-g h1 img {
    width: 150px;
  }
}

body.home .header-g h1 a {
  visibility: hidden;
}
body.home .header-g.hidden h1 a {
  visibility: visible;
}

.btn-qa a {
  display: block;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1;
  border: solid 1px;
  border-radius: 50px;
}
.btn-qa.headnv a {
  margin-left: 1em;
}
.btn-qa .icon-mail {
  margin-right: 0.25em;
  width: 1em;
  vertical-align: -0.05em;
}
@media (max-width: 1024px) {
  .btn-qa.headnv span {
    display: none;
  }
  .btn-qa.headnv .icon-mail {
    margin-right: 0;
  }
}
@media (max-width: 680px) {
  .btn-qa.headnv a {
    margin-left: 0;
  }
  .btn-qa.headnv a span {
    font-size: 0.9em;
  }
  .nav-open .btn-qa.headnv {
    width: 80%;
    margin: 3rem auto auto;
  }
  .nav-open .btn-qa.headnv a {
    padding: 1em 0;
    font-size: 1.5rem;
  }
  .nav-open .btn-qa.headnv a span {
    display: none;
  }
  .nav-open .btn-qa.headnv a:after {
    content: attr(data-contact);
    display: inline;
    font-weight: 400;
  }
  .nav-open .btn-qa.headnv .icon-mail {
    margin-right: 1em;
  }
}
@media (max-width: 480px) {
  .nav-open .btn-qa.headnv {
    width: 100%;
    margin-top: 3rem;
  }
  .nav-open .btn-qa.headnv a {
    font-size: 1.3rem;
  }
  .nav-open .btn-qa.headnv .icon-mail {
    margin-right: 0.5em;
  }
}

@media (max-width: 680px) {
  .nav-open .nav-global {
    width: 100%;
    padding: 10vh 4rem 0 4rem;
    display: block;
  }
}
@media (max-width: 480px) {
  .nav-open .nav-global {
    padding: 3rem 1rem 8rem 1rem;
  }
}

@media (min-width: 681px) {
  .menu-global-container .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-global-container .menu > li {
    padding: 0 1em;
    text-align: center;
  }
  .menu-global-container .menu > li span {
    display: block;
  }
  .menu-global-container .menu > li a {
    display: block;
    min-width: 4em;
    position: relative;
    padding: 1rem 0;
  }
  .menu-global-container .menu > li .en {
    transition: opacity 0.5s ease;
  }
  .menu-global-container .menu > li .ja {
    width: 100%;
    font-size: 0.85rem;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .menu-global-container .menu > li:hover a {
    color: #4677D3;
  }
  .menu-global-container .menu > li:hover .ja {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .menu-global-container .menu > li:hover .en {
    opacity: 0;
  }
}
@media (min-width: 681px) and (max-width: 1024px) {
  .menu-global-container .menu > li {
    padding: 0 0.5em;
  }
}

@media (max-width: 680px) {
  .menu-global-container {
    position: absolute;
    left: 0;
    transform: translateY(-100vh);
  }
  .menu-global-container .menu {
    font-size: 1.4rem;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .menu-global-container .menu > li {
    border-bottom: dotted 1px #99b1d2;
  }
  .menu-global-container .menu > li span {
    display: inline-block;
  }
  .menu-global-container .menu > li .ja {
    font-size: 0.7em;
    font-weight: 500;
    margin-left: 1em;
    color: #acacac;
    vertical-align: 0.1em;
  }
  .menu-global-container .menu > li a {
    display: block;
    padding: 0 0;
    transition: padding 0.5s ease;
  }
  .nav-open .menu-global-container {
    position: static;
    transform: translateY(0);
    width: 100%;
  }
  .nav-open .menu-global-container .menu {
    opacity: 1;
  }
  .nav-open .menu-global-container .menu > li a {
    padding: 1.5rem 0;
  }
}
@media (max-width: 480px) {
  .menu-global-container .menu {
    font-size: 1.3rem;
  }
}

@media (min-width: 681px) {
  #menu-global > li {
    position: relative;
  }
  #menu-global .sub-menu {
    font-size: 0.85rem;
    font-weight: 500;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 23vw;
    max-width: 200px;
    background: #eaf3ff;
    transition: opacity 0.5s ease;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #menu-global .sub-menu li {
    width: 100%;
  }
  #menu-global .sub-menu li a {
    padding: 1rem 0;
    text-align: center;
    width: 100%;
    transition: opacity 0.5s ease, background 0.5s ease;
    color: #302D2C;
  }
  body.home #menu-global .sub-menu li a {
    color: #302D2C;
  }
  #menu-global .sub-menu li a:hover {
    background: #0D3387;
    color: #fff !important;
  }
  #menu-global .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 681px) and (max-width: 1440px) {
  #menu-global .sub-menu {
    top: 50px;
  }
}

@media (max-width: 680px) {
  #menu-global .sub-menu {
    margin-left: 1rem;
    font-size: 0.85em;
    line-height: 1;
  }
  .nav-open #menu-global .sub-menu a {
    padding-top: 0;
  }
}

body.nav-open {
  overflow: hidden;
}

.menu-trigger {
  cursor: pointer;
  text-align: center;
  margin-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-trigger .txt-menu {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  transition: color 0.5s ease;
}
.menu-trigger .menu-trigger-inner {
  position: relative;
  width: 28px;
  height: 18px;
  z-index: 1000;
  margin-top: 2px;
  margin-bottom: 6px;
}
.menu-trigger .hamburger-line {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #302D2C;
  transition: all 0.5s ease;
}
.menu-trigger .hamburger-line.line-1 {
  top: 0%;
}
.menu-trigger .hamburger-line.line-2 {
  top: 50%;
}
.menu-trigger .hamburger-line.line-3 {
  top: 100%;
}
@media (min-width: 681px) {
  .menu-trigger {
    display: none;
  }
}
@media (max-width: 680px) {
  .nav-open .menu-trigger {
    position: fixed;
    top: 13px;
    right: 5vw;
    z-index: 999;
  }
  .nav-open .menu-trigger .hamburger-line.line-1 {
    top: 50%;
    transform: rotate(135deg);
  }
  .nav-open .menu-trigger .hamburger-line.line-2 {
    width: 0;
    opacity: 0;
  }
  .nav-open .menu-trigger .hamburger-line.line-3 {
    top: 50%;
    transform: rotate(45deg);
  }
  .nav-open .menu-trigger .hamburger-line .txt-menu em {
    display: none;
  }
  .nav-open .menu-trigger .hamburger-line .txt-menu:before {
    content: "CLOSE";
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .menu-trigger {
    margin-left: 1rem;
  }
  .nav-open .menu-trigger {
    top: 1rem;
    right: 4vw;
  }
  .menu-trigger .txt-menu {
    font-size: 10px;
  }
  .menu-trigger .menu-trigger-inner {
    width: 22px;
    height: 15px;
  }
  .menu-trigger .hamburger-line {
    height: 1.5px;
  }
}

/*========================================================*/
/* _footer.scss  */
/*========================================================*/
#pagetop {
  width: 60px;
  height: 60px;
  margin: auto auto 2rem;
  border-radius: 50px;
  background-color: #CCE2FF;
  /*visibility:hidden;
  opacity: 0;*/
  position: relative;
  /* left: 50%;
   bottom: 0;*/
  /*transform: translateX(-50%) translateY(-100%);*/
  /*z-index: 3;*/
  transition: opacity 0.5s ease, background-color 0.5s ease;
  /*&.is-show{
   visibility:visible;
   opacity: 1;
   transform: translateY(0);
  }*/
  /*@include mq(tb, down) {
   right: 4.15vw;
  }
  @include mq(sm, down) {
   bottom: 1rem;
  }*/
}
#pagetop svg .cls-fill {
  transition: fill 0.5s ease;
}
#pagetop .icon-top {
  width: 30%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-60%);
}
#pagetop:hover {
  background-color: #0D3387;
}
#pagetop:hover svg .cls-fill {
  fill: #fff;
}
@media (max-width: 1280px) {
  #pagetop {
    width: 50px;
    height: 50px;
    /*right: 45px;
    bottom: 45px;*/
  }
}
@media (max-width: 480px) {
  #pagetop {
    width: 45px;
    height: 45px;
    background-position: center 10px;
  }
}

.site-footer {
  font-weight: 500;
  padding-top: 4rem;
  line-height: 1.2;
  position: relative;
}

.sns-linkset {
  width: 90%;
  padding: 1rem 0;
  margin: 0 auto 4rem;
  border-top: solid 1px #D6DCDE;
  border-bottom: solid 1px #D6DCDE;
  gap: 2rem;
  line-height: 1;
}
.sns-linkset .iconlink {
  text-align: center;
}
.sns-linkset .iconlink img {
  margin: auto;
  width: 36px;
}
.sns-linkset .iconlink span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.5em;
  letter-spacing: 0.05em;
}
.sns-linkset .qrcode {
  width: 70px;
}
@media (max-width: 768px) {
  .sns-linkset .iconlink span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .sns-linkset {
    padding: 1.5rem 0;
  }
  .sns-linkset .qrcode {
    display: none;
  }
  .sns-linkset .iconlink a {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  .sns-linkset .iconlink img {
    margin: auto;
    width: 25px;
  }
  .sns-linkset .iconlink span {
    margin-top: 0;
  }
}

.foot-box {
  padding: 0 5vw 2em;
}

@media (max-width: 680px) {
  .foot-box-r {
    display: none;
  }
}

.foot-box-l .btn-qa {
  margin-bottom: 1em;
}
.foot-box-l .btn-qa a {
  padding: 1em;
}
body.post-type-archive-voice-all .foot-box-l .btn-qa a {
  background: #fff;
}
@media (max-width: 680px) {
  .foot-box-l {
    width: 100%;
    text-align: center;
  }
  .foot-box-l .btn-qa {
    width: 80%;
    margin: auto auto 1em;
  }
}

.footlogo {
  margin: 0 auto 2rem;
  max-width: 300px;
}
@media (max-width: 768px) {
  .footlogo {
    width: 220px;
  }
}
@media (max-width: 680px) {
  .footlogo {
    width: 200px;
  }
}

.foot-contact {
  text-align: center;
}

.foottel {
  font-size: 2rem;
  margin-bottom: 0.25em;
}
.foottel .icon-tel {
  width: 0.7em;
  margin-right: 0.14em;
  vertical-align: -0.05em;
}
@media (max-width: 680px) {
  .foottel {
    margin-bottom: 0.5em;
  }
}

.foot-txt {
  font-weight: 300;
  font-size: 0.87rem;
}
.foot-txt p:not(:last-of-type) {
  margin-bottom: 0.5em;
}

.foot-nav-wrap {
  column-gap: 2em;
}
@media (max-width: 1024px) {
  .foot-nav-wrap {
    column-gap: 1em;
  }
}

.footnav .menu li a {
  display: block;
  padding: 0.5em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .footnav {
    font-size: 0.9rem;
  }
}

.fnav-home a {
  display: block;
  padding: 0.5em 2.5em 0.5em 0.5em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .fnav-home {
    display: none;
  }
}

.site-info {
  padding: 0.8em 5vw;
  line-height: 1;
  background-color: #D6DCDE;
}
.site-info p a {
  display: block;
  padding: 0.25rem;
}
.site-info small {
  font-size: 0.85em;
  padding: 0.25rem;
}
@media (max-width: 680px) {
  .site-info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .site-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.site-info-p {
  font-size: 0.85em;
  margin-right: 1em;
}

/*========================================================*/
/* _parts-textanime.scss  */
/*========================================================*/
#mask-line {
  clip-path: url(#mask);
}

.handwritingText {
  width: 100%;
  height: auto;
}

.handwritingText__textPath {
  fill: #000;
}

.handwritingText__maskLine {
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.pcvideo-start .handwritingText__maskLine,
body.spvideo-start .handwritingText__maskLine {
  opacity: 1;
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
  stroke-dasharray: 1760px;
  stroke-dashoffset: 1760px;
  animation: handwriting 6s ease-out 1.5s forwards;
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 1760px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
/*========================================================*/
/* _parts-homeloading.scss  */
/*========================================================*/
body:not(.pcvideo-start):not(.spvideo-start) .spinner-wrap,
body:not(.pcvideo-start):not(.spvideo-start) .sk-cube-grid {
  opacity: 1;
}
body:not(.pcvideo-start):not(.spvideo-start) .spinner-wrap {
  padding-bottom: 100vh;
}

.spinner-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 0;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s ease 0.5s, padding 1s ease 0.5s;
  opacity: 0;
}

.sk-cube-grid {
  width: 42px;
  height: 42px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  transition: opacity 1s ease 0.5s;
  opacity: 0;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #6e94da;
  float: left;
  animation: sk-cubeGridScaleDelay 1.5s ease-in-out;
  animation-iteration-count: 4;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
/*========================================================*/
/* _parts-swiper.scss  */
/*========================================================*/
.swiper {
  margin-bottom: 2rem;
}
.swiper .slide {
  height: 100%;
  position: relative;
  z-index: 1;
}
.swiper .slide-title {
  width: 100%;
  font-size: 0.875rem;
  text-align: right;
  color: #fff;
  padding: 0.5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.swiper .slide-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .swiper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 680px) {
  .swiper .slide-title .sp-hidden {
    display: none;
  }
}

.thumb-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 2rem;
}
@media (max-width: 680px) {
  .thumb-wrapper {
    gap: 5px;
  }
}

.thumb-media {
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  width: calc((100% - 33px) / 5);
  aspect-ratio: 1 / 1;
}
@media (max-width: 680px) {
  .thumb-media {
    width: calc((100% - 21px) / 5);
  }
}

.thumb-media img {
  width: 100%;
  height: 100%;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.thumb-media-active {
  transform: scale(0.9);
  opacity: 0.5;
}

.thumb-media-active img {
  transform: scale(1.1);
}

body.home .swiper {
  margin-bottom: 1rem;
}
body.home .swiper img {
  width: 100%;
  aspect-ratio: 3/2;
}
body.home .thumb-media {
  width: calc((100% - 41px) / 6);
}
@media (max-width: 1280px) {
  body.home .swiper img {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  body.home .swiper img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 680px) {
  body.home .thumb-media {
    width: calc((100% - 26px) / 6);
  }
}

.sec-case .photo-changer {
  margin-bottom: 3rem;
}
.sec-case .swiper {
  width: 76%;
  aspect-ratio: 3 / 2;
  margin-left: inherit;
  margin-right: inherit;
  margin-bottom: 0;
}
.sec-case .swiper-slide img {
  width: 100%;
  height: 100%;
}
.sec-case .thumb-wrapper {
  width: 20%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-bottom: 0;
}
.sec-case .thumb-media {
  width: calc((100% - 8px) / 2);
}
@media (max-width: 768px) {
  .sec-case .photo-changer {
    display: block;
  }
  .sec-case .swiper,
  .sec-case .thumb-wrapper {
    width: 100%;
  }
  .sec-case .swiper {
    margin-bottom: 2rem;
  }
  .sec-case .thumb-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-case .thumb-media {
    width: calc((100% - 33px) / 5);
  }
}
@media (max-width: 680px) {
  .sec-case .thumb-media {
    width: calc((100% - 21px) / 5);
  }
}
@media (max-width: 480px) {
  .sec-case .swiper {
    margin-bottom: 1rem;
  }
}

body.single-works-all .swiper .slide img {
  width: 100%;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) {
  body.single-works-all .thumb-wrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  body.single-works-all .swiper .slide img {
    aspect-ratio: 3/2;
  }
}

/*========================================================*/
/* _home.scss  */
/*========================================================*/
.hero-area {
  position: relative;
}

.copy-box {
  width: 30%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
}
.copy-box .txtanime {
  width: 100%;
  margin: auto;
  position: relative;
}
.copy-box .txtanime:before, .copy-box .txtanime:after {
  content: "";
  display: block;
  width: 9%;
  height: 100%;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.copy-box .txtanime:before {
  background-image: url("assets/img/kakko-l.png");
  background-position: left top;
  top: 0;
  left: 0;
}
.copy-box .txtanime:after {
  background-image: url("assets/img/kakko-r.png");
  background-position: right bottom;
  bottom: 0;
  right: 0;
}
.copy-box .copy-magokoro {
  width: 80%;
  margin: 8% auto;
  opacity: 0;
}
.copy-box .corplogo {
  width: 80%;
  margin: auto;
  opacity: 0;
}
@media (max-width: 480px) {
  .copy-box {
    width: 50%;
    top: inherit;
    left: inherit;
    bottom: 3rem;
    right: 6%;
    transform: none;
  }
}

body.pcvideo-start .copy-box .txtanime:before,
body.pcvideo-start .copy-box .txtanime:after,
body.spvideo-start .copy-box .txtanime:before,
body.spvideo-start .copy-box .txtanime:after {
  animation: kakko 1s ease-out 1s forwards;
}

@keyframes kakko {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.pcvideo-start .copy-box .copy-magokoro,
body.spvideo-start .copy-box .copy-magokoro {
  animation: copym 1s 7s forwards;
  animation-timing-function: ease-out;
}

@keyframes copym {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.pcvideo-start .copy-box .corplogo,
body.spvideo-start .copy-box .corplogo {
  animation: corplogo 1s 8s forwards;
  animation-timing-function: ease-out;
}

@keyframes corplogo {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
body.home .mov-wrap {
  position: relative;
  line-height: 0;
}
body.home .mov-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/img/bg-dot.svg) repeat;
  background-size: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .mov-wrap video {
  width: 100%;
}
@media (min-width: 481px) {
  body.home .mov-wrap .sp-video {
    display: none;
  }
}
@media (max-width: 480px) {
  body.home .mov-wrap .pc-video {
    display: none;
  }
}

.sec-mission {
  width: 100%;
  height: 100%;
  aspect-ratio: 18 / 11;
  background: url("assets/img/top-mission.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
  position: relative;
}
.sec-mission .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-mission p {
  line-height: 2;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.sec-mission p em {
  font-size: 1.38em;
}
@media (min-width: 1441px) {
  .sec-mission p {
    line-height: 2.5;
  }
}
@media (max-width: 768px) {
  .sec-mission p {
    font-size: 2.4vw;
  }
}
@media (max-width: 480px) {
  .sec-mission {
    aspect-ratio: 1 / 1;
  }
  .sec-mission p {
    font-size: 3vw;
  }
}

.home-mission-tt {
  margin-bottom: 2rem;
  line-height: 1.3;
}
.home-mission-tt span {
  display: block;
}
.home-mission-tt .ja {
  font-weight: 500;
  font-size: 3.75rem;
  letter-spacing: 0.1em;
  position: relative;
}
.home-mission-tt .ja:before {
  content: "“";
  margin-right: 0.1em;
  top: 0;
  left: 50%;
  transform: translateX(-4em);
}
.home-mission-tt .ja:after {
  content: "”";
  bottom: 0;
  right: 50%;
  transform: translateX(4em);
}
.home-mission-tt .ja:before, .home-mission-tt .ja:after {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  vertical-align: -0.18em;
  display: inline-block;
  position: absolute;
}
@media (max-width: 1024px) {
  .home-mission-tt {
    margin-bottom: 3rem;
  }
  .home-mission-tt .ja {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  .home-mission-tt .ja {
    font-size: 7vw;
  }
}

.front-sec {
  margin-top: 3rem;
}
.front-sec .homewrap-r figure,
.front-sec .homewrap-l figure {
  width: 50%;
}
.front-sec .inner-txt {
  width: 50%;
  max-width: 500px;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0;
}
.front-sec .inner-txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media (min-width: 1441px) {
  .front-sec .inner-txt {
    max-width: 660px;
  }
}
@media (max-width: 1280px) {
  .front-sec .homewrap-r figure,
  .front-sec .homewrap-l figure {
    transform: translateY(-10%);
  }
  .front-sec .inner-txt {
    max-width: inherit;
  }
}
@media (max-width: 1024px) {
  .front-sec .homewrap-r figure img,
  .front-sec .homewrap-l figure img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
}
@media (max-width: 768px) {
  .front-sec .homewrap-r figure,
  .front-sec .homewrap-l figure {
    width: 70%;
    transform: none;
  }
  .front-sec .homewrap-r figure img,
  .front-sec .homewrap-l figure img {
    aspect-ratio: inherit;
  }
}
@media (max-width: 480px) {
  .front-sec .homewrap-r figure,
  .front-sec .homewrap-l figure {
    width: 90%;
  }
}

.front-sec.bg-base {
  position: relative;
  padding-bottom: 4rem;
  overflow: hidden;
}
.front-sec.bg-base:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F5F6FA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(5rem);
}
@media (min-width: 1441px) {
  .front-sec.bg-base:before {
    transform: translateY(11vw);
  }
}
@media (max-width: 768px) {
  .front-sec.bg-base:before {
    transform: translateY(2rem);
  }
}

.homewrap-l .inner-txt {
  margin-left: calc(50% - 500px);
  padding-right: 6em;
}
@media (min-width: 1441px) {
  .homewrap-l .inner-txt {
    margin-left: calc(50% - 660px);
  }
}
@media (max-width: 1280px) {
  .homewrap-l .inner-txt {
    margin-left: 0;
    padding-right: 3em;
    padding-left: 10%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .homewrap-l .inner-txt {
    padding-right: 2em;
    padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .homewrap-l {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .homewrap-l .inner-txt {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .homewrap-l:first-of-type .inner-txt {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .homewrap-l .inner-txt {
    width: 90%;
  }
}

.homewrap-r .inner-txt {
  margin-right: calc(50% - 500px);
  padding-left: 6em;
}
@media (min-width: 1441px) {
  .homewrap-r .inner-txt {
    margin-right: calc(50% - 660px);
  }
}
@media (max-width: 1280px) {
  .homewrap-r .inner-txt {
    margin-right: 0;
    padding-left: 3em;
    padding-right: 10%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .homewrap-r .inner-txt {
    padding-left: 2em;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .homewrap-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .homewrap-r .inner-txt {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .homewrap-r .inner-txt {
    width: 90%;
  }
}

.home-sec-tt {
  color: #0D3387;
  font-size: 5rem;
  font-weight: 100;
  line-height: 1;
}
.home-sec-tt.works {
  width: auto;
  transform: none;
  margin-top: 3rem;
  margin-bottom: 1rem;
  text-align: left;
}
.home-sec-tt.voice {
  color: #fff;
  margin-bottom: 2rem;
}
.home-sec-tt.news {
  margin-bottom: 4rem;
}
@media (min-width: 1570px) {
  .home-sec-tt.voice {
    font-size: 110px !important;
  }
}
@media (min-width: 1441px) {
  .home-sec-tt {
    font-size: 7vw;
  }
}
@media (max-width: 1280px) {
  .home-sec-tt.works {
    width: 90%;
  }
  section.sec-about .home-sec-tt, section.sec-recruit .home-sec-tt, section.sec-service .home-sec-tt {
    transform: none;
  }
}
@media (max-width: 1024px) {
  .home-sec-tt {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .home-sec-tt.voice {
    font-size: 3rem;
  }
  .home-sec-tt.works {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 480px) {
  .home-sec-tt.voice {
    font-size: 2.5rem;
  }
}

.home-project-tt.sec-r,
.home-sec-tt.sec-r {
  width: 40%;
  margin-left: 52%;
  transform: translate(0, 50%);
}
@media (max-width: 1280px) {
  .home-project-tt.sec-r,
  .home-sec-tt.sec-r {
    margin-left: 54.5%;
  }
}
@media (max-width: 1024px) {
  .home-project-tt.sec-r,
  .home-sec-tt.sec-r {
    width: 43%;
    margin-left: 54%;
  }
}
@media (max-width: 768px) {
  .home-project-tt.sec-r,
  .home-sec-tt.sec-r {
    transform: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}

.home-project-tt.sec-l,
.home-sec-tt.sec-l {
  width: 48%;
  transform: translate(0, 50%);
  text-align: right;
}
@media (max-width: 1280px) {
  .home-project-tt.sec-l,
  .home-sec-tt.sec-l {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .home-project-tt.sec-l,
  .home-sec-tt.sec-l {
    transform: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
  }
}

.home-project-tt {
  color: #0D3387;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
}
.home-project-tt .en {
  font-weight: 200;
}
.home-project-tt em {
  display: block;
  font-size: 0.5em;
  margin-top: 1rem;
}
@media (max-width: 1280px) {
  .home-project-tt {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1024px) {
  .home-project-tt {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }
}
@media (max-width: 768px) {
  .home-project-tt {
    text-align: left !important;
    margin-bottom: 2rem !important;
  }
}

.home-project-txt {
  max-width: 1320px;
  margin: auto;
}
.home-project-txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
@media (max-width: 1440px) {
  .home-project-txt {
    max-width: 1000px;
  }
}
@media (max-width: 1280px) {
  .home-project-txt {
    max-width: inherit;
    padding-left: 10%;
  }
}
@media (max-width: 1024px) {
  .home-project-txt {
    max-width: inherit;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .home-project-txt {
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 680px) {
  .home-project-txt p .pc-br {
    display: none;
  }
}
@media (max-width: 480px) {
  .home-project-txt {
    width: 90%;
  }
}

.sec-news .sub-tt {
  margin-bottom: 2rem;
}

.btn-more a {
  display: block;
  width: 80%;
  max-width: 314px;
  color: #0D3387;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  background: #fff;
  padding: 1em 2em;
  line-height: 1;
  border: solid 1px #0D3387;
  border-radius: 50px;
  margin-top: 3rem;
  position: relative;
}
.btn-more.center a {
  max-width: 314px;
  margin: auto;
}
.btn-more a:hover {
  color: #fff;
  background: #0D3387;
}
@media (max-width: 768px) {
  .btn-more a {
    margin-left: auto;
    margin-right: auto;
  }
}

.icon-next {
  width: 0.4em;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}

.bg-bigcircle {
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}
.bg-bigcircle:before {
  content: "";
  display: block;
  width: 1300px;
  height: 1000px;
  background: url(assets/img/bg-bigcircle.svg) no-repeat;
  background-size: contain;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-75%);
}
.bg-bigcircle:after {
  content: "";
  display: block;
  width: 460px;
  height: 540px;
  background: url(assets/img/bg-twocircle1.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: -1;
  transform: translateX(200%);
}
@media (max-width: 1440px) {
  .bg-bigcircle:before {
    width: 1224px;
    height: 936px;
  }
  .bg-bigcircle:after {
    width: 27vw;
    height: 30vw;
  }
}
@media (max-width: 768px) {
  .bg-bigcircle {
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .bg-bigcircle:before {
    width: 108vw;
    height: 80vw;
    transform: translateX(-65%);
  }
}
@media (max-width: 480px) {
  .bg-bigcircle:before {
    width: 135vw;
    height: 105vw;
  }
}

.bg-twocircle2 {
  position: relative;
}
.bg-twocircle2:before {
  content: "";
  display: block;
  width: 160px;
  height: 170px;
  background: url(assets/img/bg-twocircle2.svg) no-repeat;
  background-size: contain;
  background-position: right bottom;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateX(70%) translateY(-50%);
}
@media (min-width: 1441px) {
  .bg-twocircle2:before {
    width: 12vw;
    height: 12vw;
  }
}

.sec-news {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background: url(assets/img/bg-circle.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sec-news {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

.homewrap-l .photo-changer {
  margin-right: calc((50% - 580px)/2);
}
@media (min-width: 1441px) {
  .homewrap-l .photo-changer {
    margin-right: calc((50% - 660px)/2);
  }
}

.homewrap-r .photo-changer {
  margin-left: calc((50% - 580px)/2);
}
@media (min-width: 1441px) {
  .homewrap-r .photo-changer {
    margin-left: calc((50% - 660px)/2);
  }
}

.homewrap-l .photo-changer,
.homewrap-r .photo-changer {
  width: 45%;
  max-width: 580px;
}
@media (min-width: 1441px) {
  .homewrap-l .photo-changer,
  .homewrap-r .photo-changer {
    max-width: 660px;
  }
}
@media (max-width: 768px) {
  .homewrap-l .photo-changer,
  .homewrap-r .photo-changer {
    max-width: inherit;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 680px) {
  .homewrap-l .photo-changer,
  .homewrap-r .photo-changer {
    width: 90%;
  }
}

.sec-lohas {
  margin-top: 0;
  padding-bottom: 3rem;
  position: relative;
}
.sec-lohas:before {
  content: "";
  display: block;
  width: 46%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #D8EAE0 10px, #D8EAE0 14px);
  background-size: auto auto;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .sec-lohas:before {
    width: 44%;
  }
}
@media (max-width: 1024px) {
  .sec-lohas:before {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, #D8EAE0 9px, #D8EAE0 12px);
  }
}
@media (max-width: 768px) {
  .sec-lohas:before {
    height: 96.5%;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #D8EAE0 8px, #D8EAE0 10px);
  }
  .sec-lohas .home-sec-tt {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .sec-lohas {
    padding-bottom: 1rem;
  }
}

.sec-aguri {
  padding-bottom: 6rem;
  position: relative;
}
.sec-aguri:before {
  content: "";
  display: block;
  width: 46%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #FEE5DF 10px, #FEE5DF 14px);
  background-size: auto auto;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1280px) {
  .sec-aguri:before {
    width: 44%;
  }
}
@media (max-width: 1024px) {
  .sec-aguri:before {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, #FEE5DF 9px, #FEE5DF 12px);
  }
}
@media (max-width: 768px) {
  .sec-aguri {
    padding-bottom: 3rem;
  }
  .sec-aguri:before {
    height: 98%;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #FEE5DF 8px, #FEE5DF 10px);
  }
  .sec-aguri .home-sec-tt {
    text-align: center;
  }
  .sec-aguri .sansyo-text {
    text-align: left;
  }
}

.farmdata {
  text-align: center;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 4rem;
}
.farmdata h3 {
  color: #0D3387;
  font-weight: 200;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .farmdata {
    margin-top: 1rem;
  }
}
@media (max-width: 480px) {
  .farmdata h3 {
    margin-bottom: 1rem;
  }
}

.farm-list {
  gap: 1em;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .farm-list {
    display: block;
  }
}

.farm {
  width: 50%;
  overflow: hidden;
}
.farm h4 {
  float: left;
  width: 17%;
  height: 1.8rem;
  color: #0D3387;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: solid 1px #0D3387;
}
.farm .desc {
  float: left;
  width: 83%;
  text-align: left;
}
.farm .desc dt {
  color: #0D3387;
  font-weight: 500;
}
.farm .desc-row,
.farm .desc-col {
  font-size: 0.9rem;
  border-bottom: solid 1px #D6DCDE;
  padding-left: 1em;
  padding-right: 1em;
}
.farm .desc-row {
  height: 1.8rem;
  line-height: 1;
}
.farm .desc-row dt,
.farm .desc-row dd:not(:last-of-type) {
  margin-right: 1em;
}
.farm .desc-col dt {
  padding-top: 1em;
}
.farm .desc-col dd {
  padding: 0.5em 0;
  font-size: 0.9em;
  line-height: 2 !important;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .farm {
    width: 100%;
  }
  .farm:nth-child(1) {
    margin-bottom: 3rem;
  }
  .farm .desc-col dd .pc-br {
    display: none;
  }
}
@media (max-width: 480px) {
  .farm {
    border-bottom: dotted 1px #D6DCDE;
  }
  .farm:nth-child(1) {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
  }
  .farm h4 {
    float: none;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    margin-bottom: 2rem;
  }
  .farm .desc {
    float: none;
    width: 100%;
  }
  .farm .desc-row,
  .farm .desc-col {
    font-size: 1rem;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
  }
  .farm .desc-row dt, .farm .desc-row dd,
  .farm .desc-col dt,
  .farm .desc-col dd {
    line-height: 1.3;
    padding: 0.5rem 0;
  }
  .farm .desc-row {
    height: auto;
  }
  .farm .desc-row dt {
    margin-right: 0.5em;
  }
  .farm .desc-col dd {
    padding-top: 0;
  }
}

.aside-support {
  background: #F5F6FA;
  padding: 3rem 0;
}
.aside-support h3 {
  width: 25%;
  color: #0D3387;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .aside-support h3 {
    font-size: 2.2rem;
    min-width: 160px;
  }
}
@media (max-width: 680px) {
  .aside-support > .flex {
    display: block;
  }
  .aside-support h3 {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .aside-support h3 br {
    display: none;
  }
}

.support-link {
  width: 75%;
  gap: 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
}
.support-link figure {
  padding: 3rem;
  background: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 1024px) {
  .support-link figure {
    padding: 3vw;
  }
}
@media (max-width: 680px) {
  .support-link {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .support-link p {
    display: none;
  }
}

/*========================================================*/
/* _pages.scss  */
/*========================================================*/
#content {
  padding-top: 4rem;
}
@media (max-width: 768px) {
  #content {
    padding-top: 2rem;
  }
}

.page-sec {
  margin-bottom: 6rem;
}
.page-sec.bg-base {
  background: #F5F6FA;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 680px) {
  .page-sec {
    margin-bottom: 4rem;
  }
}

.page-catch {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.page-catch .ffja {
  display: block;
  font-size: 1rem;
}
body.privacy-policy .page-catch {
  border-bottom: solid 1px #D6DCDE;
}
.page-catch.stripe {
  line-height: 1.5;
  background-image: linear-gradient(-45deg, transparent 25%, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0.15) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.15) 75%);
  background-size: 18px 18px;
}
.page-catch .bg-nv {
  display: inline-block;
  color: #fff;
  padding: 0 0.5em;
  margin-bottom: 0.3em;
  position: relative;
}
.page-catch .bg-nv:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #0D3387;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
.sec-jinzai .page-catch .bg-nv:nth-of-type(1) {
  padding-left: 0;
}
.sec-jinzai .page-catch .bg-nv:nth-of-type(1) {
  padding-right: 0;
}
@media (min-width: 1025px) {
  .sec-jinzai .page-catch .bg-nv:nth-of-type(2) {
    padding-right: 0;
  }
  .sec-jinzai .page-catch .bg-nv:nth-of-type(3) {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .sec-jinzai .page-catch .mb-br {
    display: block;
  }
}
@media (max-width: 768px) {
  .page-catch {
    font-size: 1.8rem;
  }
}
@media (max-width: 680px) {
  .page-catch {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

table.basic {
  border-top: solid 1px #D6DCDE;
}
table.basic th {
  vertical-align: top;
  font-weight: 400;
  width: 20%;
}
table.basic td {
  width: 80%;
}
table.basic th, table.basic td {
  padding: 1em;
  border-bottom: solid 1px #D6DCDE;
}
@media (min-width: 1441px) {
  table.basic th {
    width: 22%;
  }
  table.basic td {
    width: 78%;
  }
}
@media (max-width: 480px) {
  table.basic th, table.basic td {
    display: block;
    width: 100%;
  }
  table.basic th {
    border-bottom: none;
    font-weight: 500;
    color: #0D3387;
  }
  table.basic td {
    padding-top: 0;
  }
  table.basic .pc-br {
    display: none;
  }
}

ul.list {
  list-style-type: none;
  letter-spacing: 0;
  line-height: 1.3;
}
ul.list:not(:first-child) {
  margin-top: 1em;
}
ul.list li {
  text-indent: -1em;
  padding-left: 1em;
}
ul.list li:before {
  content: '\2022';
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.25em;
  vertical-align: -0.15em;
  text-indent: 0;
}

ul.slash {
  list-style-type: none;
  letter-spacing: 0;
}
ul.slash li {
  display: inline-block;
}
ul.slash li:not(:last-of-type):after {
  content: '／';
  display: inline-block;
  font-size: 1em;
}

/*---------------------------*/
/* ABOUT 会社情報 */
/*---------------------------*/
.sec-philos .inner {
  position: relative;
}

.mvv-img {
  width: 50%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.3;
}
@media (min-width: 900px) {
  .mvv-img {
    width: 43%;
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 680px) {
  .mvv-img {
    width: 80%;
    max-width: inherit;
    right: -15%;
  }
}
@media (max-width: 480px) {
  .mvv-img {
    width: 100%;
    max-width: inherit;
    right: -30%;
  }
}

@media (min-width: 900px) {
  .mvv-wrap {
    width: 62%;
    margin-left: auto;
  }
}

.mvv {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: solid 1px #D6DCDE;
}
.mvv dt em {
  display: block;
  line-height: 1;
}
.mvv dt em.ffen {
  font-size: 1.8rem;
  font-weight: 200;
  margin-bottom: 0.5em;
}
.mvv dt em.ffja {
  font-size: 1.2rem;
}
.mvv.mission {
  font-size: 1.25rem;
}
.mvv.mission dd {
  line-height: 1.8;
}
.mvv.vision, .mvv.value {
  font-size: 0.875rem;
}
@media (min-width: 681px) {
  .mvv {
    overflow: hidden;
  }
  .mvv dt {
    float: left;
    width: 20%;
    text-align: right;
  }
  .mvv dd {
    float: right;
    width: 75%;
  }
}
@media (min-width: 900px) {
  .mvv dt {
    width: 23%;
  }
  .mvv dd {
    width: 72%;
  }
}
@media (max-width: 680px) {
  .mvv:first-child {
    padding-top: 0;
  }
  .mvv dt {
    margin-bottom: 1em;
    color: #0D3387;
  }
  .mvv dd {
    padding-left: 1rem;
  }
}
@media (max-width: 480px) {
  .mvv .pc-br {
    display: none;
  }
  .mvv dd {
    padding-left: 0;
  }
}

@media (min-width: 769px) {
  .sec-message .inner {
    margin-top: 4rem;
  }
}

.messe-txt {
  line-height: 2;
  margin-bottom: 3rem;
}
.messe-txt em {
  display: inline-block;
  font-size: 1.56rem;
  color: #fff;
  margin-right: 0.5rem;
  position: relative;
}
.messe-txt em:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 80%;
  background: #0D3387;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .messe-txt {
    margin-bottom: 2rem;
  }
}

.wrapper-daihyo {
  margin-bottom: 3rem;
}
.wrapper-daihyo figure {
  width: 47%;
}
.wrapper-daihyo figure img {
  width: 100%;
  height: 798px;
}
@media (max-width: 1280px) {
  .wrapper-daihyo figure {
    width: 40%;
  }
  .wrapper-daihyo figure img {
    height: 670px;
  }
}
@media (max-width: 1024px) {
  .wrapper-daihyo {
    display: block;
  }
  .wrapper-daihyo figure {
    width: 100%;
    margin-bottom: 3rem;
  }
  .wrapper-daihyo figure img {
    width: 60vw;
    height: 60vw;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .wrapper-daihyo figure img {
    width: 90vw;
    height: 70vw;
  }
}

.greeting-txt {
  width: 50%;
  max-width: 500px;
  margin-right: calc(50% - 500px);
}
.greeting-txt p {
  margin-bottom: 2rem;
  line-height: 2;
}
@media (max-width: 1280px) {
  .greeting-txt {
    width: 60%;
    max-width: inherit;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 1024px) {
  .greeting-txt {
    width: 100%;
  }
}

.daihyo-name {
  margin-bottom: 5rem;
}

.career-wrap {
  padding: 0rem 3rem 2rem;
  background: #fff;
}
.career-wrap h4 {
  font-size: 1rem;
  line-height: 1.3;
  color: #0D3387;
  font-weight: normal;
  transform: translateY(-50%);
}
.career-wrap h4 em {
  display: inline-block;
}
.career-wrap h4 .ffen {
  font-size: 2.375rem;
  font-weight: 100;
  margin-right: 0.5em;
}
.career-wrap h4 .ffja {
  vertical-align: 0.4em;
  letter-spacing: 1em;
}
.career-wrap ul {
  margin-left: 1em;
}
@media (max-width: 768px) {
  .career-wrap ul {
    margin-left: 0;
  }
}
@media (max-width: 680px) {
  .career-wrap {
    padding: 0rem 1.5rem 2rem;
  }
}

.career {
  font-size: 0.875rem;
}
.career:not(:last-of-type) {
  margin-bottom: 1rem;
}

.daihyo-name span {
  display: inline-block;
}
.daihyo-name .com {
  font-size: 1.37rem;
  margin-bottom: 0.5em;
}
.daihyo-name .katagaki {
  margin-right: 1rem;
}

.sec-interview .messe-txt .pc-br {
  display: none;
}

.inc-youtube {
  display: block;
  width: 90%;
  min-width: 620px;
  height: auto;
  aspect-ratio: 16/9;
  margin: auto;
}
.inc-youtube:not(:last-of-type) {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .inc-youtube {
    min-width: inherit;
  }
}
@media (max-width: 480px) {
  .inc-youtube {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .googlemap iframe {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .googlemap iframe {
    aspect-ratio: 4/3;
  }
}

/*---------------------------*/
/* SERVICE 事業案内 */
/*---------------------------*/
.page-index {
  margin-bottom: 6rem;
}
.page-index .number {
  font-size: 1rem;
  counter-reset: index;
}
.page-index .number dt {
  font-size: 2.125em;
  color: #0D3387;
  font-weight: 200;
}
.page-index .number dd {
  font-weight: 500;
  margin-left: 1.5em;
  padding-left: 3em;
  text-indent: -3em;
}
.page-index .number dd * {
  text-indent: 0;
}
.page-index .number dd:before {
  counter-increment: index;
  /*カウンターを増減*/
  content: "#0" counter(index);
  display: inline-block;
  width: 2.5em;
  font-size: 1.2em;
  color: #0D3387;
  font-weight: 200;
  text-indent: 0;
}
.page-index .awardtxt {
  display: inline-block;
  color: #CC9732;
  font-size: 0.9em;
}
.page-index .awardtxt:before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background: url("assets/img/icon-award.png") no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: -0.3em;
  margin-right: 0.25em;
}
@media (max-width: 480px) {
  .page-index .number {
    font-size: 0.9rem;
  }
  .page-index .number dt {
    margin-bottom: 0.5rem;
  }
  .page-index .number dd {
    margin-left: 0;
    margin-bottom: 0.5rem;
  }
}

.sec-case {
  padding-top: 3rem;
  position: relative;
}
.sec-case:before {
  content: "";
  display: block;
  width: 40%;
  height: 350px;
  background-color: #F5F6FA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 480px) {
  .sec-case:before {
    width: 60%;
  }
}

.case-tt {
  margin-bottom: 2rem;
}
.case-tt span {
  display: block;
}
.case-tt span em {
  display: block;
}
.case-tt .ffen {
  color: #0D3387;
  font-size: 2.125rem;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 1rem;
}
.case-tt .ffen .nmb {
  font-size: 2.5em;
  letter-spacing: 0;
  padding-left: 1rem;
}
.case-tt .ffen .case {
  font-weight: 200;
  letter-spacing: 0.1em;
}
.case-tt .ffja {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 3em;
}
.case-tt.award .ffen {
  position: relative;
}
.case-tt.award .ffen:after {
  content: "";
  display: block;
  width: 180px;
  height: 150px;
  background: url("assets/img/obj-award-bk.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 12rem;
}
@media (max-width: 1024px) {
  .case-tt .ffen {
    font-size: 1.8rem;
  }
  .case-tt .ffja {
    font-size: 1.5rem;
    padding-left: 2em;
  }
  .case-tt.award .ffen:after {
    width: 15vw;
    height: 12vw;
    left: 11rem;
  }
}
@media (max-width: 768px) {
  .case-tt.award .ffen:after {
    width: 116px;
    height: 90px;
    left: 10rem;
  }
}
@media (max-width: 680px) {
  .case-tt .ffen {
    font-size: 1.6rem;
  }
  .case-tt .ffen .nmb {
    padding-left: 0.5rem;
  }
  .case-tt .ffja {
    font-size: 1.3rem;
    padding-left: 0.5rem;
  }
  .case-tt.award .ffen:after {
    left: 9rem;
  }
}

.works-desc {
  background-color: #FAFAFA;
  padding: 2rem 4rem;
  position: relative;
}
body.single .works-desc {
  padding: 2rem 3rem;
}
.works-desc:before, .works-desc:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #0D3387;
  position: absolute;
}
.works-desc:before {
  border-width: 2.5px 0 0 2.5px;
  top: 0;
  left: 0;
}
.works-desc:after {
  border-width: 0 2.5px 2.5px 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .works-desc {
    padding: 2rem;
  }
  body.single .works-desc {
    padding: 2rem;
  }
}
@media (max-width: 480px) {
  .works-desc {
    padding: 2rem 1rem;
  }
  body.single .works-desc {
    padding: 2rem 1rem;
  }
  .works-desc:before {
    border-width: 2px 0 0 2px;
  }
  .works-desc:after {
    border-width: 0 2px 2px 0;
  }
}

.works-desc h4 {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.works-desc p {
  margin-bottom: 1em;
}

table.works-desc-list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.875rem;
}
table.works-desc-list caption {
  color: #0D3387;
  font-size: 1.2rem;
  font-weight: 200;
  margin-bottom: 0.5em;
}
table.works-desc-list caption:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 1.5px;
  margin-right: 0.25rem;
  vertical-align: 0.3em;
  background-color: #0D3387;
}
table.works-desc-list tr {
  display: block;
}
table.works-desc-list th {
  width: 6em;
  font-weight: 500;
}
table.works-desc-list th, table.works-desc-list td {
  padding: 0.3em 0 0.3em 1em;
}
table.works-desc-list tr:nth-last-of-type(2) th, table.works-desc-list tr:nth-last-of-type(2) td {
  padding-bottom: 1em !important;
}
table.works-desc-list .spec {
  position: relative;
}
table.works-desc-list .spec:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: dashed 1px #0D3387;
  position: absolute;
  top: 0;
  left: 0;
}
table.works-desc-list .spec th {
  vertical-align: top;
}
table.works-desc-list .spec th, table.works-desc-list .spec td {
  padding-top: 1em !important;
}
@media (max-width: 480px) {
  table.works-desc-list th, table.works-desc-list td {
    padding: 0.3em 0;
  }
  table.works-desc-list th {
    width: 5em;
  }
}

/*---------------------------*/
/* RECRUIT リクルート 採用情報 */
/*---------------------------*/
.elements-6 {
  padding-top: 3rem;
  margin-bottom: -4rem;
  counter-reset: elem;
}
.elements-6 li {
  width: calc(100% / 3);
  margin-bottom: 5rem;
  padding: 2rem 0;
  text-align: justify;
  border-left: solid 1px #0D3387;
  position: relative;
}
.elements-6 li:before {
  counter-increment: elem;
  /*カウンターを増減*/
  content: counter(elem);
  display: inline-block;
  font-size: 4em;
  color: #CCE2FF;
  font-weight: 200;
  position: absolute;
  top: 0;
  left: 2rem;
  transform: translateY(-60%);
}
.elements-6 li:nth-child(3n) {
  border-right: solid 1px #0D3387;
}
@media (max-width: 768px) {
  .elements-6 li {
    width: 50%;
  }
  .elements-6 li:nth-child(3n) {
    border-right: none;
  }
  .elements-6 li:nth-child(even) {
    border-right: solid 1px #0D3387;
  }
}
@media (max-width: 480px) {
  .elements-6 li {
    width: 100%;
    padding: 2rem 0 0 0;
    border-left: solid 1px #0D3387;
    border-right: solid 1px #0D3387;
  }
  .elements-6 li:nth-child(3n) {
    border-right: solid 1px #0D3387;
  }
}

.element-item dt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.element-item dd {
  font-size: 0.875rem;
}
.element-item dd p {
  letter-spacing: 0;
  padding: 0 2rem;
}
.element-item .pict {
  width: 50%;
  max-width: 130px;
  margin: auto auto 2rem;
}
@media (max-width: 1024px) {
  .element-item dt {
    font-size: 1.3rem;
  }
  .element-item dd p {
    padding: 0 8%;
  }
}
@media (max-width: 768px) {
  .element-item dd {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .element-item dt {
    margin-bottom: 1rem;
  }
  .element-item dd {
    line-height: 1.8;
  }
  .element-item .pict {
    margin: auto auto 1rem;
  }
}

.staff-face {
  margin-bottom: 3rem;
}
@media (max-width: 480px) {
  .staff-face {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.staffname {
  font-size: 1.5rem;
  color: #0D3387;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  margin-top: 0.5rem;
}
.staffname span {
  display: inline-block;
  padding: 0.3rem 1rem;
  border: solid 1px #0D3387;
}
@media (max-width: 480px) {
  .staffname {
    margin-top: 1rem;
  }
}

.staffimg {
  width: 80%;
  max-width: 240px;
  margin: auto auto 1rem;
  position: relative;
}
.staffimg:before, .staffimg:after {
  content: "";
  display: block;
  font-size: 3.125rem;
  color: #CCE2FF;
  line-height: 1;
  font-weight: 100;
  position: absolute;
  top: 0;
  left: -1em;
}
.staffimg:before {
  content: attr(data-sei);
  transform: translateY(-110%);
}
.staffimg:after {
  content: attr(data-mei);
  transform: translateY(-30%);
}
.staffimg img {
  border-radius: 200px;
}
@media (max-width: 480px) {
  .staffimg img {
    width: 100%;
    max-width: 190px;
    margin: auto;
  }
}

.staff-jobs {
  padding-left: 1rem;
  position: relative;
}
.staff-jobs:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 9px 6px 9px;
  border-style: solid;
  border-color: #4677D3 #4677D3 transparent transparent;
  position: absolute;
  left: 0;
  top: 17px;
  z-index: -1;
}
.staff-jobs h5 {
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.staff-jobs h5 span {
  color: #fff;
  font-size: 1.125rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #0D3387;
}
.staff-jobs ul {
  padding: 2rem 1rem;
  background: #F5F6FA;
  color: #0D3387;
  font-size: 0.8rem;
}
.staff-jobs li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
@media (min-width: 1441px) {
  .staff-jobs:after {
    top: 19px;
  }
}
@media (max-width: 1024px) {
  .staff-jobs:after {
    top: 16px;
  }
}
@media (max-width: 768px) {
  .staff-jobs:after {
    top: 14.9px;
  }
  .staff-jobs ul {
    font-size: 0.9rem;
  }
}

.staff {
  padding-top: 3rem;
  margin-bottom: 6rem;
}
.staff .col3-wrapper {
  margin-bottom: 3rem;
}
.staff .col-l {
  width: 33%;
  max-width: 320px;
}
.staff .col-m,
.staff .col-r {
  width: 30%;
  max-width: 300px;
}
.staff .col-m {
  margin: 0 3%;
}
.staff .timeline {
  padding-top: 1rem;
  position: relative;
}
.staff .timeline:before {
  content: "";
  display: block;
  width: 80%;
  height: 4rem;
  background: url("assets/img/typo-timeline.png") no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
@media (max-width: 768px) {
  .staff .col-l {
    width: 50%;
    max-width: inherit;
  }
  .staff .col-m {
    width: 45%;
    max-width: inherit;
    margin: 0;
  }
  .staff .col-r {
    width: 100%;
    max-width: inherit;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .staff {
    margin-bottom: 4rem;
  }
  .staff .col-l,
  .staff .col-m {
    width: 100%;
    margin-bottom: 1rem;
  }
  .staff .col-m img {
    width: 70%;
    margin: auto;
  }
  .staff .timeline {
    padding-top: 4rem;
  }
  .staff .timeline:before {
    transform: none;
  }
  .staff .col-r {
    margin-top: 0;
  }
}

.staff-photo:not(:last-of-type) {
  margin-bottom: 1rem;
}
.staff-photo img {
  border-radius: 8px;
}
@media (max-width: 768px) {
  .staff-photo {
    width: 32%;
  }
}
@media (max-width: 480px) {
  .staff-photo img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 5px;
  }
}

.staff-messe {
  padding: 2rem;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, #F5F6FA 0, #F5F6FA 12px);
  position: relative;
}
.staff-messe:before, .staff-messe:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-style: solid;
  border-color: #0D3387;
  position: absolute;
}
.staff-messe:before {
  border-width: 2.5px 0 0 2.5px;
  top: 0;
  left: 0;
}
.staff-messe:after {
  border-width: 0 2.5px 2.5px 0;
  bottom: 0;
  right: 0;
}
.staff-messe h5 {
  font-size: 1.125rem;
  margin-bottom: 1em;
}
.staff-messe p:not(:last-of-type) {
  margin-bottom: 1em;
}

/* ＝＝＝＝＝ メニュー タブ切り替え ＝＝＝＝＝ */
/* ラジオボタンを全て消す */
.tab-btnset input[name="content-switch"] {
  display: none;
}

/* 非アクティブな要素を隠す */
.tab-content {
  display: none;
}

/* アクティブな要素を表示 */
.tab-content.active {
  display: block;
}
.tab-content.active table {
  opacity: 0;
  animation: showtable 0.5s forwards;
  animation-timing-function: ease-out;
}

@keyframes showtable {
  0% {
    opacity: 0;
    transform: translateX(5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.tab-btnset label {
  display: block;
  width: 33%;
}
.tab-btnset label span {
  display: inline-block;
  width: 100%;
  padding: 1em 0;
  background: #f2f2f2;
  font-weight: 500;
  text-align: center;
  transition: background 0.5s ease, color 0.5s ease;
}
@media (max-width: 1024px) {
  .tab-btnset {
    font-size: 0.9rem;
  }
}
@media (max-width: 680px) {
  .tab-btnset {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.5em;
  }
  .tab-btnset label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    width: 55%;
  }
}
@media (max-width: 480px) {
  .tab-btnset label {
    width: 60%;
  }
}

/* 選択されているタブのスタイルを変える */
.tab-btnset input:checked + label span {
  background: #0D3387;
  color: #fff;
}

.descrp-detail {
  border: solid 2px #0D3387;
  padding: 1rem;
  overflow: hidden;
}
.descrp-detail table.basic {
  width: 100%;
  border-top: none;
  font-size: 0.95rem;
}
.descrp-detail table.basic tr:last-of-type th,
.descrp-detail table.basic tr:last-of-type td {
  border-bottom: none;
}

.recruit-cta {
  background-image: url("assets/img/recruit-cta.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .recruit-cta {
    background-image: url("assets/img/recruit-cta-sp.jpg");
  }
}

.recruit-btns {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
.recruit-btns a {
  display: block;
  width: 80%;
  margin: auto;
  padding: 1.5em 2em;
  line-height: 1;
  color: #0D3387;
  background: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: solid 3px #0D3387;
  border-radius: 50px;
  position: relative;
}
.recruit-btns a .icon-next path {
  fill: #E50019;
}
.recruit-btns a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #F9BE00 0, #F9BE00 8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(3%, 20%);
}
.recruit-btns a:hover {
  background: #0D3387;
  color: #fff;
}
.recruit-btns .joinus a {
  color: #006731;
  border-color: #006731;
}
.recruit-btns .joinus a:hover {
  background: #006731;
  color: #fff;
}
@media (max-width: 1024px) {
  .recruit-btns {
    padding-top: 20vw;
  }
}
@media (max-width: 768px) {
  .recruit-btns a {
    width: 90%;
    border-width: 2px;
  }
  .recruit-btns a:before {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 4px, #F9BE00 0, #F9BE00 7px);
  }
}
@media (max-width: 480px) {
  .recruit-btns {
    padding-top: 40vw;
    padding-bottom: 30vw;
  }
}

.rec-btn {
  width: 50%;
  position: relative;
}
.rec-btn:before {
  content: "";
  display: block;
  width: 50%;
  height: 200%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-70%);
}
.rec-btn.morevoice {
  position: relative;
}
.rec-btn.morevoice:before {
  background-image: url("assets/img/typo-morevoice.png");
}
.rec-btn.joinus {
  position: relative;
}
.rec-btn.joinus:before {
  background-image: url("assets/img/typo-joinus.png");
}
@media (max-width: 768px) {
  .rec-btn:before {
    transform: translateY(-60%);
  }
}
@media (max-width: 680px) {
  .rec-btn {
    width: 100%;
  }
  .rec-btn:before {
    width: 40%;
    height: 150%;
  }
  .rec-btn.morevoice {
    margin-bottom: 5rem;
  }
  .rec-btn a {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  .rec-btn:before {
    width: 60%;
    height: 140%;
    transform: translateY(-75%);
  }
}

/*---------------------------*/
/* プライバシーポリシー */
/*---------------------------*/
.sec-kojinhogo {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .sec-kojinhogo {
    margin-bottom: 4rem;
  }
}

.pp-detail {
  line-height: 2;
  letter-spacing: 0;
}
.pp-detail a:not([href*="tel:"]) {
  text-decoration: underline;
}
.pp-detail .title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #0D3387;
  margin-bottom: 0.5em;
}
.pp-detail .text {
  font-weight: normal;
  margin-bottom: 3em;
}
.pp-detail .teigi {
  margin-top: 1em;
}
.pp-detail .jyoko {
  margin-top: 1em;
  list-style-type: none;
  padding: 1em 1em 1em 0.5em;
  background: #F5F6FA;
  counter-reset: item;
}
.pp-detail .jyoko li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.pp-detail .jyoko li:before {
  font-weight: 500;
  counter-increment: item;
  /*カウンターを増減*/
  content: "（" counter(item) "）";
}
.pp-detail .teigi-count {
  margin-top: 1em;
  padding: 1em 2em 1em 1em;
  background: #F5F6FA;
  counter-reset: title;
}
.pp-detail .teigi-count dt {
  font-weight: 500;
}
.pp-detail .teigi-count dt:before {
  counter-increment: title;
  /*カウンターを増減*/
  content: "（" counter(title) "）";
}
.pp-detail .teigi-count dd {
  padding-left: 2.5em;
}
@media (max-width: 680px) {
  .pp-detail .text {
    margin-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .pp-detail .jyoko,
  .pp-detail .teigi-count {
    padding: 1em 1em 1em 0.5em;
  }
}

.seitei-day {
  margin-top: 2rem;
  margin-bottom: 6rem;
  text-align: right;
}
@media (max-width: 768px) {
  .seitei-day {
    margin-bottom: 2rem;
  }
}

/*---------------------------*/
/* 404 Not Foundページ と　サンクスページ */
/*---------------------------*/
.attention {
  min-height: 70vh;
}
.attention .eng {
  margin-bottom: 3rem;
  text-align: center;
  padding: 3em 1em;
  background: #F5F6FA;
}
.attention .eng h2 {
  font-size: 3rem;
  color: #0D3387;
  font-weight: 500;
}
.attention .jpn {
  line-height: 2;
}
.attention .jpn h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #0D3387;
  margin-bottom: 1em;
}
.attention .jpn p {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .attention {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .attention .eng h2 {
    font-size: 2rem;
  }
  .attention .jpn h3 {
    font-size: 1.5rem;
  }
}

/*========================================================*/
/* _formpage.scss  */
/*========================================================*/
/*---------------------------*/
/* お問い合わせ コンタクト　*/
/*---------------------------*/
.sec-teltoi {
  text-align: center;
  margin-bottom: 6rem;
}
@media (max-width: 480px) {
  .sec-teltoi {
    margin-bottom: 4rem;
  }
}

.toi-telbox {
  border: solid 8px #E5E9F2;
  border-radius: 10px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.toi-telbox h3 {
  font-weight: 500;
}
.toi-telbox .telnumber {
  font-size: 2.5rem;
  margin: 0.5em auto;
}
.toi-telbox .telnumber .icon-tel {
  width: 0.8em;
  height: 0.8em;
  margin-right: 0.25em;
  vertical-align: -0.1em;
}
.toi-telbox .telnumber .icon-tel .phone {
  fill: #302D2C;
}
@media (max-width: 768px) {
  .toi-telbox {
    border-width: 6px;
  }
}
@media (max-width: 480px) {
  .toi-telbox {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .toi-telbox .telnumber {
    font-size: 2rem;
  }
  .toi-telbox .annai {
    font-size: 0.9rem;
  }
}

.toi-telbox.entry {
  margin-top: 3rem;
  padding-bottom: 4rem;
}
.toi-telbox.entry h3 {
  margin-bottom: 1rem;
}
.toi-telbox.entry .annai {
  margin-bottom: 2rem;
}
.toi-telbox.entry .rec-btn {
  margin: auto;
}
.toi-telbox.entry .rec-btn a {
  display: block;
  width: 80%;
  margin: auto;
  padding: 1.5em 2em;
  line-height: 1;
  color: #006731;
  background: #fff;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  border: solid 3px #006731;
  border-radius: 50px;
  position: relative;
}
.toi-telbox.entry .rec-btn a .icon-next path {
  fill: #E50019;
}
.toi-telbox.entry .rec-btn a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, #F9BE00 0, #F9BE00 8px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translate(3%, 20%);
}
.toi-telbox.entry .rec-btn a:hover {
  background: #006731;
  color: #fff;
}
@media (max-width: 480px) {
  .toi-telbox.entry {
    margin-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .toi-telbox.entry .annai {
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  .toi-telbox.entry .rec-btn a {
    border-width: 2px;
  }
}

.entry-info p {
  margin-bottom: 1rem;
}

.hissu-annai {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  color: #E50019;
}

#mstyle input[type="radio"] {
  display: none;
}
#mstyle label span {
  display: inline-block;
  width: 100%;
  padding: 0.5em 1em;
  border-radius: 50px;
  background: #f2f2f2;
  text-align: center;
  font-weight: 500;
}
#mstyle input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #0D3387;
  color: #fff;
}

.schedule .wpcf7-form-control-wrap {
  width: 33%;
}
@media (max-width: 1024px) {
  .schedule .wpcf7-form-control-wrap {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .schedule .wpcf7-form-control-wrap {
    width: 100%;
  }
}

/*ーーーー基本設定ーーーー*/
fieldset {
  margin-bottom: 2rem;
}

legend {
  font-size: 1rem;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 4em;
  border: solid 1px #D6DCDE;
  border-radius: 3px;
  padding: .7em;
}
@media (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"] {
    height: 3em;
    padding: .5em;
  }
}

select {
  border: solid 1px #D6DCDE;
  border-radius: 3px;
  padding: .7em;
  background: #F5F6FA;
}
@media (max-width: 480px) {
  select {
    padding: .5em;
  }
}

textarea {
  display: block;
  width: 100%;
  border: solid 1px #D6DCDE;
  border-radius: 3px;
  padding: .7em;
}
@media (max-width: 480px) {
  textarea {
    padding: .5em;
    height: 40vw;
  }
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #444;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #444;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 3px;
}

::placeholder {
  color: #ACACAC;
  font-size: 0.8rem;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #ACACAC;
  font-size: 0.8rem;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #ACACAC;
  font-size: 0.8rem;
}

input[type="submit"] {
  border: 0;
  display: block;
  width: 50%;
  max-width: 430px;
  margin: 3rem auto auto;
  padding: 1.5em;
  text-align: center;
  background: #D6DCDE;
  position: relative;
  transition: color 0.5s ease, background 0.5s ease;
}
input[type="submit"]:hover {
  color: #fff;
  background: #0D3387;
}
@media (max-width: 480px) {
  input[type="submit"] {
    width: 70%;
    padding: 1em;
  }
}

/*ーーーーレイアウト設定ーーーー*/
.formwrap {
  margin-top: 4rem;
}
.formwrap .hissu {
  color: #E50019;
  margin-left: 0.5em;
}

span[data-name="kind"] .wpcf7-radio,
span[data-name="mstyle"] .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
span[data-name="kind"] .wpcf7-radio .wpcf7-list-item,
span[data-name="mstyle"] .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
  margin-right: 2em;
}
@media (max-width: 480px) {
  span[data-name="kind"] .wpcf7-radio .wpcf7-list-item,
  span[data-name="mstyle"] .wpcf7-radio .wpcf7-list-item {
    margin-right: 1em;
    letter-spacing: 0;
  }
}

.pp-kakunin {
  text-align: center;
  font-size: 0.85em;
  margin-bottom: 3em;
}
@media (max-width: 480px) {
  .pp-kakunin {
    text-align: left;
  }
  .pp-kakunin br {
    display: none;
  }
}

/*recaptcha*/
/*バッジ非表示*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  margin-top: 2em;
  font-size: 0.85rem;
  text-align: center;
  padding: 0.5em;
  border: solid 1px #ddd;
}
@media (max-width: 480px) {
  .recaptcha-text {
    margin-top: 1em;
    text-align: left;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.5rem;
}

.wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #E50019;
  margin-top: 0.5rem;
  padding: 5px 0.5em;
  display: inline-block;
  background: #f9d8d8;
  line-height: 1;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #E50019;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  margin: 1em 0 3em;
  background: #fff;
}

.wpcf7-spinner {
  display: block;
  margin: 1rem auto 0;
}

/*========================================================*/
/* _post.scss  */
/*========================================================*/
/*ページャースタイル*/
.pagination {
  color: #0D3387;
}
.pagination a {
  color: #0D3387;
}
.pagination a:hover {
  background: #0D3387;
  color: #fff;
}
.pagination .pager,
.pagination .arrow {
  display: block;
  line-height: 1;
  margin: 0 0.5rem;
  width: 3rem;
  height: 3rem;
  padding-top: 1rem;
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
}
.pagination .pager {
  background: #F5F6FA;
}
.pagination .current .pager {
  background: #0D3387;
  color: #fff;
}
.pagination .arrow {
  font-size: 1.5rem;
  font-weight: 300;
}
.pagination .next a, .pagination .last a {
  margin-right: 0;
  padding-top: 0.85rem;
}
.pagination .prev a, .pagination .first a {
  margin-left: 0;
  padding-top: 0.85rem;
}

.pager-single {
  margin-bottom: 4rem;
  font-size: 0.8em;
}

.allnextprev {
  color: #0D3387;
}
.allnextprev li {
  min-width: 8em;
}
.allnextprev a {
  display: block;
  line-height: 1;
  color: #0D3387;
  padding: 1em 2em;
  text-align: center;
  border-radius: 50px;
  background: #F5F6FA;
}
.allnextprev a:hover {
  background: #0D3387;
  color: #fff;
}
.allnextprev a span {
  display: inline-block;
}
.allnextprev .arrow {
  font-size: 1.5em;
  line-height: 0.5;
  font-weight: 300;
}
.allnextprev .prev .arrow {
  padding-right: 0.5em;
}
.allnextprev .next .arrow {
  padding-left: 0.5em;
}
@media (max-width: 480px) {
  .allnextprev a {
    padding: 1em;
  }
  .allnextprev .prev .arrow {
    padding-right: 0.25em;
  }
  .allnextprev .next .arrow {
    padding-left: 0.25em;
  }
}

/*---アーカイブスタイル---*/
@media (max-width: 1024px) {
  .content-info {
    display: block;
  }
}

.post-wrapper {
  width: 80%;
  max-width: 900px;
  margin-right: 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .post-wrapper {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
  }
}

.cat-wrapper {
  max-width: 180px;
  width: 16%;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .cat-wrapper {
    width: 100%;
    max-width: inherit;
  }
}

.post-list {
  gap: 2rem 3.3%;
  margin-bottom: 4rem;
}
.post-list li {
  width: calc((100% - 6.6%) / 3);
}
@media (max-width: 768px) {
  .post-list {
    gap: 2rem 2%;
  }
  .post-list li {
    width: calc((100% - 4%) / 3);
  }
}
@media (max-width: 480px) {
  .post-list {
    gap: 2rem 2%;
  }
  .post-list li {
    width: calc((100% - 2%) / 2);
  }
}

@media (min-width: 481px) {
  body.home .post-list li:nth-child(4) {
    display: none;
  }
}

.post-thum {
  margin-bottom: 1rem;
}
.post-thum img {
  width: 100%;
  aspect-ratio: 1.39 / 1;
  border: solid 1px #D6DCDE;
}
@media (max-width: 480px) {
  .post-thum {
    margin-bottom: 0.5rem;
  }
}

.post-txt {
  gap: 0.5rem;
}
.post-txt .post-tt {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .post-txt {
    gap: 0.25rem;
  }
}

.post-datecat {
  font-size: 0.9rem;
}
.post-datecat time {
  font-weight: 400;
  margin-right: 0.5em;
}
@media (max-width: 680px) {
  body.home .post-datecat, .post-type-archive-post .post-datecat {
    letter-spacing: 0.02em;
  }
  body.home .post-datecat time, .post-type-archive-post .post-datecat time {
    font-size: 0.85em;
  }
}

.postcat span,
.postcat a {
  display: inline-block;
  line-height: 1;
  padding: 4px 1em 3px 1em;
  font-size: 0.8em;
  font-weight: 500;
  background: #f2f2f2;
  border-radius: 20px;
  color: #0D3387;
}
.postcat .blog {
  background: #EAF3FF;
}
.postcat .notice {
  color: #E50019;
  background: #FFE6E6;
}
.postcat .csr {
  color: #006731;
  background: #E0F4E7;
}
@media (max-width: 680px) {
  body.home .postcat span, .post-type-archive-post .postcat span {
    padding: 4px 0.6em 3px 0.6em;
  }
}

.catlist .cattt {
  font-size: 1.437rem;
  font-weight: 300;
  color: #0D3387;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}
.catlist .cat-item {
  font-size: 0.9rem;
  font-weight: 500;
}
.catlist .cat-item.current-cat a {
  background: #eaf3ff;
  color: #0D3387;
}
.catlist .cat-item a {
  display: block;
  padding: 0.5em;
}
@media (max-width: 1024px) {
  .catlist .cattt {
    padding-bottom: 0.25em;
    border-bottom: solid 1px #D6DCDE;
  }
  .catlist .cat-item a {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .catlist .cat-item {
    font-size: 1rem;
  }
}

/*---シングルページスタイル---*/
.single-tt {
  font-size: 1.56rem;
  margin-bottom: 1em;
}

.single-datecat {
  color: #bebebe;
  margin-bottom: 2rem;
}
.single-datecat .date span {
  font-size: 0.9em;
}

.single-note {
  padding: 0 1.5rem 3rem;
  border: solid 1px #f2f2f2;
  margin-bottom: 3rem;
  min-height: 50vh;
}
.single-note h3 {
  font-size: 1.2rem;
  border-top: solid 2px #0D3387;
  border-bottom: solid 2px #0D3387;
  padding: 1em .75em;
  margin: 3em 0 2em;
  line-height: 1.5;
}
.single-note h3:first-child {
  margin-top: 2.5rem;
}
.single-note h4 {
  font-size: 1rem;
  border-bottom: solid 1px #CCE2FF;
  padding: 1em .75em;
  margin: 3em 0 2em;
  line-height: 1.5;
}
.single-note h4:first-child {
  margin-top: 2.5rem;
}
.single-note p {
  font-size: 0.9rem;
  margin-bottom: 2em;
  line-height: 2;
}
.single-note p:first-child {
  margin-top: 2.5rem;
}
.single-note p a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .single-note p {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .single-note {
    padding: 0 1rem 2rem;
  }
  .single-note h2:first-child,
  .single-note h3:first-child,
  .single-note p:first-child {
    margin-top: 2rem;
  }
}

.single-eyecatch {
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
.single-eyecatch img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media (max-width: 480px) {
  .single-eyecatch {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  .single-eyecatch img {
    aspect-ratio: 4 / 3;
  }
}

.gallery-columns-4 {
  padding: 1em;
  background: #f2f2f2;
}
.gallery-columns-4 .gallery-item {
  margin-top: 0 !important;
  width: calc((100% - 3rem) / 4) !important;
}
.gallery-columns-4 .gallery-item:not(:last-of-type) {
  margin-right: 1rem !important;
}
@media (max-width: 680px) {
  .gallery-columns-4 .gallery-item {
    width: calc((100% - 1rem) / 2) !important;
  }
  .gallery-columns-4 .gallery-item:not(:last-of-type) {
    margin-right: 0 !important;
  }
  .gallery-columns-4 .gallery-item:not(:nth-of-type(even)) {
    margin-right: 1rem !important;
  }
  .gallery-columns-4 .gallery-item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 1rem !important;
  }
}

.gallery-item img {
  width: 100%;
  border: none !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#post-content .gallery {
  margin-bottom: 2em;
}

.gallery-item .gallery-caption {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0;
  margin-top: 0.5em;
}
@media (max-width: 680px) {
  .gallery-item .gallery-caption {
    font-size: 0.85rem;
  }
}

@media (max-width: 480px) {
  #slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    width: 90% !important;
    top: 3rem !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}

.slb_details {
  margin-top: 0.5rem !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_data_title {
  font-size: 1rem !important;
  font-family: "Outfit", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
  font-size: 0.8rem !important;
  font-family: "Outfit", "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Sans", "Meiryo", sans-serif !important;
  margin-left: 0.5em;
}

/*========================================================*/
/* _post-works.scss  */
/*========================================================*/
.categories {
  width: 90%;
  margin: auto auto 1em;
  padding-bottom: 0.5em;
  gap: 1em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.categories a:hover {
  background: #0D3387;
  color: #fff;
}
.categories li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.works-list {
  gap: 5px;
  margin-bottom: 4rem;
}
.works-list li {
  width: calc((100% - 15px) / 4);
}
.works-list li a {
  display: block;
  position: relative;
}
.works-list li.award a {
  position: relative;
}
.works-list li.award a:after {
  content: "";
  display: block;
  width: 30%;
  aspect-ratio: 180 / 143;
  position: absolute;
  right: 0.5rem;
  bottom: 1rem;
  background: url("assets/img/obj-award-wh.png") no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
@media (max-width: 1280px) {
  .works-list li {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 1024px) {
  .works-list {
    gap: 3px;
  }
  .works-list li {
    width: calc((100% - 6px) / 3);
  }
  .works-list li.award a:after {
    width: 6rem;
    right: inherit;
    left: 1rem;
    bottom: 5.5rem;
  }
}
@media (max-width: 768px) {
  .works-list li {
    width: calc((100% - 3px) / 2);
  }
}
@media (max-width: 680px) {
  .works-list li {
    width: 100%;
  }
  .works-list li.award a:after {
    width: 28%;
    max-width: 160px;
    right: 1rem;
    left: inherit;
    bottom: 1rem;
  }
}

@media (max-width: 1280px) and (min-width: 769px) {
  body.home .works-list li:nth-child(4),
  body.service .works-list li:nth-child(4) {
    display: none;
  }
}

.works-itemimg {
  position: relative;
  overflow: hidden;
}
.works-itemimg:before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, #000, transparent);
  opacity: 0.5;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.works-itemimg img {
  width: 100%;
  aspect-ratio: 1/1;
  transform: scale(1);
  transition: transform 0.5s ease;
}
a:hover .works-itemimg img {
  opacity: 1;
  transform: scale(1.1);
  transition: transform 0.5s ease;
}
@media (max-width: 1024px) {
  .works-itemimg:before {
    height: 55%;
  }
}
@media (max-width: 768px) {
  .works-itemimg img {
    aspect-ratio: 3/2;
  }
}

.works-itemtext {
  text-align: justify;
  color: #fff;
  width: calc(100% - 2rem);
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 1;
}
.works-itemtext .workstt {
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.3;
  min-height: 2.6em;
}
.works-itemtext .workscat {
  font-size: 0.7em;
  line-height: 1;
  margin-bottom: 1em;
}
.works-itemtext .workscat span {
  display: inline-block;
  border: solid 0.5px rgba(255, 255, 255, 0.5);
  padding: 0.2em 2em;
}
@media (max-width: 680px) {
  .works-itemtext .workstt {
    font-size: 1rem;
  }
}

.award .works-itemtext {
  width: 58%;
}
@media (max-width: 1024px) {
  .award .works-itemtext {
    width: calc(100% - 2rem);
  }
}
@media (max-width: 680px) {
  .award .works-itemtext {
    width: 63%;
  }
}

/*---事例個別ページ---*/
body.single-works-all .page-title .pagett-wrap {
  text-align: left;
  padding: 6vw 4rem;
}
body.single-works-all .t-en {
  font-size: 2rem;
  font-weight: 200;
  margin-bottom: 1.2rem;
}
body.single-works-all .t-ja {
  font-size: 2.375rem;
  font-weight: 500;
  color: #302D2C;
  line-height: 1.3;
  margin-bottom: 1rem;
}
body.single-works-all .t-ja.award:after {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.25em;
  background: url("assets/img/icon-award.png") no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: -0.1em;
}
body.single-works-all .t-cat {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.2em 1em;
  background-color: #fff;
  border-radius: 30px;
}
body.single-works-all .pager-single {
  margin-top: 6rem;
}
@media (max-width: 1280px) {
  body.single-works-all .t-en {
    font-size: 1.7rem;
  }
  body.single-works-all .t-ja {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  body.single-works-all .page-title .pagett-wrap {
    padding: 6vw 3rem;
  }
  body.single-works-all .t-en {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  body.single-works-all .t-ja {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 680px) {
  body.single-works-all .page-title .pagett-wrap {
    padding: 6vw 2rem;
  }
  body.single-works-all .t-en {
    font-size: 1rem;
  }
  body.single-works-all .t-ja {
    font-size: 1.3rem;
  }
}

.award-img {
  width: 55%;
  max-width: 450px;
  margin: 2rem auto 0;
  position: relative;
}
.award-img:after {
  content: "";
  display: block;
  width: 45%;
  aspect-ratio: 180 / 143;
  background: url("assets/img/obj-award-bk.png") no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(70%, 20%);
  opacity: 0.4;
}
@media (max-width: 480px) {
  .award-img {
    width: 65%;
  }
}

/*========================================================*/
/* _post-voice.scss  */
/*========================================================*/
#voice-content {
  position: relative;
}
#voice-content:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 96px);
  background: url("assets/img/bg-circle.png") no-repeat;
  background-size: cover;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.voice-list {
  gap: 3rem 5%;
  margin-bottom: 3rem;
}
body.post-type-archive-voice-all .voice-list {
  padding-bottom: 3rem;
}
.voice-list li {
  width: 30%;
}
body.post-type-archive-voice-all .voice-list li:nth-child(3n-1) {
  transform: translateY(3rem);
}
.voice-list li a {
  border: solid 2px #6885C7;
  border-radius: 0.5rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 1024px) {
  .voice-list {
    gap: 3rem 2%;
  }
  .voice-list li {
    width: 32%;
  }
}
@media (max-width: 680px) {
  .voice-list {
    max-width: 580px;
    margin: auto;
    gap: 3rem 4%;
  }
  .voice-list li {
    width: 48%;
  }
  body.post-type-archive-voice-all .voice-list li:nth-child(3n-1) {
    transform: none;
  }
  body.post-type-archive-voice-all .voice-list li:nth-child(even) {
    transform: translateY(3rem);
  }
}
@media (max-width: 480px) {
  .voice-list {
    gap: 2rem 4%;
  }
  .voice-list li {
    width: 80%;
  }
  body.post-type-archive-voice-all .voice-list li:nth-child(even) {
    transform: none;
  }
  body.post-type-archive-voice-all .voice-list li:nth-child(odd) {
    margin-left: auto;
  }
  .voice-list li a {
    border-width: 1.5px;
  }
}

@media (max-width: 680px) {
  body.home .voice-list {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  body.home .voice-list li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 42%;
  }
}
@media (max-width: 480px) {
  body.home .voice-list li {
    width: 55%;
  }
}

#voice-content .work-photo {
  position: relative;
}
#voice-content .work-photo:before, #voice-content .work-photo:after {
  display: block;
  color: #add1ff;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 100;
  position: absolute;
  left: 0.5em;
  z-index: 1;
  transform: translateY(130%);
}
#voice-content .work-photo:before {
  content: attr(data-huri-sei);
  bottom: 0.8em;
}
#voice-content .work-photo:after {
  content: attr(data-huri-mei);
  bottom: 0;
}
#voice-content .work-photo img {
  width: 100%;
  height: 400px;
}
@media (max-width: 1319px) {
  #voice-content .work-photo img {
    height: 30.3vw;
  }
}
@media (max-width: 1024px) {
  #voice-content .work-photo:before, #voice-content .work-photo:after {
    font-size: 3.3vw;
  }
}
@media (max-width: 680px) {
  #voice-content .work-photo img {
    height: 40vw;
  }
  #voice-content .work-photo:before, #voice-content .work-photo:after {
    font-size: 2.3rem;
  }
}
@media (max-width: 480px) {
  #voice-content .work-photo img {
    height: 80vw;
  }
}

.voice-nameset {
  text-align: center;
  padding: 3.2rem 0 2rem 0;
}
@media (max-width: 1024px) and (min-width: 681px) {
  .voice-nameset {
    padding: 4.2vw 0 2rem 0;
  }
}

@media (max-width: 480px) {
  .voice-nameset {
    padding: 10vw 0 1rem 0;
  }
}

.home-voice-nameset {
  margin-top: 0.5rem;
}
.home-voice-nameset .voice-desc {
  margin-bottom: 0.5rem;
}
.home-voice-nameset .bg-wh {
  display: inline-block;
  background: #fff;
  padding: 0.25em 0.5em;
  line-height: 1;
}
@media (max-width: 1024px) and (min-width: 681px) {
  .home-voice-nameset {
    padding: 4.2vw 0 2rem 0;
  }
}

@media (max-width: 768px) {
  .home-voice-nameset {
    padding: 1rem 0 0;
  }
}
@media (max-width: 480px) {
  .home-voice-nameset {
    padding: 0;
  }
}

/* モーダルを開くボタン */
.modal-open {
  cursor: pointer;
  margin: auto;
}
.modal-open:hover img {
  opacity: inherit;
}

/* モーダルを閉じるボタンの指定 */
.remodal-close {
  position: static !important;
  border: solid 1px #0D3387 !important;
  color: #0D3387 !important;
  width: inherit !important;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background-color 0.5s ease, color 0.5s ease !important;
}
.remodal-close:before {
  position: static !important;
  display: inline !important;
  width: inherit !important;
  vertical-align: -0.15em;
  margin-right: 0.25em;
}
.remodal-close:hover {
  background-color: #0D3387 !important;
  color: #fff !important;
}
.remodal-close:focus {
  outline: none;
}
@media (max-width: 1024px) {
  .remodal-close:before {
    vertical-align: -0.2em;
  }
}

.remodal {
  padding: 3rem 4rem !important;
  border-radius: 1rem;
}
@media (max-width: 768px) {
  .remodal {
    max-height: 80vh;
    overflow: scroll;
  }
}
@media (max-width: 480px) {
  .remodal {
    padding: 3rem 2rem !important;
  }
}

.remodal-overlay {
  background: rgba(124, 155, 211, 0.6) !important;
}

.modal-content {
  text-align: left;
  font-weight: 400;
}

.voice-prof {
  margin-bottom: 3rem;
  gap: 1rem;
}

.voice-desc span {
  display: inline-block;
  line-height: 1;
  padding: 4px 1em 3px 1em;
  margin-right: 0.5em;
  font-size: 0.8rem;
  font-weight: 500;
  background: #CCE2FF;
  border-radius: 20px;
  color: #0D3387;
}
.remodal .voice-desc span {
  margin-bottom: 1em;
}
@media (max-width: 480px) {
  .staff-face .voice-desc span {
    font-size: 1rem;
  }
}

.voice-name {
  font-size: 1.4rem;
  color: #0D3387;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.modal-open .voice-name {
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .modal-open .voice-name {
    font-size: 1.2rem;
  }
}
@media (max-width: 680px) {
  .modal-open .voice-name {
    font-size: 1.4rem;
  }
}

.icon-photo {
  width: 110px;
}
.icon-photo img {
  border-radius: 50%;
}

.question-list dt {
  font-weight: 700;
  font-size: 1.13rem;
  margin-bottom: 1em;
}
.question-list dt:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 2px;
  margin-right: 0.2em;
  background: #302D2C;
  vertical-align: 0.25em;
}
.question-list dd {
  font-weight: 500;
  font-size: 0.88rem;
  margin-bottom: 3em;
}

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