@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Lato:wght@900&family=EB+Garamond:wght@400&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp-noto.min.css");

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* ==========================================================================
slick.js
========================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: calc(var(--vh, 1vh) * 100);
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

@media all and (min-width: 0px) and (max-width: 768px) {
  .slick-list {
    height: 76rem;
  }

  .slick-slide {
    top: 0;
    left: 0 !important;
    position: absolute !important;
  }

  .slick-slide div {
    height: 76rem;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

/* default
-------------------------------------------------------------------------- */
/* in
-------------------------------------------------------------------------- */
/* out
-------------------------------------------------------------------------- */
/* in out
-------------------------------------------------------------------------- */
/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* size
-------------------------------------------------------------------------- */
.slide-up-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide-up-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
@-webkit-keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes swing1 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}

@-webkit-keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes swing2 {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  35% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(-5deg) translateY(-10px);
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }

  85% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: rotate(5deg) translateY(-10px);
  }

  100% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: rotate(0deg) translateY(0);
  }
}

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {

  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -4px, 0);
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img,
svg {
  vertical-align: top;
}

button {
  font-family: inherit;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}

body {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
  position: relative;
  color: #222;
  background: #fff;
  background-size: cover;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.3854166667vw;
  }
}

body.is-show-modal {
  overflow: hidden;
}

a {
  outline: none;
  color: #222;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 769px) {

  a:hover,
  a:active {
    text-decoration: none;
  }
}

img {
  width: 100%;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .only-sp {
    display: none !important;
  }
}

.js-fit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.js-disabled {
  pointer-events: none;
  opacity: 0.15;
}

@media screen and (max-width: 768px) {
  .layout-container {
    overflow: hidden;
  }
}

.layout-content {
  padding-bottom: 12rem;
}

.indextop {
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 0 1px 3px #333;
}

@media screen and (max-width: 768px) {
  .indextop {
    font-size: 3.8rem;
  }
}

.indextop strong {
  color: #0e208d;
  text-shadow: 0 1px 1px #FFF;
}

