@charset "UTF-8";
/*======================================================
Import
======================================================*/
/*======================================================
Reset
======================================================*/
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

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

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/*======================================================
Color
======================================================*/
/*======================================================
Font
======================================================*/
/*======================================================
common
======================================================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 15px;
  line-height: 1;
  background: #fff;
  color: #202020;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media (max-width: 520px) {
  body {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #202020;
}

p:not([class]) {
  line-height: 2em;
  font-size: 15px;
}
@media (max-width: 520px) {
  p:not([class]) {
    font-size: 14px;
  }
}

@media (min-width: 521px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

picture img {
  width: 100%;
}

ul,
li {
  list-style: none;
}

main {
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 520px) {
  main {
    padding-top: 75px;
  }
}

h1 {
  font-size: 3.6rem;
}
h1 img {
  display: block;
  width: 100%;
}

.simple-title {
  margin: 80px 0 0;
}

h2:not([class]) {
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 3px;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-style: normal;
}
h2:not([class]) span {
  font-size: 12px;
  font-weight: normal;
}
@media (max-width: 960px) {
  h2:not([class]) {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.2rem;
}

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

section:target {
  animation: modify 0.1s;
}

@media (max-width: 960px) {
  html {
    font-size: 13px;
  }
  h1 {
    font-size: 2.6rem;
  }
}
/*======================================================
Totop
======================================================*/
#pageTop {
  position: fixed;
  bottom: 30px;
  right: -202px;
  width: 75px;
  z-index: 999;
  transition: 0.3s;
}
@media (max-width: 960px) {
  #pageTop {
    width: 60px;
  }
}
#pageTop .parts1 {
  position: relative;
  z-index: 2;
  transition: 0.3s;
}
#pageTop .parts2 {
  min-width: 130%;
  position: absolute;
  z-index: 1;
  left: -48px;
  bottom: 25px;
  transition: 0.3s;
}

@media (min-width: 961px) {
  #pageTop:hover {
    bottom: 40px;
    transition: bottom 0.4s;
  }
  #pageTop:hover .parts1 {
    transform: rotateZ(5deg) rotateY(5deg) translateX(-5px);
    transition: 0.3s;
  }
  #pageTop:hover .parts2 {
    left: -55px;
    bottom: 28px;
    transform: rotateZ(18deg) rotateY(18deg) translateX(-10px);
    transition: 0.3s;
  }
}
/*======================================================
Header
======================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  padding: 20px 40px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
@media (max-width: 960px) {
  header {
    flex-wrap: nowrap;
    padding: 10px 15px;
  }
  header .header-logo {
    margin-right: 30px;
  }
}
@media (max-width: 520px) {
  header {
    height: 75px;
    padding: 10px 20px;
  }
}

/* menu */
header .header-logo a {
  display: flex;
  align-items: center;
}
header .header-logo span {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
  font-size: 1rem;
  line-height: 1.2;
}
header .header-logo span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #707070;
  width: 1px;
  height: 30px;
}
header .header-logo img {
  height: 40px;
  width: auto;
  /* テンプレート用に可変 */
}

@media (max-width: 520px) {
  header .header-logo img {
    height: 29px;
  }
  header .header-logo span {
    padding-left: 15px;
    margin-left: 20px;
  }
}
#GlovalNav ul.menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
#GlovalNav ul.menu_list > li {
  position: relative;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  transition: 0.2s;
}
#GlovalNav ul.menu_list > li a {
  display: block;
}
#GlovalNav ul.menu_list > li > a {
  padding: 15px 25px;
}
#GlovalNav ul.menu_list > li.entry-btn a {
  text-align: center;
  display: block;
  border-radius: 4px;
  line-height: 2.5em;
  width: 150px;
  background-color: #8b0000;
  color: #fff;
  padding: 0;
  margin-left: 25px;
}

@media (min-width: 1301px) {
  #GlovalNav ul.menu_list > li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #GlovalNav ul.menu_list > li:hover > a:after {
    color: #8b0000;
    transition: 0.3s;
  }
  #GlovalNav ul.menu_list > li ul {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    position: absolute;
    top: 100%;
    z-index: 100;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0%);
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #GlovalNav ul.menu_list > li ul li {
    border-bottom: dashed 1px #8b0000;
  }
  #GlovalNav ul.menu_list > li ul li a {
    display: block;
    padding: 14px 28px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    width: 100%;
  }
  #GlovalNav ul.menu_list > li ul li:first-child {
    border-top: solid 1px #eee;
  }
  #GlovalNav ul.menu_list > li ul li:last-child {
    border-bottom: none;
  }
  #GlovalNav ul.menu_list > li.has_child > a {
    padding-right: 35px;
  }
  #GlovalNav ul.menu_list > li.has_child > a:after {
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    border-top: 8px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
  }
  #GlovalNav ul.menu_list > li.has_child > a:hover:after {
    border-top: 8px solid #8b0000;
  }
  #GlovalNav ul.menu_list > li.entry-btn a:hover {
    background-color: #d6405b;
    color: #fff;
  }
  #GlovalNav ul.menu_list > li:not(.entry-btn) a:hover {
    color: #8b0000;
    transition: 0.3s;
  }
}
@media (max-width: 1300px) {
  #GlovalNav {
    background: #fff;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: block;
    visibility: hidden;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding-top: 82px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #GlovalNav ul {
    flex-direction: column;
  }
  #GlovalNav ul li {
    width: 100%;
  }
  #GlovalNav ul li > a:after {
    display: none;
  }
  #GlovalNav ul li ul li {
    border-top: 1px solid #e9e9e9;
  }
  #GlovalNav ul li ul li a {
    padding: 12px 35px;
    font-size: 12px;
  }
  #GlovalNav > ul.menu_list > li:nth-child(even) {
    background: #f6f8f8;
  }
  #GlovalNav > ul.menu_list > li a {
    font-size: 15px;
  }
  #GlovalNav > ul.menu_list > li.entry-btn {
    background: none;
    padding: 15px 25px;
  }
  #GlovalNav > ul.menu_list > li.entry-btn a {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*======================================================
