@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
/* 1400以上 */
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.85;
  font-size: 1.6rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

button {
  transition: 0.2s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reset {
  display: block;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 834px) {
  .mb05 {
    margin-bottom: 3.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 2.5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 834px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 834px) {
  .mb20 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 834px) {
  .mb30 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 834px) {
  .mb40 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 834px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 834px) {
  .mb60 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 834px) {
  .mb70 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 834px) {
  .mb80 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 834px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 834px) {
  .mt10 {
    margin-top: 7px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 834px) {
  .mt20 {
    margin-top: 14px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 834px) {
  .mt30 {
    margin-top: 21px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 834px) {
  .mt40 {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 834px) {
  .mt50 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 834px) {
  .mt60 {
    margin-top: 42px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 834px) {
  .mt70 {
    margin-top: 49px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 834px) {
  .mt80 {
    margin-top: 56px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 834px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

/* ネガティブマージン */
.mb-05 {
  margin-bottom: -5px !important;
}
@media screen and (max-width: 834px) {
  .mb-05 {
    margin-bottom: -3.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-05 {
    margin-bottom: -2.5px !important;
  }
}

.mb-10 {
  margin-bottom: -10px !important;
}
@media screen and (max-width: 834px) {
  .mb-10 {
    margin-bottom: -7px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-10 {
    margin-bottom: -5px !important;
  }
}

.mb-15 {
  margin-bottom: -15px !important;
}
@media screen and (max-width: 834px) {
  .mb-15 {
    margin-bottom: -10.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-15 {
    margin-bottom: -7.5px !important;
  }
}

.mb-20 {
  margin-bottom: -20px !important;
}
@media screen and (max-width: 834px) {
  .mb-20 {
    margin-bottom: -14px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-20 {
    margin-bottom: -10px !important;
  }
}

.mb-25 {
  margin-bottom: -25px !important;
}
@media screen and (max-width: 834px) {
  .mb-25 {
    margin-bottom: -17.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-25 {
    margin-bottom: -12.5px !important;
  }
}

.mb-30 {
  margin-bottom: -30px !important;
}
@media screen and (max-width: 834px) {
  .mb-30 {
    margin-bottom: -21px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-30 {
    margin-bottom: -15px !important;
  }
}

.mb-35 {
  margin-bottom: -35px !important;
}
@media screen and (max-width: 834px) {
  .mb-35 {
    margin-bottom: -24.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-35 {
    margin-bottom: -17.5px !important;
  }
}

.mb-40 {
  margin-bottom: -40px !important;
}
@media screen and (max-width: 834px) {
  .mb-40 {
    margin-bottom: -28px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb-40 {
    margin-bottom: -20px !important;
  }
}

.mt-05 {
  margin-top: -5px !important;
}
@media screen and (max-width: 834px) {
  .mt-05 {
    margin-top: -3.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-05 {
    margin-top: -2.5px !important;
  }
}

.mt-10 {
  margin-top: -10px !important;
}
@media screen and (max-width: 834px) {
  .mt-10 {
    margin-top: -7px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-10 {
    margin-top: -5px !important;
  }
}

.mt-15 {
  margin-top: -15px !important;
}
@media screen and (max-width: 834px) {
  .mt-15 {
    margin-top: -10.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-15 {
    margin-top: -7.5px !important;
  }
}

.mt-20 {
  margin-top: -20px !important;
}
@media screen and (max-width: 834px) {
  .mt-20 {
    margin-top: -14px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-20 {
    margin-top: -10px !important;
  }
}

.mt-25 {
  margin-top: -25px !important;
}
@media screen and (max-width: 834px) {
  .mt-25 {
    margin-top: -17.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-25 {
    margin-top: -12.5px !important;
  }
}

.mt-30 {
  margin-top: -30px !important;
}
@media screen and (max-width: 834px) {
  .mt-30 {
    margin-top: -21px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-30 {
    margin-top: -15px !important;
  }
}

.mt-35 {
  margin-top: -35px !important;
}
@media screen and (max-width: 834px) {
  .mt-35 {
    margin-top: -24.5px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-35 {
    margin-top: -17.5px !important;
  }
}

.mt-40 {
  margin-top: -40px !important;
}
@media screen and (max-width: 834px) {
  .mt-40 {
    margin-top: -28px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt-40 {
    margin-top: -20px !important;
  }
}

.head-wrapper {
  z-index: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header {
    position: fixed;
    height: 80px;
    background-color: #131313;
  }
}
@media screen and (max-width: 834px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .header--none .header {
    background-color: transparent;
  }
}
.header__logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 267px;
  line-height: 0.1;
  background-color: rgba(19, 19, 19, 0.5);
  backdrop-filter: blur(5px);
  padding: 40px;
  z-index: 20;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .header__logo {
    width: 207px;
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    width: 149.6px;
    background-color: transparent;
    backdrop-filter: none;
    padding: 0;
    margin: auto 0;
  }
}
@media screen and (max-width: 834px) {
  .header__logo {
    width: 130.9px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 112.2px;
    left: 15px;
  }
}
.header__logo__link {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  display: flex;
  justify-content: flex-end;
  margin-right: 57px;
}
@media print, screen and (max-width: 1400px) {
  .header__nav {
    margin-right: 52px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav {
    margin-right: 47px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  height: 100%;
  margin-left: 47px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .header__nav__item {
    margin-left: 42px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav__item {
    margin-left: 37px;
  }
}
.header__nav__item:first-child {
  margin-left: 0;
}
.header__nav__item__link {
  display: block;
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media print, screen and (max-width: 1400px) {
  .header__nav__item__link {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__nav__item__link {
    font-size: 1.5rem;
  }
}
.header__nav__item__link__marker {
  position: relative;
}
.header__nav__item__link__marker::before, .header__nav__item__link__marker::after {
  position: absolute;
  content: "";
  bottom: -4px;
  width: 0;
  height: 3px;
  background-color: #a9111c;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__nav__item__link__marker::before {
  left: 50%;
}
.header__nav__item__link__marker::after {
  right: 50%;
}
@media print, screen and (min-width: 1025px) {
  .header__nav__item__link:hover .header__nav__item__link__marker::before, .header__nav__item__link:hover .header__nav__item__link__marker::after {
    width: calc(50% + 1px);
  }
}
.header__nav__item.now .header__nav__item__link {
  color: #c30210;
}
.header__btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .header__btns {
    gap: 0;
  }
}
.header__btns__item {
  width: 80px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__btns__item {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item {
    width: 60px;
  }
}
.header__btns__item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  border: none;
  padding-top: 52px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__btns__item__link {
    height: 70px;
    font-size: 1.3rem;
    padding-top: 47px;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item__link {
    height: 60px;
    font-size: 1.2rem;
    padding-top: 42px;
  }
}
.header__btns__item__link.contact {
  background-image: url(../img/common/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-position: center top 19px;
  background-size: 28px auto;
  background-color: #a9111c;
}
@media screen and (max-width: 834px) {
  .header__btns__item__link.contact {
    background-position: center top 17px;
    background-size: 25.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item__link.contact {
    background-position: center top 15px;
    background-size: 22.4px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__btns__item__link.contact:hover {
    background-color: #da2130;
  }
}
.header__btns__item__link.access {
  background-image: url(../img/common/icon_access_white.svg);
  background-repeat: no-repeat;
  background-position: center top 15px;
  background-size: 22px auto;
  background-color: #252e37;
}
@media screen and (max-width: 834px) {
  .header__btns__item__link.access {
    background-position: center top 13px;
    background-size: 19.8px auto;
  }
}
@media screen and (max-width: 599px) {
  .header__btns__item__link.access {
    background-position: center top 11px;
    background-size: 17.6px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__btns__item__link.access:hover {
    background-color: #476685;
  }
}
.header__logo-jr {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .header__logo-jr {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media print, screen and (max-width: 1200px) {
  .header__logo-jr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo-jr {
    display: none;
  }
}
.header__logo-jr img {
  width: 57px;
}
@media print, screen and (min-width: 1025px) {
  .header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 90px;
    height: 100vh;
    z-index: 15;
  }
}
.header__menu__btn {
  display: block;
  position: relative;
  width: 90px;
  height: 100%;
  background: none;
  background-color: #131313;
  border: none;
}
@media screen and (max-width: 1024px) {
  .header__menu__btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 834px) {
  .header__menu__btn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu__btn {
    width: 60px;
    height: 60px;
  }
}
.header__menu__btn .bar-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 51.1%;
  height: 2px;
  margin: auto;
}
.header__menu__btn .bar-box__bar {
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  margin-right: 26%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__menu__btn .bar-box__bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: -11px;
  width: 126%;
  height: 100%;
  background-color: #a9111c;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__menu__btn .bar-box__bar::before {
    top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu__btn .bar-box__bar::before {
    top: -9px;
  }
}
.header__menu__btn .bar-box__bar::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -11px;
  width: 126%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header__menu__btn .bar-box__bar::after {
    bottom: -10px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu__btn .bar-box__bar::after {
    bottom: -9px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__menu__btn:hover {
    background-color: #333333;
  }
}
.header__menu__btn.on .bar-box__bar {
  margin-right: 0;
}
.header__menu__btn.on .bar-box__bar::before {
  width: 0;
}
.header__menu__btn.on .bar-box__bar::after {
  width: 0;
}

body#top .header__nav {
  display: none;
}
@media print, screen and (min-width: 1025px) {
  body#top .header__btns {
    display: none;
  }
}

.menu-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  background-color: #131313;
  padding-left: 90px;
  z-index: 11;
  overflow: auto;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .menu-box {
    top: 80px;
    height: calc(100vh - 80px);
    padding-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .menu-box {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 599px) {
  .menu-box {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.menu-box.on {
  left: 0;
}
.menu-box::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.menu-box::-webkit-scrollbar-track {
  background-color: rgb(56, 56, 56);
}
.menu-box::-webkit-scrollbar-thumb {
  background-color: rgb(94, 94, 94);
  border-radius: 6px;
}
@-moz-document url-prefix() {
  .menu-box {
    scrollbar-width: thin;
    scrollbar-color: rgb(60, 92, 124) rgb(56, 56, 56);
  }
}
.menu-box__main {
  padding: 136px 50px 120px;
}
@media print, screen and (max-width: 1200px) {
  .menu-box__main {
    padding: 126px 50px 110px;
  }
}
@media screen and (max-width: 1024px) {
  .menu-box__main {
    padding: 80px 30px 90px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__main {
    padding: 70px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__main {
    padding: 50px 20px 60px;
  }
}
.menu-box__main__inr {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
.menu-box__main__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 60px;
}
@media screen and (max-width: 834px) {
  .menu-box__main__nav {
    gap: 70px 0;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__main__nav {
    gap: 60px 0;
  }
}
.menu-box__main__nav__item {
  width: calc((99.9% - 60px) / 2);
}
@media screen and (max-width: 834px) {
  .menu-box__main__nav__item {
    width: 100%;
  }
}
.menu-box__sub {
  background-color: #1e2022;
  padding: 40px 50px;
}
@media screen and (max-width: 1024px) {
  .menu-box__sub {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub {
    padding: 40px 20px 100px;
  }
}
.menu-box__sub__inr {
  display: flex;
  flex-wrap: wrap;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 60px;
}
@media screen and (max-width: 834px) {
  .menu-box__sub__inr {
    gap: 0;
  }
}
.menu-box__sub__logo {
  width: 236px;
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__logo {
    display: none;
  }
}
.menu-box__sub__logo__link {
  display: block;
}
.menu-box__sub__logo__link img {
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .menu-box__sub__logo__link:hover {
    transform: translateY(3px);
  }
}
.menu-box__sub__other {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(99.9% - 236px - 60px);
  gap: 0 60px;
}
@media print, screen and (max-width: 1200px) {
  .menu-box__sub__other {
    align-items: flex-end;
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__other {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    gap: 0 60px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other {
    gap: 0 40px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other {
    align-items: center;
    flex-direction: column-reverse;
    gap: 30px 0;
  }
}
.menu-box__sub__other__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(99.9% - 324px - 60px);
  gap: 10px 30px;
}
@media print, screen and (max-width: 1200px) {
  .menu-box__sub__other__list {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__other__list {
    justify-content: flex-start;
    width: calc(99.9% - 324px - 60px);
  }
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other__list {
    width: calc(99.9% - 280px - 40px);
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other__list {
    justify-content: center;
    width: 100%;
  }
}
.menu-box__sub__other__list__link {
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  background-image: url(../img/common/arw02.svg);
  background-position: left top 8px;
  background-repeat: no-repeat;
  background-size: 4px auto;
  padding-left: 13px;
}
@media print, screen and (min-width: 1025px) {
  .menu-box__sub__other__list__link:hover {
    transform: translateX(3px);
  }
}
.menu-box__sub__other__btn-box {
  width: 324px;
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other__btn-box {
    width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other__btn-box {
    width: 100%;
    max-width: 324px;
  }
}
.menu-box__sub__other__btn-box__btn {
  padding: 25px 40px !important;
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__other__btn-box__btn {
    padding: 23px 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other__btn-box__btn {
    padding: 21px 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other__btn-box__btn {
    padding: 19px 40px !important;
  }
}
.menu-box__sub__other__btn-box__btn__icon {
  display: inline-block;
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__other__btn-box__btn__icon {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other__btn-box__btn__icon {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other__btn-box__btn__icon {
    font-size: 1.4rem;
  }
}
.menu-box__sub__other__btn-box__btn__icon.contact {
  background-image: url(../img/common/icon_mail_white.svg);
  background-position: left top 1px;
  background-size: 28px auto;
  padding-left: 43px;
}
@media screen and (max-width: 1024px) {
  .menu-box__sub__other__btn-box__btn__icon.contact {
    background-size: 26px auto;
    padding-left: 41px;
  }
}
@media screen and (max-width: 834px) {
  .menu-box__sub__other__btn-box__btn__icon.contact {
    background-size: 20px auto;
    padding-left: 35px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__sub__other__btn-box__btn__icon.contact {
    background-position: left top 2px;
    background-size: 18px auto;
    padding-left: 33px;
  }
}

.main-nav-box__tit-link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  line-height: 1;
  border-bottom: 1px solid #393939;
  padding-bottom: 25px;
  margin-bottom: 32px;
  gap: 7px;
}
@media screen and (max-width: 834px) {
  .main-nav-box__tit-link {
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav-box__tit-link {
    padding-bottom: 15px;
    margin-bottom: 22px;
  }
}
.main-nav-box__tit-link__jp {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  background-image: url(../img/common/marker01.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 12px auto;
  padding: 2px 0 0 18px;
}
@media print, screen and (max-width: 1300px) {
  .main-nav-box__tit-link__jp {
    font-size: 1.7rem;
    background-size: 11px auto;
    padding: 2px 0 0 17px;
  }
}
@media print, screen and (max-width: 1200px) {
  .main-nav-box__tit-link__jp {
    font-size: 1.5rem;
    background-size: 10px auto;
    padding: 2px 0 0 16px;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav-box__tit-link__jp {
    font-size: 1.3rem;
    background-size: 9px auto;
    padding: 2px 0 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav-box__tit-link__jp {
    font-size: 1.1rem;
    background-size: 8px auto;
    padding: 2px 0 0 14px;
  }
}
.main-nav-box__tit-link__en {
  position: relative;
  color: #ffffff;
  font-size: 8rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: -0.005em;
  padding-right: 73px;
}
@media print, screen and (max-width: 1300px) {
  .main-nav-box__tit-link__en {
    font-size: 7.2rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .main-nav-box__tit-link__en {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav-box__tit-link__en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 834px) {
  .main-nav-box__tit-link__en {
    padding-right: 58px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav-box__tit-link__en {
    font-size: 4.8rem;
    padding-right: 43px;
  }
}
.main-nav-box__tit-link__en::first-letter {
  color: #a9111c;
}
.main-nav-box__tit-link__en::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: calc((100% - 43px) / 2);
  width: 43px;
  height: 43px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30.2325581395%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .main-nav-box__tit-link__en::before {
    bottom: calc((100% - 33px) / 2);
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 599px) {
  .main-nav-box__tit-link__en::before {
    bottom: calc((100% - 23px) / 2);
    width: 23px;
    height: 23px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main-nav-box__tit-link:hover {
    transform: translateX(3px);
  }
  .main-nav-box__tit-link:hover .main-nav-box__tit-link__en::before {
    background-color: #a9111c;
    border: 1px solid #a9111c;
  }
}
.main-nav-box__body__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 834px) {
  .main-nav-box__body__list {
    gap: 15px 20px;
  }
}
@media screen and (max-width: 320px) {
  .main-nav-box__body__list {
    gap: 15px 0;
  }
}
.main-nav-box__body__list__item {
  width: calc((99.9% - 60px) / 3);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .main-nav-box__body__list__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .main-nav-box__body__list__item {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .main-nav-box__body__list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 320px) {
  .main-nav-box__body__list__item {
    width: 100%;
  }
}
.main-nav-box__body__list__item__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  padding-left: 25px;
}
.main-nav-box__body__list__item__link::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 5px solid #424242;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .main-nav-box__body__list__item__link::before {
    top: 3px;
  }
}
@media print, screen and (min-width: 1025px) {
  .main-nav-box__body__list__item__link:hover {
    transform: translateX(3px);
  }
}

body.open {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body.open .header--none .header {
    background-color: #131313;
  }
}

.contents-top {
  width: 100%;
  word-break: break-all;
  padding-left: 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-top {
    padding-left: 0;
  }
}
.contents {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 80px 50px 210px 140px;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 80px 30px 160px;
  }
}
@media screen and (max-width: 834px) {
  .contents {
    padding: 65px 30px 160px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 50px 20px 110px;
  }
}
@media screen and (max-width: 320px) {
  .contents {
    padding: 45px 20px 100px;
  }
}
.contents::before {
  position: absolute;
  content: "";
  left: 90px;
  bottom: 0;
  width: 39.1%;
  background-image: url(../img/common/bg_contents01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 334/43;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contents::before {
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .contents::before {
    right: 0;
    width: 100%;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 599px) {
  .contents::before {
    background-size: 100% auto;
  }
}
.contents::after {
  position: absolute;
  content: "";
  right: 46px;
  bottom: -3px;
  width: calc(60.9% - 90px - 46px - 29px);
  background-image: url(../img/common/bg_contents02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 244/23;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .contents::after {
    right: 10px;
    width: calc(60.9% - 10px - 29px);
  }
}
@media screen and (max-width: 834px) {
  .contents::after {
    display: none;
  }
}
.contents__inner {
  width: 100%;
  max-width: 1160px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.contents__inner.w1000 {
  max-width: 1000px;
}
.contents--side .contents__inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .contents--side .contents__inner {
    flex-direction: column;
  }
}
.contents--side .contents-main {
  width: calc(99.9% - 220px);
  padding-right: 80px;
}
@media print, screen and (max-width: 1400px) {
  .contents--side .contents-main {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .contents--side .contents-main {
    width: 100%;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents--side .contents-main {
    padding-bottom: 60px;
  }
}
.contents--all {
  display: block;
  padding: 80px 0 0 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents--all {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .contents--all {
    padding: 65px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .contents--all {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .contents--all {
    padding: 45px 0 0;
  }
}

.contents-main {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.contents-side {
  width: 220px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-side {
    width: 100%;
  }
}
.contents-side__category {
  border-left: 2px solid #a9111c;
}
.contents-side__category__link {
  position: relative;
  display: block;
  color: #000000;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  padding: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-side__category__link {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .contents-side__category__link {
    font-size: 2rem;
    padding: 10px 20px;
  }
}
.contents-side__category__link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a9111c;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .contents-side__category__link:hover {
    color: #ffffff;
  }
  .contents-side__category__link:hover::before {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.contents-side__nav {
  border-left: 1px solid #d4dce2;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  .contents-side__nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .contents-side__nav {
    padding: 5px 0;
  }
}
.contents-side__nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
  .contents-side__nav__list {
    flex-direction: row;
    padding-left: 0;
    gap: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .contents-side__nav__list {
    gap: 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .contents-side__nav__list {
    gap: 0;
  }
}
.contents-side__nav__list__item {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-side__nav__list__item {
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .contents-side__nav__list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .contents-side__nav__list__item {
    width: 100%;
  }
}
.contents-side__nav__list__item__link {
  position: relative;
  display: block;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  padding: 12px 20px 12px 29px;
}
@media screen and (max-width: 599px) {
  .contents-side__nav__list__item__link {
    padding: 10px 20px 10px 29px;
  }
}
.contents-side__nav__list__item__link::before {
  display: none;
  position: absolute;
  content: "";
  top: 15px;
  left: 7px;
  width: 15px;
  height: 15px;
  background-color: #a9111c;
  border: 5px solid #f2dcdd;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .contents-side__nav__list__item__link::before {
    top: 13px;
  }
}
.contents-side__nav__list__item__link.now {
  color: #a9111c;
}
.contents-side__nav__list__item__link.now::before {
  display: block;
}
@media print, screen and (min-width: 1025px) {
  .contents-side__nav__list__item__link:hover {
    transform: translateX(3px);
  }
}

.info-box {
  position: relative;
  display: block;
  word-break: break-all;
  padding: 30px 75px 35px 20px;
}
@media screen and (max-width: 834px) {
  .info-box {
    padding: 30px 60px 35px 20px;
  }
}
@media screen and (max-width: 599px) {
  .info-box {
    padding: 25px 45px 30px 20px;
  }
}
.info-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 35px) / 2);
  right: 20px;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37.1428571429%;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .info-box::before {
    top: calc((100% - 30px) / 2);
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .info-box::before {
    top: calc((100% - 25px) / 2);
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.info-box__head {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .info-box__head {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 599px) {
  .info-box__head {
    margin-bottom: 10px;
  }
}
.info-box__head__date {
  display: inline-block;
  color: #6b6e72;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.8em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.info-box__head__category {
  display: inline-block;
  width: 100px;
  height: 27px;
  color: #6b6e72;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  background-color: #e9eef1;
  border-radius: 27px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .info-box__head__category {
    width: 90px;
    height: 25px;
    font-size: 1.4rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .info-box__head__category {
    width: 80px;
    height: 23px;
    font-size: 1.3rem;
    line-height: 23px;
  }
}
.info-box__title {
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .info-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}
.info-box.type02::before {
  background-color: #a9b0b5;
}
.info-box.type02 .info-box__head__category {
  background-color: #ffffff;
}

.requirement-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
  word-break: break-all;
  padding: 40px 55px 40px 25px;
  gap: 5px 10px;
}
@media screen and (max-width: 834px) {
  .requirement-box {
    padding: 35px 45px 35px 20px;
  }
}
@media screen and (max-width: 599px) {
  .requirement-box {
    padding: 30px 35px 30px 15px;
  }
}
.requirement-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 35px) / 2);
  right: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37.1428571429%;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .requirement-box::before {
    top: calc((100% - 30px) / 2);
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .requirement-box::before {
    top: calc((100% - 25px) / 2);
    width: 25px;
    height: 25px;
  }
}
.requirement-box__title {
  color: #000000;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .requirement-box__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .requirement-box__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .requirement-box__title {
    font-size: 1.7rem;
  }
}
.requirement-box__job {
  color: #7e8d99;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .requirement-box__job {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .requirement-box__job {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .requirement-box__job {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .requirement-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

.entry-new {
  color: #a9111c;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-left: 0.5em;
}

@media screen and (max-width: 599px) {
  .category-menu {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.category-menu__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}
@media screen and (max-width: 599px) {
  .category-menu__list {
    gap: 0 5px;
  }
}
.category-menu__list__item {
  width: calc((99.9% - 30px) / 4);
}
@media screen and (max-width: 599px) {
  .category-menu__list__item {
    width: calc((99.9% - 15px) / 4);
  }
}
.category-menu__list--col8 .category-menu__list__item {
  width: calc((99.9% - 70px) / 8);
}
@media screen and (max-width: 834px) {
  .category-menu__list--col8 .category-menu__list__item {
    width: calc((99.9% - 30px) / 4);
  }
}
@media screen and (max-width: 599px) {
  .category-menu__list--col8 .category-menu__list__item {
    width: calc((99.9% - 15px) / 4);
  }
}

.g-contact-wrapper {
  background-color: #131313;
  padding-left: 90px;
}
@media screen and (max-width: 1024px) {
  .g-contact-wrapper {
    padding-left: 0;
  }
}

.g-contact-box {
  display: flex;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .g-contact-box {
    flex-direction: column-reverse;
  }
}
.g-contact-box__img {
  position: relative;
  overflow: hidden;
  width: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .g-contact-box__img {
    width: 100%;
  }
}
.g-contact-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 57/32;
}
@media screen and (max-width: 834px) {
  .g-contact-box__img::before {
    aspect-ratio: 3/1;
  }
}
.g-contact-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .g-contact-box__img img {
    object-position: center top;
  }
}
.g-contact-box__body {
  width: 50%;
  padding: 90px 100px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .g-contact-box__body {
    padding: 70px 80px;
  }
}
@media print, screen and (max-width: 1300px) {
  .g-contact-box__body {
    padding: 60px 70px;
  }
}
@media print, screen and (max-width: 1200px) {
  .g-contact-box__body {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 834px) {
  .g-contact-box__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body {
    padding: 60px 20px;
  }
}
.g-contact-box__body__title {
  color: #ffffff;
  line-height: 1;
}
.g-contact-box__body__title__jp {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  padding-left: 15px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .g-contact-box__body__title__jp {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 834px) {
  .g-contact-box__body__title__jp {
    font-size: 1.26rem;
    padding-left: 13px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body__title__jp {
    font-size: 0.9rem;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}
.g-contact-box__body__title__jp::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #a9111c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .g-contact-box__body__title__jp::before {
    top: 6px;
  }
}
@media screen and (max-width: 834px) {
  .g-contact-box__body__title__jp::before {
    top: 4px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body__title__jp::before {
    top: 2px;
    width: 4px;
    height: 4px;
  }
}
.g-contact-box__body__title__en {
  display: block;
  font-size: 10.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-indent: -0.03em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .g-contact-box__body__title__en {
    font-size: 9.45rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .g-contact-box__body__title__en {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 834px) {
  .g-contact-box__body__title__en {
    font-size: 7.35rem;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body__title__en {
    font-size: 5.25rem;
  }
}
.g-contact-box__body__text {
  color: #ffffff;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .g-contact-box__body__text {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body__text {
    margin-top: 10px;
  }
}
.g-contact-box__body__btn-box {
  width: 100%;
  margin-top: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .g-contact-box__body__btn-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .g-contact-box__body__btn-box {
    margin-top: 20px;
  }
}
.g-contact-box__body__btn-box__btn {
  max-width: 250px;
}
@media screen and (max-width: 834px) {
  .g-contact-box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.no-news {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 599px) {
  .no-news {
    font-size: 1.7rem;
    padding: 25px 15px;
  }
}
.no-news--top {
  border-top: 1px solid #aeb3b8;
  border-bottom: 1px solid #aeb3b8;
  padding: 30px 20px 35px;
}
@media screen and (max-width: 599px) {
  .no-news--top {
    padding: 25px 20px 30px;
  }
}

.no-works {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 599px) {
  .no-works {
    font-size: 1.7rem;
    padding: 25px 15px;
  }
}
.no-works--top {
  color: #ffffff;
  text-align: left;
  padding: 0;
}

.footer {
  background-color: #303234;
  padding: 100px 50px 100px 140px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 100px 30px 100px;
  }
}
@media screen and (max-width: 834px) {
  .footer {
    padding: 80px 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 60px 20px 60px;
  }
}
.footer__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .footer-box {
    display: block;
  }
}
.footer-box__company__logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 0 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .footer-box__company__logo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company__logo {
    flex-direction: column;
    margin-bottom: 20px;
    gap: 5px 0;
  }
}
.footer-box__company__logo img {
  max-width: 100%;
}
.footer-box__company__add {
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .footer-box__company__add {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company__add {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer-box__company__add__tel {
  color: #ffffff;
  margin-right: 2em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .footer-box__company__add__tel {
    margin-right: 1em;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__other {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__other {
    margin-top: 30px;
  }
}
.footer-box__other__logo-jr {
  display: none;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__other__logo-jr {
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__other__logo-jr {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__other__logo-jr {
    text-align: center;
  }
}
.footer-box__other__logo-jr img {
  width: 57px;
}
.footer-box__other__copyright {
  color: #b2b2b2;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__other__copyright {
    margin-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__other__copyright {
    font-size: 1.1rem;
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__other__copyright {
    font-size: 1rem;
    text-align: center;
    margin-top: 35px;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 15px 20px 0 110px;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 15px 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    padding: 12px 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    padding: 8px 10px 0;
  }
}
.breadcrumbs li {
  position: relative;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li {
    font-size: 1.2rem;
  }
}
.breadcrumbs li:not(:last-child) {
  padding-right: 25px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li:not(:last-child) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li:not(:last-child) {
    padding-right: 15px;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 5px;
  color: #000000;
}
@media screen and (max-width: 834px) {
  .breadcrumbs li:not(:last-child)::after {
    right: 3px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs li:not(:last-child)::after {
    right: 2px;
  }
}
.breadcrumbs li a {
  color: #a9111c;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  text-decoration: underline;
}

.pagetitle {
  display: flex;
  align-items: center;
  position: relative;
  height: 410px;
  background-image: url(../img/common/bg_pagetitle.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #0e0e0e;
  padding: 100px 50px 0 140px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 369px;
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle {
    height: 287px;
    padding: 70px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 205px;
    padding: 60px 20px 0;
  }
}
.pagetitle__title {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.15;
  padding-left: 120px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1500px) {
  .pagetitle__title {
    padding-left: 80px;
  }
}
@media print, screen and (max-width: 1300px) {
  .pagetitle__title {
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .pagetitle__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.pagetitle__title__en {
  color: #a9111c;
  font-size: 10.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__en {
    font-size: 9.45rem;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__en {
    font-size: 7.35rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__en {
    font-size: 5.25rem;
  }
}
.pagetitle__title__jp {
  position: relative;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 19px;
  margin-left: 36px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__jp {
    font-size: 1.62rem;
    margin-left: 6px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__jp {
    font-size: 1.26rem;
    padding-left: 13px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__jp {
    font-size: 0.9rem;
    padding-left: 10px;
    margin-left: 3px;
  }
}
.pagetitle__title__jp::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #a9111c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__jp::before {
    top: 7px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__jp::before {
    top: 5px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__jp::before {
    top: 3px;
    width: 4px;
    height: 4px;
  }
}

.title-sec01 {
  position: relative;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 3px solid #d4dce2;
  padding-bottom: 20px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .title-sec01 {
    font-size: 3.15rem;
    padding-bottom: 15px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01 {
    font-size: 2.8rem;
    border-bottom: 2px solid #d4dce2;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.title-sec01::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 170px;
  height: 3px;
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .title-sec01::before {
    width: 14.7%;
  }
}
@media screen and (max-width: 834px) {
  .title-sec01::before {
    width: 19.7%;
  }
}
@media screen and (max-width: 599px) {
  .title-sec01::before {
    bottom: -2px;
    height: 2px;
  }
}

.title-sec02 {
  position: relative;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .title-sec02 {
    font-size: 2.25rem;
    padding: 0 0 0 26px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02 {
    font-size: 2rem;
    padding: 0 0 0 21px;
    margin-bottom: 10px;
  }
}
.title-sec02::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 21px;
  height: 21px;
  border: 6px solid #a9111c;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .title-sec02::before {
    top: 8px;
    width: 18px;
    height: 18px;
    border: 5px solid #a9111c;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02::before {
    width: 15px;
    height: 15px;
    border: 4px solid #a9111c;
  }
}
.title-sec02.type02 {
  border-bottom: 1px dotted #8593a5;
  padding: 0 0 15px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .title-sec02.type02 {
    padding: 0 0 12px 26px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec02.type02 {
    padding: 0 0 10px 21px;
    margin-bottom: 20px;
  }
}

.title-sec03 {
  position: relative;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  background-color: #ecf0f3;
  padding: 15px 20px 15px 30px;
  margin-bottom: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .title-sec03 {
    font-size: 1.89rem;
    padding: 13px 20px 13px 26px;
    margin-bottom: 24.5px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03 {
    font-size: 1.68rem;
    padding: 11px 20px 11px 22px;
    margin-bottom: 17.5px;
  }
}
.title-sec03::before, .title-sec03::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 13px;
  width: 4px;
}
@media screen and (max-width: 834px) {
  .title-sec03::before, .title-sec03::after {
    top: 12px;
    left: 11px;
    width: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec03::before, .title-sec03::after {
    top: 10px;
    left: 9px;
  }
}
.title-sec03::before {
  height: calc(100% - 28px);
  background-color: #111111;
}
@media screen and (max-width: 834px) {
  .title-sec03::before {
    height: calc(100% - 24px);
  }
}
@media screen and (max-width: 599px) {
  .title-sec03::before {
    height: calc(100% - 20px);
  }
}
.title-sec03::after {
  height: calc((100% - 28px) / 2);
  background-color: #a9111c;
}
@media screen and (max-width: 834px) {
  .title-sec03::after {
    height: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .title-sec03::after {
    height: calc((100% - 20px) / 2);
  }
}
.title-sec03.type02::before {
  display: none;
}
.title-sec03.type02::after {
  top: 0;
  left: 14px;
  width: 3px;
  height: calc(100% - 14px);
  background-color: #a9111c;
}
@media screen and (max-width: 834px) {
  .title-sec03.type02::after {
    left: 12px;
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 599px) {
  .title-sec03.type02::after {
    left: 10px;
    height: calc(100% - 10px);
  }
}

.title-sec04 {
  position: relative;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 24px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .title-sec04 {
    font-size: 1.71rem;
    padding-left: 20px;
    margin-bottom: 17.5px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04 {
    font-size: 1.52rem;
    padding-left: 16px;
    margin-bottom: 12.5px;
  }
}
.title-sec04::before, .title-sec04::after {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  height: 4px;
}
@media screen and (max-width: 834px) {
  .title-sec04::before, .title-sec04::after {
    top: 12px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04::before, .title-sec04::after {
    top: 11px;
  }
}
.title-sec04::before {
  width: 14px;
  background-color: #111111;
}
@media screen and (max-width: 834px) {
  .title-sec04::before {
    width: 12px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04::before {
    width: 10px;
  }
}
.title-sec04::after {
  width: 7px;
  background-color: #a9111c;
}
@media screen and (max-width: 834px) {
  .title-sec04::after {
    width: 6px;
  }
}
@media screen and (max-width: 599px) {
  .title-sec04::after {
    width: 5px;
  }
}

.top-title01 {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-bottom: 40px;
  gap: 7px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-title01 {
    margin-bottom: 30px;
  }
}
.top-title01__jp {
  position: relative;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  padding-left: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-title01__jp {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 834px) {
  .top-title01__jp {
    font-size: 1.44rem;
    padding-left: 13px;
  }
}
@media screen and (max-width: 599px) {
  .top-title01__jp {
    font-size: 1.08rem;
    padding-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .top-title01__jp {
    font-size: 0.9rem;
  }
}
.top-title01__jp::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #a9111c;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-title01__jp::before {
    top: 5px;
  }
}
@media screen and (max-width: 599px) {
  .top-title01__jp::before {
    top: 3px;
    width: 5px;
    height: 5px;
  }
}
.top-title01__en {
  color: #a9111c;
  font-size: 10.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-title01__en {
    font-size: 9.45rem;
  }
}
@media screen and (max-width: 834px) {
  .top-title01__en {
    font-size: 8.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-title01__en {
    font-size: 6.3rem;
  }
}
@media screen and (max-width: 320px) {
  .top-title01__en {
    font-size: 5.25rem;
  }
}
.top-title01.type02 .top-title01__jp {
  color: #ffffff;
}
.top-title01.type03 .top-title01__jp {
  color: #ffffff;
}
.top-title01.type03 .top-title01__en {
  color: #ffffff;
}

.btn-base, .btn-unit-back, .btn-unit {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  background-color: #ffffff;
  padding: 18px 40px;
  border-radius: 60px;
}
@media screen and (max-width: 834px) {
  .btn-base, .btn-unit-back, .btn-unit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .btn-base, .btn-unit-back, .btn-unit {
    font-size: 1.4rem;
  }
}
.btn-base::before, .btn-unit-back::before, .btn-unit::before {
  position: absolute;
  content: "";
  top: calc((100% - 11px) / 2);
  right: 20px;
  width: 13px;
  height: 11px;
  background-image: url(../img/common/arw01.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .btn-base:hover, .btn-unit-back:hover, .btn-unit:hover {
    transform: translateX(3px);
  }
  .btn-base:hover::before, .btn-unit-back:hover::before, .btn-unit:hover::before {
    right: 17px;
  }
}

.btn-base--bg01, .btn-unit-back, .btn-unit {
  color: #ffffff;
  background-color: #111111;
}
.btn-base--bg01::before, .btn-unit-back::before, .btn-unit::before {
  background-image: url(../img/common/arw01_white.png);
}

.btn-base--bg02 {
  color: #ffffff;
  background-color: #a9111c;
}
.btn-base--bg02::before {
  background-image: url(../img/common/arw01_white.png);
}

.btn-base--back, .btn-unit-back {
  text-align: center;
}
.btn-base--back::before, .btn-unit-back::before {
  right: auto;
  left: 20px;
  background-position: left top;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1025px) {
  .btn-base--back:hover, .btn-unit-back:hover {
    transform: translateX(-3px);
  }
  .btn-base--back:hover::before, .btn-unit-back:hover::before {
    left: 17px;
  }
}

.btn-base--border {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn-base--border::before {
  background-image: url(../img/common/arw01_white.png);
}

.btn-file {
  position: relative;
  display: block;
  width: 100%;
  color: #000000;
  line-height: 1.3;
  background-position: left 30px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: #f1f4f6;
  padding: 33px 60px 32px 80px;
}
@media screen and (max-width: 1024px) {
  .btn-file {
    background-position: left 25px center;
    padding: 31px 60px 30px 75px;
  }
}
@media screen and (max-width: 834px) {
  .btn-file {
    background-position: left 20px center;
    background-size: 26px auto;
    padding: 28px 51px 27px 66px;
  }
}
@media screen and (max-width: 599px) {
  .btn-file {
    background-position: left 15px center;
    background-size: 22px auto;
    padding: 23px 37px 22px 52px;
  }
}
.btn-file::before {
  position: absolute;
  content: "";
  top: 0;
  right: 20px;
  bottom: 0;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37.1428571429%;
  background-color: #bcc6cd;
  border-radius: 50%;
  margin: auto 0;
}
@media screen and (max-width: 1024px) {
  .btn-file::before {
    right: 18px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 834px) {
  .btn-file::before {
    right: 15px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 599px) {
  .btn-file::before {
    right: 10px;
    width: 22px;
    height: 22px;
  }
}
.btn-file--pdf {
  background-image: url(../img/common/icon_pdf.svg);
}
.btn-file--word {
  background-image: url(../img/common/icon_word.svg);
}
.btn-file--excel {
  background-image: url(../img/common/icon_excel.svg);
}
@media print, screen and (min-width: 1025px) {
  .btn-file:hover {
    background-color: #e4edf3;
    transform: translateX(3px);
  }
}

.category-menu-btn {
  position: relative;
  display: block;
  color: #000000;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  border-bottom: 2px solid #bcc6cd;
  padding: 16px 3px 15px;
}
@media screen and (max-width: 834px) {
  .category-menu-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .category-menu-btn {
    font-size: 1.4rem;
  }
}
.category-menu-btn::before {
  display: none;
  position: absolute;
  content: "";
  left: calc((100% - 10px) / 2);
  bottom: -11px;
  border-width: 9px 5px 0 5px;
  border-style: solid;
  border-color: #a9111c transparent transparent transparent;
}
@media print, screen and (min-width: 1025px) {
  .category-menu-btn:hover {
    transform: translateY(3px);
  }
}
.category-menu-btn.now {
  color: #ffffff;
  background-color: #a9111c;
  border-bottom: 2px solid #a9111c;
}
.category-menu-btn.now::before {
  display: block;
}

.btn-wrapper .btn-base, .btn-wrapper .btn-unit, .btn-wrapper .btn-unit-back {
  display: inline-block;
  padding: 18px 50px 18px 40px;
}
.btn-wrapper .btn-base--back, .btn-wrapper .btn-unit-back {
  padding: 18px 40px 18px 50px;
}

.col-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 10px;
}
.col-btn-wrapper__item {
  display: flex;
  align-items: center;
  width: 100%;
}
.col-btn-wrapper.column2 .col-btn-wrapper__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 834px) {
  .col-btn-wrapper.column2 .col-btn-wrapper__item {
    width: 100%;
  }
}
.col-btn-wrapper.column3 .col-btn-wrapper__item {
  width: calc((100% - 20px) / 3);
}
@media screen and (max-width: 834px) {
  .col-btn-wrapper.column3 .col-btn-wrapper__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .col-btn-wrapper.column3 .col-btn-wrapper__item {
    width: 100%;
  }
}

.table {
  width: 100%;
  border: 1px solid #d0d5db;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.table th {
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  line-height: 1.3;
  vertical-align: middle;
  background-color: #717e8f;
  border: 1px solid #d0d5db;
  padding: 25px 15px;
}
@media screen and (max-width: 1024px) {
  .table th {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 834px) {
  .table th {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .table th {
    padding: 10px 8px;
  }
}
.table td {
  color: #222222;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #d0d5db;
  padding: 25px 30px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .table td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 834px) {
  .table td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .table td {
    padding: 10px;
  }
}
.table td.bg01 {
  font-weight: bold;
  text-align: center;
  background-color: #ecf0f3;
}

.table02 {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.table02 th {
  width: 170px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #000000;
  padding: 29px 0;
}
@media screen and (max-width: 1024px) {
  .table02 th {
    padding: 20px 0;
  }
}
@media screen and (max-width: 834px) {
  .table02 th {
    width: 22%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .table02 th {
    padding: 10px 0;
  }
}
.table02 td {
  line-height: 1.5;
  border-bottom: 1px solid #d0d5db;
  padding: 29px 30px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .table02 td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 834px) {
  .table02 td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .table02 td {
    padding: 10px;
  }
}
.table02 .fz {
  color: #6c7a85;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .table02 .fz {
    font-size: 1.3rem;
  }
}

.table03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d0d5db;
  margin-bottom: 10px;
}
.table03 th {
  width: 170px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  background-color: #f2f5f7;
  border-bottom: 1px solid #d0d5db;
  padding: 29px 30px;
}
@media screen and (max-width: 1024px) {
  .table03 th {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 834px) {
  .table03 th {
    width: 22%;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .table03 th {
    padding: 10px;
  }
}
.table03 td {
  line-height: 1.5;
  border-bottom: 1px solid #d0d5db;
  padding: 29px 30px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .table03 td {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 834px) {
  .table03 td {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .table03 td {
    padding: 10px;
  }
}

.box-bg01 {
  background-color: #f1f4f6;
  padding: 40px 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .box-bg01 {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .box-bg01 {
    padding: 20px 25px;
  }
}
.box-bg01 a {
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .box-bg01 a:hover {
    text-decoration: none;
  }
}

.box-bg02 {
  background-color: #f9ecec;
  padding: 40px 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .box-bg02 {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .box-bg02 {
    padding: 20px 25px;
  }
}
.box-bg02 a {
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .box-bg02 a:hover {
    text-decoration: none;
  }
}

.box-border01 {
  border: 1px solid #d0d5db;
  padding: 40px 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .box-border01 {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .box-border01 {
    padding: 20px 25px;
  }
}
.box-border01 a {
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .box-border01 a:hover {
    text-decoration: none;
  }
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.youtube-wrapper::before {
  display: block;
  content: "";
  aspect-ratio: 39/22;
}
.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.map-wrapper iframe,
.map-wrapper object,
.map-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-1 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .photo-1 {
    gap: 50px;
  }
}
@media screen and (max-width: 834px) {
  .photo-1 {
    gap: 35px;
  }
}
@media screen and (max-width: 599px) {
  .photo-1 {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.photo-1 li {
  list-style: none !important;
  max-width: 100%;
}

.photo-2 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .photo-2 {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .photo-2 {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.photo-2 li {
  list-style: none !important;
  text-align: center;
}
@media print, screen and (min-width: 835px) {
  .photo-2 li {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .photo-2 li {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .photo-2 li {
    width: 100%;
  }
}

.photo-3 {
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .photo-3 {
    margin-bottom: 30px;
    gap: 20px;
  }
}
.photo-3 li {
  list-style: none !important;
  text-align: center;
  width: calc((100% - 50px) / 3);
}
.photo-3 li img {
  max-width: auto;
}
@media screen and (max-width: 599px) {
  .photo-3 li {
    width: 100%;
  }
}

.photo-right .img-box {
  float: right;
  width: 30%;
  line-height: 0.1;
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .photo-right .img-box {
    width: 35%;
    margin-left: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .photo-right .img-box {
    width: 40%;
    margin-left: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .photo-right .img-box {
    float: none;
    width: 100%;
    margin: 5px 0 15px;
  }
}

.photo-left .img-box {
  float: left;
  width: 30%;
  line-height: 0.1;
  margin-top: 10px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .photo-left .img-box {
    width: 35%;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 834px) {
  .photo-left .img-box {
    width: 40%;
    margin-right: 25px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .photo-left .img-box {
    float: none;
    width: 100%;
    margin: 5px 0 15px;
  }
}

.photo-right02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.photo-right02 .text-base {
  width: calc(70% - 40px);
}
@media screen and (max-width: 1024px) {
  .photo-right02 .text-base {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 834px) {
  .photo-right02 .text-base {
    width: calc(60% - 25px);
  }
}
@media screen and (max-width: 599px) {
  .photo-right02 .text-base {
    width: 100%;
  }
}
.photo-right02 .img-box {
  width: 30%;
  line-height: 0.1;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .photo-right02 .img-box {
    width: 35%;
  }
}
@media screen and (max-width: 834px) {
  .photo-right02 .img-box {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .photo-right02 .img-box {
    width: 100%;
    margin: 5px 0 15px;
  }
}

.photo-left02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.photo-left02 .text-base {
  width: calc(70% - 40px);
}
@media screen and (max-width: 1024px) {
  .photo-left02 .text-base {
    width: calc(65% - 30px);
  }
}
@media screen and (max-width: 834px) {
  .photo-left02 .text-base {
    width: calc(60% - 25px);
  }
}
@media screen and (max-width: 599px) {
  .photo-left02 .text-base {
    width: 100%;
  }
}
.photo-left02 .img-box {
  width: 30%;
  line-height: 0.1;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .photo-left02 .img-box {
    width: 35%;
  }
}
@media screen and (max-width: 834px) {
  .photo-left02 .img-box {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .photo-left02 .img-box {
    width: 100%;
    margin: 5px 0 15px;
  }
}

@media screen and (max-width: 599px) {
  img:has(+ .sp) {
    display: none;
  }
}

.text-base {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.85;
  text-align: justify;
  word-break: break-all;
}

.text-link {
  color: #a9111c;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .text-link:hover {
    text-decoration: none;
  }
}

.text-link02, .text-link02-unit-back, .text-link02-unit {
  position: relative;
  display: inline-block;
  color: #000000;
  line-height: 1.3;
  text-decoration: underline;
  padding-left: 25px;
}
.text-link02::before, .text-link02-unit-back::before, .text-link02-unit::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #111111;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .text-link02:hover, .text-link02-unit-back:hover, .text-link02-unit:hover {
    text-decoration: none;
    transform: translateX(3px);
  }
}

.text-link02--back::before, .text-link02-unit-back::before {
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1025px) {
  .text-link02--back:hover, .text-link02-unit-back:hover {
    transform: translateX(-3px);
  }
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.tel-link {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .tel-link {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1025px) {
  .tel-link:hover {
    text-decoration: none;
  }
}

.copy-gothic {
  color: #a9111c;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .copy-gothic {
    font-size: 2.24rem;
    margin-bottom: 17.5px;
  }
}
@media screen and (max-width: 599px) {
  .copy-gothic {
    font-size: 1.96rem;
    margin-bottom: 12.5px;
  }
}

.copy-mincho {
  color: #a9111c;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .copy-mincho {
    font-size: 2.32rem;
    margin-bottom: 17.5px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    font-size: 2.03rem;
    margin-bottom: 12.5px;
  }
}

.caption {
  display: block;
  line-height: 1.3;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .caption {
    margin-top: 5px;
  }
}

.list-wrapper {
  padding: 0 !important;
  list-style: none;
}
.list-wrapper > li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.6em;
  margin-top: 10px;
  word-break: break-all;
  list-style: none !important;
}
@media screen and (max-width: 599px) {
  .list-wrapper > li {
    margin-top: 7px;
  }
}
.list-wrapper > li:first-child {
  margin-top: 0;
}
.list-wrapper > li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #a9111c;
}
@media screen and (max-width: 599px) {
  .list-wrapper > li::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}

.list-wrapper.col02 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
@media screen and (max-width: 834px) {
  .list-wrapper.col02 {
    gap: 10px 15px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.col02 {
    gap: 10px 0;
  }
}
.list-wrapper.col02 > li {
  width: calc((99.9% - 20px) / 2);
  margin-top: 0 !important;
}
@media screen and (max-width: 834px) {
  .list-wrapper.col02 > li {
    width: calc((99.9% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.col02 > li {
    width: 100%;
  }
}

.list-wrapper.list-ib {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
}
@media screen and (max-width: 1024px) {
  .list-wrapper.list-ib {
    gap: 10px 50px;
  }
}
@media screen and (max-width: 834px) {
  .list-wrapper.list-ib {
    gap: 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.list-ib {
    gap: 10px 30px;
  }
}
.list-wrapper.list-ib > li {
  margin-top: 0 !important;
}

.list-wrapper.list-number {
  counter-reset: num;
  padding: 0 !important;
  list-style: none;
}
.list-wrapper.list-number > li {
  position: relative;
  line-height: 1.5;
  list-style: none;
  padding-left: 32px;
  margin-top: 10px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .list-wrapper.list-number > li {
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.list-number > li {
    padding-left: 28px;
    margin-top: 7px;
  }
}
.list-wrapper.list-number > li:first-child {
  margin-top: 0;
}
.list-wrapper.list-number > li::before {
  display: none;
}
.list-wrapper.list-number > li::after {
  position: absolute;
  content: counter(num);
  counter-increment: num;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 20px;
  text-align: center;
  background-color: #000000;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  .list-wrapper.list-number > li::after {
    top: 1px;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
}
@media screen and (max-width: 599px) {
  .list-wrapper.list-number > li::after {
    width: 18px;
    height: 18px;
    font-size: 1.4rem;
    line-height: 16px;
  }
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  font-size: 1.6rem !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  padding: 20px 30px !important;
  background-color: #eff2f4 !important;
  line-height: 1;
  width: 100%;
  box-shadow: none !important;
}
@media screen and (max-width: 834px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    padding: 20px !important;
  }
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/*-- radio ---*/
input[type=radio] {
  display: none;
}

label.radio {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  line-height: 1.3;
}

input[type=radio] + label.radio {
  width: 100%;
}
input[type=radio] + label.radio span {
  display: inline-block;
  position: relative;
  padding-left: 29px;
}
input[type=radio] + label.radio span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #eff3f6;
  border: 2px solid #9ca7b2;
  border-radius: 50%;
}

input[type=radio]:checked + label.radio span::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #a9111c;
  border-radius: 50%;
}

/*-- checkbox ---*/
input[type=checkbox] {
  display: none;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

.form-tbl {
  width: 100%;
  border-bottom: 1px solid #d0d5db;
  border-collapse: collapse;
  box-sizing: border-box;
  z-index: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-tbl {
    border-bottom: none;
  }
}
.form-tbl th,
.form-tbl td {
  position: relative;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-tbl th,
  .form-tbl td {
    display: block;
  }
}
.form-tbl__th {
  position: relative;
  text-align: left;
  width: 230px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  vertical-align: top;
  border-top: 1px solid #000000;
  padding: 44px 0;
}
@media screen and (max-width: 834px) {
  .form-tbl__th {
    width: 210px;
    padding: 32px 0;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__th {
    width: 100%;
    color: #ffffff;
    background-color: #000000;
    border: none;
    padding: 10px 20px;
  }
}
.form-tbl__th .form-must {
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  .form-tbl__th .form-must {
    position: absolute;
    top: 14px;
    right: 20px;
    margin-left: 0;
  }
}
.form-tbl__th label {
  cursor: auto;
}
.form-tbl__td {
  border-top: 1px solid #d0d5db;
  padding: 30px 0 30px 30px;
}
@media screen and (max-width: 834px) {
  .form-tbl__td {
    padding: 20px 0 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__td {
    width: 100%;
    padding: 15px 0 30px;
    border-top: none;
  }
}
.form-tbl__td textarea {
  height: 20em;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .form-tbl__td textarea {
    height: 15em;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__td textarea {
    height: 10em;
  }
}
.form-tbl__td :placeholder-shown {
  color: #899097;
}
.form-tbl__td { /*placeholderの色変更*/ }
.form-tbl__td ::-webkit-input-placeholder {
  color: #899097;
}
.form-tbl__td { /* Google Chrome, Safari, Opera 15+, Android, iOS */ }
.form-tbl__td :-moz-placeholder {
  color: #899097;
  opacity: 1;
}
.form-tbl__td { /* Firefox 18- */ }
.form-tbl__td ::-moz-placeholder {
  color: #899097;
  opacity: 1;
}
.form-tbl__td { /* Firefox 19+ */ }
.form-tbl__td :-ms-input-placeholder {
  color: #899097;
}
.form-tbl__td { /* IE 10+ */ }
.form-tbl__td ::-ms-expand {
  display: none;
}

.form-must {
  display: inline-block;
  width: 40px;
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #a9111c;
  padding: 3px 3px 4px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-must {
    width: 36px;
    font-size: 1.2rem;
  }
}

.choice-btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media screen and (max-width: 834px) {
  .choice-btn-list {
    gap: 10px 30px;
  }
}
@media screen and (max-width: 599px) {
  .choice-btn-list {
    flex-direction: column;
    gap: 10px 0;
  }
}
.choice-btn-list > li {
  line-height: 1;
}

.form-agreement {
  text-align: center;
  background-color: #f0f0f0;
  padding: 60px 50px;
}
@media screen and (max-width: 1024px) {
  .form-agreement {
    padding: 50px;
  }
}
@media screen and (max-width: 834px) {
  .form-agreement {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .form-agreement {
    padding: 30px;
  }
}
.form-agreement__text {
  word-break: break-all;
}
.form-agreement__text a {
  color: #a9111c;
  text-decoration: underline;
}
.form-agreement__text a:hover {
  text-decoration: none;
}
.form-agreement input[type=checkbox] {
  display: none;
}
.form-agreement input[type=checkbox] + label {
  display: block;
  position: relative;
  max-width: 300px;
  line-height: 1;
  background-color: #ffffff;
  padding: 25px 10px 24px 40px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox] + label {
    padding: 20px 20px 19px 50px;
  }
}
.form-agreement input[type=checkbox] + label::before, .form-agreement input[type=checkbox] + label::after {
  position: absolute;
  content: "";
}
.form-agreement input[type=checkbox] + label::before {
  top: 20px;
  left: 20px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border: 2px solid #9ca7b2;
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox] + label::before {
    top: 18px;
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .form-agreement input[type=checkbox] + label:hover {
    color: #ffffff;
    background-color: #000000;
  }
}
.form-agreement input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 27px;
  width: 10px;
  height: 15px;
  border-right: 3px solid #a9111c;
  border-bottom: 3px solid #a9111c;
  transform: rotate(35deg);
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox]:checked + label::after {
    top: 20px;
    left: 26px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #a9111c;
    border-bottom: 2px solid #a9111c;
  }
}

.form-error-box {
  color: #a9111c;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border: 2px solid #a9111c;
  padding: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-error-box {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .form-error-box {
    font-size: 1.6rem;
    padding: 20px;
  }
}

.form-error-text {
  color: #a9111c;
  margin-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-error-text {
    margin-top: 5px;
  }
}

.form-complete {
  background-color: #f1f4f6;
  padding: 80px 50px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .form-complete {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 834px) {
  .form-complete {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete {
    padding: 50px 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  .form-complete {
    padding: 40px 30px;
  }
}
.form-complete__copy {
  position: relative;
  color: #000000;
  font-size: 2.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-complete__copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__copy {
    font-size: 2.1rem;
    padding-bottom: 20px;
    margin-bottom: 17px;
  }
}
.form-complete__copy::before, .form-complete__copy::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 30px;
  height: 3px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-complete__copy::before, .form-complete__copy::after {
    width: 25px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__copy::before, .form-complete__copy::after {
    width: 20px;
    height: 2px;
  }
}
.form-complete__copy::before {
  right: 50%;
  background-color: #a9111c;
}
.form-complete__copy::after {
  left: 50%;
  background-color: #000000;
}

/*--------------------------------------------------------
pagination
----------------------------------------------------------*/
.pagination {
  margin-top: 50px;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__list > li.now .pagination__btn {
  background-color: #a9111c;
  border-radius: 0 !important;
}
.pagination__btn {
  display: block;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 60px;
  text-align: center;
  background-color: #000000;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .pagination__btn {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__btn {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    margin-right: 4px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
    margin-left: 3px;
  }
}
.pagination__btn > a {
  display: block;
  color: #ffffff;
}
@media print, screen and (min-width: 1025px) {
  .pagination__btn:hover {
    border-radius: 60px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}
.pagination__prev, .pagination__next {
  display: block;
  position: relative;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .pagination__prev, .pagination__next {
    font-size: 1.7rem;
    line-height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev, .pagination__next {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__prev, .pagination__next {
    font-size: 1.3rem;
    line-height: 35px;
  }
}
.pagination__prev {
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .pagination__prev {
    margin-right: 16px;
  }
}
@media screen and (max-width: 834px) {
  .pagination__prev {
    margin-right: 12px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev {
    margin-right: 8px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__prev {
    margin-right: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__prev:hover {
    transform: translateX(-3px);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}
.pagination__next {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  .pagination__next {
    margin-left: 16px;
  }
}
@media screen and (max-width: 834px) {
  .pagination__next {
    margin-left: 12px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__next {
    margin-left: 8px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__next {
    margin-left: 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__next:hover {
    transform: translateX(3px);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(50px);
  filter: blur(4px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 1s;
  filter: blur(4px);
}
.inview-alpha.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 0.4s;
}

.delay03 {
  transition-delay: 0.6s;
}

.delay04 {
  transition-delay: 0.8s;
}

.delay05 {
  transition-delay: 1s;
}

.delay06 {
  transition-delay: 1.2s;
}

.delay07 {
  transition-delay: 1.4s;
}

.delay08 {
  transition-delay: 1.6s;
}

.delay09 {
  transition-delay: 1.8s;
}

.delay10 {
  transition-delay: 2s;
}

.delay11 {
  transition-delay: 2.2s;
}

.delay12 {
  transition-delay: 2.4s;
}

.delay13 {
  transition-delay: 2.6s;
}

.delay14 {
  transition-delay: 2.8s;
}

.delay15 {
  transition-delay: 3s;
}

.delay16 {
  transition-delay: 3.2s;
}

.delay17 {
  transition-delay: 3.4s;
}

.delay18 {
  transition-delay: 3.6s;
}

.delay19 {
  transition-delay: 3.8s;
}

.delay20 {
  transition-delay: 4s;
}

.top-main {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main {
    height: 600px;
  }
}
@media screen and (max-width: 834px) {
  .top-main {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    height: 320px;
  }
}
@media screen and (max-width: 320px) {
  .top-main {
    height: 260px;
  }
}
.top-main__copy {
  position: absolute;
  left: 100px;
  bottom: 135px;
  max-width: 636px;
  width: 38.3%;
  aspect-ratio: 159/55;
  z-index: 9;
}
@media print, screen and (max-width: 1600px) {
  .top-main__copy {
    left: 80px;
    bottom: 105px;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-main__copy {
    left: 60px;
    bottom: 75px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-main__copy {
    left: 40px;
    bottom: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy {
    left: 50px;
    bottom: 60px;
    width: 381.6px;
  }
}
@media screen and (max-width: 834px) {
  .top-main__copy {
    left: 30px;
    bottom: 40px;
    width: 318px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    left: 20px;
    bottom: 30px;
    width: 254.4px;
  }
}
@media screen and (max-width: 320px) {
  .top-main__copy {
    bottom: 20px;
    width: 190.8px;
  }
}
.top-main .slider {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .top-main .slider {
    height: 600px;
  }
}
@media screen and (max-width: 834px) {
  .top-main .slider {
    height: 500px;
  }
}
@media screen and (max-width: 599px) {
  .top-main .slider {
    height: 320px;
  }
}
@media screen and (max-width: 320px) {
  .top-main .slider {
    height: 260px;
  }
}
.top-main .slider::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top-main-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 85% auto;
}
.top-main .slider.slider01 {
  background-image: url(../img/top/main_slider01.jpg);
}
.top-main .slider.slider02 {
  background-image: url(../img/top/main_slider02.jpg);
}
.top-main {
  /* プログレスライン */
}
.top-main__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #c7c7c7;
  overflow: hidden;
  z-index: 9;
}
@media screen and (max-width: 834px) {
  .top-main__progress {
    height: 4px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__progress {
    height: 3px;
  }
}
.top-main__progress__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: #a9111c;
}
.top-main__menu {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  .top-main__menu {
    display: none;
  }
}
.top-main__menu__nav {
  background-color: rgba(170, 17, 27, 0.8);
  padding: 15px 30px;
}
.top-main__menu__nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.top-main__menu__nav__list__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-main__menu__nav__list__item:last-child {
  border-bottom: none;
}
.top-main__menu__nav__list__item__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  padding: 15px 0 15px 25px;
}
.top-main__menu__nav__list__item__link::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.top-main__menu__nav__list__item__link::after {
  position: absolute;
  content: "";
  top: 25px;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media print, screen and (min-width: 1025px) {
  .top-main__menu__nav__list__item__link:hover {
    transform: translateX(3px);
  }
}
.top-main__menu__btns {
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-main__menu__btns__item {
  width: 115px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-main__menu__btns__item__link {
  position: relative;
  display: block;
  width: 100%;
  height: 115px;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1;
  text-align: center;
  border: none;
  padding-top: 68px;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-main__menu__btns__item__link.contact {
  background-image: url(../img/common/icon_mail_white.svg);
  background-repeat: no-repeat;
  background-position: center top 30px;
  background-size: 28px auto;
  background-color: #252e37;
}
@media print, screen and (min-width: 1025px) {
  .top-main__menu__btns__item__link.contact:hover {
    background-color: #45596b;
  }
}
.top-main__menu__btns__item__link.access {
  background-image: url(../img/common/icon_access_white.svg);
  background-repeat: no-repeat;
  background-position: center top 26px;
  background-size: 22px auto;
  background-color: #050505;
}
@media print, screen and (min-width: 1025px) {
  .top-main__menu__btns__item__link.access:hover {
    background-color: #585858;
  }
}

.top-company {
  position: relative;
  background-color: #e0e3e7;
  padding: 130px 50px 335px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-company {
    padding: 115px 30px 285px;
  }
}
@media screen and (max-width: 834px) {
  .top-company {
    padding: 115px 30px 235px;
  }
}
@media screen and (max-width: 599px) {
  .top-company {
    padding: 80px 20px 195px;
  }
}
@media screen and (max-width: 320px) {
  .top-company {
    padding: 80px 20px 155px;
  }
}
.top-company::before {
  position: absolute;
  content: "";
  top: 208px;
  right: 0;
  width: calc(100% - (100% - 1400px) / 2 - 282px);
  height: calc(100% - 208px - 145px);
  background-color: #f3f3f3;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-company::before {
    top: 187px;
    width: calc(100% - 30px);
    height: calc(100% - 187px - 120px);
  }
}
@media screen and (max-width: 834px) {
  .top-company::before {
    top: 180px;
    height: calc(100% - 180px - 95px);
  }
}
@media screen and (max-width: 599px) {
  .top-company::before {
    top: 130px;
    width: calc(100% - 20px);
    height: calc(100% - 130px - 75px);
  }
}
@media screen and (max-width: 320px) {
  .top-company::before {
    top: 122px;
    height: calc(100% - 122px - 55px);
  }
}
.top-company::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/top/bg_company01.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 855/214;
  z-index: 1;
}
.top-company__inner {
  position: relative;
  z-index: 3;
}
.top-company__title {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .top-company__title {
    padding-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-company__title {
    padding-left: 15px;
  }
}
.top-company__company02 {
  position: absolute;
  right: 23.7%;
  bottom: -381px;
  width: 14.4%;
}
@media print, screen and (max-width: 1600px) {
  .top-company__company02 {
    bottom: -361px;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-company__company02 {
    right: 26.7%;
    width: 17.4%;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-company__company02 {
    right: 29.7%;
    width: 20.4%;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-company__company02 {
    right: 32.7%;
    width: 23.4%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__company02 {
    right: 28.7%;
    bottom: -306px;
    width: 19.4%;
  }
}
@media screen and (max-width: 834px) {
  .top-company__company02 {
    right: 33.7%;
    bottom: -260px;
    width: 24.4%;
  }
}
@media screen and (max-width: 599px) {
  .top-company__company02 {
    right: 43.7%;
    bottom: -215px;
    width: 34.4%;
  }
}
@media screen and (max-width: 320px) {
  .top-company__company02 {
    bottom: -170px;
  }
}
.top-company__company02 img {
  width: 100%;
}
.top-company__company03 {
  position: absolute;
  right: -50px;
  bottom: -265px;
  width: 23.7%;
}
@media print, screen and (max-width: 1500px) {
  .top-company__company03 {
    width: 26.7%;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-company__company03 {
    width: 29.7%;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-company__company03 {
    width: 32.7%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__company03 {
    right: -30px;
    bottom: -245px;
    width: 28.7%;
  }
}
@media screen and (max-width: 834px) {
  .top-company__company03 {
    bottom: -195px;
    width: 33.7%;
  }
}
@media screen and (max-width: 599px) {
  .top-company__company03 {
    right: -20px;
    bottom: -155px;
    width: 43.7%;
  }
}
@media screen and (max-width: 320px) {
  .top-company__company03 {
    bottom: -115px;
  }
}
.top-company__company03 img {
  width: 100%;
}
.top-company__bg-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  aspect-ratio: 80/835;
  z-index: 2;
}
@media print, screen and (max-width: 1400px) {
  .top-company__bg-txt {
    opacity: 0.4;
  }
}
@media screen and (max-width: 1024px) {
  .top-company__bg-txt {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .top-company__bg-txt {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-company__bg-txt {
    width: 70px;
  }
}
@media screen and (max-width: 320px) {
  .top-company__bg-txt {
    width: 50px;
  }
}
.top-company__bg-txt img {
  width: 100%;
}

.top-company-box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: -50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-company-box {
    flex-direction: column;
    margin-left: -30px;
  }
}
@media screen and (max-width: 599px) {
  .top-company-box {
    margin-left: -20px;
  }
}
.top-company-box__body {
  width: calc(99.9% - 812px);
  padding: 0 calc((100% - 1400px) / 2) 0 7.3%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-company-box__body {
    width: 49.2%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company-box__body {
    width: 100%;
    padding: 0 0 50px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-company-box__body {
    padding: 0 0 30px 40px;
  }
}
.top-company-box__body__catch01 {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.4;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-company-box__body__catch01 {
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-company-box__body__catch01 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-company-box__body__catch01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .top-company-box__body__catch01 {
    font-size: 2rem;
  }
}
.top-company-box__body__catch01__fc01 {
  color: #a9111c;
}
.top-company-box__body__catch02 {
  color: #50667c;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.6;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-company-box__body__catch02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-company-box__body__catch02 {
    font-size: 2.1rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-company-box__body__catch02 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.top-company-box__body__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2.15;
}
.top-company-box__img {
  width: 812px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-company-box__img {
    width: 50.7%;
  }
}
@media screen and (max-width: 1024px) {
  .top-company-box__img {
    max-width: 812px;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top-company-box__img {
    width: 90%;
  }
}
.top-company-box__img img {
  width: 100%;
}

.top-service {
  background-image: url(../img/top/bg_service.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #191919;
  padding: 110px 50px 110px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-service {
    padding: 110px 30px 110px;
  }
}
@media screen and (max-width: 834px) {
  .top-service {
    padding: 95px 30px 95px;
  }
}
@media screen and (max-width: 599px) {
  .top-service {
    padding: 80px 20px 80px;
  }
}
.top-service__inner {
  margin-left: calc((100% - 1400px) / 2);
  margin-right: -50px;
}
@media print, screen and (max-width: 1600px) {
  .top-service__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__inner {
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__inner {
    margin-right: -20px;
  }
}

.top-service-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-service-box {
    flex-direction: column;
  }
}
.top-service-box__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 545px;
  padding-right: 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-service-box__head {
    width: 495px;
    padding-right: 60px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-service-box__head {
    width: 445px;
    padding-right: 50px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-service-box__head {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-service-box__head {
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-box__head {
    padding-right: 20px;
  }
}
.top-service-box__head__catch {
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.6;
  margin-bottom: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-service-box__head__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-service-box__head__catch {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-box__head__catch {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.top-service-box__head__text {
  color: #ffffff;
}
.top-service-box__head__btn-box {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .top-service-box__head__btn-box {
    display: none;
  }
}
.top-service-box__head__btn-box__btn {
  width: 100%;
  max-width: 250px;
}
.top-service-box__body {
  width: calc(99.9% - 545px);
  background-color: #131313;
  padding: 30px 55px 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-service-box__body {
    width: calc(99.9% - 495px);
  }
}
@media print, screen and (max-width: 1300px) {
  .top-service-box__body {
    width: calc(99.9% - 445px);
  }
}
@media print, screen and (max-width: 1200px) {
  .top-service-box__body {
    width: 100%;
    padding: 15px 50px 35px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-service-box__body {
    padding: 15px 30px 35px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-box__body {
    padding: 10px 20px 30px;
    margin-top: 30px;
  }
}
.top-service-box__body__menu-list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-service-box__body__menu-list > li:last-child {
  border-bottom: none;
}
.top-service-box__body__pickup-list {
  margin-top: 15px;
}
.top-service-box__body__pickup-list > li {
  margin-bottom: 25px;
}
.top-service-box__body__pickup-list > li:last-child {
  margin-bottom: 0;
}
.top-service-box__btn-box {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-service-box__btn-box {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-service-box__btn-box {
    margin-top: 40px;
  }
}
.top-service-box__btn-box__btn {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 1024px) {
  .top-service-box__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.service-menu-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 63px 25px 0;
}
@media screen and (max-width: 834px) {
  .service-menu-btn {
    padding: 25px 43px 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn {
    flex-direction: column;
    padding: 20px 0;
  }
}
.service-menu-btn::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: calc((100% - 43px) / 2);
  width: 43px;
  height: 43px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30.2325581395%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .service-menu-btn::before {
    right: 5px;
    bottom: calc((100% - 33px) / 2);
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn::before {
    bottom: 20px;
    width: 23px;
    height: 23px;
  }
}
.service-menu-btn__img {
  width: 190px;
}
@media print, screen and (max-width: 1600px) {
  .service-menu-btn__img {
    width: 170px;
  }
}
@media print, screen and (max-width: 1400px) {
  .service-menu-btn__img {
    width: 150px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-menu-btn__img {
    width: 190px;
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__img {
    width: 150px;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__img {
    width: 100%;
  }
}
.service-menu-btn__img img {
  width: 100%;
}
.service-menu-btn__body {
  display: flex;
  align-items: center;
  width: calc(99.9% - 190px);
}
@media print, screen and (max-width: 1600px) {
  .service-menu-btn__body {
    width: calc(99.9% - 170px);
  }
}
@media print, screen and (max-width: 1400px) {
  .service-menu-btn__body {
    width: calc(99.9% - 150px);
  }
}
@media print, screen and (max-width: 1200px) {
  .service-menu-btn__body {
    width: calc(99.9% - 190px);
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__body {
    width: calc(99.9% - 150px);
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__body {
    width: 100%;
    padding-right: 33px;
    margin-top: 10px;
  }
}
.service-menu-btn__body__icon {
  display: flex;
  justify-content: center;
  width: 105px;
}
@media print, screen and (max-width: 1600px) {
  .service-menu-btn__body__icon {
    width: 95px;
  }
}
@media print, screen and (max-width: 1400px) {
  .service-menu-btn__body__icon {
    width: 85px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-menu-btn__body__icon {
    width: 105px;
  }
}
@media screen and (max-width: 1024px) {
  .service-menu-btn__body__icon {
    width: 95px;
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__body__icon {
    width: 85px;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__body__icon {
    width: 75px;
  }
}
@media screen and (max-width: 320px) {
  .service-menu-btn__body__icon {
    width: 65px;
  }
}
.service-menu-btn__body__icon img {
  width: 100%;
}
.service-menu-btn__body__title {
  width: calc(99.9% - 105px);
  border-left: 1px #414445 solid;
  padding-left: 30px;
}
@media print, screen and (max-width: 1600px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 95px);
    padding-left: 25px;
  }
}
@media print, screen and (max-width: 1400px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 85px);
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 105px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 95px);
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 85px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 75px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 320px) {
  .service-menu-btn__body__title {
    width: calc(99.9% - 65px);
    padding-left: 10px;
  }
}
.service-menu-btn__body__title__en {
  color: #a9111c;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .service-menu-btn__body__title__en {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__body__title__en {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__body__title__en {
    font-size: 1rem;
    margin-bottom: 3px;
  }
}
.service-menu-btn__body__title__jp {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .service-menu-btn__body__title__jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .service-menu-btn__body__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .service-menu-btn__body__title__jp {
    font-size: 1.9rem;
  }
}
.service-menu-btn--service01 .service-menu-btn__body__icon img {
  max-width: 28px;
}
.service-menu-btn--service02 .service-menu-btn__body__icon img {
  max-width: 44px;
}
.service-menu-btn--service03 .service-menu-btn__body__icon img {
  max-width: 26px;
}
.service-menu-btn--service04 .service-menu-btn__body__icon img {
  max-width: 39px;
}
.service-menu-btn--service05 .service-menu-btn__body__icon img {
  max-width: 44px;
}
@media print, screen and (min-width: 1025px) {
  .service-menu-btn:hover {
    transform: translateX(3px);
  }
  .service-menu-btn:hover::before {
    background-color: #a9111c;
    border: 1px solid #a9111c;
  }
}

.service-pickup-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #292b2d;
  padding: 40px;
}
@media print, screen and (max-width: 1400px) {
  .service-pickup-btn {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-pickup-btn {
    flex-direction: row;
  }
}
@media screen and (max-width: 1024px) {
  .service-pickup-btn {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn {
    padding: 20px;
  }
}
.service-pickup-btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 47px) / 2);
  right: 20px;
  width: 33px;
  height: 47px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 39.3939393939%;
  background-color: #16191c;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .service-pickup-btn::before {
    top: 32px;
    right: 0;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn::before {
    top: 20px;
    height: 42px;
  }
}
.service-pickup-btn__head {
  width: 297px;
}
@media print, screen and (max-width: 1600px) {
  .service-pickup-btn__head {
    width: 277px;
  }
}
@media print, screen and (max-width: 1500px) {
  .service-pickup-btn__head {
    width: 257px;
  }
}
@media print, screen and (max-width: 1400px) {
  .service-pickup-btn__head {
    width: 100%;
    padding-bottom: 25px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-pickup-btn__head {
    width: 277px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn__head {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn__head {
    padding-right: 18px;
    padding-bottom: 15px;
  }
}
.service-pickup-btn__head__title__jp {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media screen and (max-width: 1024px) {
  .service-pickup-btn__head__title__jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn__head__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn__head__title__jp {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
}
.service-pickup-btn__head__title__en {
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .service-pickup-btn__head__title__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn__head__title__en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn__head__title__en {
    font-size: 1rem;
  }
}
.service-pickup-btn__body {
  width: calc(99.9% - 297px);
  border-left: 1px #5a5e62 solid;
  padding: 2px 17px 2px 30px;
}
@media print, screen and (max-width: 1600px) {
  .service-pickup-btn__body {
    width: calc(99.9% - 277px);
  }
}
@media print, screen and (max-width: 1500px) {
  .service-pickup-btn__body {
    width: calc(99.9% - 257px);
  }
}
@media print, screen and (max-width: 1400px) {
  .service-pickup-btn__body {
    width: 100%;
    border-top: 1px #5a5e62 solid;
    border-left: none;
    padding: 25px 0 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-pickup-btn__body {
    width: calc(99.9% - 277px);
    border-top: none;
    border-left: 1px #5a5e62 solid;
    padding: 2px 26px 2px 30px;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn__body {
    width: 100%;
    border-top: 1px #5a5e62 solid;
    border-left: none;
    padding: 25px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn__body {
    padding: 15px 0 0;
  }
}
.service-pickup-btn__body__text {
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.service-pickup-btn--pickup01 {
  position: relative;
}
.service-pickup-btn--pickup01 .service-pickup-btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: -15px;
  width: 66px;
  height: 66px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.25;
  text-align: center;
  background-color: #a9111c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__icon {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__icon {
    width: 56px;
    height: 56px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__icon {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }
}
.service-pickup-btn--pickup01 .service-pickup-btn__head {
  background-image: url(../img/common/icon_kaihatu_white.svg);
  background-position: left 15px top 4px;
  background-repeat: no-repeat;
  background-size: 59px auto;
  padding-left: 92px;
}
@media screen and (max-width: 1024px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__head {
    background-position: left 12px top 4px;
    background-size: 54px auto;
    padding-left: 87px;
  }
}
@media screen and (max-width: 834px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__head {
    background-position: left 12px top 6px;
    background-size: 44px auto;
    padding-left: 72px;
  }
}
@media screen and (max-width: 599px) {
  .service-pickup-btn--pickup01 .service-pickup-btn__head {
    background-position: left 10px top 5px;
    background-size: 34px auto;
    padding-left: 57px;
  }
}
@media print, screen and (min-width: 1025px) {
  .service-pickup-btn:hover {
    transform: translateX(3px);
  }
}

.top-news {
  background-color: #e0e3e7;
  padding: 130px 50px 130px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 115px 30px 115px;
  }
}
@media screen and (max-width: 834px) {
  .top-news {
    padding: 100px 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 80px 20px 80px;
  }
}
.top-news__inner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.top-news-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-news-box {
    flex-direction: column;
  }
}
.top-news-box__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 375px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-news-box__head {
    width: 345px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-box__head {
    width: 320px;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__head {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .top-news-box__head__title {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__head__btn-box {
    display: none;
  }
}
.top-news-box__head__btn-box__btn {
  width: 100%;
  max-width: 250px;
}
.top-news-box__body {
  width: calc(99.9% - 375px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-news-box__body {
    width: calc(99.9% - 345px);
  }
}
@media screen and (max-width: 1024px) {
  .top-news-box__body {
    width: calc(99.9% - 320px);
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__body {
    width: 100%;
  }
}
.top-news-box__body__list {
  border-top: 1px solid #aeb3b8;
}
@media screen and (max-width: 599px) {
  .top-news-box__body__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-news-box__body__list > li {
  border-bottom: 1px solid #aeb3b8;
}
.top-news-box__btn-box {
  display: none;
}
@media screen and (max-width: 834px) {
  .top-news-box__btn-box {
    display: block;
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-box__btn-box {
    margin-top: 40px;
  }
}
.top-news-box__btn-box__btn {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 834px) {
  .top-news-box__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-works {
  position: relative;
  background-color: #131313;
  padding: 130px 50px 150px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-works {
    padding: 115px 30px 135px;
  }
}
@media screen and (max-width: 834px) {
  .top-works {
    padding: 100px 30px 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-works {
    padding: 80px 20px 100px;
  }
}
.top-works::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 39.1%;
  background-image: url(../img/top/bg_works01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 334/43;
}
@media screen and (max-width: 834px) {
  .top-works::before {
    right: 0;
    width: 100%;
    background-size: 80% auto;
  }
}
@media screen and (max-width: 599px) {
  .top-works::before {
    background-size: 100% auto;
  }
}
.top-works::after {
  position: absolute;
  content: "";
  right: 36px;
  bottom: -3px;
  width: calc(60.9% - 36px - 25px);
  background-image: url(../img/top/bg_works02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 977/93;
}
@media screen and (max-width: 1024px) {
  .top-works::after {
    right: 26px;
    width: calc(60.9% - 26px - 25px);
  }
}
@media screen and (max-width: 834px) {
  .top-works::after {
    display: none;
  }
}
.top-works__inner {
  position: relative;
  margin-left: calc((100% - 1400px) / 2);
  margin-right: -50px;
}
@media print, screen and (max-width: 1600px) {
  .top-works__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-works__inner {
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__inner {
    margin-right: 0;
  }
}
.top-works__swiper .swiper-pagination {
  position: static;
  font-size: 0;
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-works__swiper .swiper-pagination {
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-pagination {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__swiper .swiper-pagination {
    text-align: center;
    margin-top: 20px;
  }
}
.top-works__swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #6a7177;
  margin: 0 14px 0 0 !important;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .top-works__swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 12px 0 0 !important;
  }
}
@media screen and (max-width: 834px) {
  .top-works__swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px 0 0 !important;
  }
}
.top-works__swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a9111c;
}
.top-works__swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.top-works__btn-box {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .top-works__btn-box {
    position: absolute;
    top: 55px;
    right: 150px;
    max-width: 250px;
  }
}
@media print, screen and (min-width: 600px) and (max-width: 1400px) {
  .top-works__btn-box {
    right: 100px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top-works__btn-box {
    top: 45px;
    right: 30px;
  }
}
@media screen and (min-width: 600px) and (max-width: 834px) {
  .top-works__btn-box {
    top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-works__btn-box {
    margin-top: 50px;
  }
}
.top-works__btn-box__btn {
  width: 100%;
  max-width: 250px;
}
@media screen and (max-width: 599px) {
  .top-works__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-works-box {
  display: block;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-works-box__img {
  position: relative;
  overflow: hidden;
}
.top-works-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 22/15;
}
.top-works-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-works-box__body {
  padding: 25px 0 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-works-box__body {
    padding: 22px 0 0;
  }
}
@media screen and (max-width: 834px) {
  .top-works-box__body {
    padding: 19px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top-works-box__body {
    padding: 16px 0 0;
  }
}
.top-works-box__body__category {
  display: inline-block;
  min-width: 160px;
  color: #6b6e72;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid #8b8f94;
  border-radius: 30px;
  padding: 6px 5px 7px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-works-box__body__category {
    min-width: 150px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-works-box__body__category {
    min-width: 140px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .top-works-box__body__category {
    min-width: 130px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-works-box__body__category {
    min-width: 120px;
    font-size: 1.1rem;
  }
}
.top-works-box__body__title {
  position: relative;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  padding: 4px 0 4px 58px;
  margin-top: 18px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-works-box__body__title {
    font-size: 2.3rem;
    padding: 4px 0 4px 56px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .top-works-box__body__title {
    font-size: 2.1rem;
    padding: 4px 0 4px 52px;
    margin-top: 14px;
  }
}
@media screen and (max-width: 834px) {
  .top-works-box__body__title {
    font-size: 1.9rem;
    padding: 4px 0 4px 48px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-works-box__body__title {
    font-size: 1.7rem;
    padding: 4px 0 4px 45px;
    margin-top: 10px;
  }
}
.top-works-box__body__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 43px;
  height: 43px;
  background-image: url(../img/common/arw01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30.2325581395%;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-works-box__body__title::before {
    width: 41px;
    height: 41px;
  }
}
@media screen and (max-width: 1024px) {
  .top-works-box__body__title::before {
    width: 37px;
    height: 37px;
  }
}
@media screen and (max-width: 834px) {
  .top-works-box__body__title::before {
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 599px) {
  .top-works-box__body__title::before {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-works-box:hover .top-works-box__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.top-btns {
  position: relative;
  background-color: #000000;
  z-index: 1;
}
.top-btns__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2px;
  padding-bottom: 2px;
  gap: 2px;
}
.top-btns__list__left {
  width: 27.5%;
}
@media screen and (max-width: 599px) {
  .top-btns__list__left {
    width: 100%;
  }
}
.top-btns__list__right {
  display: flex;
  flex-direction: column;
  width: calc(72.5% - 2px);
  gap: 2px;
}
@media screen and (max-width: 599px) {
  .top-btns__list__right {
    width: 100%;
  }
}
.top-btns__list__right__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.top-btns__list__right__list__item {
  width: 61.85%;
}
@media screen and (max-width: 599px) {
  .top-btns__list__right__list__item {
    width: 100%;
  }
}
.top-btns__list__right__list__item--w02 {
  width: calc(38.15% - 2px);
}
@media screen and (max-width: 599px) {
  .top-btns__list__right__list__item--w02 {
    width: 100%;
  }
}
.top-btns__other {
  background-color: #bdc2c8;
  padding: 90px 50px;
}
@media screen and (max-width: 1024px) {
  .top-btns__other {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns__other {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-btns__other {
    padding: 40px 20px;
  }
}
.top-btns__other__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .top-btns__other__list {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-btns__other__list {
    gap: 20px 0;
  }
}
.top-btns__other__list__item {
  width: calc((99.9% - 40px) / 2);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-btns__other__list__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-btns__other__list__item {
    width: 100%;
  }
}

.top-btns-btn {
  position: relative;
  display: block;
  background-color: #000000;
}
.top-btns-btn::before {
  position: absolute;
  content: "";
  right: 30px;
  bottom: 30px;
  width: 43px;
  height: 43px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30.2325581395%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn::before {
    right: 20px;
    bottom: 20px;
    width: 33px;
    height: 33px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn::before {
    right: 15px;
    bottom: 15px;
    width: 23px;
    height: 23px;
  }
}
.top-btns-btn__text {
  position: absolute;
  left: 40px;
  bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  line-height: 1;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn__text {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn__text {
    left: 20px;
    bottom: 20px;
  }
}
.top-btns-btn__text__en {
  display: block;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  padding-left: 0.2em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn__text__en {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn__text__en {
    font-size: 0.98rem;
  }
}
@media screen and (max-width: 320px) {
  .top-btns-btn__text__en {
    font-size: 0.84rem;
  }
}
.top-btns-btn__text__jp {
  display: block;
  font-size: 3.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  margin-top: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn__text__jp {
    font-size: 3.06rem;
    margin-top: 7.2px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn__text__jp {
    font-size: 2.38rem;
    margin-top: 5.6px;
  }
}
@media screen and (max-width: 320px) {
  .top-btns-btn__text__jp {
    font-size: 2.04rem;
    margin-top: 4.8px;
  }
}
.top-btns-btn__img {
  position: relative;
  overflow: hidden;
}
.top-btns-btn__img::before {
  display: block;
  content: "";
}
.top-btns-btn__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-btns-btn--btns01 .top-btns-btn__img {
  aspect-ratio: 235/351;
}
@media screen and (max-width: 599px) {
  .top-btns-btn--btns01 .top-btns-btn__img {
    aspect-ratio: 3/1;
  }
}
.top-btns-btn--btns02 .top-btns-btn__img {
  aspect-ratio: 383/175;
}
@media screen and (max-width: 599px) {
  .top-btns-btn--btns02 .top-btns-btn__img {
    aspect-ratio: 3/1;
  }
}
.top-btns-btn--btns03 .top-btns-btn__img {
  aspect-ratio: 47/35;
}
@media screen and (max-width: 599px) {
  .top-btns-btn--btns03 .top-btns-btn__img {
    aspect-ratio: 3/1;
  }
}
.top-btns-btn--btns04 .top-btns-btn__img {
  aspect-ratio: 47/35;
}
@media screen and (max-width: 599px) {
  .top-btns-btn--btns04 .top-btns-btn__img {
    aspect-ratio: 3/1;
  }
}
.top-btns-btn--btns05 .top-btns-btn__img {
  aspect-ratio: 383/175;
}
@media screen and (max-width: 599px) {
  .top-btns-btn--btns05 .top-btns-btn__img {
    aspect-ratio: 3/1;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-btns-btn:hover .top-btns-btn__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.top-btns-btn02 {
  display: flex;
  align-items: center;
  position: relative;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  background-image: url(../img/common/arw01_white.png);
  background-position: right 45px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-color: #050505;
  padding: 55px 70px 55px 140px;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn02 {
    font-size: 2.3rem;
    background-position: right 40px center;
    padding: 50px 65px 50px 130px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn02 {
    font-size: 2rem;
    background-position: right 35px center;
    background-size: 11px auto;
    padding: 45px 55px 45px 110px;
  }
}
@media screen and (max-width: 599px) {
  .top-btns-btn02 {
    font-size: 1.7rem;
    background-position: right 30px center;
    padding: 40px 50px 40px 90px;
  }
}
@media screen and (max-width: 320px) {
  .top-btns-btn02 {
    background-position: right 20px center;
    padding: 40px 40px 40px 90px;
  }
}
.top-btns-btn02::before {
  position: absolute;
  content: "";
  top: 0;
  left: 25px;
  bottom: 0;
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #212121;
  border-radius: 50%;
  margin: auto 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-btns-btn02::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-btns-btn02::before {
    left: 20px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-btns-btn02::before {
    left: 15px;
    width: 60px;
    height: 60px;
  }
}
.top-btns-btn02--partner::before {
  background-image: url(../img/common/icon_partner_white.svg);
  background-size: 41.1111111111%;
}
.top-btns-btn02--authorization::before {
  background-image: url(../img/common/icon_authorization_white.svg);
  background-size: 38.8888888889%;
}
@media print, screen and (min-width: 1025px) {
  .top-btns-btn02:hover {
    transform: translateX(3px);
  }
}

.top-recruit {
  position: relative;
  background-color: #e0e3e7;
  padding: 120px 50px 180px 0;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-recruit {
    padding: 120px 50px 120px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit {
    padding: 120px 30px 180px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit {
    padding: 70px 20px 130px 0;
  }
}
.top-recruit::before {
  position: absolute;
  content: "";
  top: 265px;
  left: 0;
  width: calc(100% - 50px - (100% - 1400px) / 2);
  height: calc(100% - 265px);
  background-color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit::before {
    width: calc(100% - 50px);
  }
}
@media print, screen and (max-width: 1400px) {
  .top-recruit::before {
    top: 255px;
    height: calc(100% - 255px);
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit::before {
    top: 235px;
    height: calc(100% - 235px);
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit::before {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .top-recruit::before {
    width: calc(100% - 20px);
  }
}
.top-recruit::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url(../img/top/bg_recruit.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 1710/377;
}
.top-recruit__inner {
  position: relative;
  z-index: 1;
}
.top-recruit__recruit03 {
  display: block;
  position: absolute;
  top: -31px;
  right: 130px;
  width: 17.2%;
  z-index: 1;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit__recruit03 {
    right: 17.9%;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit__recruit03 {
    top: 160px;
    right: 60px;
    width: 250px;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit__recruit03 {
    top: auto;
    right: 20.4%;
    bottom: 80px;
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__recruit03 {
    right: auto;
    left: 30px;
    width: 51.2%;
  }
}
.top-recruit__recruit03 img {
  width: 100%;
}

.top-recruit-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-recruit-box {
    flex-direction: column;
  }
}
.top-recruit-box__img {
  position: relative;
  width: 660px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-recruit-box__img {
    width: 47.1%;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit-box__img {
    max-width: 660px;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit-box__img {
    width: 90%;
  }
}
.top-recruit-box__img img {
  width: 100%;
}
.top-recruit-box__img__recruit02 {
  position: absolute;
  right: -19%;
  bottom: -163px;
  width: 37.2%;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit-box__img__recruit02 {
    right: -14%;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-recruit-box__img__recruit02 {
    right: -9%;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-recruit-box__img__recruit02 {
    bottom: -138px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-recruit-box__img__recruit02 {
    bottom: -113px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit-box__img__recruit02 {
    right: -6%;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit-box__img__recruit02 {
    right: -126px;
    bottom: -70px;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit-box__img__recruit02 {
    right: -48px;
    bottom: -120px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-box__img__recruit02 {
    right: -20px;
    bottom: -60px;
  }
}
@media screen and (max-width: 320px) {
  .top-recruit-box__img__recruit02 {
    bottom: -40px;
  }
}
.top-recruit-box__img__recruit02 img {
  width: 100%;
}
.top-recruit-box__body {
  position: relative;
  width: calc(99.9% - 660px);
  padding: 60px calc((100% - 1100px) / 2) 0 11.2%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit-box__body {
    padding: 60px 9.7% 0;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-recruit-box__body {
    padding: 60px 8.2% 0;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-recruit-box__body {
    width: 52.8%;
    padding: 50px 8.2% 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit-box__body {
    padding: 30px 5.2% 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit-box__body {
    width: 100%;
    padding: 60px 27.4% 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-box__body {
    padding: 60px 20px 180px;
  }
}
@media screen and (max-width: 320px) {
  .top-recruit-box__body {
    padding: 60px 20px 140px;
  }
}
.top-recruit-box__body__catch {
  color: #50667c;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.6;
  margin-bottom: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-recruit-box__body__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-recruit-box__body__catch {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-box__body__catch {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }
}
.top-recruit-box__body__btn-box {
  margin-top: 40px;
}
.top-recruit-box__body__btn-box__btn {
  max-width: 250px;
}
@media screen and (max-width: 599px) {
  .top-recruit-box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-recruit-box__body__recruit04 {
  display: block;
  position: absolute;
  top: 98px;
  right: -50px;
  width: 27.4%;
}
@media print, screen and (max-width: 1600px) {
  .top-recruit-box__body__recruit04 {
    top: 38px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-recruit-box__body__recruit04 {
    top: -50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-recruit-box__body__recruit04 {
    top: auto;
    right: -30px;
    bottom: -20px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-box__body__recruit04 {
    right: -20px;
    width: 32.4%;
  }
}
.top-recruit-box__body__recruit04 img {
  width: 100%;
}

.text-animation {
  display: inline-block;
  overflow: hidden;
}
.text-animation .letter {
  display: inline-block;
  letter-spacing: normal;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
}

/* 画面に入ったら発火 */
.text-animation.is-active .letter {
  animation-name: textAnime;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  /* 文字ごとの遅延 */
  animation-delay: calc(var(--index) * var(--delay));
}

@keyframes textAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
@media screen and (max-width: 599px) {
  .news-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-list > li {
  border-bottom: 1px solid #dde2e7;
}

.entry-title-wrap {
  position: relative;
  border-bottom: 3px solid #d4dce2;
  padding-bottom: 22px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .entry-title-wrap {
    border-bottom: 2px solid #d4dce2;
    margin-bottom: 35px;
  }
}
.entry-title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 170px;
  height: 3px;
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .entry-title-wrap::before {
    width: 14.7%;
  }
}
@media screen and (max-width: 834px) {
  .entry-title-wrap::before {
    width: 19.7%;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap::before {
    bottom: -2px;
    height: 2px;
  }
}
.entry-title-wrap__txt {
  padding-left: 2px;
  margin-bottom: 17px;
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__txt {
    margin-bottom: 13px;
  }
}
.entry-title-wrap__txt__date {
  display: inline-block;
  color: #6b6e72;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-right: 0.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.entry-title-wrap__txt__category {
  display: inline-block;
  width: 100px;
  height: 27px;
  color: #6b6e72;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  background-color: #e9eef1;
  border-radius: 27px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .entry-title-wrap__txt__category {
    width: 90px;
    height: 25px;
    font-size: 1.4rem;
    line-height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__txt__category {
    width: 80px;
    height: 23px;
    font-size: 1.3rem;
    line-height: 23px;
  }
}
.entry-title-wrap__title {
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .entry-title-wrap__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .entry-title-wrap__title {
    font-size: 2rem;
  }
}

.news-info-btn-box {
  border-top: 1px dotted #8593a5;
  padding-top: 55px;
  margin-top: 60px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .news-info-btn-box {
    padding-top: 45px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .news-info-btn-box {
    padding-top: 35px;
    margin-top: 40px;
  }
}
.news-info-btn-box__btn {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.service-wrapper {
  padding: 0 50px 145px;
}
@media print, screen and (max-width: 1200px) {
  .service-wrapper {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrapper {
    padding: 0 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrapper {
    padding: 0 20px 80px;
  }
}
.service-wrapper__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.service-box {
  display: flex;
  gap: 0 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 834px) {
  .service-box {
    flex-direction: column;
    gap: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .service-box {
    gap: 30px 0;
  }
}
.service-box__body {
  width: calc(54.4% - 50px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-box__body {
    width: calc(54.4% - 40px);
  }
}
@media screen and (max-width: 834px) {
  .service-box__body {
    width: 100%;
  }
}
.service-box__body__catch {
  color: #a9111c;
  font-size: 3rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-box__body__catch {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .service-box__body__catch {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .service-box__body__catch {
    font-size: 2rem;
  }
}
.service-box__img {
  width: 45.5%;
  line-height: 0.1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .service-box__img {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-box__img img {
  width: 100%;
}

.service-detail-wrapper {
  padding-bottom: 250px;
}
@media print, screen and (max-width: 1200px) {
  .service-detail-wrapper {
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .service-detail-wrapper {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 599px) {
  .service-detail-wrapper {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 320px) {
  .service-detail-wrapper {
    padding-bottom: 120px;
  }
}
.service-detail-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 100px 0;
}
@media print, screen and (max-width: 1200px) {
  .service-detail-wrapper__list {
    gap: 90px 0;
  }
}
@media screen and (max-width: 1024px) {
  .service-detail-wrapper__list {
    gap: 80px 0;
  }
}
@media screen and (max-width: 834px) {
  .service-detail-wrapper__list {
    gap: 70px 0;
  }
}
@media screen and (max-width: 599px) {
  .service-detail-wrapper__list {
    gap: 60px 0;
  }
}
.service-detail-wrapper__list__item:nth-child(even) .service-wrap::before {
  left: auto;
  right: 0;
}
.service-detail-wrapper__list__item:nth-child(even) .service-wrap .service-wrap__img {
  left: auto;
  right: 0;
}
.service-detail-wrapper__list__item:nth-child(even) .service-wrap .service-wrap__box {
  margin-left: 0;
  margin-right: auto;
}

.service-wrap {
  position: relative;
  padding-top: 100px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .service-wrap {
    padding-top: 250px;
  }
}
.service-wrap__img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__img {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__img {
    width: calc(100% - 50px);
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__img {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 320px) {
  .service-wrap__img {
    width: calc(100% - 20px);
  }
}
.service-wrap__img::before {
  display: block;
  content: "";
}
.service-wrap__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.service-wrap__box {
  position: relative;
  width: 855px;
  background-color: #ffffff;
  margin-left: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .service-wrap__box {
    width: 769.5px;
  }
}
@media print, screen and (max-width: 1300px) {
  .service-wrap__box {
    width: 684px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-wrap__box {
    width: 598.5px;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap__box {
    width: 684px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 320px) {
  .service-wrap__box {
    width: calc(100% - 20px);
  }
}
.service-wrap__box__head {
  display: flex;
  align-items: center;
  background-color: #111111;
  padding: 30px 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .service-wrap__box__head {
    padding: 27px 36px;
  }
}
@media print, screen and (max-width: 1300px) {
  .service-wrap__box__head {
    padding: 24px 32px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-wrap__box__head {
    padding: 21px 28px;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head {
    padding: 15px 25px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head {
    padding: 15px;
  }
}
.service-wrap__box__head__icon {
  display: flex;
  justify-content: center;
  width: 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head__icon {
    width: 85px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head__icon {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head__icon {
    width: 75px;
  }
}
.service-wrap__box__head__icon img {
  width: 100%;
}
.service-wrap__box__head__title {
  width: calc(99.9% - 90px);
  border-left: 1px #414445 solid;
  padding-left: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head__title {
    width: calc(99.9% - 85px);
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head__title {
    width: calc(99.9% - 80px);
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head__title {
    width: calc(99.9% - 75px);
    padding-left: 20px;
  }
}
.service-wrap__box__head__title__en {
  color: #a9111c;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head__title__en {
    font-size: 1.3rem;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head__title__en {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head__title__en {
    font-size: 1rem;
    margin-bottom: 3px;
  }
}
.service-wrap__box__head__title__jp {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head__title__jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head__title__jp {
    font-size: 1.9rem;
  }
}
.service-wrap__box__head02 {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #111111;
  padding: 30px 40px 30px 110px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .service-wrap__box__head02 {
    padding: 27px 36px 27px 110px;
  }
}
@media print, screen and (max-width: 1300px) {
  .service-wrap__box__head02 {
    padding: 24px 32px 24px 110px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-wrap__box__head02 {
    padding: 21px 28px 21px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02 {
    padding: 20px 30px 20px 90px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02 {
    padding: 15px 25px 15px 75px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02 {
    padding: 10px 15px 10px 10px;
  }
}
.service-wrap__box__head02__pickup {
  position: absolute;
  top: 15px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: calc(100% - 30px);
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .service-wrap__box__head02__pickup {
    top: 14px;
    height: calc(100% - 27px);
  }
}
@media print, screen and (max-width: 1300px) {
  .service-wrap__box__head02__pickup {
    top: 12px;
    height: calc(100% - 24px);
  }
}
@media print, screen and (max-width: 1200px) {
  .service-wrap__box__head02__pickup {
    top: 10px;
    width: 100px;
    height: calc(100% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__pickup {
    width: 90px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__pickup {
    top: 7px;
    width: 75px;
    height: calc(100% - 15px);
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__pickup {
    top: -55px;
    left: 5px;
    width: 60px;
    height: 50px;
  }
}
.service-wrap__box__head02__pickup::before {
  position: absolute;
  content: "";
  right: -12px;
  bottom: calc((100% - 10px) / 2);
  border-width: 5px 0 5px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #a9111c;
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__pickup::before {
    right: calc((100% - 10px) / 2);
    bottom: -12px;
    border-width: 12px 5px 0 5px;
    border-color: #a9111c transparent transparent transparent;
  }
}
.service-wrap__box__head02__pickup__text {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.25;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__pickup__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__pickup__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__pickup__text {
    font-size: 1.2rem;
  }
}
.service-wrap__box__head02__icon {
  display: flex;
  justify-content: center;
  width: 105px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__icon {
    width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__icon {
    width: 95px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__icon {
    width: 75px;
  }
}
.service-wrap__box__head02__icon img {
  width: 100%;
}
.service-wrap__box__head02__title {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: calc(99.9% - 105px);
  border-left: 1px #414445 solid;
  padding-left: 30px;
  gap: 0 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__title {
    width: calc(99.9% - 100px);
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__title {
    width: calc(99.9% - 95px);
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__title {
    width: calc(99.9% - 75px);
    padding-left: 20px;
  }
}
@media screen and (max-width: 320px) {
  .service-wrap__box__head02__title {
    padding-left: 15px;
  }
}
.service-wrap__box__head02__title__en {
  color: #a9111c;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__title__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__title__en {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__title__en {
    font-size: 1rem;
  }
}
.service-wrap__box__head02__title__jp {
  color: #ffffff;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__head02__title__jp {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__head02__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__head02__title__jp {
    font-size: 1.9rem;
  }
}
.service-wrap__box__body {
  padding: 60px 70px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .service-wrap__box__body {
    padding: 54px 63px 0;
  }
}
@media print, screen and (max-width: 1300px) {
  .service-wrap__box__body {
    padding: 48px 56px 0;
  }
}
@media print, screen and (max-width: 1200px) {
  .service-wrap__box__body {
    padding: 42px 49px 0;
  }
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__body {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__body {
    padding: 35px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__body {
    padding: 30px 30px 0;
  }
}
.service-wrap__box__body__catch {
  color: #50667c;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.5;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .service-wrap__box__body__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .service-wrap__box__body__catch {
    font-size: 2.1rem;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 599px) {
  .service-wrap__box__body__catch {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
.service-wrap__box__body__btn-box {
  margin-top: 30px;
}
.service-wrap__box__body__btn-box__btn {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
}
.service-wrap--service01 .service-wrap__img::before {
  aspect-ratio: 1610/537;
}
.service-wrap--service01 .service-wrap__box__head__icon img {
  max-width: 28px;
}
.service-wrap--service02 .service-wrap__img::before {
  aspect-ratio: 805/282;
}
@media screen and (max-width: 834px) {
  .service-wrap--service02 .service-wrap__img img {
    object-position: right bottom;
  }
}
.service-wrap--service02 .service-wrap__box__head__icon img {
  max-width: 44px;
}
.service-wrap--service03 .service-wrap__img::before {
  aspect-ratio: 1610/537;
}
.service-wrap--service03 .service-wrap__box__head__icon img {
  max-width: 26px;
}
.service-wrap--service04 .service-wrap__img::before {
  aspect-ratio: 805/282;
}
.service-wrap--service04 .service-wrap__box__head__icon img {
  max-width: 39px;
}
.service-wrap--service05 .service-wrap__img::before {
  aspect-ratio: 1610/537;
}
@media screen and (max-width: 834px) {
  .service-wrap--service05 .service-wrap__img img {
    object-position: left center;
  }
}
.service-wrap--service05 .service-wrap__box__head__icon img {
  max-width: 44px;
}
.service-wrap--service06 .service-wrap__img::before {
  aspect-ratio: 161/57;
}
.service-wrap--service06 .service-wrap__box__head02__icon img {
  max-width: 47px;
}

.electricity-wrapper__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .electricity-wrapper__box {
    flex-direction: column;
  }
}
.electricity-wrapper__box__img {
  width: 40.8%;
  line-height: 0.1;
  margin-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .electricity-wrapper__box__img {
    width: 35.8%;
  }
}
@media screen and (max-width: 834px) {
  .electricity-wrapper__box__img {
    width: 40.8%;
  }
}
@media screen and (max-width: 599px) {
  .electricity-wrapper__box__img {
    width: 100%;
    margin: 5px 0 15px;
  }
}
.electricity-wrapper__box__img img {
  width: 100%;
}
.electricity-wrapper__box__body {
  width: calc(59.1% - 40px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .electricity-wrapper__box__body {
    width: calc(64.1% - 35px);
  }
}
@media screen and (max-width: 834px) {
  .electricity-wrapper__box__body {
    width: calc(59.1% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .electricity-wrapper__box__body {
    width: 100%;
  }
}
.electricity-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .electricity-wrapper__list {
    gap: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .electricity-wrapper__list {
    gap: 30px 20px;
  }
}
.electricity-wrapper__list > li {
  width: calc((99.9% - 80px) / 3);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .electricity-wrapper__list > li {
    width: calc((99.9% - 40px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .electricity-wrapper__list > li {
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .electricity-wrapper__list > li {
    width: calc((99.9% - 20px) / 2);
  }
}

.electricity-box__img img {
  width: 100%;
}
.electricity-box__body {
  margin-top: 17px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .electricity-box__body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .electricity-box__body {
    margin-top: 13px;
  }
}
@media screen and (max-width: 320px) {
  .electricity-box__body {
    margin-top: 12px;
  }
}
.electricity-box__body__title {
  position: relative;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  padding-bottom: 16px;
  margin-bottom: 16px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .electricity-box__body__title {
    font-size: 2rem;
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 599px) {
  .electricity-box__body__title {
    font-size: 1.8rem;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 320px) {
  .electricity-box__body__title {
    font-size: 1.7rem;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}
.electricity-box__body__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .electricity-box__body__title::before {
    width: 28px;
  }
}
@media screen and (max-width: 599px) {
  .electricity-box__body__title::before {
    width: 25px;
  }
}
@media screen and (max-width: 320px) {
  .electricity-box__body__title::before {
    width: 22px;
  }
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .works-list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .works-list {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .works-list {
    gap: 15px;
  }
}
.works-list > li {
  width: calc((99.9% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .works-list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .works-list > li {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .works-list > li {
    width: calc((99.9% - 15px) / 2);
  }
}

.works-box {
  position: relative;
  display: block;
  word-break: break-all;
  background-color: #f1f4f6;
}
.works-box::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 13px;
  width: 27px;
  height: 27px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48.1481481481%;
  background-color: #5b676f;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .works-box::before {
    right: 15px;
    bottom: 12px;
  }
}
@media screen and (max-width: 834px) {
  .works-box::before {
    bottom: 11px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .works-box::before {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}
.works-box__head {
  position: relative;
}
.works-box__head__img {
  position: relative;
  overflow: hidden;
}
.works-box__head__img::before {
  display: block;
  content: "";
  aspect-ratio: 183/112;
}
.works-box__head__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.works-box__head__category {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50.2%;
  max-width: 184px;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #000000;
  padding: 9px 5px;
}
@media print, screen and (max-width: 1200px) {
  .works-box__head__category {
    font-size: 1.5rem;
    padding: 7px 4px;
  }
}
@media screen and (max-width: 834px) {
  .works-box__head__category {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .works-box__head__category {
    width: 60%;
    font-size: 1.2rem;
    padding: 5px 3px;
  }
}
.works-box__body {
  padding: 25px 20px 15px;
}
@media print, screen and (max-width: 1200px) {
  .works-box__body {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 834px) {
  .works-box__body {
    padding: 15px 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .works-box__body {
    padding: 15px 10px 10px;
  }
}
.works-box__body__title {
  color: #000000;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.4;
}
@media print, screen and (max-width: 1200px) {
  .works-box__body__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .works-box__body__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .works-box__body__title {
    font-size: 1.5rem;
  }
}
.works-box__body__text {
  color: #5b676f;
  font-size: 1.5rem;
  line-height: 1.5;
  border-top: 1px dotted #8593a5;
  padding-top: 15px;
  padding-right: 27px;
  margin-top: 25px;
}
@media print, screen and (max-width: 1200px) {
  .works-box__body__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 834px) {
  .works-box__body__text {
    padding-top: 10px;
    padding-right: 22px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .works-box__body__text {
    font-size: 1.3rem;
    padding-right: 17px;
  }
}
@media print, screen and (min-width: 1025px) {
  .works-box:hover .works-box__head__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
}

.works-title-wrap {
  position: relative;
  border-bottom: 3px solid #d4dce2;
  padding-bottom: 22px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .works-title-wrap {
    padding-bottom: 19px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 599px) {
  .works-title-wrap {
    border-bottom: 2px solid #d4dce2;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
.works-title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 170px;
  height: 3px;
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .works-title-wrap::before {
    width: 14.7%;
  }
}
@media screen and (max-width: 834px) {
  .works-title-wrap::before {
    width: 19.7%;
  }
}
@media screen and (max-width: 599px) {
  .works-title-wrap::before {
    bottom: -2px;
    height: 2px;
  }
}
.works-title-wrap__txt {
  padding-left: 2px;
  margin-bottom: 21px;
}
@media screen and (max-width: 834px) {
  .works-title-wrap__txt {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 599px) {
  .works-title-wrap__txt {
    margin-bottom: 15px;
  }
}
.works-title-wrap__txt__category {
  display: inline-block;
  height: 30px;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  text-align: center;
  background-color: #000000;
  padding: 0 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .works-title-wrap__txt__category {
    height: 28px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .works-title-wrap__txt__category {
    height: 26px;
    font-size: 1.4rem;
  }
}
.works-title-wrap__title {
  font-size: 3.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .works-title-wrap__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .works-title-wrap__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .works-title-wrap__title {
    font-size: 2rem;
  }
}

.works-detail-wrapper {
  padding: 0 50px 105px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .works-detail-wrapper {
    padding: 0 30px 90px;
  }
}
@media screen and (max-width: 834px) {
  .works-detail-wrapper {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail-wrapper {
    padding: 0 20px 70px;
  }
}
@media screen and (max-width: 320px) {
  .works-detail-wrapper {
    padding: 0 20px 60px;
  }
}
.works-detail-wrapper__inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.works-detail-wrapper__list__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .works-detail-wrapper__list__item {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail-wrapper__list__item {
    margin-bottom: 30px;
  }
}
.works-detail-wrapper__list__item:last-child {
  margin-bottom: 0;
}
.works-detail-wrapper__btn-box {
  display: none;
  margin-top: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  .works-detail-wrapper__btn-box {
    margin-top: 40px;
  }
}
.works-detail-wrapper__btn-box__btn {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.works-detail-wrapper:not(:has(+ .detail-gallery-wrapper)) {
  padding-bottom: 185px;
}
@media screen and (max-width: 1024px) {
  .works-detail-wrapper:not(:has(+ .detail-gallery-wrapper)) {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail-wrapper:not(:has(+ .detail-gallery-wrapper)) {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 320px) {
  .works-detail-wrapper:not(:has(+ .detail-gallery-wrapper)) {
    padding-bottom: 100px;
  }
}
.works-detail-wrapper:not(:has(+ .detail-gallery-wrapper)) .works-detail-wrapper__btn-box {
  display: block;
}

.works-detail-box {
  display: flex;
  gap: 0 60px;
}
@media print, screen and (max-width: 1200px) {
  .works-detail-box {
    gap: 0 40px;
  }
}
@media screen and (max-width: 834px) {
  .works-detail-box {
    flex-direction: column;
    gap: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .works-detail-box {
    gap: 20px 0;
  }
}
.works-detail-box__photo {
  width: 470px;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .works-detail-box__photo {
    width: 39.1%;
  }
}
@media screen and (max-width: 834px) {
  .works-detail-box__photo {
    width: 100%;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}
.works-detail-box__photo__lightbox {
  position: relative;
  display: block;
}
.works-detail-box__photo__lightbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 27px;
  height: 27px;
  background-image: url(../img/common/icon_glass02_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 59.2592592593%;
  background-color: #000000;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.works-detail-box__photo__lightbox__img {
  position: relative;
  overflow: hidden;
}
.works-detail-box__photo__lightbox__img::before {
  display: block;
  content: "";
  aspect-ratio: 47/32;
}
.works-detail-box__photo__lightbox__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.works-detail-box__photo__lightbox:hover .works-detail-box__photo__lightbox__img img {
  transform: translateX(-50%) scale(1.1);
  transition: 0.5s;
}
.works-detail-box__photo__text {
  line-height: 1.5;
  margin-top: 12px;
}
@media print, screen and (max-width: 1200px) {
  .works-detail-box__photo__text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .works-detail-box__photo__text {
    margin-top: 8px;
  }
}
.works-detail-box__body {
  width: calc(99.9% - 470px - 60px);
}
@media print, screen and (max-width: 1200px) {
  .works-detail-box__body {
    width: calc(60.8% - 40px);
  }
}
@media screen and (max-width: 834px) {
  .works-detail-box__body {
    width: 100%;
  }
}
.detail-gallery-wrapper {
  background-color: #f2f5f7;
  padding: 90px 50px 185px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .detail-gallery-wrapper {
    padding: 90px 30px 160px;
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper {
    padding: 80px 30px 160px;
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper {
    padding: 70px 20px 110px;
  }
}
@media screen and (max-width: 320px) {
  .detail-gallery-wrapper {
    padding: 60px 20px 100px;
  }
}
.detail-gallery-wrapper__inner {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.detail-gallery-wrapper__title {
  display: flex;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  background-image: url(../img/common/marker02.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 54px auto;
  padding-top: 65px;
  margin-bottom: 45px;
}
@media print, screen and (max-width: 1200px) {
  .detail-gallery-wrapper__title {
    background-size: 48.6px auto;
    padding-top: 58.5px;
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper__title {
    background-size: 37.8px auto;
    padding-top: 45.5px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__title {
    background-size: 29.7px auto;
    padding-top: 35.75px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 320px) {
  .detail-gallery-wrapper__title {
    background-size: 27px auto;
    padding-top: 32.5px;
  }
}
.detail-gallery-wrapper__title__en {
  color: #a9111c;
  font-size: 8rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
@media print, screen and (max-width: 1200px) {
  .detail-gallery-wrapper__title__en {
    font-size: 7.2rem;
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper__title__en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__title__en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 320px) {
  .detail-gallery-wrapper__title__en {
    font-size: 4rem;
  }
}
.detail-gallery-wrapper__title__jp {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  margin-top: 12px;
}
@media print, screen and (max-width: 1200px) {
  .detail-gallery-wrapper__title__jp {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper__title__jp {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__title__jp {
    font-size: 0.99rem;
  }
}
@media screen and (max-width: 320px) {
  .detail-gallery-wrapper__title__jp {
    font-size: 0.9rem;
  }
}
.detail-gallery-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .detail-gallery-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper__list {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__list {
    gap: 15px;
  }
}
.detail-gallery-wrapper__list > li {
  width: calc((99.9% - 60px) / 3);
}
@media screen and (max-width: 1024px) {
  .detail-gallery-wrapper__list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .detail-gallery-wrapper__list > li {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__list > li {
    width: calc((99.9% - 15px) / 2);
  }
}
.detail-gallery-wrapper__btn-box {
  margin-top: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 599px) {
  .detail-gallery-wrapper__btn-box {
    margin-top: 40px;
  }
}
.detail-gallery-wrapper__btn-box__btn {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-box {
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.gallery-box__lightbox {
  position: relative;
  display: block;
}
.gallery-box__lightbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/common/icon_glass_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 46px auto;
  background-color: rgba(17, 17, 17, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.gallery-box__lightbox__img {
  position: relative;
  overflow: hidden;
}
.gallery-box__lightbox__img::before {
  display: block;
  content: "";
  aspect-ratio: 183/125;
}
.gallery-box__lightbox__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .gallery-box__lightbox:hover::before {
    opacity: 1;
  }
}
.gallery-box__caption {
  line-height: 1.5;
  text-align: center;
  margin-top: 15px;
}
@media print, screen and (max-width: 1200px) {
  .gallery-box__caption {
    margin-top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .gallery-box__caption {
    margin-top: 8px;
  }
}

.company-wrapper-catch {
  position: relative;
  color: #000000;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.3;
  padding: 20px 0 23px 13px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-wrapper-catch {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .company-wrapper-catch {
    font-size: 2.4rem;
    padding: 19px 0 22px 13px;
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-catch {
    font-size: 1.9rem;
    padding: 18px 0 18px 13px;
  }
}
.company-wrapper-catch::before, .company-wrapper-catch::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-wrapper-catch::before, .company-wrapper-catch::after {
    width: 19px;
    height: 19px;
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-catch::before, .company-wrapper-catch::after {
    width: 17px;
    height: 17px;
  }
}
.company-wrapper-catch::before {
  top: 0;
  left: 53px;
  background-image: url(../img/company/ttl-catch01.svg);
}
@media screen and (max-width: 834px) {
  .company-wrapper-catch::before {
    left: 41px;
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-catch::before {
    left: 36px;
  }
}
.company-wrapper-catch::after {
  left: 0;
  bottom: 0;
  background-image: url(../img/company/ttl-catch02.svg);
}
.company-wrapper-catch__fc01 {
  color: #a9111c;
}

.company-wrapper-index-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .company-wrapper-index-list {
    gap: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-index-list {
    gap: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.company-wrapper-index-list__item {
  width: calc((99.9% - 40px) / 2);
  border-bottom: 1px solid #d9e2e7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-wrapper-index-list__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-index-list__item {
    width: 100%;
  }
}
.company-wrapper-index-list__item:nth-child(1) {
  border-top: 1px solid #d9e2e7;
}
@media print, screen and (min-width: 600px) {
  .company-wrapper-index-list__item:nth-child(2) {
    border-top: 1px solid #d9e2e7;
  }
}

.company-wrapper-index-list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .company-wrapper-index-list02 {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-index-list02 {
    gap: 20px 0;
  }
}
.company-wrapper-index-list02__item {
  width: calc((99.9% - 40px) / 2);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-wrapper-index-list02__item {
    width: calc((99.9% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .company-wrapper-index-list02__item {
    width: 100%;
  }
}

.company-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .company-box {
    padding: 25px 0;
  }
}
@media screen and (max-width: 834px) {
  .company-box {
    padding: 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .company-box {
    padding: 20px;
  }
}
.company-box::before {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  background-image: url(../img/common/arw01_white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37.1428571429%;
  background-color: #000000;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-box::before {
    bottom: 25px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 834px) {
  .company-box::before {
    bottom: 20px;
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .company-box::before {
    right: 15px;
    bottom: 20px;
  }
}
.company-box::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company-box__img {
  position: relative;
  overflow: hidden;
  width: 42.8%;
}
.company-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 4/3;
}
.company-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.company-box__body {
  width: 57.1%;
  padding-left: 7.2%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.company-box__body__title__jp {
  display: block;
  color: #000000;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-box__body__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .company-box__body__title__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .company-box__body__title__jp {
    font-size: 1.8rem;
  }
}
.company-box__body__title__en {
  display: block;
  color: #a9111c;
  font-size: 1.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-top: 8px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-box__body__title__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .company-box__body__title__en {
    font-size: 1.3rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 599px) {
  .company-box__body__title__en {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .company-box:hover::before {
    background-color: #666666;
  }
  .company-box:hover::after {
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .company-box:hover .company-box__img img {
    transform: translateX(-50%) scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .company-box:hover .company-box__body__title__jp {
    color: #ffffff;
  }
}

.company-btn {
  display: flex;
  align-items: center;
  position: relative;
  color: #000000;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  background-image: url(../img/common/arw01.png);
  background-position: right 45px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-color: #eceff2;
  padding: 55px 70px 55px 140px;
}
@media screen and (max-width: 1024px) {
  .company-btn {
    font-size: 2.1rem;
    background-position: right 40px center;
    padding: 50px 65px 50px 130px;
  }
}
@media screen and (max-width: 834px) {
  .company-btn {
    font-size: 1.9rem;
    background-position: right 35px center;
    background-size: 11px auto;
    padding: 45px 55px 45px 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-btn {
    font-size: 1.7rem;
    background-position: right 30px center;
    padding: 40px 50px 40px 90px;
  }
}
@media screen and (max-width: 320px) {
  .company-btn {
    background-position: right 20px center;
    padding: 40px 40px 40px 90px;
  }
}
.company-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 25px;
  bottom: 0;
  width: 90px;
  height: 90px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 50%;
  margin: auto 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-btn::before {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 834px) {
  .company-btn::before {
    left: 20px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .company-btn::before {
    left: 15px;
    width: 60px;
    height: 60px;
  }
}
.company-btn--partner::before {
  background-image: url(../img/common/icon_partner.svg);
  background-size: 41.1111111111%;
}
.company-btn--authorization::before {
  background-image: url(../img/common/icon_authorization.svg);
  background-size: 38.8888888889%;
}
@media print, screen and (min-width: 1025px) {
  .company-btn:hover {
    transform: translateX(3px);
  }
}

.greeting-wrapper__copy {
  color: #a9111c;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .greeting-wrapper__copy {
    font-size: 2.5rem;
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-wrapper__copy {
    font-size: 2.1rem;
    margin-bottom: 12px;
  }
}
.greeting-wrapper__text {
  line-height: 2.1;
}
.greeting-wrapper__name-box {
  text-align: right;
  margin-top: 30px;
}
.greeting-wrapper__name-box__post {
  font-size: 1.6rem;
  margin-right: 1.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .greeting-wrapper__name-box__post {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .greeting-wrapper__name-box__post {
    font-size: 1.4rem;
  }
}
.greeting-wrapper__name-box__name {
  font-size: 2.2rem;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .greeting-wrapper__name-box__name {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .greeting-wrapper__name-box__name {
    font-size: 2rem;
  }
}

.overview-wrapper__table th {
  vertical-align: middle;
}

.philosophy-box {
  display: flex;
  align-items: center;
  background-color: #f1f4f6;
  padding: 40px 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .philosophy-box {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy-box {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 834px) {
  .philosophy-box {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box {
    flex-direction: column;
    padding: 25px 20px;
  }
}
.philosophy-box__body {
  width: 68.2%;
  padding-right: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .philosophy-box__body {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .philosophy-box__body {
    width: calc(99.9% - 234px);
    padding-right: 40px;
  }
}
@media screen and (max-width: 834px) {
  .philosophy-box__body {
    width: 68.2%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__body {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.philosophy-box__body__title {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .philosophy-box__body__title {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__body__title {
    margin-bottom: 17px;
  }
}
.philosophy-box__body__title__jp {
  color: #a9111c;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .philosophy-box__body__title__jp {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__body__title__jp {
    font-size: 2.8rem;
  }
}
.philosophy-box__body__title__en {
  color: #768590;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 3px;
  margin-left: 0.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .philosophy-box__body__title__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__body__title__en {
    font-size: 1.4rem;
  }
}
.philosophy-box__body__text {
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .philosophy-box__body__text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__body__text {
    font-size: 1.8rem;
  }
}
.philosophy-box__img {
  max-width: 234px;
  width: 31.7%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .philosophy-box__img {
    width: 234px;
  }
}
@media screen and (max-width: 834px) {
  .philosophy-box__img {
    width: 31.7%;
  }
}
@media screen and (max-width: 599px) {
  .philosophy-box__img {
    width: 100%;
  }
}
.philosophy-box__img img {
  width: 100%;
}

.history-wrapper__list__item {
  position: relative;
  padding: 33px 35px;
}
@media screen and (max-width: 1024px) {
  .history-wrapper__list__item {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 834px) {
  .history-wrapper__list__item {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .history-wrapper__list__item {
    padding: 15px 10px 15px 42px;
  }
}
.history-wrapper__list__item::before {
  position: absolute;
  content: "";
  top: calc((100% - 14px) / 2);
  left: 210px;
  width: 14px;
  height: 14px;
  background-color: #a9111c;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .history-wrapper__list__item::before {
    left: 203px;
  }
}
@media screen and (max-width: 834px) {
  .history-wrapper__list__item::before {
    top: calc((100% - 12px) / 2);
    left: 187px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 599px) {
  .history-wrapper__list__item::before {
    top: 20px;
    left: 15px;
  }
}
.history-wrapper__list__item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 216px;
  width: 2px;
  height: 100%;
  background-color: #a9111c;
}
@media screen and (max-width: 1024px) {
  .history-wrapper__list__item::after {
    left: 209px;
  }
}
@media screen and (max-width: 834px) {
  .history-wrapper__list__item::after {
    left: 193px;
    width: 1px;
  }
}
@media screen and (max-width: 599px) {
  .history-wrapper__list__item::after {
    left: 21px;
  }
}
.history-wrapper__list__item:nth-child(1)::after {
  top: 50%;
  height: 50%;
}
@media screen and (max-width: 599px) {
  .history-wrapper__list__item:nth-child(1)::after {
    top: 20px;
    height: calc(100% - 20px);
  }
}
.history-wrapper__list__item:last-child::before {
  display: none;
}
.history-wrapper__list__item:last-child::after {
  height: 50%;
}
@media screen and (max-width: 599px) {
  .history-wrapper__list__item:last-child::after {
    height: 26px;
  }
}
.history-wrapper__list__item:nth-child(odd) {
  background-color: #f1f4f6;
}

.history-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .history-box {
    flex-direction: column;
  }
}
.history-box__head {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .history-box__head {
    width: 210px;
  }
}
@media screen and (max-width: 834px) {
  .history-box__head {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .history-box__head {
    width: 100%;
    margin-bottom: 5px;
  }
}
.history-box__head__date {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .history-box__head__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .history-box__head__date {
    font-size: 1.5rem;
  }
}
.history-box__body {
  width: calc(99.9% - 220px);
}
@media screen and (max-width: 1024px) {
  .history-box__body {
    width: calc(99.9% - 210px);
  }
}
@media screen and (max-width: 834px) {
  .history-box__body {
    width: calc(99.9% - 200px);
  }
}
@media screen and (max-width: 599px) {
  .history-box__body {
    width: 100%;
  }
}
.history-box__body__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .history-box__body__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .history-box__body__text {
    font-size: 1.4rem;
  }
}

.partner-wrapper-title {
  position: relative;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  background-color: #ecf0f3;
  padding: 16px 20px 16px 80px;
  margin-bottom: 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .partner-wrapper-title {
    font-size: 1.89rem;
    padding: 13px 18px 13px 68px;
    margin-bottom: 24.5px;
  }
}
@media screen and (max-width: 599px) {
  .partner-wrapper-title {
    font-size: 1.68rem;
    padding: 10px 15px 10px 55px;
    margin-bottom: 17.5px;
  }
}
.partner-wrapper-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #000000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .partner-wrapper-title::before {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .partner-wrapper-title::before {
    width: 40px;
  }
}
.partner-wrapper-title--traffic::before {
  background-image: url(../img/common/icon_traffic.svg);
  background-size: 45%;
}
.partner-wrapper-title--govt::before {
  background-image: url(../img/common/icon_govt.svg);
  background-size: 53.3333333333%;
}
.partner-wrapper-title--design::before {
  background-image: url(../img/common/icon_design.svg);
  background-size: 55%;
}
.partner-wrapper-title--construction::before {
  background-image: url(../img/common/icon_construction.svg);
  background-size: 66.6666666667%;
}
.partner-wrapper-title--electrical::before {
  background-image: url(../img/common/icon_electrical.svg);
  background-size: 55%;
}
.partner-wrapper-title--hospital::before {
  background-image: url(../img/common/icon_hospital.svg);
  background-size: 55%;
}
.partner-wrapper-title--company::before {
  background-image: url(../img/common/icon_company.svg);
  background-size: 53.3333333333%;
}

.access-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.access-box__img {
  width: 36.5%;
  line-height: 0.1;
  margin-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .access-box__img {
    width: 32.5%;
  }
}
@media screen and (max-width: 834px) {
  .access-box__img {
    width: 37.5%;
  }
}
@media screen and (max-width: 599px) {
  .access-box__img {
    width: 100%;
    margin: 5px 0 15px;
  }
}
.access-box__img img {
  width: 100%;
}
.access-box__body {
  width: calc(63.5% - 45px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .access-box__body {
    width: calc(67.5% - 35px);
  }
}
@media screen and (max-width: 834px) {
  .access-box__body {
    width: calc(62.5% - 25px);
  }
}
@media screen and (max-width: 599px) {
  .access-box__body {
    width: 100%;
  }
}
.access-box__body__bg-box {
  background-color: #f1f4f6;
  padding: 25px 35px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .access-box__body__bg-box {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .access-box__body__bg-box {
    padding: 20px 25px;
  }
}

.authorization-wrapper-title {
  position: relative;
  color: #ffffff;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  background-color: #2e3a43;
  padding: 20px 20px 20px 80px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .authorization-wrapper-title {
    font-size: 1.89rem;
    padding: 18px 18px 18px 70px;
  }
}
@media screen and (max-width: 599px) {
  .authorization-wrapper-title {
    font-size: 1.68rem;
    padding: 15px 15px 15px 60px;
  }
}
.authorization-wrapper-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #182127;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .authorization-wrapper-title::before {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .authorization-wrapper-title::before {
    width: 60px;
  }
}
.authorization-wrapper-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/company/authorization/img_authorization01.svg);
  background-position: left 80px top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .authorization-wrapper-title::after {
    background-position: left 70px top;
  }
}
@media screen and (max-width: 599px) {
  .authorization-wrapper-title::after {
    background-position: left 60px top;
  }
}
.authorization-wrapper-title__inr {
  position: relative;
}
.authorization-wrapper-title--permit::before {
  background-image: url(../img/common/icon_permit_white.svg);
  background-size: 41.25%;
}
.authorization-wrapper-title--qualification::before {
  background-image: url(../img/common/icon_qualification_white.svg);
  background-size: 58.75%;
}

.message-prof-box {
  display: flex;
  flex-direction: row-reverse;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .message-prof-box {
    flex-direction: column;
  }
}
.message-prof-box__img {
  position: relative;
  overflow: hidden;
  width: 32.7%;
}
@media screen and (max-width: 599px) {
  .message-prof-box__img {
    width: 100%;
  }
}
.message-prof-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 140/169;
}
.message-prof-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.message-prof-box__body {
  width: 67.2%;
  color: #ffffff;
  background-color: #182127;
  padding: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body {
    padding: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body {
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body {
    width: 100%;
    padding: 30px 20px 20px;
  }
}
.message-prof-box__body__title {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__title {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__title {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__title {
    padding-left: 25px;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__title {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__title {
    padding-left: 15px;
  }
}
.message-prof-box__body__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
}
.message-prof-box__body__title__num {
  color: #a9111c;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__title__num {
    font-size: 1.5rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__title__num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__title__num {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__title__num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__title__num {
    font-size: 1.4rem;
  }
}
.message-prof-box__body__title__text {
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__title__text {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__title__text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__title__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__title__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__title__text {
    font-size: 1.9rem;
  }
}
.message-prof-box__body__profile {
  line-height: 1.3;
  background-color: #253037;
  padding: 20px 30px;
  margin-top: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__profile {
    padding: 20px 25px;
    margin-top: 35px;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__profile {
    padding: 15px 20px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__profile {
    padding: 20px 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__profile {
    padding: 20px 25px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__profile {
    padding: 15px 20px;
    margin-top: 30px;
  }
}
.message-prof-box__body__profile__text01 {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__profile__text01 {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__profile__text01 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__profile__text01 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__profile__text01 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__profile__text01 {
    font-size: 1.3rem;
  }
}
.message-prof-box__body__profile__text01__name {
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 0.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__profile__text01__name {
    font-size: 2.2rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__profile__text01__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__profile__text01__name {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__profile__text01__name {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__profile__text01__name {
    font-size: 2rem;
  }
}
.message-prof-box__body__profile__text02 {
  font-size: 1.5rem;
  margin-top: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1300px) {
  .message-prof-box__body__profile__text02 {
    font-size: 1.4rem;
  }
}
@media print, screen and (max-width: 1200px) {
  .message-prof-box__body__profile__text02 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .message-prof-box__body__profile__text02 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .message-prof-box__body__profile__text02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .message-prof-box__body__profile__text02 {
    font-size: 1.3rem;
  }
}

.requirement-list > li {
  position: relative;
  border-bottom: 1px solid #dde2e7;
}
.requirement-list > li::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 0;
  width: 1px;
  height: calc(100% - 80px);
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .requirement-list > li::before {
    top: 35px;
    height: calc(100% - 70px);
  }
}
@media screen and (max-width: 599px) {
  .requirement-list > li::before {
    top: 30px;
    height: calc(100% - 60px);
  }
}

.requirement-title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0;
  word-break: break-all;
  border-bottom: 3px solid #d4dce2;
  padding-bottom: 22px;
  margin-bottom: 15px;
  gap: 5px 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .requirement-title-wrap {
    border-bottom: 2px solid #d4dce2;
  }
}
.requirement-title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 170px;
  height: 3px;
  background-color: #a9111c;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .requirement-title-wrap::before {
    width: 14.7%;
  }
}
@media screen and (max-width: 834px) {
  .requirement-title-wrap::before {
    width: 19.7%;
  }
}
@media screen and (max-width: 599px) {
  .requirement-title-wrap::before {
    bottom: -2px;
    height: 2px;
  }
}
.requirement-title-wrap__title {
  color: #000000;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .requirement-title-wrap__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .requirement-title-wrap__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 834px) {
  .requirement-title-wrap__title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 599px) {
  .requirement-title-wrap__title {
    font-size: 2.3rem;
  }
}
.requirement-title-wrap__job {
  color: #7e8d99;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .requirement-title-wrap__job {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .requirement-title-wrap__job {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .requirement-title-wrap__job {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .requirement-title-wrap__job {
    font-size: 1.4rem;
  }
}

.requirement-btn-box {
  position: relative;
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.requirement-btn-box__btn {
  width: 100%;
  max-width: 250px;
  font-size: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .requirement-btn-box__btn {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 835px) {
  .requirement-btn-box__back {
    position: absolute;
    top: 20px;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .requirement-btn-box__back {
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .requirement-btn-box__back {
    margin-top: 30px;
  }
}
.requirement-btn-box__back__link {
  position: relative;
  display: inline-block;
  color: #000000;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  padding-left: 27px;
}
@media screen and (max-width: 599px) {
  .requirement-btn-box__back__link {
    font-size: 1.6rem;
  }
}
.requirement-btn-box__back__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 11px) / 2);
  left: 0;
  width: 13px;
  height: 11px;
  background-image: url(../img/common/arw01_red.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .requirement-btn-box__back__link:hover {
    transform: translateX(-3px);
  }
}

.no-requirement {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  padding: 30px 20px;
}
@media screen and (max-width: 599px) {
  .no-requirement {
    font-size: 1.7rem;
    padding: 25px 15px;
  }
}

.contact-form__btn-box {
  position: relative;
  margin-top: 50px;
}
.contact-form__btn-box__btn {
  width: 100%;
  max-width: 250px;
  font-size: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .contact-form__btn-box__btn {
    font-size: 1.6rem;
  }
}
.contact-form__btn-box__edit {
  width: 100%;
  max-width: 180px;
  color: #ffffff;
  background-color: #969fa9;
}
@media print, screen and (min-width: 835px) {
  .contact-form__btn-box__edit {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .contact-form__btn-box__edit {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__btn-box__edit {
    margin-top: 30px;
  }
}
.contact-form__btn-box__edit::before {
  background-image: url(../img/common/arw01_white.png);
}
.contact-form__send-btn {
  width: 100%;
  max-width: 240px;
  font-size: 1.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .contact-form__send-btn {
    font-size: 1.6rem;
  }
}
.contact-form__send-btn__btn {
  text-align: center;
}

.privacy-contact-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #272f35;
  padding: 20px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .privacy-contact-box {
    flex-direction: column;
  }
}
.privacy-contact-box__head {
  display: flex;
  align-items: center;
  width: 300px;
  padding: 0 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .privacy-contact-box__head {
    padding: 0 40px;
  }
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__head {
    width: 260px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__head {
    width: 100%;
    padding: 0 20px 15px;
  }
}
.privacy-contact-box__head__title {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.privacy-contact-box__head__title__jp {
  color: #ffffff;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
@media screen and (max-width: 1024px) {
  .privacy-contact-box__head__title__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__head__title__jp {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__head__title__jp {
    font-size: 2rem;
  }
}
.privacy-contact-box__head__title__en {
  color: #8a959e;
  font-size: 1.4rem;
  font-family: "Jost", sans-serif;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .privacy-contact-box__head__title__en {
    font-size: 1.3rem;
    margin-top: 13px;
  }
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__head__title__en {
    font-size: 1.2rem;
    margin-top: 11px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__head__title__en {
    font-size: 1.1rem;
    margin-top: 9px;
  }
}
.privacy-contact-box__body {
  width: calc(99.9% - 300px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .privacy-contact-box__body {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__body {
    width: calc(99.9% - 260px);
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__body {
    width: 100%;
    padding: 20px;
  }
}
.privacy-contact-box__body__title {
  position: relative;
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 24px;
  margin-bottom: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__body__title {
    font-size: 2rem;
    padding-left: 20px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__body__title {
    font-size: 1.8rem;
    padding-left: 16px;
    margin-bottom: 10px;
  }
}
.privacy-contact-box__body__title::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  width: 13px;
  height: 3px;
  background-color: #a9111c;
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__body__title::before {
    top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__body__title::before {
    top: 13px;
    width: 11px;
    height: 2px;
  }
}
.privacy-contact-box__body__text {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .privacy-contact-box__body__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .privacy-contact-box__body__text {
    font-size: 1.4rem;
  }
}
.privacy-contact-box__body__text__tel-link {
  color: #ffffff;
}/*# sourceMappingURL=style.css.map */