.layout-footer__top {
  padding: 12rem 0;
  background: url(../img/common/bg_contact.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .layout-footer__top {
    padding: 12rem 4rem;
  }
}

.layout-footer__middle {
  padding: 5.5rem 0;
  background: #fcf7f4;
}

@media screen and (max-width: 768px) {
  .layout-footer__middle {
    padding: 5.5rem 4rem;
  }
}

.layout-footer__bottom {
  width: 100%;
  max-width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5.5rem 0;
}

@media screen and (max-width: 768px) {
  .layout-footer__bottom {
    width: 100%;
    max-width: 68.8rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.layout-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .layout-header {
    height: 10rem;
  }
}

.is-scrolled .layout-header {
  background: #fff;
}

.layout-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.is-loaded .layout-loading {
  opacity: 0;
  pointer-events: none;
}

.list-bullet {
  margin-left: 2rem;
  list-style-type: disc;
}

.list-card {
  display: flex;
}

@media screen and (max-width: 768px) {
  .list-card {
    display: block;
    padding: 0 5.5rem;
  }
}

.list-card--column4 .list-card__item {
  width: 27.9rem;
}

@media screen and (max-width: 768px) {
  .list-card--column4 .list-card__item {
    width: auto;
  }
}

.list-card--column4 .list-card__item:nth-of-type(n+2) {
  margin-left: 2.8rem;
}

@media screen and (max-width: 768px) {
  .list-card--column4 .list-card__item:nth-of-type(n+2) {
    margin: 7rem 0 0 0;
  }
}

.list-card__item {
  width: 36rem;
}

@media screen and (max-width: 768px) {
  .list-card__item {
    width: auto;
  }
}

.list-card__item:nth-of-type(n+2) {
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .list-card__item:nth-of-type(n+2) {
    margin: 7rem 0 0 0;
  }
}

.list-card__item--bg-gray {
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .list-card__item--bg-gray:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}

.list-card__item--bg-gray .list-card__body {
  margin-top: 0;
  padding: 1.2rem 2rem 2rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .list-card__item--bg-gray .list-card__body {
    padding: 2.5rem 3rem 3.5rem;
  }
}

.list-card__body {
  margin-top: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-card__body {
    margin-top: 2rem;
  }
}

.list-card__heading {
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .list-card__heading {
    font-size: 3.4rem;
  }
}

.list-card__text {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .list-card__text {
    margin-top: 1.2rem;
  }
}

.list-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.7rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-gallery {
    margin-top: 2rem;
  }
}

.list-gallery--small .list-gallery__item {
  width: 19.3rem;
}

@media screen and (max-width: 768px) {
  .list-gallery--small .list-gallery__item {
    width: 23rem;
    margin: 0.9rem 0.9rem 0 0;
    font-size: 2.4rem;
  }
}

.list-gallery--small .list-gallery__item:nth-of-type(4n) {
  margin-right: 0.8rem;
}

@media screen and (max-width: 768px) {
  .list-gallery--small .list-gallery__item:nth-of-type(4n) {
    margin-right: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .list-gallery--small .list-gallery__item:nth-of-type(2n) {
    margin-right: 0.9rem;
  }
}

.list-gallery--small .list-gallery__item:nth-of-type(6n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-gallery--small .list-gallery__item:nth-of-type(6n) {
    margin-right: 0.9rem;
  }
}

@media screen and (max-width: 768px) {
  .list-gallery--small .list-gallery__item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.list-gallery--large .list-gallery__item {
  width: 36rem;
  margin-right: 6rem;
}

@media screen and (max-width: 768px) {
  .list-gallery--large .list-gallery__item {
    width: 34.6rem;
    margin-right: 1.6rem;
  }
}

.list-gallery--large .list-gallery__item:nth-of-type(4n) {
  margin-right: 6rem;
}

@media screen and (max-width: 768px) {
  .list-gallery--large .list-gallery__item:nth-of-type(4n) {
    margin-right: 1.6rem;
  }
}

.list-gallery--large .list-gallery__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-gallery--large .list-gallery__item:nth-of-type(3n) {
    margin-right: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-gallery--large .list-gallery__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-gallery--center {
  justify-content: center;
}

.list-gallery__item {
  width: 29.4rem;
  margin: 0.8rem 0.8rem 0 0;
}

@media screen and (max-width: 768px) {
  .list-gallery__item {
    width: 34.6rem;
    margin: 2rem 1.6rem 0 0;
    font-size: 2.4rem;
  }
}

.list-gallery__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-gallery__item:nth-of-type(4n) {
    margin-right: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-gallery__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-gallery__item:last-child {
  margin-right: 0;
}

.list-gallery__item--flow {
  position: relative;
}

.list-gallery__item--flow:before {
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 2rem;
  border-color: transparent transparent transparent #0e208d;
  position: absolute;
  top: 9.4rem;
  left: -4rem;
  content: "";
  display: block;
}

@media screen and (max-width: 768px) {
  .list-gallery__item--flow:before {
    left: -1rem;
  }
}

.list-gallery__text {
  margin-top: 0.3rem;
}

.list-point__item:nth-of-type(n+2) {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .list-point__item:nth-of-type(n+2) {
    margin-top: 8rem;
  }
}

.list-point__item--media {
  display: flex;
}

@media screen and (max-width: 768px) {
  .list-point__item--media {
    display: block;
  }
}

.list-point__item--media .list-point__inner {
  flex: 1;
}

.list-point__item--media .list-point__image {
  width: 29rem;
  margin-left: 4rem;
}

@media screen and (max-width: 768px) {
  .list-point__item--media .list-point__image {
    width: 100%;
    max-width: 58rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
  }
}

.list-point__header {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .list-point__header {
    display: block;
  }
}

.list-point__number {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 2rem;
  color: #fff;
  background: #0e208d;
  font-size: 3.4rem;
  line-height: 1.1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-point__number {
    width: 12.8rem;
    height: 12.8rem;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 5.4rem;
  }
}

.list-point__number small {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .list-point__number small {
    font-size: 2.4rem;
  }
}

.list-point__heading {
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .list-point__heading {
    margin-top: 2rem;
    font-size: 3.4rem;
  }
}

.list-point__body {
  margin-top: 1.5rem;
}

.list-point__body>*:first-child {
  margin-top: 0;
}

.list-point__body>*:last-child {
  margin-bottom: 0;
}

.list-service-lineup {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  white-space: nowrap;
}

.list-service-lineup__item {
  width: 17rem;
}

@media screen and (max-width: 768px) {
  .list-service-lineup__item {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .list-service-lineup__item:nth-of-type(n+3) {
    margin-top: 4rem;
  }
}

.list-service-lineup__item a {
  display: block;
  text-decoration: none;
}

.list-service-lineup__image {
  width: 14rem;
  height: 14rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .list-service-lineup__image {
    width: 20rem;
    height: 20rem;
    border-radius: 100%;
  }
}

.list-service-lineup__text {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-service-lineup__text {
    margin-top: 1.5rem;
    font-size: 2.2rem;
  }
}

.list-service-lineup__text strong {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .list-service-lineup__text strong {
    font-size: 3rem;
  }
}

.topic-path {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 2rem;
  margin-bottom: -3.5rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .topic-path {
    margin-top: 1rem;
    margin-bottom: -4rem;
    padding: 0 3rem;
    font-size: 2rem;
  }
}

.topic-path__item {
  position: relative;
}

.topic-path__item:nth-of-type(n+2) {
  margin-left: 1.3rem;
  padding-left: 1.7rem;
}

@media screen and (max-width: 768px) {
  .topic-path__item:nth-of-type(n+2) {
    margin-left: 1rem;
    padding-left: 2.3rem;
  }
}

.topic-path__item:nth-of-type(n+2):before {
  position: absolute;
  top: calc(50% - 0.3rem);
  left: 0;
  width: 0.6rem;
  height: 0.7rem;
  content: "";
  display: block;
  background: url(../img/common/arw_topicpath.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .topic-path__item:nth-of-type(n+2):before {
    top: calc(50% - 0.6rem);
    left: 0;
    width: 1.3rem;
    height: 1.4rem;
  }
}

.topic-path__item a {
  text-decoration: none;
}

.button-pagetop {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 888;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .button-pagetop {
    bottom: 3rem;
    right: 3rem;
  }
}

.button-pagetop a {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  position: relative;
  display: block;
  background: #0e208d;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .button-pagetop a {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
  }
}

.button-pagetop a:after {
  position: absolute;
  top: calc(50% - 0.7rem);
  left: calc(50% - 1.1rem);
  width: 2.2rem;
  height: 1.2rem;
  content: "";
  display: block;
  background: url(../img/common/arw_pagetop.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .button-pagetop a:after {
    width: 3.2rem;
    height: 2.4rem;
    top: calc(50% - 1.4rem);
    left: calc(50% - 1.6rem);
  }
}

.button-pagetop a.is-on {
  background: #071045;
}

.is-scrolled .button-pagetop {
  opacity: 1;
  pointer-events: auto;
}

.company-information {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .company-information {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.company-information__logo {
  width: 16rem;
  margin-right: 6rem;
}

@media screen and (max-width: 768px) {
  .company-information__logo {
    width: 18rem;
    margin-right: 0;
    line-height: 1;
  }
}

.company-information__text {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .company-information__text {
    justify-content: space-between;
    font-size: 2rem;
    line-height: 1.5;
    white-space: nowrap;
  }
}

.company-information__fb {
  margin-left: 6rem;
}

.company-information__fb:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .company-information__fb {
    margin: 20px auto 0;
    width: 70%;
  }
}

.contact-information {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact-information {
    display: block;
    text-align: center;
  }
}

.contact-information__heading {
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .contact-information__heading {
    font-size: 6rem;
  }
}

.contact-information__lead {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .contact-information__lead {
    margin-top: 2rem;
    font-size: 2.8rem;
  }
}

.contact-information__body {
  width: 57rem;
}

@media screen and (max-width: 768px) {
  .contact-information__body {
    width: 100%;
    margin-top: 4rem;
  }
}

.contact-information__tel {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .contact-information__tel dt {
    width: 40%;
  }
}

.contact-information__tel+.contact-information__tel {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .contact-information__tel {
    justify-content: center;
  }
}

.contact-information__tel-heading {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .contact-information__tel-heading {
    font-size: 2.6rem;
  }
}

.contact-information__tel-text {
  margin-left: 2rem;
  font-weight: 700;
  font-size: 3.8rem;
}

@media screen and (max-width: 768px) {
  .contact-information__tel-text {
    font-size: 5.2rem;
  }
}

.logo-footer {
  margin-top: -0.5rem;
}

.nav-sitemap {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .nav-sitemap {
    flex-wrap: wrap;
    font-size: 2.8rem;
  }
}

.nav-sitemap__column {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .nav-sitemap__column {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-sitemap__column:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-sitemap__column:nth-of-type(n+3) {
    margin-top: 3rem;
  }
}

.nav-sitemap__item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .nav-sitemap__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.nav-sitemap__item a {
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .nav-sitemap__item a {
    padding: 0.5rem 0;
    display: inline-block;
  }
}

.nav-sitemap__item a.is-on {
  color: #0e208d;
}

.nav-sitemap-child {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .nav-sitemap-child {
    margin-top: 0;
    font-size: 2.6rem;
  }
}

.nav-sitemap-child__item {
  position: relative;
  padding-left: 2rem;
}

@media screen and (max-width: 768px) {
  .nav-sitemap-child__item {
    padding-left: 4rem;
  }
}

.nav-sitemap-child__item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.8rem;
  height: 1px;
  content: "";
  display: block;
  background: #0e208d;
}

@media screen and (max-width: 768px) {
  .nav-sitemap-child__item:before {
    width: 1.6rem;
    height: 1px;
  }
}

.nav-sitemap-child__item:nth-of-type(n+2) {
  margin-top: 0.8rem;
}

@media screen and (max-width: 768px) {
  .nav-sitemap-child__item:nth-of-type(n+2) {
    margin-top: 0;
  }
}

.text-copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .text-copyright {
    margin-top: 4rem;
    font-size: 2rem;
    text-align: center;
  }
}

.button-hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 10rem;
  height: 100%;
  padding: 0;
  outline: none;
  border: none;
  background: #0e208d;
  display: none;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .button-hamburger {
    display: block;
  }
}

.button-hamburger__line {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 2rem);
  width: 4rem;
  height: 0.2rem;
  background: #fff;
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}

.button-hamburger__line:nth-of-type(1) {
  top: calc(50% - 1.6rem);
}

.button-hamburger__line:nth-of-type(3) {
  top: calc(50% + 1.4rem);
}

.is-show-nav .button-hamburger__line {
  transition: top 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s, opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.is-show-nav .button-hamburger__line:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}

.is-show-nav .button-hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.is-show-nav .button-hamburger__line:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}

.list-nav {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem 0;
}

@media screen and (max-width: 768px) {
  .list-nav {
    display: block;
    width: 100%;
    height: auto;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
  }
}

.list-nav__item {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .list-nav__item {
    height: auto;
  }
}

.list-nav__item:nth-of-type(n+2) {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .list-nav__item:nth-of-type(n+2) {
    margin: 2rem 0 0 0;
  }
}

.list-nav__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .list-nav__item a {
    display: block;
    height: auto;
    padding: 2rem 0;
  }
}

.list-nav__item a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  content: "";
  display: block;
  background: #0e208d;
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .list-nav__item a:after {
    display: none;
  }
}

.list-nav__item a.is-on:after {
  left: 0;
  right: auto;
  width: 100%;
}

.list-nav__item.is-current a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.logo {
  width: 16rem;
  margin: 0 4rem;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    position: relative;
    width: 20rem;
    z-index: 9;
  }
}

.nav-global {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .nav-global {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 10rem;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
}

@media screen and (max-width: 768px) {
  .is-show-nav .nav-global {
    opacity: 1;
    pointer-events: auto;
  }
}

.archive-works {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .archive-works {
    padding: 0 4rem;
  }
}

.box-scroll {
  margin-top: 1rem;
  padding: 1rem;
  border: solid 1px #c8c8c8;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .box-scroll {
    margin-top: 2rem;
    padding: 1.5rem;
    border: solid 1px #c8c8c8;
    font-size: 2rem;
  }
}

.box-scroll__inner {
  height: 18rem;
  padding: 1rem 3rem 1rem 1rem;
}

@media screen and (max-width: 768px) {
  .box-scroll__inner {
    height: 50rem;
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}

.box-scroll p {
  line-height: 2;
}

.box-scroll p+p {
  margin-top: 1.8em;
}

.box-scroll .simplebar-track.simplebar-vertical {
  width: 0.8rem;
  border-radius: 0.4rem;
  background: #f5f5f5;
}

.box-scroll .simplebar-scrollbar:before {
  left: 0;
  right: 0;
  border-radius: 0.4rem;
}

.box-scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}

.button-primary {
  position: relative;
  display: block;
  padding: 2.5rem 0;
  color: #071045;
  border-bottom: 0.2rem solid #071045;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .button-primary {
    padding: 3rem 0;
    font-size: 2.8rem;
    border-bottom: 0.4rem solid #071045;
  }
}