SP menu
======================================================*/
@media (max-width: 1300px) {
  #nav_toggle {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 57px;
    border-radius: 10px;
    position: relative;
    top: 0;
    z-index: 9999;
  }
  #nav_toggle span {
    display: block;
    position: absolute;
    width: 35px;
    height: 6px;
    left: 50%;
    border-radius: 3px;
    transform: translateX(-50%);
    background: #8b0000;
    transition: 0.2s;
  }
  #nav_toggle span:nth-child(1) {
    top: 14px;
  }
  #nav_toggle span:nth-child(2) {
    top: 26px;
  }
  #nav_toggle span:nth-child(3) {
    top: 38px;
  }
}
@media (max-width: 1300px) {
  .open #nav_toggle span:nth-child(1) {
    top: 25px;
    left: 15px;
    transform: rotate(45deg);
  }
  .open #nav_toggle span:nth-child(2) {
    top: 15px;
    opacity: 0;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 25px;
    left: 15px;
    transform: rotate(-45deg);
  }
  .open #GlovalNav {
    visibility: visible;
    opacity: 1;
  }
}
/*======================================================
Footer
======================================================*/
main + .c-inner-m {
  margin-top: 120px;
}
@media (max-width: 520px) {
  main + .c-inner-m {
    margin-top: 75px;
  }
}

.l-footer__navbtn {
  display: flex;
  gap: 30px;
  margin-bottom: 120px;
}
@media (max-width: 520px) {
  .l-footer__navbtn {
    flex-direction: column;
    gap: 45px;
  }
}
.l-footer__navbtn li {
  width: calc(50% - 15px);
}
@media (max-width: 520px) {
  .l-footer__navbtn li {
    width: 100%;
  }
}
.l-footer__navbtn a {
  background-size: cover;
  display: block;
  padding: 35px 0;
  position: relative;
  border-top: solid 2px #ebebeb;
  border-bottom: solid 2px #ebebeb;
}
@media (max-width: 520px) {
  .l-footer__navbtn a {
    padding: 25px 0;
  }
}
.l-footer__navbtn a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #8b0000;
  transition: 0.3s;
  z-index: 2;
}
.l-footer__navbtn a:hover::before {
  transition: 0.3s;
  width: 100%;
}
.l-footer__navbtn a:hover h3,
.l-footer__navbtn a:hover p {
  color: #8b0000;
  transition: 0.3s;
}
.l-footer__navbtn h3,
.l-footer__navbtn p {
  position: relative;
  z-index: 3;
  color: #202020;
  transition: 0.3s;
}
.l-footer__navbtn h3 {
  font-size: 2rem;
}
.l-footer__navbtn p {
  font-size: 1rem;
  margin-top: 6px;
}

footer {
  background-color: #202020;
  text-align: center;
  color: #fff;
  padding: 35px 0 20px;
}
footer .f-sns-menu {
  margin-bottom: 25px;
}
footer .f-sns-menu li:not(:first-child) {
  margin-left: 25px;
}
footer > .f-menu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer a {
  color: #fff;
}
footer img {
  width: 40px;
  justify-content: space-between;
}
footer .f-main-menu {
  font-size: 1.2em;
}
footer .f-main-menu li:not(:last-child) {
  margin-right: 50px;
}
footer .f-sub-menu {
  font-size: 80%;
}
footer .f-sub-menu li {
  padding: 0 20px;
  line-height: 1;
}
@media (min-width: 521px) {
  footer .f-sub-menu li {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  footer .f-sub-menu li:last-child {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
  }
}

.copyright {
  margin-top: 15px;
  font-size: 70%;
}

@media (max-width: 960px) {
  footer > .f-main-menu > ul {
    flex-direction: column;
  }
  footer > .f-sub-menu > ul {
    flex-direction: column;
  }
  .f-main-menu li:not(:last-child) {
    margin-right: 0;
  }
  .f-main-menu a {
    display: block;
    border-bottom: 1px solid #433431;
    padding: 10px 0;
  }
  .f-sub-menu a {
    display: block;
    padding: 5px 0;
  }
  .f-sub-menu li {
    border-left: none;
  }
  .f-sub-menu li:last-child {
    border-right: none;
  }
}
/*======================================================
Page - TOP
======================================================*/
.top-mv {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  height: 100vh;
  max-height: 950px;
  z-index: 9;
  background-image: url(../images/mv.jpg);
  background-position: center;
  background-size: cover;
}
.top-mv__text {
  position: absolute;
  z-index: 99;
  color: #fff;
  bottom: 48px;
  left: 3%;
}
.top-mv__text img {
  display: block;
}
.top-mv__text .catch {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.15em;
}
@media (max-width: 520px) {
  .top-mv__text .catch {
    font-size: 32px;
  }
}
.top-mv__text .en {
  margin-top: 25px;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .top-mv__text .en {
    font-size: 16px;
  }
}
.top-mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}
.top-mv__video.is-loaded iframe {
  opacity: 1;
  visibility: visible;
}
.top-mv iframe {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  transition: 0.3s;
  transition-property: opacity, visibility;
}