.button-primary:before {
  position: absolute;
  right: 0;
  bottom: -0.2rem;
  width: 0;
  height: 0.2rem;
  content: "";
  display: block;
  background: #eff5fa;
  transition: width 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .button-primary:before {
    bottom: -0.4rem;
    height: 0.4rem;
  }
}

.button-primary:after {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1rem;
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  display: block;
  background: url(../img/common/arw_forward.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .button-primary:after {
    width: 1.2rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 2rem;
  }
}

.button-primary span {
  position: relative;
  display: inline-block;
}

.button-primary.is-on:before {
  right: auto;
  left: 0;
  width: 100%;
}

.button-secondary {
  position: relative;
  display: flex;
  align-items: center;
  height: 7rem;
  width: 100%;
  padding: 0 6rem 0 3rem;
  outline: none;
  border: none;
  border-radius: 0.3rem;
  color: #fff;
  background: #0e208d;
  font-weight: 700;
  font-size: 1.8rem;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .button-secondary {
    height: 9rem;
    border-radius: 0.6rem;
    font-size: 2.6rem;
  }
}

.button-secondary:after {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 2rem;
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  display: block;
  background: url(../img/common/arw_forward_white.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .button-secondary:after {
    width: 1.2rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 3rem;
  }
}

.button-secondary--bg-white {
  color: #071045;
  background: #fff;
}

.button-secondary--bg-white:after {
  background-image: url(../img/common/arw_forward.svg);
}

.button-secondary--center {
  justify-content: center;
  padding: 0 6rem;
}

.contact-information__body.aoyama_btn {
  margin: 2rem auto 0;
}

.contact-information__body.aoyama_btn a.button-secondary.js-hover {
  justify-content: center;
  padding: 0;
}

.contact-information__body.aoyama_btn:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .contact-information__body.aoyama_btn {
    margin: 2rem 4rem 2rem;
    width: calc(100% - 8rem);
  }
}

.carousel-works {
  position: static;
  height: 57.6rem;
}

@media screen and (max-width: 768px) {
  .carousel-works {
    position: relative;
  }
}

.carousel-works__item {
  height: 100%;
  vertical-align: top;
}

.carousel-works__item img {
  width: auto;
  height: 100%;
}

.carousel-works .slick-list,
.carousel-works .slick-track,
.carousel-works .slick-slide,
.carousel-works .slick-slide>div {
  height: 100%;
}

.carousel-works .slick-arrow {
  width: 3.2rem;
  height: 2.2rem;
  padding: 0;
  position: absolute;
  top: calc(50% - 5.5rem - 1.1rem);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  z-index: 9;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .carousel-works .slick-arrow {
    width: 6.4rem;
    height: 4.4rem;
    top: calc(50% - 2.2rem);
  }
}

.carousel-works .slick-prev {
  left: 1.6rem;
  background-image: url(../img/common/arw_prev.svg);
}

@media screen and (max-width: 768px) {
  .carousel-works .slick-prev {
    left: 0;
    background-image: url(../img/common/arw_prev_white.svg);
  }
}

.carousel-works .slick-next {
  right: 1.6rem;
  background-image: url(../img/common/arw_next.svg);
}

@media screen and (max-width: 768px) {
  .carousel-works .slick-next {
    right: 0;
    background-image: url(../img/common/arw_next_white.svg);
  }
}

.group-article {
  display: flex;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .group-article {
    display: block;
  }
}

.group-article__main {
  flex: 1;
}

.group-article__main>*:first-child {
  margin-top: 0;
}

.group-article__sub {
  width: 40rem;
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .group-article__sub {
    width: 100%;
    margin-top: 4rem;
    margin-left: 0;
  }
}

.group-article__caption {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .group-article__caption {
    font-size: 2.6rem;
  }
}

.group-article__caption--right {
  text-align: right;
}

.group-article--reverse {
  flex-direction: row-reverse;
}

.group-article--reverse .group-article__sub {
  margin-left: 0;
  margin-right: 6rem;
}

@media screen and (max-width: 768px) {
  .group-article--reverse .group-article__sub {
    margin-right: 0;
  }
}

.group-voice {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .group-voice {
    display: block;
  }
}

.group-voice--reverse {
  flex-direction: row-reverse;
}

.group-voice__image {
  width: 47.9166666667%;
}

@media screen and (max-width: 768px) {
  .group-voice__image {
    width: 100%;
  }
}

.group-voice__body {
  width: 52.0833333333%;
  padding: 0 6.25%;
}

@media screen and (max-width: 768px) {
  .group-voice__body {
    width: 100%;
    margin-top: 3rem;
    padding: 0;
  }
}

.group-voice__heading {
  line-height: 1;
}

.group-voice__heading-ja {
  display: block;
  color: #0e208d;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .group-voice__heading-ja {
    font-size: 3.4rem;
  }
}

.group-voice__heading-en {
  display: block;
  margin-top: 2rem;
  color: #071045;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .group-voice__heading-en {
    font-size: 3rem;
  }
}

.group-voice__text {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .group-voice__text {
    margin-top: 3rem;
  }
}

.header-content {
  padding: 0 4rem;
  text-align: center;
}

.header-content__inner {
  width: 100%;
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 0 9rem;
  border-bottom: 1px solid #d5d5da;
}

@media screen and (max-width: 768px) {
  .header-content__inner {
    padding: 15rem 0 9rem;
  }
}

.header-content--recruit {
  height: 64rem;
  background: url(../img/recruit/img_recruit.gif) no-repeat center center;
  background-size: cover;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .header-content--recruit {
    height: auto;
    background-position: 45% center;
    text-shadow: 0 0 0.4rem rgba(255, 255, 255, 0.8);
  }
}

.header-content--recruit .header-content__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: none;
}

.header-content--recruit .title-recruit {
  color: #0e208d;
  font-family: "Lato", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}

.header-content--recruit .lead-recruit {
  margin-top: 5rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .header-content--recruit .lead-recruit {
    font-size: 4rem;
  }
}

.header-content--recruit .lead-recruit small {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .header-content--recruit .lead-recruit small {
    font-size: 2.6rem;
  }
}

.header-content--recruit .text-recruit {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .header-content--recruit .text-recruit {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.heading-ja {
  color: #071045;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .heading-ja {
    font-size: 3.8rem;
  }
}

.heading-section {
  line-height: 1;
}

.heading-section__en {
  display: block;
  color: #0e208d;
  font-family: "EB Garamond", serif;
  font-size: 4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .heading-section__en {
    font-size: 6rem;
  }
}

.heading-section__ja {
  display: block;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .heading-section__ja {
    margin-top: 2rem;
  }
}

.heading-section__ja--bold {
  font-weight: 700;
}

.index-content {
  display: flex;
  flex-wrap: wrap;
}

.index-content__item {
  width: 60rem;
  border-top: 1px solid #d5d5da;
  border-right: 1px solid #d5d5da;
}

@media screen and (max-width: 768px) {
  .index-content__item {
    width: 50%;
  }
}

.index-content__item:nth-of-type(2n) {
  border-right: none;
}

.index-content__item:nth-of-type(2n) a {
  padding-right: 0;
  padding-left: 4rem;
}

.index-content__item:nth-last-child(1) a,
.index-content__item:nth-last-child(2) a {
  padding-bottom: 0;
}

.index-content__item a {
  display: block;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 4rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .index-content__item a {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.index-content__heading {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .index-content__heading {
    font-size: 2.8rem;
  }
}

.index-content__text {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .index-content__text {
    margin-top: 2rem;
    font-size: 2.3rem;
    line-height: 1.5;
  }
}

.index-content__image {
  margin-top: 3rem;
}

.index-recruit__item:nth-of-type(n+2) {
  margin-top: 3rem;
}

.index-recruit__item:nth-of-type(2n) a {
  flex-direction: row;
}

@media screen and (max-width: 768px) {
  .index-recruit__item:nth-of-type(2n) a {
    display: block;
  }
}

.index-recruit__item:nth-of-type(2n) .index-recruit__body {
  border-left: none;
  border-right: 1px solid #d5d5da;
}

@media screen and (max-width: 768px) {
  .index-recruit__item:nth-of-type(2n) .index-recruit__body {
    border-left: 1px solid #d5d5da;
  }
}

.index-recruit__item a {
  display: flex;
  flex-direction: row-reverse;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .index-recruit__item a {
    display: block;
  }
}

.index-recruit__image {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .index-recruit__image {
    width: 100%;
  }
}

.index-recruit__body {
  width: 50%;
  padding-left: 8rem;
  border-top: 1px solid #d5d5da;
  border-left: 1px solid #d5d5da;
  border-bottom: 1px solid #d5d5da;
}

@media screen and (max-width: 768px) {
  .index-recruit__body {
    width: 100%;
    padding: 4rem;
    border-top: none;
    border-left: 1px solid #d5d5da;
    border-bottom: 1px solid #d5d5da;
    border-right: 1px solid #d5d5da;
  }
}

.index-recruit__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.index-recruit__heading {
  position: relative;
  padding-bottom: 4rem;
  color: #0e208d;
  line-height: 1;
}

.index-recruit__heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 0.2rem;
  content: "";
  display: block;
  background: #eff5fa;
}

@media screen and (max-width: 768px) {
  .index-recruit__heading:before {
    width: 16rem;
    height: 0.4rem;
  }
}

.index-recruit__heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.2rem;
  content: "";
  display: block;
  background: #0e208d;
}

@media screen and (max-width: 768px) {
  .index-recruit__heading:after {
    width: 4rem;
    height: 0.4rem;
  }
}

.index-recruit__heading-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
}

@media screen and (max-width: 768px) {
  .index-recruit__heading-en {
    font-size: 6rem;
  }
}

.index-recruit__heading-ja {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .index-recruit__heading-ja {
    font-size: 2.2rem;
  }
}

.index-works {
  display: flex;
  flex-wrap: wrap;
}

.index-works__item {
  border-top: 1px solid #d5d5da;
}

.index-works__item:nth-of-type(1),
.index-works__item:nth-of-type(4) {
  width: 38.7rem;
  border-right: 1px solid #d5d5da;
}

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

  .index-works__item:nth-of-type(1),
  .index-works__item:nth-of-type(4) {
    width: 50%;
  }
}

.index-works__item:nth-of-type(1) a,
.index-works__item:nth-of-type(4) a {
  padding-right: 4rem;
}

.index-works__item:nth-of-type(2),
.index-works__item:nth-of-type(5) {
  width: 42.7rem;
  border-right: 1px solid #d5d5da;
}

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

  .index-works__item:nth-of-type(2),
  .index-works__item:nth-of-type(5) {
    width: 50%;
  }
}

.index-works__item:nth-of-type(2) a,
.index-works__item:nth-of-type(5) a {
  padding-left: 4rem;
  padding-right: 4rem;
}

.index-works__item:nth-of-type(3),
.index-works__item:nth-of-type(6) {
  width: 38.6rem;
}

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

  .index-works__item:nth-of-type(3),
  .index-works__item:nth-of-type(6) {
    width: 50%;
  }
}

.index-works__item:nth-of-type(3) a,
.index-works__item:nth-of-type(6) a {
  padding-left: 4rem;
}

.index-works__item:nth-last-child(1) a,
.index-works__item:nth-last-child(2) a,
.index-works__item:nth-last-child(3) a {
  padding-bottom: 0;
}

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

  .index-works__item:nth-last-child(1) a,
  .index-works__item:nth-last-child(2) a,
  .index-works__item:nth-last-child(3) a {
    padding-bottom: 5rem;
  }
}

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

  .index-works__item:nth-of-type(1),
  .index-works__item:nth-of-type(3),
  .index-works__item:nth-of-type(5) {
    border-right: 1px solid #d5d5da;
  }

  .index-works__item:nth-of-type(1) a,
  .index-works__item:nth-of-type(3) a,
  .index-works__item:nth-of-type(5) a {
    padding-right: 4rem;
    padding-left: 0;
  }
}

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

  .index-works__item:nth-of-type(2),
  .index-works__item:nth-of-type(4),
  .index-works__item:nth-of-type(6) {
    border-right: none;
  }

  .index-works__item:nth-of-type(2) a,
  .index-works__item:nth-of-type(4) a,
  .index-works__item:nth-of-type(6) a {
    padding-right: 0;
    padding-left: 4rem;
  }
}

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

  .index-works__item:nth-last-child(1) a,
  .index-works__item:nth-last-child(2) a {
    padding-bottom: 0;
  }
}

.index-works__item a {
  display: block;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .index-works__item a {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.index-works__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .index-works__heading {
    font-size: 2.8rem;
  }
}

.index-works__image {
  margin-top: 3rem;
}

.lead-section {
  margin-top: 4rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .lead-section {
    font-size: 4rem;
  }
}

.lead-section--center {
  text-align: center;
}

.list-button {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .list-button {
    display: block;
    margin-top: 8rem;
  }
}

.list-button__item {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .list-button__item {
    width: 60rem;
    margin: 0 auto;
  }
}

.list-button__item:nth-of-type(n+2) {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .list-button__item:nth-of-type(n+2) {
    margin-top: 1rem;
  }
}

.list-button__item--wide {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .list-button__item--wide {
    width: 60rem;
  }
}

.list-faq {
  margin-top: 4rem;
  border-top: 1px solid #d5d5da;
}

.list-faq__item {
  position: relative;
  border-bottom: 1px solid #d5d5da;
}

.list-faq__item:before,
.list-faq__item:after {
  position: absolute;
  top: 4rem;
  right: 1rem;
  width: 2rem;
  height: 1px;
  content: "";
  display: block;
  background: #0e208d;
  transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

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

  .list-faq__item:before,
  .list-faq__item:after {
    width: 2.4rem;
    height: 1px;
    top: 4.6rem;
  }
}

.list-faq__item:before {
  transform: rotate(90deg);
}

.list-faq__item.is-show:before {
  transform: rotate(135deg);
}

.list-faq__item.is-show:after {
  transform: rotate(45deg);
}

.list-faq__q {
  position: relative;
  padding: 2rem 8rem 2rem 12rem;
  font-size: 2rem;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .list-faq__q {
    padding: 2rem 6rem;
    font-size: 2.8rem;
  }
}

.list-faq__q:before {
  position: absolute;
  top: 2rem;
  left: 0;
  content: "Q .";
  color: #c8c8c8;
  font-family: "Lato", sans-serif;
}

.list-faq__a {
  display: none;
  position: relative;
  padding: 1rem 8rem 3rem 12rem;
}

@media screen and (max-width: 768px) {
  .list-faq__a {
    padding: 0 0 3rem 6rem;
  }
}

.list-faq__text:nth-of-type(n+2) {
  margin-top: 2rem;
}

.list-office {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.list-office__item {
  position: relative;
  width: 24rem;
  margin-right: 8rem;
  padding-bottom: 5.5rem;
}

@media screen and (max-width: 768px) {
  .list-office__item {
    width: calc(50% - 2rem);
    margin-right: 4rem;
    padding-bottom: 10rem;
  }
}

.list-office__item:nth-of-type(n+5) {
  margin-top: 6rem;
}

.list-office__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-office__item:nth-of-type(4n) {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .list-office__item:nth-of-type(n+3) {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-office__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-office__image {
  overflow: hidden;
  height: 14.4rem;
}

@media screen and (max-width: 768px) {
  .list-office__image {
    height: 19.4rem;
  }
}

.list-office__heading {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-office__heading {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

.list-office__text {
  margin-top: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .list-office__text {
    margin-top: 1rem;
    font-size: 2.4rem;
  }
}

.list-office__button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .list-office__button {
    font-size: 2.4rem;
  }
}

.list-office__button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  color: #0e208d;
  border-radius: 0.3rem;
  background: #eff5fa;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .list-office__button a {
    height: 8rem;
    border-radius: 0.6rem;
  }
}

.list-office__button a:after {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1rem;
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  display: block;
  background: url(../img/common/arw_forward.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .list-office__button a:after {
    width: 1.2rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 2rem;
  }
}

.list-step {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.list-step__item {
  position: relative;
  width: 24rem;
  margin-right: 8rem;
}

@media screen and (max-width: 768px) {
  .list-step__item {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
}

.list-step__item:nth-of-type(n+5) {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .list-step__item:nth-of-type(n+5) {
    margin-top: 4rem;
  }
}

.list-step__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-step__item:nth-of-type(n+3) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .list-step__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-step__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-step__heading {
    font-size: 3rem;
  }
}

.list-step__image {
  overflow: hidden;
  height: 14.4rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .list-step__image {
    height: 19.4rem;
  }
}

.list-step__text {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .list-step__text {
    font-size: 2.4rem;
  }
}

.list-strength {
  display: flex;
}

@media screen and (max-width: 768px) {
  .list-strength {
    flex-wrap: wrap;
  }
}

.list-strength__item {
  width: 25.5rem;
}

@media screen and (max-width: 768px) {
  .list-strength__item {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
}

.list-strength__item:nth-of-type(n+2) {
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .list-strength__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .list-strength__item:nth-of-type(n+3) {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .list-strength__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-strength__image {
  width: 18.5rem;
  height: 18.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #fff;
}

.list-strength__heading {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-strength__heading {
    margin-top: 2rem;
    font-size: 2.8rem;
    line-height: 1.5;
  }
}

.list-strength__text {
  margin-top: 0.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .list-strength__text {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
}

.list-voice {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.list-voice__item {
  width: 34.6rem;
  margin-right: 8.1rem;
}

@media screen and (max-width: 768px) {
  .list-voice__item {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
}

.list-voice__item:nth-of-type(n+4) {
  margin-top: 6rem;
}

.list-voice__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-voice__item:nth-of-type(3n) {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .list-voice__item:nth-of-type(n+3) {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-voice__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-voice__item a {
  display: block;
  text-decoration: none;
}

.list-voice__item a.is-on .list-works__image img {
  transform: scale(1.05);
}

.list-voice__image {
  overflow: hidden;
  height: 36rem;
}

@media screen and (max-width: 768px) {
  .list-voice__image {
    height: 34.3rem;
  }
}

.list-voice__image img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.list-voice__body {
  position: relative;
  margin-top: -3rem;
  margin-right: 6rem;
  padding: 2rem 2rem 0 2rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .list-voice__body {
    margin-right: 3rem;
    padding: 2rem 2rem 0 0;
  }
}

.list-voice__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-voice__heading {
    font-size: 2.8rem;
  }
}

.list-voice__name {
  margin-top: 1rem;
  color: #0e208d;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .list-voice__name {
    margin-top: 2rem;
  }
}

.list-voice__text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .list-voice__text {
    margin-top: 2rem;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.list-works {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}

.list-works__item {
  width: 34.6rem;
  margin-right: 8.1rem;
}

@media screen and (max-width: 768px) {
  .list-works__item {
    width: calc(50% - 2rem);
    margin-right: 4rem;
  }
}

.list-works__item:nth-of-type(n+4) {
  margin-top: 6rem;
}

.list-works__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .list-works__item:nth-of-type(3n) {
    margin-right: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .list-works__item:nth-of-type(n+3) {
    margin-top: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .list-works__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.list-works__item a {
  display: block;
  text-decoration: none;
}

.list-works__item a.is-on .list-works__image img {
  transform: scale(1.05);
}

.list-works__image {
  overflow: hidden;
  height: 20.8rem;
}

@media screen and (max-width: 768px) {
  .list-works__image {
    height: 19.4rem;
  }
}

.list-works__image img {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.list-works__heading {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .list-works__heading {
    margin-top: 2rem;
    font-size: 3rem;
  }
}

.list-works__address {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .list-works__address {
    margin-top: 1rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.list-works-category {
  display: flex;
  margin-top: 0.2rem;
  color: #0e208d;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .list-works-category {
    margin-top: 0.6rem;
    font-size: 2.2rem;
  }
}

.nav-anchor {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .nav-anchor {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3rem;
    padding: 0 4rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-anchor__item {
    width: calc(50% - 1rem);
    margin-right: 2rem;
    border-bottom: 1px solid #d5d5da;
  }
}

.nav-anchor__item:nth-of-type(n+2) {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .nav-anchor__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-anchor__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.nav-anchor__item a {
  position: relative;
  display: block;
  padding: 2rem 2rem 2rem 0;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .nav-anchor__item a {
    padding: 3rem 4rem 3rem 0;
  }
}

.nav-anchor__item a:after {
  position: absolute;
  top: calc(50% - 0.3rem);
  right: 0;
  width: 1.2rem;
  height: 0.6rem;
  content: "";
  display: block;
  background: url(../img/common/arw_down.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .nav-anchor__item a:after {
    width: 2.4rem;
    height: 1.2rem;
    top: calc(50% - 0.6rem);
    right: 1rem;
  }
}

.nav-anchor__item a.is-on {
  color: #0e208d;
}

.nav-anchor__item.is-current a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.nav-entry {
  display: flex;
  margin-top: 12rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .nav-entry {
    margin-top: 8rem;
  }
}

.nav-entry__sub,
.nav-entry__main {
  width: 50%;
  padding: 10rem 0;
}

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

  .nav-entry__sub,
  .nav-entry__main {
    padding: 6rem 4rem;
  }
}

.nav-entry__sub {
  background: #071045;
}

.nav-entry__main {
  background: #0e208d;
}

.nav-entry__heading {
  line-height: 1;
  text-align: center;
}

.nav-entry__heading-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .nav-entry__heading-en {
    font-size: 3.6rem;
  }
}

.nav-entry__heading-ja {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .nav-entry__heading-ja {
    font-size: 2rem;
  }
}

.nav-entry__inner {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .nav-entry__inner {
    display: block;
  }
}

.nav-entry__button {
  width: 25rem;
}

@media screen and (max-width: 768px) {
  .nav-entry__button {
    width: 100%;
  }
}

.nav-entry__button:nth-of-type(n+2) {
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .nav-entry__button:nth-of-type(n+2) {
    margin: 2rem 0 0 0;
  }
}

.nav-entry__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  color: #fff;
  border-radius: 3rem;
  border: 1px solid #fff;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 768px) {
  .nav-entry__button a {
    height: 8rem;
    border-radius: 4rem;
    font-size: 2.4rem;
  }
}

.nav-entry__button a.is-on {
  color: #0e208d;
  background: #fff;
}

.nav-local {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .nav-local {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10rem 4rem 0;
    padding-top: 5rem;
    border-top: 1px solid #d5d5da;
  }
}

@media screen and (max-width: 768px) {
  .nav-local__item {
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
}

.nav-local__item:nth-of-type(n+2) {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .nav-local__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-local__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.nav-local__item a {
  position: relative;
  display: inline-block;
  padding: 2rem 0 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .nav-local__item a {
    padding: 3rem 0 1.8rem;
  }
}

.nav-local__item a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  content: "";
  display: block;
  background: #0e208d;
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .nav-local__item a:after {
    height: 0.4rem;
  }
}

.nav-local__item a.is-on:after {
  left: 0;
  right: auto;
  width: 100%;
}

.nav-local__item.is-current a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.nav-recruit {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: -3.5rem;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(34, 34, 34, 0.07);
}

@media screen and (max-width: 768px) {
  .nav-recruit {
    width: calc(100% - 16rem);
    margin: -4rem 8rem 0;
  }
}

.nav-recruit__item {
  position: relative;
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .nav-recruit__item {
    width: 50%;
  }
}

.nav-recruit__item:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background: #eff5fa;
}

.nav-recruit__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  display: none;
  background: #eff5fa;
}

.nav-recruit__item:nth-of-type(4n):before {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-recruit__item:nth-of-type(4n):before {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .nav-recruit__item:nth-of-type(2n):before {
    display: block;
  }
}

.nav-recruit__item:nth-of-type(n+5):after {
  display: block;
}

@media screen and (max-width: 768px) {
  .nav-recruit__item:nth-of-type(n+3):after {
    display: block;
  }
}

.nav-recruit__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.nav-recruit__item a.is-on {
  background: #eff5fa;
}

.nav-recruit__item.is-current a {
  color: #fff;
  background: #0e208d;
}

.nav-works {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .nav-works {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 3rem;
    padding: 0 4rem;
  }
}

@media screen and (max-width: 768px) {
  .nav-works__item {
    width: calc(50% - 1rem);
    margin-right: 2rem;
  }
}

.nav-works__item:nth-of-type(n+2) {
  margin-left: 5rem;
}

@media screen and (max-width: 768px) {
  .nav-works__item:nth-of-type(n+2) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .nav-works__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.nav-works__item a {
  position: relative;
  display: inline-block;
  padding: 2rem 0 1.6rem;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .nav-works__item a {
    padding: 3rem 0 1.8rem;
  }
}

.nav-works__item a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0.2rem;
  content: "";
  display: block;
  background: #0e208d;
  transition: width 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (max-width: 768px) {
  .nav-works__item a:after {
    height: 0.4rem;
  }
}

.nav-works__item a.is-on:after {
  left: 0;
  right: auto;
  width: 100%;
}

.nav-works__item.is-current a:after {
  left: 0;
  right: auto;
  width: 100%;
}

.outline-works {
  margin-top: 3rem;
}

.outline-works+.outline-works {
  margin-top: 2rem;
}

.outline-works__heading {
  color: #071045;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .outline-works__heading {
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .outline-works__text {
    line-height: 1.5;
  }
}

.outline-works+.outline-works {
  margin-top: 1rem;
}

.thumb-works {
  flex-wrap: wrap;
}

@media (min-width: 0px) and (max-width: 768px) {
  .carousel-works__item img {
    max-width: 100%;
    height: auto;
  }
}

.paging {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .paging {
    font-size: 3.6rem;
  }
}

.paging__item:nth-of-type(n+2) {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .paging__item:nth-of-type(n+2) {
    margin-left: 2rem;
  }
}

.paging__item a,
.paging__item span {
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e208d;
  background: #eff5fa;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

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

  .paging__item a,
  .paging__item span {
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
  }
}

.paging__item.is-current a,
.paging__item.is-current span,
.paging__item:hover a,
.paging__item:hover span,
.paging__item:active a,
.paging__item:active span {
  color: #fff;
  background: #0e208d;
}

.section-box {
  margin-top: 12rem;
  padding: 0 4rem;
}

.section-box__inner {
  width: 100%;
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 0 9rem;
  background: #eff5fa;
}

@media screen and (max-width: 768px) {
  .section-box__inner {
    padding: 8rem 4rem 9rem;
  }
}

.section-box__header {
  text-align: center;
}

.section-box__body {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
}

.section-flat {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .section-flat {
    padding: 0 4rem;
  }
}

.section-flat>*:first-child {
  margin-top: 0;
}

.section-flat--wide {
  max-width: 100%;
}

.section-flat--narrow {
  max-width: 90rem;
}

.section-flat--margin-top-half {
  margin-top: 6rem;
}

.section-message-recruit {
  position: relative;
  margin-top: 12rem;
  z-index: 9;
}

.section-message-recruit:before {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% + 0rem);
  height: 100%;
  content: "";
  display: block;
  background: url(../img/recruit/img_index_message.jpg?d=210407) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .section-message-recruit:before {
    width: 64.8rem;
  }
}

.section-message-recruit__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 8rem 0;
}

@media screen and (max-width: 768px) {
  .section-message-recruit__inner {
    padding: 8rem 4rem;
  }
}

.section-message-recruit__body {
  width: 50rem;
  padding: 4.5rem;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .section-message-recruit__body {
    width: 100%;
    padding: 4rem 4rem 5rem 4rem;
  }
}

.section-message-recruit__text:nth-of-type(n+2) {
  margin-top: 3rem;
}

.section-message-recruit__button {
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .section-message-recruit__button {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
  }
}

.section-message-recruit__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-radius: 2.5rem;
  color: #fff;
  background: #0e208d;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .section-message-recruit__button a {
    height: 8rem;
    border-radius: 4rem;
  }
}

.section-voice-recruit {
  position: relative;
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .section-voice-recruit {
    padding: 0 4rem;
  }
}

.section-voice-recruit:before {
  position: absolute;
  top: -52rem;
  left: 0;
  width: 100%;
  height: 90rem;
  content: "";
  display: block;
  background: #eff5fa;
}

.section-voice-recruit__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-voice-recruit__heading {
  color: #0e208d;
  line-height: 1;
  text-align: center;
}

.section-voice-recruit__heading-en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
}

@media screen and (max-width: 768px) {
  .section-voice-recruit__heading-en {
    font-size: 6rem;
  }
}

.section-voice-recruit__heading-ja {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .section-voice-recruit__heading-ja {
    font-size: 2.2rem;
  }
}

.section-voice-recruit__button {
  width: 100%;
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .section-voice-recruit__button {
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.6rem;
  }
}

.section-voice-recruit__button a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-radius: 2.5rem;
  color: #fff;
  background: #0e208d;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .section-voice-recruit__button a {
    height: 8rem;
    border-radius: 4rem;
  }
}

.slogan-section {
  margin-top: 8rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}

.sub-heading-en {
  color: #0e208d;
  font-family: "EB Garamond", serif;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-heading-en {
    font-size: 3.8rem;
  }
}

.sub-heading-ja {
  color: #071045;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .sub-heading-ja {
    font-size: 3.8rem;
  }
}

.sub-title-content {
  margin-top: 4rem;
  font-size: 3.6rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .sub-title-content {
    font-size: 4.6rem;
    line-height: 1.5;
  }
}

.summary-office {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .summary-office {
    display: block;
  }
}

.summary-office__image {
  width: 47.9166666667%;
}

@media screen and (max-width: 768px) {
  .summary-office__image {
    width: 100%;
  }
}

.summary-office__body {
  width: 52.0833333333%;
  padding: 0 6.25%;
}

@media screen and (max-width: 768px) {
  .summary-office__body {
    width: 100%;
    margin-top: 4rem;
    padding: 0;
  }
}

.summary-office__heading {
  color: #0e208d;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .summary-office__heading {
    margin-top: 4rem;
    padding: 0;
    font-size: 3.6rem;
  }
}

.summary-office__text {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .summary-office__text {
    margin-top: 2rem;
  }
}

.summary-office__button {
  width: 30rem;
  margin-top: 3rem;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .summary-office__button {
    width: 100%;
    font-size: 2.4rem;
  }
}

.summary-office__button a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  color: #0e208d;
  border-radius: 0.3rem;
  background: #eff5fa;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .summary-office__button a {
    height: 8rem;
    border-radius: 0.6rem;
  }
}

.summary-office__button a:after {
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1rem;
  width: 0.6rem;
  height: 1.2rem;
  content: "";
  display: block;
  background: url(../img/common/arw_forward.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .summary-office__button a:after {
    width: 1.2rem;
    height: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 2rem;
  }
}

.summary-voice {
  position: relative;
  height: 40rem;
}

@media screen and (max-width: 768px) {
  .summary-voice {
    height: auto;
  }
}

.summary-voice__image {
  width: 100%;
  height: 100%;
}

.summary-voice__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-shadow: 0 0 1rem rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
  .summary-voice__body {
    position: static;
    height: auto;
    padding: 3rem 4rem 4rem;
    background: #eff5fa;
  }
}

.summary-voice__heading {
  color: #071045;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .summary-voice__heading {
    font-size: 3.4rem;
  }
}

.summary-voice__name {
  margin-top: 4rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .summary-voice__name {
    margin-top: 2rem;
    font-size: 2.8rem;
  }
}

.summary-voice__text {
  margin-top: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .summary-voice__text {
    margin-top: 2rem;
  }
}

.summary-works-category {
  display: flex;
  align-items: center;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .summary-works-category {
    display: block;
  }
}

.summary-works-category__image {
  width: 47.9166666667%;
}

@media screen and (max-width: 768px) {
  .summary-works-category__image {
    width: 100%;
  }
}

.summary-works-category__body {
  width: 52.0833333333%;
  padding: 0 6.25%;
}

@media screen and (max-width: 768px) {
  .summary-works-category__body {
    width: 100%;
    margin-top: 4rem;
    padding: 0 4rem;
  }
}

.summary-works-category__heading {
  line-height: 1;
}

.summary-works-category__heading-ja {
  display: block;
  color: #0e208d;
  font-size: 2.8rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .summary-works-category__heading-ja {
    font-size: 4.2rem;
  }
}

.summary-works-category__heading-en {
  display: block;
  margin-top: 2rem;
  color: #071045;
  font-family: "EB Garamond", serif;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .summary-works-category__heading-en {
    font-size: 3rem;
  }
}

.summary-works-category__text {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .summary-works-category__text {
    margin-top: 3rem;
  }
}

.summary-works-detail {
  margin-top: 6rem;
  padding: 0 4rem;
}

@media screen and (max-width: 768px) {
  .summary-works-detail {
    padding: 0;
    background: #eff5fa;
  }
}

.summary-works-detail__outer {
  width: 100%;
  max-width: 168rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.summary-works-detail__outer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 58rem;
  content: "";
  display: block;
  background: #eff5fa;
}

.summary-works-detail__inner {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .summary-works-detail__inner {
    display: block;
  }
}

.summary-works-detail__gallery {
  width: 77.3rem;
}

@media screen and (max-width: 768px) {
  .summary-works-detail__gallery {
    width: 100%;
  }
}

.summary-works-detail__outline {
  position: relative;
  width: 34.6rem;
  padding: 6rem 0;
}

@media screen and (max-width: 768px) {
  .summary-works-detail__outline {
    width: 100%;
    padding: 6rem 4rem;
  }
}

.table-form {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .table-form {
    margin-top: 6rem;
  }
}

.table-form__item:nth-of-type(n+2) {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .table-form__item:nth-of-type(n+2) {
    margin-top: 4rem;
  }
}

.table-form__item.is-required .table-form__heading:before {
  content: "必須";
  color: #0e208d;
  border-color: #0e208d;
}

.table-form__heading {
  position: relative;
  padding-left: 6rem;
  color: #071045;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .table-form__heading {
    padding-left: 11rem;
    font-size: 2.4rem;
  }
}

.table-form__heading:before {
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 5rem;
  height: 2rem;
  box-sizing: border-box;
  content: "任意";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #c8c8c8;
  border: solid 1px #c8c8c8;
  border-radius: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .table-form__heading:before {
    width: 10rem;
    height: 4rem;
    top: calc(50% - 2rem);
    border-radius: 2rem;
    font-size: 2rem;
  }
}

.table-form__data {
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .table-form__data {
    margin-top: 1rem;
  }
}

.table-form__data ::-moz-placeholder {
  color: #c8c8c8;
}

.table-form__data :-ms-input-placeholder {
  color: #c8c8c8;
}

.table-form__data ::placeholder {
  color: #c8c8c8;
}

.table-form__data input[type=text] {
  width: 100%;
  height: 5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  background: #eff5fa;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text] {
    height: 8rem;
  }
}

.table-form__data input[type=text].input-type-name {
  width: 30rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text].input-type-name {
    width: calc(50% - 1rem);
  }
}

.table-form__data input[type=text].input-type-name+.input-type-name {
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text].input-type-name+.input-type-name {
    margin-left: 2rem;
  }
}

.table-form__data input[type=text].input-type-zip {
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text].input-type-zip {
    width: 14rem;
  }
}

.table-form__data input[type=text].input-type-age {
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text].input-type-age {
    width: 12rem;
  }
}

.table-form__data input[type=text].input-type-year {
  width: 10rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=text].input-type-year {
    width: 14rem;
  }
}

.table-form__data input[type=text].input-type-education {
  width: 50rem;
}

@media screen and (max-width: 768px) {
  .table-form__data input[type=radio] {
    vertical-align: -0.6rem;
  }
}

.table-form__data textarea {
  width: 100%;
  height: 20rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  background: #eff5fa;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table-form__data textarea {
    height: 24rem;
  }
}

.table-form__data select {
  outline: none;
  border: none;
  height: 5rem;
  padding: 1rem 2rem;
  background: #eff5fa;
  font: inherit;
}

@media screen and (max-width: 768px) {
  .table-form__data select {
    height: 8rem;
  }
}

.table-form__field {
  position: relative;
}

.table-form__field+.table-form__field {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .table-form__field+.table-form__field {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .table-horizontal {
    font-size: 2.4rem;
  }
}

.table-horizontal__item {
  display: flex;
}

.table-horizontal__item:nth-of-type(n+2) {
  margin-top: 3rem;
}

.table-horizontal__heading {
  width: 28rem;
  margin-right: 2rem;
  padding: 0 0 3rem 2rem;
  border-bottom: 1px solid #0e208d;
}

@media screen and (max-width: 768px) {
  .table-horizontal__heading {
    width: 24rem;
    padding-left: 0;
  }
}

.table-horizontal__data {
  flex: 1;
  padding: 0 0 3rem 2rem;
  border-bottom: 1px solid #d5d5da;
}

@media screen and (max-width: 768px) {
  .table-horizontal__data {
    padding-left: 0;
  }
}

.table-horizontal__data>table th {
  padding-right: 2rem;
}

.text-motto {
  margin-top: 4rem;
  padding: 6rem;
  background: #eff5fa;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .text-motto {
    font-size: 3.2rem;
  }
}

.text-section {
  margin-top: 4rem;
}

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

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

.thumb-works {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.thumb-works__item {
  width: 8rem;
  height: 8rem;
  position: relative;
  cursor: pointer;
}

.thumb-works__item:nth-of-type(n+2) {
  margin-left: 1rem;
}

.thumb-works__item.is-current:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  box-sizing: border-box;
  border: 2px solid #071045;
}

.title-content {
  line-height: 1;
}

.title-content__en {
  display: block;
  color: #0e208d;
  font-family: "EB Garamond", serif;
  font-size: 6rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .title-content__en {
    font-size: 8rem;
  }
}

.title-content__ja {
  display: block;
  margin-top: 2rem;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .title-content__ja {
    margin-top: 3rem;
    font-size: 3.2rem;
  }
}

#home .hero {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-left: 12.5%;
}

@media screen and (max-width: 768px) {
  #home .hero {
    padding-left: 0;
    height: 76rem;
  }
}

#home .hero__image {
  height: 100%;
}

#home .hero__body {
  position: absolute;
  bottom: 24rem;
  left: 10%;
  padding-left: 6.25%;
}

@media screen and (max-width: 768px) {
  #home .hero__body {
    top: 50%;
    padding-left: 4rem;
    left: 0;
  }
}

#home .hero__heading {
  width: 106.3rem;
}

@media screen and (max-width: 768px) {
  #home .hero__heading {
    width: 68.8rem;
  }
}

#home .hero__text {
  margin-top: 6rem;
  font-size: 2rem;
  line-height: 1;
  color: #FFF;
  text-shadow: 0 1px 3px #333;
}

@media screen and (max-width: 768px) {
  #home .hero__text {
    margin-top: 3rem;
    padding-right: 22rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

#home .section-topics {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  #home .section-topics {
    display: block;
    padding: 0 4rem;
  }
}

#home .section-topics__header {
  width: 23rem;
}

@media screen and (max-width: 768px) {
  #home .section-topics__header {
    width: 100%;
    text-align: center;
  }
}

#home .section-topics__body {
  flex: 1;
}

@media screen and (max-width: 768px) {
  #home .section-topics__body {
    margin-top: 3rem;
  }
}

#home .section-topics .list-topics__item {
  display: flex;
}

@media screen and (max-width: 768px) {
  #home .section-topics .list-topics__item {
    display: block;
  }
}

#home .section-topics .list-topics__item:nth-of-type(n+2) {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-topics .list-topics__item:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}

#home .section-topics .list-topics__date {
  display: block;
  width: 12.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-topics .list-topics__date {
    width: auto;
    font-size: 2.4rem;
  }
}

#home .section-topics .list-topics__text {
  display: block;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #home .section-topics .list-topics__text {
    line-height: 1.5;
  }
}

#home .section-topics .list-topics__text a {
  text-decoration: none;
}

#home .section-topics .list-topics__text a:hover,
#home .section-topics .list-topics__text a:active {
  text-decoration: underline;
}

#home .section-works {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15rem;
}

@media screen and (max-width: 768px) {
  #home .section-works {
    padding: 0 4rem;
  }
}

#home .section-works__header {
  text-align: center;
}

#home .section-works__body {
  margin-top: 6rem;
}

#home .section-index {
  display: flex;
  align-items: center;
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  #home .section-index {
    display: block;
  }
}

#home .section-index+.section-index {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  #home .section-index+.section-index {
    margin-top: 12rem;
  }
}

#home .section-index--reverse {
  flex-direction: row-reverse;
}

#home .section-index__image {
  width: 47.9166666667%;
}

@media screen and (max-width: 768px) {
  #home .section-index__image {
    width: 100%;
  }
}

#home .section-index__body {
  width: 52.0833333333%;
  padding: 0 6.25%;
}

@media screen and (max-width: 768px) {
  #home .section-index__body {
    width: 100%;
    margin-top: 4rem;
    padding: 0 4rem;
    text-align: center;
  }
}

#home .section-index__text {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-index__text {
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin-top: 4rem;
  }
}

#home .section-index__button {
  margin-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-index__button {
    margin-top: 2rem;
    text-align: left;
  }
}

#home .section-news {
  width: 100%;
  max-width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16rem;
  padding: 8rem 0 9rem;
  background: #eff5fa;
}

@media screen and (max-width: 768px) {
  #home .section-news {
    width: 100%;
    max-width: 68.8rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15rem;
    padding: 8rem 4rem;
  }
}

#home .section-news__header {
  text-align: center;
}

#home .section-news__body {
  width: 100%;
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  #home .section-news__body {
    margin-top: 3rem;
  }
}

#home .section-news .list-news__item {
  display: flex;
}

@media screen and (max-width: 768px) {
  #home .section-news .list-news__item {
    display: block;
  }
}

#home .section-news .list-news__item:nth-of-type(n+2) {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-news .list-news__item:nth-of-type(n+2) {
    margin-top: 3rem;
  }
}

#home .section-news .list-news__date {
  display: block;
  width: 12.5rem;
}

@media screen and (max-width: 768px) {
  #home .section-news .list-news__date {
    width: auto;
    font-size: 2.4rem;
  }
}

#home .section-news .list-news__text {
  display: block;
  flex: 1;
}

@media screen and (max-width: 768px) {
  #home .section-news .list-news__text {
    line-height: 1.5;
  }
}

#home .section-news .list-news__text a {
  text-decoration: none;
}

#home .section-news .list-news__text a:hover,
#home .section-news .list-news__text a:active {
  text-decoration: underline;
}

.bnr__top__box {
  width: 100%;
  max-width: 1345px;
  margin: 10rem auto 0;
}

.bnr__top__box a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.bnr__top__box .pc-hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .bnr__top__box .sp-hide {
    display: none;
  }

  .bnr__top__box .pc-hide {
    display: inline;
  }

  .bnr__top__box {
    max-width: 90%;
  }
}

.bnr__kasou__box {
  width: 100%;
  max-width: 120rem;
  margin: 10rem auto 0;
}

#privacy .heading-privacy {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #privacy .heading-privacy {
    font-size: 3rem;
    line-height: 1.6666666667;
  }
}

#privacy .heading-privacy:nth-of-type(n + 2) {
  margin-top: 2.8rem;
}

@media screen and (max-width: 768px) {
  #privacy .heading-privacy+.text-privacy {
    margin-top: 0.8rem;
  }
}

#privacy .text-privacy {
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #privacy .text-privacy {
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
}

#privacy .text-privacy+.heading-privacy {
  margin-top: 2.8rem;
}

@media screen and (max-width: 768px) {
  #privacy .text-privacy+.heading-privacy {
    margin-top: 5rem;
  }
}

#privacy .text-privacy--top {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #privacy .text-privacy--top {
    font-size: 3rem;
    line-height: 1.8;
  }
}

#privacy .list-privacy {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 1.2em;
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding-left: 0;
  }
}

#privacy .list-privacy li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy li {
    text-indent: 1em;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy+.heading-privacy {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy+.table-privacy {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy+.table-privacy .table-privacy__heading {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  #privacy .list-privacy+.table-privacy .table-privacy__data {
    width: 60%;
  }
}

#privacy .table-privacy {
  width: 100%;
  border: 1px solid #c8c8c8;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy {
    margin-top: 1.8rem;
    border-top-width: 0.2rem;
  }
}

#privacy .table-privacy__row:nth-of-type(n + 2) {
  border-top: 1px solid #c8c8c8;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__row:nth-of-type(n + 2) {
    border-top-width: 0.2rem;
  }
}

#privacy .table-privacy__row:nth-of-type(n + 2) .table-privacy__heading {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__row:nth-of-type(n + 2) .table-privacy__heading {
    border-top-width: 0.2rem;
  }
}

#privacy .table-privacy__heading,
#privacy .table-privacy__data {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 1rem;
}

#privacy .table-privacy__heading {
  background: #c8c8c8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__heading {
    font-size: 3rem;
    line-height: 1.3333333333;
    width: 50%;
    padding: 2.2rem 1.8rem;
  }
}

#privacy .table-privacy__heading:nth-of-type(n + 2) {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__heading:nth-of-type(n + 2) {
    border-left-width: 0.2rem;
  }
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__data {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    padding: 1.4rem 2rem;
  }
}

#privacy .table-privacy__data:nth-of-type(n + 2) {
  border-left: 1px solid #c8c8c8;
}

@media screen and (max-width: 768px) {
  #privacy .table-privacy__data:nth-of-type(n + 2) {
    border-left-width: 0.2rem;
  }
}

#privacy .list {
  padding: 2rem;
  list-style-position: outside;
}

#privacy .list li {
  list-style-type: disc;
  margin-right: 1.5rem;
}

#privacy .heading-ja {
  margin-bottom: 2rem;
}

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