@media (max-width: 960px) {
  .top-mv {
    height: 260px;
  }
}
@media (max-width: 520px) {
  .top-mv {
    height: 450px;
    max-height: auto;
    min-height: auto;
  }
  .top-mv__video {
    width: 214vw;
    height: 100%;
  }
}
.scroll {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  right: 25px;
  bottom: 125px;
  color: #fff;
  padding-right: 90px;
  transform: rotate(90deg);
}
.scroll::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 2px;
  background: #fff;
  content: " ";
  transform: rotate(-90deg);
  /* Opera 12+ */
  animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
  /* IE 10+, Fx 29+ */
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(0, 1);
  }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 100% 0%;
  }
  100% {
    transform-origin: 100% 0%;
    transform: scale(0, 1);
  }
}
.top-news {
  padding: 65px 0;
}
.top-news__inner {
  display: flex;
}
.top-news__left {
  width: 350px;
}
.top-news .news-list {
  position: relative;
  width: 930px;
  max-width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .top-news .news-list {
    width: 90%;
    margin: auto;
  }
}
.top-news .news-list .date {
  color: #828282;
  margin-right: 15px;
}
.top-news .news-list .cat {
  line-height: 1;
  background: #8b0000;
  color: #fff;
  padding: 3px 5px;
  width: 100px;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  margin-right: 15px;
}
.top-news .news-list .title {
  font-size: 16px;
  font-weight: normal;
  font-size: 14px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  box-orient: vertical;
  line-clamp: 1;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.top-news .news-list a {
  position: relative;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px 20px;
  padding-right: 60px;
  border-bottom: solid 1px #ead8d3;
}
.top-news .news-list a:last-child {
  border: 0;
}
.top-news .news-list a:hover {
  background: #f6f8f8;
  opacity: 1;
}

.top-important p {
  font-size: 20px;
}

.top-lead {
  position: relative;
  z-index: 2;
  background-image: url(../images/top-lead-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0;
}
.top-lead::before {
  content: "";
  background-color: #8b0000;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.top-lead__inner {
  display: flex;
  gap: 45px;
  position: relative;
  z-index: 9;
}
.top-lead h2,
.top-lead p {
  color: #8b0000;
}
.top-lead h2 {
  letter-spacing: 0.06em;
  border-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.9em;
  width: 400px;
  margin-bottom: 0;
}
.top-lead .text {
  width: calc(100% - 445px);
}
.top-lead p {
  font-size: 1.1rem;
  line-height: 2.25em;
  color: #202020;
}
.top-lead p:not(:last-child) {
  margin-bottom: 1.8em;
}

@media (max-width: 960px) {
  .top-lead {
    padding: 75px 0;
  }
  .top-lead__inner {
    flex-direction: column;
  }
  .top-lead h2,
  .top-lead .text {
    width: 100%;
  }
  .top-lead p {
    text-align: left;
    font-size: 1rem;
    line-height: 2.1;
  }
  .top-lead h2 {
    font-size: 1.75rem;
    line-height: 1.7em;
  }
}
@media (max-width: 960px) {
  .top-lead {
    padding: 75px 0;
  }
  .top-lead__inner {
    gap: 35px;
  }
}
.top-navigation {
  padding: 0;
}
.top-navigation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.top-navigation__list li {
  width: calc((100% - 15px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 420px;
  padding: 0 45px 35px;
  position: relative;
}
@media (max-width: 960px) {
  .top-navigation__list li {
    height: 360px;
    padding: 0 25px 20px;
  }
}
@media (max-width: 520px) {
  .top-navigation__list li {
    width: 100%;
    height: 320px;
  }
}
.top-navigation__list li:nth-child(1) {
  background: url(../images/alter01.jpg) no-repeat 50% 50%/cover;
}
.top-navigation__list li:nth-child(2) {
  background: url(../images/alter02.jpg) no-repeat center 28%/cover;
}
.top-navigation__list li:nth-child(3) {
  background: url(../images/alter04.jpg) no-repeat 50% 75%/cover;
}
.top-navigation__list li:nth-child(4) {
  background: url(../images/alter03.jpg) no-repeat 50% 75%/cover;
}
.top-navigation__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.2);
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.top-navigation__list .inner {
  max-width: 480px;
}
.top-navigation__list a {
  display: block;
  font-size: 0.8rem;
  color: #8b0000;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 20px;
  margin-top: 18px;
  max-width: 280px;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .top-navigation__list a {
    max-width: 100%;
  }
}
.top-navigation__list a:hover {
  transition: 0.3s;
  color: #fff;
  background-color: #8b0000;
}
.top-navigation__list .heading,
.top-navigation__list p,
.top-navigation__list a {
  position: relative;
  z-index: 9;
}
.top-navigation__list .heading,
.top-navigation__list p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.top-navigation__list .heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1em;
}
@media (max-width: 960px) {
  .top-navigation__list .heading {
    font-size: 1.4rem;
  }
}
.top-navigation__list p {
  color: #fff;
  margin-top: 18px;
  line-height: 1.75em;
  font-size: 1rem;
}
@media (max-width: 960px) {
  .top-navigation__list p {
    text-align: left;
  }
  .top-navigation__list p br {
    display: none;
  }
}

.top-interview {
  margin-top: 120px;
}

.top-occ {
  padding: 60px 40px 0;
}
.top-occ h2 {
  margin-bottom: 120px;
}
.top-occ-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top-occ-list li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 8px;
  line-height: 1.7em;
  font-size: 1.1rem;
  text-align: center;
}
.top-occ-list a {
  padding: 25px 12px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  transition: 0.2s;
  border: solid 1px #8b0000;
  color: #8b0000;
}
.top-occ-list a:hover {
  background-color: #8b0000;
  transition: 0.1s;
}
.top-occ-list a:hover p {
  color: #fff;
}
@media (max-width: 960px) {
  .top-occ-list a {
    width: calc(100% - 30px);
    margin: 0 auto 8px;
    height: 169px;
  }
}
.top-occ-list img {
  width: 50px;
}
.top-occ-list p {
  line-height: 1.45em;
}
@media (max-width: 960px) {
  .top-occ-list {
    display: block;
  }
  .top-occ-list p {
    line-height: 1.4;
    font-size: 1rem;
  }
}

/*======================================================
Page - NEWS　お知らせ
======================================================*/
.singlenews-wrap {
  width: 800px;
  max-width: 100%;
  border: 8px solid #dddddd;
  padding: 65px;
  margin: 0 auto 50px;
}
@media (max-width: 960px) {
  .singlenews-wrap {
    padding: 20px;
  }
}
.singlenews-wrap h3 {
  margin-bottom: 15px;
}
.singlenews-wrap p {
  margin-top: 10px;
  line-height: 2em;
  padding: 0;
}

/*======================================================
Page - COMPANY　会社を知る
======================================================*/
.l-company__benefit,
.l-company__outline {
  padding: 120px 0;
}
@media (max-width: 520px) {
  .l-company__benefit,
  .l-company__outline {
    padding: 75px 0;
  }
}

.l-company__message {
  padding: 75px 0;
}
.l-company__message__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  width: 100%;
  height: 520px;
}
@media (max-width: 520px) {
  .l-company__message__image {
    height: 250px;
  }
}
.l-company__message__heading {
  position: relative;
  width: 500px;
  max-width: 100%;
  float: left;
  margin-bottom: 35px;
}
.l-company__message__heading h2 {
  font-size: 1rem;
  color: #8b0000;
  margin-bottom: 20px;
}
@media (max-width: 520px) {
  .l-company__message__heading h2 {
    margin-bottom: 12px;
  }
}
.l-company__message__heading p {
  font-weight: bold;
  font-size: 1.9rem;
}
@media (max-width: 520px) {
  .l-company__message__heading p {
    font-size: 1.75rem;
    line-height: 1.5em;
  }
}
.l-company__message__text {
  margin-top: 75px;
}
@media (max-width: 520px) {
  .l-company__message__text {
    margin-top: 45px;
  }
}
.l-company__message__text::after {
  content: "";
  display: block;
  clear: both;
}
.l-company__message__content > p {
  line-height: 2.5;
}
.l-company__message__content > p + p {
  margin-top: 1.2em;
}
@media (max-width: 520px) {
  .l-company__message__content > p {
    line-height: 2;
  }
}
.l-company__message .greeting {
  margin-top: 25px;
}
.l-company__message .greeting p.company {
  font-size: 16px;
}
.l-company__message .greeting p.name {
  font-size: 21px;
  margin-top: 15px;
}
.l-company__message .greeting p.name span {
  font-size: 16px;
}
.l-company__benefit__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 25px;
}
.l-company__benefit__list li {
  width: calc((100% - 50px) / 2);
}
.l-company__benefit__list li p {
  line-height: 1.7em;
}
.l-company__benefit__list li .heading {
  color: #8b0000;
  margin-top: 1em;
  margin-bottom: 0.8em;
  font-size: 1.5rem;
}
@media (max-width: 520px) {
  .l-company__benefit__list li {
    width: 100%;
  }
}
.l-company__access {
  width: 100%;
  margin: 60px auto 0;
}
.l-company__access h3 {
  margin: 45px auto 5px;
}
.l-company__outline__list {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.l-company__outline__list tr {
  border-collapse: collapse;
  border-bottom: solid 1px #dedede;
}
@media (max-width: 520px) {
  .l-company__outline__list tr {
    display: flex;
    flex-direction: column;
    padding: 22px 0;
  }
}
.l-company__outline__list th,
.l-company__outline__list td {
  line-height: 1.5;
  border-collapse: collapse;
  text-align: left;
  border: 0;
  padding: 25px 30px;
}
@media (max-width: 520px) {
  .l-company__outline__list th,
  .l-company__outline__list td {
    padding: 0;
  }
}
.l-company__outline__list th {
  width: 20%;
  padding-left: 0;
}
@media (max-width: 520px) {
  .l-company__outline__list th {
    width: 100%;
  }
}
.l-company__outline__list td {
  width: 80%;
}
@media (max-width: 520px) {
  .l-company__outline__list td {
    width: 100%;
    margin-top: 12px;
  }
}

/*======================================================
Page - WORK 仕事を知る
======================================================*/
.l-work__content {
  margin-top: 75px;
}

.alter-wrap {
  width: 100%;
  margin: 0 auto;
}
.alter-wrap .alter-child {
  display: flex;
  margin-bottom: 60px;
  height: 550px;
  filter: drop-shadow(5px 5px 5px #e1e1e1);
}
.alter-wrap .alter-child:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.alter-wrap img {
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
}
.alter-wrap .caption {
  width: 45%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 45px;
  padding-right: 45px;
}
.alter-wrap .caption h2,
.alter-wrap .caption p {
  width: 450px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alter-wrap .caption h2 {
  margin-bottom: 15px;
  color: #8b0000;
}
.alter-wrap .caption p {
  line-height: 2em;
  padding: 8px 0;
}
.alter-wrap .caption a {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 960px) {
  .alter-wrap .caption {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .alter-wrap .alter-child {
    flex-direction: column;
    height: auto;
  }
  .alter-wrap .alter-child:nth-child(2n+1) {
    flex-direction: column;
  }
  .alter-wrap .alter-child .a-caption {
    width: 100%;
  }
  .alter-wrap .caption {
    width: 100%;
    padding: 45px 25px;
  }
  .alter-wrap img {
    width: 100%;
  }
}
.introduction-btn {
  position: relative;
  width: 200px;
  display: block;
  text-align: center;
  background-color: #8b0000;
  border: 1px solid #8b0000;
  font-size: 14px;
  color: #8b0000;
  padding: 8px 24px;
  margin: 20px auto;
  line-height: 2.5;
}
.introduction-btn:hover {
  opacity: 1;
  color: #fff;
}
.introduction-btn:hover:before {
  width: 0;
  background-color: #8b0000;
}
.introduction-btn:hover:after {
  width: 0;
  background-color: #8b0000;
}
.introduction-btn span {
  position: relative;
  z-index: 1;
}
.introduction-btn::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
  left: 0;
}
.introduction-btn::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s;
  right: 0;
}

/*======================================================
Single - 仕事を知る　各職種・役職
======================================================*/
.l-requirement section + section {
  margin-top: 120px;
}
.l-requirement__outline {
  margin-top: 75px;
}
.l-requirement__outline img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.l-requirement__outline img + p {
  margin-top: 25px;
  line-height: 2.3;
}
.l-requirement__outline p:not([class]) {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-requirement__outline p:not([class]) + p:not([class]) {
  margin-top: 12px;
}

.recruit-table {
  border-collapse: collapse;
  width: 100%;
}
.recruit-table > div {
  border-bottom: 1px solid #e0e0e0;
  padding: 25px 32px;
  display: flex;
}
.recruit-table + a {
  margin-top: 45px;
}
.recruit-table dt {
  line-height: 1.8em;
  vertical-align: top;
  text-align: left;
  width: 220px;
}
.recruit-table dd {
  line-height: 1.8em;
  width: calc(100% - 220px);
}

@media (max-width: 960px) {
  .recruit-table-wrap {
    width: 100%;
    padding: 35px 20px;
  }
}
@media (max-width: 520px) {
  .recruit-table > div {
    flex-direction: column;
    padding: 25px 0;
  }
  .recruit-table dt {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .recruit-table dd {
    width: 100%;
    margin-top: 12px;
  }
}
/*======================================================
Page - STAFF　スタッフ紹介　
======================================================*/
.top-movie {
  margin: 65px auto 90px;
}
.top-movie iframe {
  display: block;
  margin: 0 auto;
  max-width: 560px;
  width: 100%;
  height: 315px;
}

.l-staff__head {
  background: #f5f5f5;
}
.l-staff__head__inner {
  display: flex;
  justify-content: space-between;
}
.l-staff__head__text {
  padding-top: 65px;
  padding-bottom: 65px;
  min-width: 50%;
}
.l-staff__head__text .heading {
  font-size: 1.2rem;
  margin-top: 2em;
}
.l-staff__head__text .breadcrumb {
  margin-top: 0;
}
.l-staff__head__text .breadcrumb li,
.l-staff__head__text .breadcrumb a {
  font-size: 0.7rem;
  color: #959595;
}
.l-staff__head__lead {
  font-size: 2.5rem;
  color: #8b0000;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
}
.l-staff__head__name {
  margin-top: 95px;
}
.l-staff__head__name .meta {
  font-size: 1rem;
  font-weight: normal;
}
.l-staff__head__name .name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-top: 15px;
}
.l-staff__head img {
  width: 50vw;
  min-height: 100%;
  max-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 960px;
}
.l-staff__video {
  margin-top: 125px;
}
@media (max-width: 520px) {
  .l-staff__video {
    margin-top: 75px;
  }
}
.l-staff__interview {
  margin-top: 95px;
  padding: 75px 0;
}
.l-staff__oneday {
  padding: 75px 0 0;
}
.l-staff__oneday .heading {
  margin-bottom: 20px;
  color: #8b0000;
}

@media (max-width: 520px) {
  .l-staff__head__inner {
    flex-direction: column;
  }
  .l-staff__head__text .heading {
    font-size: 1rem;
  }
  .l-staff__head__name {
    margin-top: 65px;
  }
  .l-staff__head__lead {
    font-size: 2.2rem;
  }
  .l-staff__head img {
    width: 100vw;
    margin-left: -18px;
  }
}
.youtube {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
}

.staff-interview-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 75px 60px;
  border-radius: 30px;
}
@media (max-width: 520px) {
  .staff-interview-wrap {
    padding: 45px 20px;
  }
}
.staff-interview-wrap dt {
  position: relative;
  font-size: 22px;
  color: #8b0000;
  font-weight: 900;
  padding-left: 39px;
  margin-bottom: 17px;
  line-height: 1.5;
}
.staff-interview-wrap dt::before {
  content: "Q";
  position: absolute;
  font-size: 1.6em;
  font-weight: 600;
  top: -15px;
  left: 0;
}
@media (max-width: 520px) {
  .staff-interview-wrap dt {
    font-size: 18px;
  }
}
.staff-interview-wrap dd {
  line-height: 2;
  font-size: 16px;
}
.staff-interview-wrap dd:not(:last-child) {
  margin-bottom: 45px;
  border-bottom: 1px solid #dedede;
  padding-bottom: 45px;
}
.staff-interview-wrap dd img {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.oneday-timeline > div {
  position: relative;
  border-left: 1px solid #8b0000;
  display: flex;
  flex-wrap: wrap;
}
.oneday-timeline dt {
  width: 15%;
  padding-left: 20px;
  z-index: 9;
  color: #8b0000;
  font-size: 25px;
  font-weight: bold;
}
.oneday-timeline dt::after {
  position: absolute;
  content: "";
  background-color: #8b0000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: -5px;
  top: 7px;
}
.oneday-timeline dd {
  position: relative;
  width: calc(85% - 50px);
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin: 0 auto 50px 50px;
}
.oneday-timeline dd span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #8b0000;
  margin-bottom: 0.4em;
}
.oneday-timeline dd img {
  display: block;
  margin-top: 9px;
}

@media (max-width: 960px) {
  .oneday-timeline div:not(:last-child) {
    padding-bottom: 45px;
  }
  .oneday-timeline dt {
    font-size: 15px;
    width: 100%;
  }
  .oneday-timeline dd {
    border: 0;
    width: 100%;
    margin: 0;
    margin-top: 15px;
    padding-left: 20px;
  }
  .oneday-timeline dd::before {
    display: none;
  }
  .oneday-timeline dd span {
    font-size: 21px;
  }
}
/*======================================================
Page - CROSSTALK　座談会
======================================================*/
.l-talk__description {
  text-align: center;
}
.l-talk__member {
  display: flex;
  justify-content: center;
  margin: 25px auto 75px;
  gap: 30px;
}
.l-talk__member > div {
  overflow: hidden;
}
.l-talk__member > div img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 13px;
}
.l-talk__member > div .meta {
  text-align: center;
  font-size: 15px;
  margin-bottom: 5px;
}
.l-talk__member > div .name {
  text-align: center;
  color: #8b0000;
  line-height: 1.2;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  font-weight: 900;
  font-style: normal;
}
.l-talk__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.l-talk__content > .l-talk__content__text {
  width: calc(100% - 440px);
}
.l-talk__content__text {
  width: 930px;
  line-height: 1.8em;
  margin-bottom: 35px;
  margin: 0 auto;
  padding: 30px 10px;
  margin-bottom: 0;
}
.l-talk__content__text h3 {
  font-weight: bold;
  line-height: 1.45;
  margin: 55px auto 15px;
  font-size: 1.25rem;
}
.l-talk__content__text h3:first-child {
  margin: 0 auto 30px;
}
.l-talk__content__text .interviewer {
  width: 100%;
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: bold;
}
.l-talk__content__text .interviewer::before {
  content: "―――";
  letter-spacing: 0;
  margin-right: 7px;
}
.l-talk__content__text .talking {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  line-height: 2;
}
.l-talk__content__text .talking span.talker {
  width: 4.8em;
  font-weight: bold;
}
.l-talk__content__text .talking span.comment {
  width: calc(100% - 5em);
}
.l-talk__content__image {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .l-crosstalk__member {
    padding: 0 10px;
  }
  .l-crosstalk__member dt {
    width: 100%;
    height: auto;
  }
}
.talkimage {
  width: 400px;
  margin: 0 auto;
}

.talkerA .talker {
  color: #e85555;
}

.talkerB .talker {
  color: #64ab26;
}

.talkerC .talker {
  color: #796dd3;
}

/*======================================================
Page - PEOPLE　人を知る
======================================================*/
.pewrap {
  max-width: 1000px;
  margin: 0 auto;
}

/*======================================================
Page - ENTRY　エントリー
======================================================*/
.l-entry {
  /*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
}
.l-entry #formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
.l-entry #formWrap h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.l-entry table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.l-entry table.formTable td,
.l-entry table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
.l-entry table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.l-entry table.formTable p.error_messe {
  margin: 5px 0;
  color: red;
}
@media (max-width: 520px) {
  .l-entry #formWrap {
    width: 95%;
    margin: 0 auto;
  }
  .l-entry table.formTable th,
  .l-entry table.formTable td {
    width: auto;
    display: block;
  }
  .l-entry table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  .l-entry form input[type=submit],
  .l-entry form input[type=reset],
  .l-entry form input[type=button] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
.l-entry__flow {
  padding: 75px 0;
}
.l-entry__flow__list {
  margin-top: 50px;
  border-left: 1px solid #8b0000;
}
.l-entry__flow__list > div {
  display: flex;
  padding-left: 45px;
  background: #fff;
  position: relative;
  line-height: 1.4;
}
.l-entry__flow__list > div + div {
  margin-top: 45px;
}
.l-entry__flow__list > div::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8b0000;
}
.l-entry__flow__list > div h3 {
  margin-bottom: 12px;
}
.l-entry__flow__list dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #8b0000;
  width: 200px;
}
.l-entry__flow__list dd {
  width: calc(100% - 200px);
  margin: auto 0;
}
.l-entry__contact {
  padding: 75px 0;
}
.l-entry__contact__confirm {
  padding: 75px 0;
}
.l-entry__contact__confirm #formWrap form {
  margin-top: 15px;
}
.l-entry__contact__btnlist {
  display: flex;
  margin-top: 35px;
  gap: 25px;
}
.l-entry__contact__btnlist input {
  width: calc((100% - 25px) / 2);
  border: solid 1px #202020;
  padding: 8px 0;
  color: #202020;
  transition: 0.3s;
}
.l-entry__contact__btnlist input:hover {
  transition: 0.3s;
  background-color: #202020;
  color: #fff;
}
.l-entry__contact__complete {
  padding: 75px 0;
}
.l-entry__contact__complete a {
  margin-top: 25px;
}
.l-entry__contact .entry-form {
  margin-top: 25px;
}
.l-entry__contact .entry-form ::-moz-placeholder {
  color: #dedede;
  font-size: 18px;
}
.l-entry__contact .entry-form ::placeholder {
  color: #dedede;
  font-size: 18px;
}
.l-entry__contact .entry-form dl > div {
  display: flex;
  justify-content: center;
}
.l-entry__contact .entry-form dl > div + div {
  margin-top: 25px;
}
.l-entry__contact .entry-form dl dt,
.l-entry__contact .entry-form dl dd {
  font-size: 17px;
}
.l-entry__contact .entry-form dl dt {
  width: 240px;
  padding-top: 13px;
  font-weight: bold;
}
.l-entry__contact .entry-form dl dt span {
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
  padding: 3px 9px;
}
.l-entry__contact .entry-form dl dt .required {
  background: #9c2207;
}
.l-entry__contact .entry-form dl dt .any {
  background: #a7a7a7;
}
.l-entry__contact .entry-form dl dt .nini {
  background: #aaa;
}
.l-entry__contact .entry-form dl dd {
  width: calc(100% - 240px);
}
.l-entry__contact .entry-form dl dd span {
  font-size: 12px;
}
.l-entry__contact .entry-form button {
  border: solid 1px #ccc;
  padding: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #fff;
}
.l-entry__contact .entry-form input {
  border: 0;
  padding: 12px 12px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #fff;
  width: 100%;
}
.l-entry__contact .entry-form select {
  border: solid 1px #ccc;
  padding: 5px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #fff;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.l-entry__contact .entry-form textarea {
  border: 0;
  padding: 12px;
  font-size: 15px;
  letter-spacing: 0.05em;
  background: #fff;
  width: 100%;
  min-height: 10em;
}
.l-entry__contact .entry-form input[type=submit],
.l-entry__contact .entry-form input[type=button] {
  width: 50%;
  min-width: 280;
  background: #723a2e;
  color: #fff;
  padding-bottom: 12px;
  padding-top: 10px;
  font-weight: bold;
  margin: 35px auto 0;
  display: block;
}
.l-entry__contact .form-send {
  text-align: center;
}

@media (max-width: 960px) {
  .l-entry__flow__list > div {
    flex-wrap: wrap;
    margin: 0 auto 32px;
    width: 100%;
  }
  .l-entry__flow__list dt {
    width: 45%;
    margin: 0 auto;
  }
  .l-entry__flow__list dt img {
    margin: 0 0 15px;
  }
  .l-entry__contact .entry-form dl > div {
    flex-direction: column;
    gap: 25px;
  }
  .l-entry__contact .entry-form dl dt,
  .l-entry__contact .entry-form dl dd {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .l-entry__flow__list > div {
    padding-left: 35px;
  }
  .l-entry__flow__list dt {
    width: 100%;
  }
  .l-entry__flow__list dd {
    width: 100%;
  }
}
/*======================================================
Page - People　人を知る
======================================================*/
.l-people__content {
  margin-top: 75px;
}

/*======================================================
Page - FAQ　よくある質問 
Page - Benefits　福利厚生 
======================================================*/
.l-qa section,
.l-benefits section {
  padding: 60px 0;
}

.l-benefits .l-qa_wrap dt,
.l-benefits .l-qa_wrap dd {
  padding-left: 0;
}
.l-benefits .l-qa_wrap dt::before,
.l-benefits .l-qa_wrap dd::before {
  display: none;
}

.l-qa_wrap {
  margin: 0 auto;
}
.l-qa_wrap div {
  padding: 30px 0;
  border-bottom: dotted 3px #dcdcdc;
}
.l-qa_wrap div:first-child {
  padding: 0 0 30px;
}
.l-qa_wrap dt,
.l-qa_wrap dd {
  line-height: 1.5;
}
.l-qa_wrap dt {
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 40px;
  color: #8b0000;
}
.l-qa_wrap dt::before {
  position: absolute;
  content: "";
  background: url(../images/question.svg) no-repeat;
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
}
.l-qa_wrap dd {
  position: relative;
  font-size: 1.1em;
  color: #000;
  margin-top: 20px;
  padding-left: 40px;
}
.l-qa_wrap dd::before {
  position: absolute;
  content: "";
  background: url(../images/advise.svg) no-repeat;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

@media (max-width: 960px) {
  .l-qa_wrap {
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
  }
  .l-qa_wrap dt {
    font-size: 1.4rem;
  }
  .l-qa_wrap dd {
    margin-top: 17px;
  }
}
.l-privacy__section {
  padding: 75px 0;
}
.l-privacy__section p {
  margin-top: 15px;
}
.l-privacy__section p + .pph3 {
  margin-top: 35px;
}

/*======================================================
Content box (inner)
======================================================*/
.c-inner-xxl {
  max-width: 1600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-xxl {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-inner-xl {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-xl {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-inner-l {
  max-width: 1160px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-l {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-inner-m {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-m {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-inner-s {
  max-width: 872px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-s {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.c-inner-xs {
  max-width: 630px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 520px) {
  .c-inner-xs {
    padding-left: 18px;
    padding-right: 18px;
  }
}

/*======================================================
セクション見出し
======================================================*/
/*======================================================
ページ見出し
======================================================*/
.page-title {
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url(../images/pagetitle2.jpg) no-repeat;
  background-size: cover;
  background-position: center, left;
}
.page-title-inner {
  padding: 180px 65px 60px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .page-title-inner {
    padding: 180px 40px 60px;
  }
}
@media (max-width: 520px) {
  .page-title-inner {
    padding: 100px 18px 20px;
  }
}
.page-title h1,
.page-title p {
  text-shadow: 0 0 5px rgba(127, 126, 121, 0.5);
}
.page-title h1 {
  color: #fff;
  display: flex;
  flex-direction: column;
}
.page-title h1 .en {
  font-size: 4rem;
}
.page-title h1 .jp {
  font-size: 1.2rem;
  margin-top: 45px;
}
@media (max-width: 520px) {
  .page-title h1 .jp {
    margin-top: 25px;
  }
}
.page-title p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.7em;
  margin-top: 30px;
}
.page-title .breadcrumb li,
.page-title .breadcrumb a {
  color: #fff;
}

.breadcrumb {
  display: flex;
  margin-top: 120px;
}
.breadcrumb li,
.breadcrumb a {
  font-size: 0.85rem;
}
.breadcrumb li + li {
  margin-left: 6px;
  padding-left: 14px;
  position: relative;
}
.breadcrumb li + li::before {
  content: "/";
  position: absolute;
  left: 0;
}

/*======================================================
リンクボタン
======================================================*/
.c-btn__general {
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 24px;
  position: relative;
  width: 200px;
  line-height: 1.5;
  color: #8b0000;
  border: solid 1px #8b0000;
  transition: box-shadow 0.3s;
  box-shadow: 3px 3px 0 #8b0000;
}
.c-btn__general:hover {
  box-shadow: 0px 0px 0 #8b0000;
  transition: box-shadow 0.3s;
}

.c-btn__large {
  border: solid 2px #dedede;
}

.c-item-list {
  width: 100%;
  display: flex;
  margin: 0 auto;
  gap: 20px 65px;
}
@media (max-width: 960px) {
  .c-item-list {
    padding: 0;
    margin-bottom: 20px;
    border: 0;
  }
}
.c-item-list a:hover .comment {
  transition: 0.3s;
  color: #d6405b;
}
.c-item-list img {
  width: 100%;
}
.c-item-list .comment {
  transition: 0.3s;
  margin-top: 1em;
  color: #8b0000;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6em;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.c-item-list .meta {
  font-size: 1rem;
  margin-bottom: 0.8em;
}
.c-item-list .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 960px) {
  .c-item-list {
    gap: 50px 25px;
  }
  .c-item-list .comment {
    margin-top: 0.5em;
    font-size: 1.45rem;
  }
  .c-item-list .meta {
    font-size: 0.9rem;
  }
  .c-item-list .item {
    margin-bottom: 25px;
  }
  .c-item-list .item img {
    margin-bottom: 9px;
  }
  .c-item-list .item .name {
    font-size: 1.2rem;
    margin-bottom: 3px;
  }
  .c-item-list .item .cat {
    font-size: 1rem;
  }
}
@media (max-width: 520px) {
  .c-item-list {
    flex-direction: column;
  }
  .c-item-list .comment {
    font-size: 1.65rem;
  }
}
.c-pickup {
  position: relative;
  display: flex;
  padding: 0 45px;
  margin-top: 120px;
}
@media (max-width: 520px) {
  .c-pickup {
    flex-direction: column;
    padding: 0;
  }
}
.c-pickup img,
.c-pickup .text {
  width: 50%;
}
@media (max-width: 520px) {
  .c-pickup img,
  .c-pickup .text {
    width: 100%;
  }
}
.c-pickup img {
  margin-bottom: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 520px) {
  .c-pickup img {
    margin-bottom: 0;
  }
}
.c-pickup .text {
  margin-top: 55px;
  background: #f6f8f8;
  padding: 95px 55px;
}
@media (max-width: 960px) {
  .c-pickup .text {
    padding: 60px 45px;
  }
}
@media (max-width: 520px) {
  .c-pickup .text {
    margin-top: 0;
    padding: 45px 30px;
  }
}
.c-pickup h2,
.c-pickup p {
  max-width: 520px;
}
.c-pickup h2 {
  font-size: 2.2rem;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .c-pickup h2 {
    margin-bottom: 20px;
  }
}
.c-pickup p {
  font-size: 1.1rem;
}
.c-pickup a {
  margin-top: 45px;
}
@media (max-width: 520px) {
  .c-pickup a {
    margin-top: 25px;
  }
}

/*======================================================
Animation
======================================================*/
section:target {
  animation: modify 0.1s;
}
@keyframes modify {
  0% {
    padding-top: 50px;
    margin-top: -50px;
  }
  100% {
    padding-top: 0;
    margin-top: 0;
  }
}
/*======================================================
Benri
======================================================*/
@media (min-width: 961px) {
  .sp_only {
    display: none;
  }
  .spbr {
    display: none;
  }
  #spmenu {
    display: none;
  }
}
@media (min-width: 961px) {
  .tb_only {
    display: none;
  }
}
@media (max-width: 520px) {
  .pc_only {
    display: none;
  }
  .pcbr {
    display: none;
  }
}
/*======================================================
Margin
Padding
======================================================*/
.mgt10 {
  margin-top: 10px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgauto {
  margin: 0 auto;
}

.right {
  text-align: right;
  margin-left: auto;
}

.left {
  text-align: left;
  margin-right: auto;
}

/*======================================================
BG 背景色
======================================================*/
.bgw {
  background: #fff;
}

.bg00 {
  background: #f6f8f8;
}

.bg01 {
  background: repeating-linear-gradient(-45deg, #f6f8f8 0, #f6f8f8 10px, #fff 10px, #fff 20px);
}

/*======================================================
Benri
======================================================*/
.control_br {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */