@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a {
  text-decoration: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.is-sp-s {
  display: none;
}
[data-anim-style] {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:link {
  color: inherit;
}
.scroll_container {
  overflow: hidden;
  position: relative;
}
[data-img-clip-inview] {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1);
}
[data-img-clip-inview].inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.header_block {
  position: fixed;
  top: 100vh;
  width: 60%;
  height: 92px;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 9px 9px 0;
  padding: 0 90px 0 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border-radius 0.2s ease-in-out,
    height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transition: border-radius 0.2s ease-in-out,
    height 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 100;
}
.header_block.fixed {
  position: fixed;
  top: 0;
  -webkit-transform: none;
  transform: none;
  border-radius: 0;
  width: 100%;
  height: 78px;
  padding: 20px 180px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header_block.fixed .header_block_menu {
  font-size: 1.6rem;
}
.header_block .header_block_logo img {
  width: 100%;
  vertical-align: bottom;
}
.header_block .header_block_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  color: #6b6b6b;
  -webkit-column-gap: 38px;
  -moz-column-gap: 38px;
  column-gap: 38px;
}
.header_block .header_block_menu .header_block_menu_item {
  position: relative;
  padding-left: 13px;
}
.header_block .header_block_menu .header_block_menu_item:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1000px;
  background: #d9d9d9;
}
.footer_block {
  background: #f1f1f1;
  padding: 59px 0 54px;
}
.footer_block__inner {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.footer_block__inner .footer_block_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_block__inner .footer_block_head__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48.8%;
}
.footer_block__inner .footer_block_head__left .footer_block_head_logo {
  width: 43.4%;
}
.footer_block__inner .footer_block_head__left .footer_block_head_logo img {
  width: 100%;
  vertical-align: bottom;
}
.footer_block__inner .footer_block_head__left .footer_block_head_address {
  width: 49.3%;
}
.footer_block__inner .footer_block_head__left .footer_block_head_address p {
  font-size: 1.3rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  color: #585858;
}
.footer_block__inner .footer_block_head__left .footer_block_head_address p + p {
  margin-top: 9px;
}
.footer_block__inner .footer_block_head__right {
  width: 48.3%;
}
.footer_block__inner .footer_block_head__right .footer_block_head_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.footer_block__inner
  .footer_block_head__right
  .footer_block_head_menu
  .footer_block_head_menu_item {
  font-size: 2rem;
  color: #414141;
  padding-left: 13px;
  position: relative;
}
.footer_block__inner
  .footer_block_head__right
  .footer_block_head_menu
  .footer_block_head_menu_item:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1000px;
}
.footer_block__inner .footer_block_copy {
  margin-top: 40px;
}
.footer_block__inner .footer_block_copy small {
  font-size: 1.1rem;
  color: #333;
  letter-spacing: 0.05em;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
html.has-scroll-smooth {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: #f1f1f1;
}
.index_page .bg_tit_txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 50rem;
  z-index: -1;
  opacity: 0.1;
  line-height: 1;
}
.index_page .bg_tit_txt--outline {
  color: #8f8f8f;
}
.index_page .sec_tit {
  font-size: 7rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.index_page .sec_tit--right {
  text-align: right;
}
.index_page .kv_block {
  height: 100vh;
  height: 100dvh;
  background: #1748a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.index_page .kv_block__logo {
  width: 42.84%;
  height: 100%;
  max-height: 30%;
}
.index_page .kv_block__logo svg {
  width: 100%;
  height: 100%;
}
.index_page .kv_block__logo svg .svg-elem-1 {
  stroke-dashoffset: 1556.9538574219px;
  stroke-dasharray: 1556.9538574219px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s;
}
.index_page .kv_block__logo svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-2 {
  stroke-dashoffset: 650.5123901367px;
  stroke-dasharray: 650.5123901367px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.96s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 1.96s;
}
.index_page .kv_block__logo svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-3 {
  stroke-dashoffset: 113.6390304565px;
  stroke-dasharray: 113.6390304565px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.02s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.2s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.02s;
}
.index_page .kv_block__logo svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-4 {
  stroke-dashoffset: 313.5618286133px;
  stroke-dasharray: 313.5618286133px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.3s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.3s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.08s;
}
.index_page .kv_block__logo svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-5 {
  stroke-dashoffset: 421.3077087402px;
  stroke-dasharray: 421.3077087402px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.4s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.14s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.4s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.14s;
}
.index_page .kv_block__logo svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-6 {
  stroke-dashoffset: 746.2020874023px;
  stroke-dasharray: 746.2020874023px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.5s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}
.index_page .kv_block__logo svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-7 {
  stroke-dashoffset: 862.4541625977px;
  stroke-dasharray: 862.4541625977px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.6s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.26s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.6s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.26s;
}
.index_page .kv_block__logo svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-8 {
  stroke-dashoffset: 464.3400878906px;
  stroke-dasharray: 464.3400878906px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.7s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.7s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.32s;
}
.index_page .kv_block__logo svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-9 {
  stroke-dashoffset: 404.9280090332px;
  stroke-dasharray: 404.9280090332px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.38s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.8s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.38s;
}
.index_page .kv_block__logo svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-10 {
  stroke-dashoffset: 409.2749938965px;
  stroke-dasharray: 409.2749938965px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.9s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.44s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.9s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.44s;
}
.index_page .kv_block__logo svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-11 {
  stroke-dashoffset: 1074.1254882813px;
  stroke-dasharray: 1074.1254882813px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}
.index_page .kv_block__logo svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-12 {
  stroke-dashoffset: 553.365234375px;
  stroke-dasharray: 553.365234375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.56s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.1s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.56s;
}
.index_page .kv_block__logo svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-13 {
  stroke-dashoffset: 600.3260498047px;
  stroke-dasharray: 600.3260498047px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.62s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.2s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.62s;
}
.index_page .kv_block__logo svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-14 {
  stroke-dashoffset: 313.2201538086px;
  stroke-dasharray: 313.2201538086px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.3s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.68s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.3s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.68s;
}
.index_page .kv_block__logo svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-15 {
  stroke-dashoffset: 204.2342529297px;
  stroke-dasharray: 204.2342529297px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.4s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.74s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.4s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.74s;
}
.index_page .kv_block__logo svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-16 {
  stroke-dashoffset: 310.460144043px;
  stroke-dasharray: 310.460144043px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.5s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.5s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s;
}
.index_page .kv_block__logo svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-17 {
  stroke-dashoffset: 198.1858673096px;
  stroke-dasharray: 198.1858673096px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.6s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.86s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.6s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.86s;
}
.index_page .kv_block__logo svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo svg .svg-elem-18 {
  stroke-dashoffset: 228.8318634033px;
  stroke-dasharray: 228.8318634033px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.9s
      cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.7s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.92s;
  transition: stroke-dashoffset 0.9s cubic-bezier(0.895, 0.03, 0.685, 0.22) 1.7s,
    fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 2.92s;
}
.index_page .kv_block__logo svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: #e8e427;
}
.index_page .kv_block__logo img {
  width: 100%;
  vertical-align: bottom;
}
.index_page .about_block {
  width: 100%;
  padding: 207px 0 154px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2aa1c7;
  background-image: url(../img/index/bg_about_main.svg);
  background-repeat: no-repeat;
  background-size: 1440px;
  background-position: 0 bottom;
  position: relative;
  z-index: 2;
}
.index_page .about_block__scroll {
  position: absolute;
  top: 0;
  right: 30px;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.index_page .about_block__scroll.inview {
  opacity: 1;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}
.index_page .about_block__scroll .about_block_scroll_txt {
  position: absolute;
  top: 0;
  right: 0;
}
@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 18px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 18px;
  }
  100% {
    margin-top: 0;
  }
}
.index_page .about_block__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.index_page .about_block__inner .about_block_list {
  overflow: hidden;
  color: #fff;
  padding-left: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.index_page .about_block__inner .about_block_list:before {
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #84cce3;
  border-radius: 1000px;
}
.index_page .about_block__inner .about_block_list__bar {
  width: 3px;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f1ee00;
  border-radius: 1000px;
}
.index_page .about_block__inner .about_block_list .about_block_list_item {
  opacity: 0.3;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item.active {
  opacity: 1;
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item
  + .about_block_list_item {
  margin-top: 177px;
}
.index_page .about_block__inner .about_block_list .about_block_list_item__tit {
  font-size: 6rem;
}
.index_page .about_block__inner .about_block_list .about_block_list_item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item__info
  .about_block_list_item_info_img {
  width: 30%;
  overflow: hidden;
  border-radius: 7px;
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item__info
  .about_block_list_item_info_img
  img {
  width: 100%;
  vertical-align: bottom;
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item__info
  .about_block_list_item_info_txt {
  width: 66%;
  font-size: 2.3rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.index_page .about_block__inner .about_block_list .about_block_list_item__img {
  width: 30%;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 7px;
}
.index_page
  .about_block__inner
  .about_block_list
  .about_block_list_item__img
  img {
  width: 100%;
  vertical-align: bottom;
}
.index_page .about_block__inner .about_block_list .about_block_list_item__txt {
  margin-top: 44px;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
.index_page .thinks_bl {
  background-color: #224a9f;
  padding: 215px 0 285px;
  overflow: hidden;
}
.index_page .thinks_bl__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.index_page .thinks_bl__inner .thinks_bl_ring {
  position: absolute;
  z-index: -1;
}
.index_page .thinks_bl__inner .thinks_bl_ring--01 {
  width: 48%;
  left: -28%;
  top: 0;
}
.index_page .thinks_bl__inner .thinks_bl_ring--02 {
  width: 35%;
  right: -27%;
  top: 40%;
}
.index_page .thinks_bl__inner .thinks_bl_ring--03 {
  width: 35%;
  left: 10%;
  top: 55%;
}
.index_page .thinks_bl__inner .thinks_bl_ring--04 {
  width: 23%;
  right: -22%;
  bottom: -10%;
}
.index_page .thinks_bl__inner .thinks_bl_ring--05 {
  width: 35%;
  left: -27%;
  bottom: -25%;
}
.index_page .thinks_bl__inner .thinks_bl_ring img {
  width: 100%;
  vertical-align: bottom;
}
.index_page .thinks_bl__inner .thinks_bl_tit {
  color: #fff;
}
.index_page .thinks_bl__inner .thinks_bl_list {
  margin-top: 174px;
}
.index_page .thinks_bl__inner .thinks_bl_list .thinks_bl_list_item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item
  + .thinks_bl_list_item {
  margin-top: 184px;
}
.index_page .thinks_bl__inner .thinks_bl_list .thinks_bl_list_item__tit {
  text-align: right;
  font-size: 5.2rem;
  letter-spacing: 0.01em;
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_line {
  width: calc(1100px - 100% - 24px);
  height: 1px;
  left: calc(-1 * (1100px - 100%));
  top: 50%;
  background: #d9d9d9;
  position: absolute;
  -webkit-transform: translateY(-50%) scale(0, 0);
  transform: translateY(-50%) scale(0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_line[js-animated] {
  -webkit-transform: translateY(-50%) scale(1, 1);
  transform: translateY(-50%) scale(1, 1);
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_container {
  overflow: hidden;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_container
  .thinks_bl_list_item_tit_wrapper {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_container
  .thinks_bl_list_item_tit_wrapper
  span {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__tit
  .thinks_bl_list_item_tit_container
  .thinks_bl_list_item_tit_wrapper
  span:before {
  content: "";
  width: 102%;
  height: 46.5%;
  background: #a39d0f;
  position: absolute;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.index_page .thinks_bl__inner .thinks_bl_list .thinks_bl_list_item__txt {
  width: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 76px;
  overflow: hidden;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__txt
  .thinks_bl_list_item_txt_inner {
  opacity: 0;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__txt
  .thinks_bl_list_item_txt_inner
  p {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
.index_page
  .thinks_bl__inner
  .thinks_bl_list
  .thinks_bl_list_item__txt
  .thinks_bl_list_item_txt_inner
  p
  + p {
  margin-top: 46px;
}
.index_page .promise_bl {
  background: url(../img/index/bg_promise_main.jpg) no-repeat center
    center/cover;
  padding: 215px 0 251px;
}
.index_page .promise_bl__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.index_page .promise_bl__inner .promise_bl_tit {
  color: #fff;
}
.index_page .promise_bl__inner .promise_bl_list {
  margin-top: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item[js-animated]:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item:after {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item:nth-of-type(even) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item
  + .promise_bl_list_item {
  margin-top: 200px;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item:nth-of-type(1) {
  width: 91%;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item:nth-of-type(2) {
  width: 67%;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item:nth-of-type(3) {
  width: 83.8%;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item:nth-of-type(4) {
  width: 91%;
}
.index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item__caption {
  font-size: 4.3rem;
  padding-bottom: 5px;
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4%;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item__caption:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 43px;
  height: 43px;
  border-radius: 10000px;
  border: 3px solid #f3eb2e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.35;
}
.index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item__tit {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.9;
  display: inline-block;
  position: relative;
  width: 93%;
  margin-top: -10px;
}
.index_page
  .promise_bl__inner
  .promise_bl_list
  .promise_bl_list_item__tit
  .letter {
  opacity: 0;
}
.index_page .outline_bl {
  background: #f6f6f6;
  padding: 215px 0 245px;
  position: relative;
  z-index: 2;
}
.index_page .outline_bl:after {
  content: "";
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(#f3f3f3),
    color-stop(50%, #f3f3f3),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to left top,
    #f3f3f3 0,
    #f3f3f3 50%,
    transparent 50%
  );
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.index_page .outline_bl__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.index_page .outline_bl__inner .outline_bl_contents {
  margin-top: 128px;
  border-top: 1px solid #333;
  padding: 100px 0 0;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .outline_bl_table
  .outline_bl_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .outline_bl_table
  .outline_bl_table_tr
  + .outline_bl_table_tr {
  margin-top: 30px;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .outline_bl_table
  .outline_bl_table_tr
  .outline_bl_table_th {
  color: #888;
  line-height: 1.9;
  font-size: 2.7rem;
  letter-spacing: 0.07em;
  width: 15.4%;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .outline_bl_table
  .outline_bl_table_tr
  .outline_bl_table_td {
  width: 85.7%;
  color: #333;
  line-height: 1.9;
  font-size: 2.7rem;
  letter-spacing: 0.07em;
}
.index_page .outline_bl__inner .outline_bl_contents .representative_bl {
  margin-top: 194px;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_tit {
  font-size: 4.8rem;
  color: #333;
  padding-left: 73px;
  position: relative;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_tit:after {
  content: "";
  width: 49px;
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_img {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_img__line {
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
  background: #f3eb2e;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_img__line[js-animated] {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_img__inner {
  height: 595px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_img__inner
  img {
  width: 100%;
  vertical-align: top;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_txt {
  margin-top: 100px;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_txt
  p {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  color: #333;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_table {
  margin-top: 70px;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_table
  .representative_bl_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.45;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_table
  .representative_bl_table_tr
  + .representative_bl_table_tr {
  margin-top: 30px;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_table
  .representative_bl_table_tr
  .representative_bl_table_th {
  width: 10%;
  color: #888;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.index_page
  .outline_bl__inner
  .outline_bl_contents
  .representative_bl
  .representative_bl_table
  .representative_bl_table_tr
  .representative_bl_table_td {
  width: 87.8%;
  color: #333;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.index_page .facility_bl {
  background-color: #224a9f;
  padding: 215px 0 209px;
}
.index_page .facility_bl__inner {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.index_page .facility_bl__inner .facility_bl_tit {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #fff;
}
.index_page .facility_bl__inner .facility_bl_list {
  margin-top: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_page .facility_bl__inner .facility_bl_list .facility_bl_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.index_page
  .facility_bl__inner
  .facility_bl_list
  .facility_bl_list_item
  + .facility_bl_list_item {
  margin-top: 16px;
}
.index_page .facility_bl__inner .facility_bl_list .facility_bl_list_item__info {
  width: 32.2%;
  margin-left: 220px;
}
.index_page
  .facility_bl__inner
  .facility_bl_list
  .facility_bl_list_item__info
  .facility_bl_list_item_info_tit {
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  color: #fff;
}
.index_page
  .facility_bl__inner
  .facility_bl_list
  .facility_bl_list_item__info
  .facility_bl_list_item_info_txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #d3d3d3;
  margin-top: 15px;
}
.index_page .facility_bl__inner .facility_bl_list .facility_bl_list_item__img {
  width: 52.3%;
}
.index_page
  .facility_bl__inner
  .facility_bl_list
  .facility_bl_list_item__img
  img {
  width: 100%;
  vertical-align: bottom;
}
.index_page .staff_bl {
  background-color: #eaeaea;
  padding: 215px 0 208px;
}
.index_page .staff_bl .staff_bl_tit {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  color: #474747;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index_page .staff_bl .staff_bl_list {
  margin-top: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item {
  color: #fff;
  position: relative;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item + .staff_bl_list_item {
  margin-top: 70px;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item:nth-of-type(even)
  .staff_bl_list_item__info {
  right: 0;
  padding-right: 150px;
  text-align: right;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item:nth-of-type(even)
  .staff_bl_list_item__info:after {
  left: 0;
  border-width: 38px 0 0 38px;
  border-color: transparent transparent transparent #f3eb2e;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item:nth-of-type(odd)
  .staff_bl_list_item__info {
  left: 0;
  padding-left: 150px;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item:nth-of-type(odd)
  .staff_bl_list_item__info:after {
  right: 0;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__info {
  width: 58.3%;
  position: absolute;
  padding-bottom: 22px;
  bottom: -21px;
  z-index: 2;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__info:before {
  content: "";
  background: #224a9e;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 97px;
  z-index: -1;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__info:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #f3eb2e transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item__info
  .staff_bl_list_item_info_name {
  font-size: 5.6rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  color: #fff;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item__info
  .staff_bl_list_item_info_role {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  margin-top: 7px;
}
.index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item__info
  .staff_bl_list_item_info_role 
  .small {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
  margin-top: 7px;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__img {
  width: 100%;
  position: relative;
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: opacity 0.3s cubic-bezier(0.38, 0.005, 0.215, 1);
}
.index_page .staff_bl .staff_bl_list .staff_bl_list_item__img img {
  width: 100%;
  vertical-align: bottom;
}
.index_page .recruit_bl {
  background-image: url(../img/index/bg_recruit_main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 215px 0 209px;
}
.index_page .recruit_bl__inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
}
.index_page .recruit_bl__inner .recruit_bl_tit {
  color: #fff;
}
.index_page .recruit_bl__inner .recruit_bl_about_txt {
  font-size: 2.8rem;
  line-height: 1.96;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 133px;
}
.index_page .recruit_bl__inner .recruit_bl_section {
  margin-top: 200px;
}
.index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_tit {
  font-size: 4.8rem;
  color: #fff;
  padding-left: 72px;
  position: relative;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_tit:after {
  content: "";
  width: 49px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_tit + * {
  margin-top: 100px;
}
.index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_txt {
  line-height: 1.96;
  font-size: 2.8rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_caption {
  margin-top: 130px;
  border-left: 1px solid #9ad5e8;
  border-right: 1px solid #9ad5e8;
  border-bottom: 1px solid #9ad5e8;
  padding: 62px 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  background: #41a8ca;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__tit {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__tit:after,
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__tit:before {
  content: "";
  width: calc((1000px - 100%) / 2 - 30px);
  height: 1px;
  background: #9ad5e8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__tit:before {
  left: calc(-1 * (1000px - 100%) / 2);
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__tit:after {
  right: calc(-1 * (1000px - 100%) / 2);
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_caption__txt {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_table
  .recruit_bl_section_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_table
  .recruit_bl_section_table_tr
  + .recruit_bl_section_table_tr {
  margin-top: 43px;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_table
  .recruit_bl_section_table_tr
  .recruit_bl_section_table_th {
  width: 21.3%;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_table
  .recruit_bl_section_table_tr
  .recruit_bl_section_table_td {
  width: 78.7%;
}
.index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_btn {
  max-width: 471px;
  width: 100%;
  margin: auto;
  background: #224a9e;
  padding: 27px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  transition: background 0.5s cubic-bezier(0.38, 0.005, 0.215, 1);
  color: #fff;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_btn
  span {
  position: relative;
  padding-right: 23px;
  text-align: center;
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
.index_page
  .recruit_bl__inner
  .recruit_bl_section
  .recruit_bl_section_btn
  span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #f3eb2e;
  border-right: 2px solid #f3eb2e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.index_page .recruit_bl__inner .recruit_bl_section--02 .recruit_bl_section_btn {
  margin-top: 130px;
}
.index_page .recruit_bl__inner .recruit_bl_section--03 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 160px;
  padding: 108px 0;
}
.index_page .recruit_bl__inner .recruit_bl_section--03 .recruit_bl_section_btn {
  margin-top: 105px;
}
.staff_page {
  background: #2aa1c7;
  background-image: url(../img/staff/bg_staff_main.svg);
  background-size: 100%;
  background-repeat: repeat-y;
}
.staff_page .sec_sub_tit {
  font-size: 4.9rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #fff;
}
.staff_page .deco_image_bl {
  height: 561px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staff_page .deco_image_bl img {
  width: 105%;
  height: 110%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.staff_page .kv_bl {
  overflow: hidden;
}
.staff_page .kv_bl__inner {
  -webkit-transition: opacity 2s, -webkit-transform 3s;
  transition: opacity 2s, -webkit-transform 3s;
  transition: transform 3s, opacity 2s;
  transition: transform 3s, opacity 2s, -webkit-transform 3s;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0.4;
  max-height: 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.staff_page .kv_bl__inner.inview {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.staff_page .kv_bl__inner img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.staff_page .about_bl {
  position: relative;
  z-index: 2;
  margin-top: -44px;
  padding-bottom: 200px;
}
.staff_page .about_bl .about_bl_bg_line .d {
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  -webkit-animation: dash 5s linear alternate infinite;
  animation: dash 5s linear alternate infinite;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.staff_page .about_bl__inner {
  max-width: 1100px;
  width: 100%;
  padding: 0 50px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_page .about_bl__inner .about_bl_name__main {
  font-size: 7.1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.staff_page .about_bl__inner .about_bl_name__sub {
  font-size: 3.6rem;
  color: #97cbdb;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
.staff_page .about_bl__inner .about_bl_name__role {
  font-size: 2.7rem;
  margin-top: 35px;
  letter-spacing: 0.03em;
  color: #fff;
}
.staff_page .about_bl__inner .about_bl_name__attention {
    font-size: 1.5rem;
    margin-top: 14px;
    letter-spacing: 0.03em;
    color: #fff;
  }
.staff_page .about_bl__inner .about_bl_txt {
  margin-top: 65px;
  font-size: 2.7rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
}
.staff_page .about_bl__inner .about_bl_table {
  margin-top: 140px;
}
.staff_page .about_bl__inner .about_bl_table .about_bl_table_wrapper {
  margin-top: 65px;
}
.staff_page
  .about_bl__inner
  .about_bl_table
  .about_bl_table_wrapper
  .about_bl_table_tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.45;
}
.staff_page
  .about_bl__inner
  .about_bl_table
  .about_bl_table_wrapper
  .about_bl_table_tr
  + .about_bl_table_tr {
  margin-top: 30px;
}
.staff_page
  .about_bl__inner
  .about_bl_table
  .about_bl_table_wrapper
  .about_bl_table_tr
  .about_bl_table_th {
  width: 10%;
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.staff_page
  .about_bl__inner
  .about_bl_table
  .about_bl_table_wrapper
  .about_bl_table_tr
  .about_bl_table_td {
  width: 87.8%;
  color: #fff;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
}
.staff_page .rule_bl {
  padding: 170px 0 200px;
}
.staff_page .rule_bl__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_page .rule_bl__inner .rule_bl_list {
  margin-top: 65px;
}
.staff_page .rule_bl__inner .rule_bl_list .rule_bl_list_container {
  color: #fff;
  border-bottom: 1px solid #7bcce5;
}
.staff_page
  .rule_bl__inner
  .rule_bl_list
  .rule_bl_list_container
  + .rule_bl_list_container {
  margin-top: 82px;
}
.staff_page .rule_bl__inner .rule_bl_list .rule_bl_list_container__tit {
  font-size: 3rem;
  margin-bottom: 40px;
  padding-left: 28px;
  position: relative;
}
.staff_page .rule_bl__inner .rule_bl_list .rule_bl_list_container__tit:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url(../img/staff/ico_sec_tit_arrow.svg) no-repeat center
    center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_page
  .rule_bl__inner
  .rule_bl_list
  .rule_bl_list_container
  .rule_bl_list_item {
  padding: 25px 32px 32px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #7bcce5;
}
.staff_page
  .rule_bl__inner
  .rule_bl_list
  .rule_bl_list_container
  .rule_bl_list_item__tit {
  width: 3%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 4.8rem;
  position: relative;
  padding-bottom: 5px;
}
.staff_page
  .rule_bl__inner
  .rule_bl_list
  .rule_bl_list_container
  .rule_bl_list_item__tit:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 43px;
  height: 43px;
  border-radius: 10000px;
  border: 3px solid #f3eb2e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.35;
}
.staff_page
  .rule_bl__inner
  .rule_bl_list
  .rule_bl_list_container
  .rule_bl_list_item__txt {
  width: 93%;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: 5px;
}
.staff_page .intro_bl {
  padding: 170px 0 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.staff_page .intro_bl:after,
.staff_page .intro_bl:before {
  content: "";
  background: url(../img/staff/ico_intro_arrow.svg) no-repeat center
    center/contain;
  width: 271px;
  height: 271px;
  display: block;
  position: absolute;
}
.staff_page .intro_bl:before {
  top: 0;
  right: 0;
}
.staff_page .intro_bl:after {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.staff_page .intro_bl__inner {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.staff_page .intro_bl__inner .intro_bl_txt {
  margin-top: 95px;
}
.staff_page .intro_bl__inner .intro_bl_txt__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.staff_page .intro_bl__inner .intro_bl_txt li,
.staff_page .intro_bl__inner .intro_bl_txt p {
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
}
.staff_page .intro_bl__inner .intro_bl_attention {
    margin-top: 36px;
  }
.staff_page .intro_bl__inner .intro_bl_attention li,
.staff_page .intro_bl__inner .intro_bl_attention p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #fff;
}

.staff_page .intro_bl__inner .intro_bl_txt li + li,
.staff_page .intro_bl__inner .intro_bl_txt li + p,
.staff_page .intro_bl__inner .intro_bl_txt p + li,
.staff_page .intro_bl__inner .intro_bl_txt p + p {
  margin-top: 15px;
}
.staff_page .other_staff_bl {
  margin-top: 164px;
}
.staff_page .other_staff_bl .other_staff_bl_tit {
  font-size: 4.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
}
.staff_page .other_staff_bl__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 97px;
}
.staff_page .other_staff_bl__inner .other_staff_bl_item {
  position: relative;
}
.staff_page .other_staff_bl__inner .other_staff_bl_item__img {
  overflow: hidden;
}
.staff_page .other_staff_bl__inner .other_staff_bl_item__img img {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  vertical-align: bottom;
}
.staff_page .other_staff_bl__inner .other_staff_bl_item__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 54px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.staff_page .other_staff_bl__inner .other_staff_bl_item__info:before {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 80%;
  background: #224a9e;
  z-index: -1;
}
.staff_page
  .other_staff_bl__inner
  .other_staff_bl_item__info
  .other_staff_bl_item_info_name {
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.staff_page
  .other_staff_bl__inner
  .other_staff_bl_item__info
  .other_staff_bl_item_info_role {
  font-size: 2.3rem;
  color: #fff;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.contact_page {
  background: #2aa1c7;
  color: #fff;
  padding: 90px 0 100px;
}
.contact_page__inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_page h2 {
  font-size: 6rem;
}
.contact_page .about_txt {
  margin-top: 60px;
  font-size: 2.5rem;
  line-height: 1.7;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.contact_page .contact_result {
  display: none;
  margin-top: 60px;
  font-size: 2rem;
  line-height: 1.6;
  height: 500px;
}
.contact_page .contact_result p {
  width: 100%;
  padding: 20px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.17);
}
.contact_page .contact_form {
  margin-top: 60px;
}
.contact_page .contact_form__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-top: -10px;
}
.contact_page .contact_form__type .contact_form_type_item {
  margin-left: 50px;
  margin-top: 10px;
  z-index: 2;
  position: relative;
}
.contact_page .contact_form__type .contact_form_type_item input {
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact_page
  .contact_form__type
  .contact_form_type_item
  input:checked
  + label:after {
  opacity: 1;
}
.contact_page .contact_form__type .contact_form_type_item label {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.11em;
  padding-left: 26px;
  cursor: pointer;
  font-weight: 0;
}
.contact_page .contact_form__type .contact_form_type_item label:after,
.contact_page .contact_form__type .contact_form_type_item label:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 1000px;
}
.contact_page .contact_form__type .contact_form_type_item label:before {
  width: 18px;
  height: 18px;
  left: 0;
  border: 2px solid currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_page .contact_form__type .contact_form_type_item label:after {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  display: block;
  width: 10px;
  height: 10px;
  left: 4px;
  background: currentColor;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_page .contact_form__input {
  margin-top: 60px;
}
.contact_page .contact_form__input .contact_form_input_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact_page
  .contact_form__input
  .contact_form_input_item
  + .contact_form_input_item {
  margin-top: 40px;
}
.contact_page .contact_form__input .contact_form_input_item__title {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.contact_page
  .contact_form__input
  .contact_form_input_item__title
  .required_text {
  font-size: 1.4rem;
  color: #f3eb2e;
  display: inline-block;
  margin-left: 5px;
}
.contact_page .contact_form__input .contact_form_input_item__input {
  margin-top: 15px;
}
.contact_page .contact_form__input .contact_form_input_item__input input {
  height: 45px;
}
.contact_page .contact_form__input .contact_form_input_item__input input,
.contact_page .contact_form__input .contact_form_input_item__input textarea {
  width: 100%;
  padding: 10px 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border-right: 5px;
  outline: 0;
  border: none;
  letter-spacing: 0.05em;
  line-height: 1.4;
  resize: vertical;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #333;
}
.contact_page .contact_form__btn {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact_page .contact_form__btn button {
  max-width: 471px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #fff;
  background: #224a9e;
  padding: 24px 70px;
  border-radius: 3px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: -webkit-grab;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .is-sp {
    display: none !important;
  }
  html {
    font-size: 10px;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item
    a:hover
    .staff_bl_list_item__img:after {
    opacity: 0.16;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_btn:hover {
    background: #3464ca;
  }
  .staff_page
    .other_staff_bl__inner
    .other_staff_bl_item:hover
    .other_staff_bl_item__img
    img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  .staff_page
    .other_staff_bl__inner
    .other_staff_bl_item
    + .other_staff_bl_item {
    border-left: 1px solid #fff;
  }
}
@media screen and (min-width: 1900px) {
  .staff_page .deco_image_bl {
    height: 29.5263157895vw;
  }
}
@media screen and (max-width: 1440px) {
  .staff_page .deco_image_bl {
    height: 38.9583333333vw;
  }
}
@media screen and (max-width: 769px) {
  .is-pc {
    display: none !important;
  }
  .header_block {
    display: none;
  }
  .footer_block {
    padding: 5rem 0 3rem;
  }
  .footer_block__inner {
    padding: 0 2rem;
  }
  .footer_block__inner .footer_block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer_block__inner .footer_block_head__left {
    width: 100%;
    margin-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer_block__inner .footer_block_head__left .footer_block_head_logo {
    width: 40%;
    margin-top: 3rem;
  }
  .footer_block__inner .footer_block_head__left .footer_block_head_address {
    width: 100%;
  }
  .footer_block__inner .footer_block_head__right {
    width: 100%;
  }
  .footer_block__inner .footer_block_head__right .footer_block_head_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2rem;
  }
  .footer_block__inner
    .footer_block_head__right
    .footer_block_head_menu
    .footer_block_head_menu_item {
    font-size: 1.6rem;
  }
  .footer_block__inner .footer_block_copy {
    margin-top: 3rem;
  }
  .footer_block__inner .footer_block_copy small {
    font-size: 1rem;
  }
  html {
    font-size: 10px;
  }
  .index_page .bg_tit_txt {
    font-size: 22rem;
  }
  .index_page .sec_tit {
    font-size: 3.3rem;
  }
  .index_page .about_block {
    padding: 10rem 0 9.5rem;
    background-size: 100%;
  }
  .index_page .about_block__scroll {
    right: 2rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
  }
  .index_page .about_block__inner {
    padding: 0 2.5rem;
  }
  .index_page .about_block__inner .about_block_list {
    padding-left: 2.5rem;
  }
  .index_page .about_block__inner .about_block_list:before {
    width: 2px;
  }
  .index_page .about_block__inner .about_block_list__bar {
    width: 2px;
    height: 20%;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item
    + .about_block_list_item {
    margin-top: 9rem;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item__tit {
    font-size: 3rem;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.5rem;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item__info
    .about_block_list_item_info_img {
    width: 60%;
    margin-top: 3rem;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item__info
    .about_block_list_item_info_txt {
    width: 100%;
    margin-top: 0;
    font-size: 1.4rem;
  }
  .index_page
    .about_block__inner
    .about_block_list
    .about_block_list_item__txt {
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
  .index_page .thinks_bl {
    padding: 12rem 0 14rem;
    background-size: contain;
  }
  .index_page .thinks_bl__inner {
    padding: 0 2rem;
  }
  .index_page .thinks_bl__inner .thinks_bl_list {
    margin-top: 10rem;
  }
  .index_page
    .thinks_bl__inner
    .thinks_bl_list
    .thinks_bl_list_item
    + .thinks_bl_list_item {
    margin-top: 9rem;
  }
  .index_page .thinks_bl__inner .thinks_bl_list .thinks_bl_list_item__tit {
    font-size: 2.7rem;
    line-height: 1.4;
    display: inline-block;
  }
  .index_page
    .thinks_bl__inner
    .thinks_bl_list
    .thinks_bl_list_item__tit
    .thinks_bl_list_item_tit_line {
    width: calc(100vw - 4rem - 100% - 2rem);
    left: calc(-1 * (100vw - 4rem - 100%));
  }
  .index_page
    .thinks_bl__inner
    .thinks_bl_list
    .thinks_bl_list_item__tit
    .thinks_bl_list_item_tit_container
    .thinks_bl_list_item_tit_wrapper
    span:before {
    height: 30%;
    bottom: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .index_page .thinks_bl__inner .thinks_bl_list .thinks_bl_list_item__txt {
    margin-top: 4rem;
    padding: 0;
  }
  .index_page
    .thinks_bl__inner
    .thinks_bl_list
    .thinks_bl_list_item__txt
    .thinks_bl_list_item_txt_inner
    p {
    font-size: 1.6rem;
    line-height: 2;
  }
  .index_page
    .thinks_bl__inner
    .thinks_bl_list
    .thinks_bl_list_item__txt
    .thinks_bl_list_item_txt_inner
    p
    + p {
    margin-top: 2rem;
  }
  .index_page .promise_bl {
    padding: 12rem 0 14rem;
  }
  .index_page .promise_bl__inner {
    padding: 0 2rem;
  }
  .index_page .promise_bl__inner .promise_bl_list {
    margin-top: 9rem;
  }
  .index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item {
    margin-top: 1.3rem;
    padding-top: 2.5rem;
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item
    + .promise_bl_list_item {
    margin-top: 9rem;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item:nth-of-type(1) {
    width: 92%;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item:nth-of-type(2) {
    width: 90%;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item:nth-of-type(3) {
    width: 90%;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item:nth-of-type(4) {
    width: 90%;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item__caption {
    font-size: 2.9rem;
  }
  .index_page
    .promise_bl__inner
    .promise_bl_list
    .promise_bl_list_item__caption:before {
    top: 0.9rem;
    width: 2.8rem;
    height: 2.8rem;
    border: 2px solid #f3eb2e;
  }
  .index_page .promise_bl__inner .promise_bl_list .promise_bl_list_item__tit {
    width: 90%;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 0;
  }
  .index_page .outline_bl {
    padding: 12rem 0 9rem;
  }
  .index_page .outline_bl__inner {
    padding: 0 2rem;
  }
  .index_page .outline_bl__inner .outline_bl_contents {
    margin-top: 9rem;
    padding: 7rem 0 0;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .outline_bl_table
    .outline_bl_table_tr
    + .outline_bl_table_tr {
    margin-top: 1.3rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .outline_bl_table
    .outline_bl_table_tr
    .outline_bl_table_th {
    width: 25%;
    font-size: 1.8rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .outline_bl_table
    .outline_bl_table_tr
    .outline_bl_table_td {
    width: 77%;
    font-size: 1.8rem;
  }
  .index_page .outline_bl__inner .outline_bl_contents .representative_bl {
    margin-top: 12rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_tit {
    padding-left: 6rem;
    font-size: 3rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_img {
    margin-top: 8rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_img__inner {
    height: calc(200 / 375 * 100vw);
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_txt {
    margin-top: 8rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_txt
    p {
    font-size: 1.7rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_table
    .representative_bl_table_tr
    + .representative_bl_table_tr {
    margin-top: 1.8rem;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_table
    .representative_bl_table_tr
    .representative_bl_table_th {
    width: 22%;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .index_page
    .outline_bl__inner
    .outline_bl_contents
    .representative_bl
    .representative_bl_table
    .representative_bl_table_tr
    .representative_bl_table_td {
    width: 78%;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .index_page .facility_bl {
    padding: 12rem 0 9rem;
  }
  .index_page .facility_bl__inner {
    padding: 0 2rem;
  }
  .index_page .facility_bl__inner .facility_bl_list {
    margin-top: 8rem;
  }
  .index_page .facility_bl__inner .facility_bl_list .facility_bl_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .index_page
    .facility_bl__inner
    .facility_bl_list
    .facility_bl_list_item
    + .facility_bl_list_item {
    margin-top: 7rem;
  }
  .index_page
    .facility_bl__inner
    .facility_bl_list
    .facility_bl_list_item__info {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
  }
  .index_page
    .facility_bl__inner
    .facility_bl_list
    .facility_bl_list_item__info
    .facility_bl_list_item_info_tit {
    font-size: 2.4rem;
  }
  .index_page
    .facility_bl__inner
    .facility_bl_list
    .facility_bl_list_item__info
    .facility_bl_list_item_info_txt {
    font-size: 1.4rem;
  }
  .index_page
    .facility_bl__inner
    .facility_bl_list
    .facility_bl_list_item__img {
    width: 100%;
  }
  .index_page .staff_bl {
    padding: 12rem 0 9rem;
  }
  .index_page .staff_bl .staff_bl_tit {
    padding: 0 2rem;
  }
  .index_page .staff_bl .staff_bl_list {
    margin-top: 8rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item
    + .staff_bl_list_item {
    margin-top: 3rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item:nth-of-type(even)
    .staff_bl_list_item__info {
    padding-right: 3rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item:nth-of-type(even)
    .staff_bl_list_item__info:after {
    border-width: 1.4rem 0 0 1.4rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item:nth-of-type(odd)
    .staff_bl_list_item__info {
    padding-left: 3rem;
  }
  .index_page .staff_bl .staff_bl_list .staff_bl_list_item__info {
    width: 35%;
    padding-bottom: 1rem;
    bottom: -0.9rem;
  }
  .index_page .staff_bl .staff_bl_list .staff_bl_list_item__info:before {
    height: 4rem;
  }
  .index_page .staff_bl .staff_bl_list .staff_bl_list_item__info:after {
    border-width: 0 0 1.4rem 1.4rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item__info
    .staff_bl_list_item_info_name {
    font-size: 2.5rem;
  }
  .index_page
    .staff_bl
    .staff_bl_list
    .staff_bl_list_item__info
    .staff_bl_list_item_info_role {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .index_page
  .staff_bl
  .staff_bl_list
  .staff_bl_list_item__info
  .staff_bl_list_item_info_role
  .small {
  font-size: 1rem;
  margin-top: 0;
}
  .index_page .recruit_bl {
    padding: 12rem 0 9rem;
  }
  .index_page .recruit_bl__inner {
    padding: 0 2rem;
  }
  .index_page .recruit_bl__inner .recruit_bl_about_txt {
    margin-top: 5rem;
    font-size: 1.6rem;
  }
  .index_page .recruit_bl__inner .recruit_bl_section {
    margin-top: 8rem;
  }
  .index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_tit {
    font-size: 2.6rem;
    padding-left: 4rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_tit:after {
    width: 2.5rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_tit
    + * {
    margin-top: 4rem;
  }
  .index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_txt {
    font-size: 1.6rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption {
    margin-top: 6rem;
    padding: 3.5rem 2rem 3rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__tit {
    font-size: 2rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__tit:after,
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__tit:before {
    width: calc((100vw - 4rem - 100%) / 2 - 30px);
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__tit:before {
    left: calc(-1 * (100vw - 4rem - 100%) / 2);
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__tit:after {
    right: calc(-1 * (100vw - 4rem - 100%) / 2);
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_caption__txt {
    font-size: 1.7rem;
    line-height: 1.4;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_table
    .recruit_bl_section_table_tr {
    font-size: 1.5rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_table
    .recruit_bl_section_table_tr
    + .recruit_bl_section_table_tr {
    margin-top: 2rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_table
    .recruit_bl_section_table_tr
    .recruit_bl_section_table_th {
    width: 25%;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_table
    .recruit_bl_section_table_tr
    .recruit_bl_section_table_td {
    width: 75%;
  }
  .index_page .recruit_bl__inner .recruit_bl_section .recruit_bl_section_btn {
    padding: 2.4rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section
    .recruit_bl_section_btn
    span {
    font-size: 1.7rem;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section--02
    .recruit_bl_section_btn {
    margin-top: 6rem;
  }
  .index_page .recruit_bl__inner .recruit_bl_section--03 {
    padding: 7rem 0;
  }
  .index_page
    .recruit_bl__inner
    .recruit_bl_section--03
    .recruit_bl_section_btn {
    margin-top: 4rem;
  }
  .staff_page .sec_sub_tit {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .staff_page .deco_image_bl {
    height: calc(190 / 375 * 100vw);
  }
  .staff_page .kv_bl__inner {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
  .staff_page .about_bl {
    margin-top: -2rem;
    padding-bottom: 8rem;
  }
  .staff_page .about_bl__inner {
    padding: 0 2rem;
  }
  .staff_page .about_bl__inner .about_bl_name__main {
    font-size: 3.9rem;
  }
  .staff_page .about_bl__inner .about_bl_name__sub {
    font-size: 2.2rem;
  }
  .staff_page .about_bl__inner .about_bl_name__role {
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .staff_page .about_bl__inner .about_bl_name__attention {
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .staff_page .about_bl__inner .about_bl_txt {
    margin-top: 4rem;
    font-size: 1.7rem;
    text-align: justify;
  }
  .staff_page .about_bl__inner .about_bl_table {
    margin-top: 6rem;
  }
  .staff_page .about_bl__inner .about_bl_table .about_bl_table_wrapper {
    margin-top: 4rem;
  }
  .staff_page
    .about_bl__inner
    .about_bl_table
    .about_bl_table_wrapper
    .about_bl_table_tr
    + .about_bl_table_tr {
    margin-top: 1.8rem;
  }
  .staff_page
    .about_bl__inner
    .about_bl_table
    .about_bl_table_wrapper
    .about_bl_table_tr
    .about_bl_table_th {
    width: 22%;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .staff_page
    .about_bl__inner
    .about_bl_table
    .about_bl_table_wrapper
    .about_bl_table_tr
    .about_bl_table_td {
    width: 78%;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
  .staff_page .rule_bl {
    padding: 8rem 0 9rem;
  }
  .staff_page .rule_bl__inner {
    padding: 0 2rem;
  }
  .staff_page .rule_bl__inner .rule_bl_list {
    margin-top: 4rem;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container
    + .rule_bl_list_container {
    margin-top: 6rem;
  }
  .staff_page .rule_bl__inner .rule_bl_list .rule_bl_list_container__tit {
    font-size: 2rem;
    padding-left: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container__tit:before {
    width: 1.5rem;
    height: 1.2rem;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container
    .rule_bl_list_item {
    padding: 1.5rem 1rem 1.9rem;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container
    .rule_bl_list_item__tit {
    font-size: 2.9rem;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container
    .rule_bl_list_item__tit:before {
    top: 0.9rem;
    width: 2.8rem;
    height: 2.8rem;
    border: 2px solid #f3eb2e;
  }
  .staff_page
    .rule_bl__inner
    .rule_bl_list
    .rule_bl_list_container
    .rule_bl_list_item__txt {
    width: 89%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .staff_page .intro_bl {
    padding: 10rem 0;
  }
  .staff_page .intro_bl:after,
  .staff_page .intro_bl:before {
    width: 8rem;
    height: 8rem;
  }
  .staff_page .intro_bl__inner {
    padding: 0 2rem;
  }
  .staff_page .intro_bl__inner .intro_bl_txt {
    margin-top: 4rem;
  }
  .staff_page .intro_bl__inner .intro_bl_txt li,
  .staff_page .intro_bl__inner .intro_bl_txt p {
    font-size: 1.7rem;
  }
  .staff_page .intro_bl__inner .intro_bl_attention {
    margin-top: 3rem;
  }
  .staff_page .intro_bl__inner .intro_bl_attention li,
  .staff_page .intro_bl__inner .intro_bl_attention p {
    font-size: 1.0rem;
  }
  .staff_page .other_staff_bl {
    margin-top: 11rem;
  }
  .staff_page .other_staff_bl .other_staff_bl_tit {
    font-size: 2.5rem;
  }
  .staff_page .other_staff_bl__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.5rem;
  }
  .staff_page .other_staff_bl__inner .other_staff_bl_item__info {
    padding: 0 2rem 1.3rem;
  }
  .staff_page
    .other_staff_bl__inner
    .other_staff_bl_item__info
    .other_staff_bl_item_info_name {
    font-size: 2.4rem;
  }
  .staff_page
    .other_staff_bl__inner
    .other_staff_bl_item__info
    .other_staff_bl_item_info_role {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
  .contact_page {
    padding: 6rem 0 8rem;
  }
  .contact_page__inner {
    padding: 0 2rem;
  }
  .contact_page h2 {
    font-size: 3rem;
  }
  .contact_page .about_txt {
    font-size: 1.7rem;
    padding-bottom: 5rem;
    margin-top: 4rem;
  }
  .contact_page .contact_result {
    margin-top: 4rem;
    height: auto;
    font-size: 1.7rem;
  }
  .contact_page .contact_form {
    margin-top: 4rem;
  }
  .contact_page .contact_form__type {
    margin-left: -30px;
  }
  .contact_page .contact_form__type .contact_form_type_item {
    margin-left: 30px;
  }
  .contact_page .contact_form__type .contact_form_type_item label {
    font-size: 1.5rem;
  }
  .contact_page .contact_form__input {
    margin-top: 4rem;
  }
  .contact_page
    .contact_form__input
    .contact_form_input_item
    + .contact_form_input_item {
    margin-top: 2.4rem;
  }
  .contact_page .contact_form__input .contact_form_input_item__title {
    font-size: 1.5rem;
  }
  .contact_page
    .contact_form__input
    .contact_form_input_item__title
    .required_text {
    font-size: 1.1rem;
    margin-left: 0.7rem;
  }
  .contact_page .contact_form__input .contact_form_input_item__input {
    margin-top: 1rem;
  }
  .contact_page .contact_form__input .contact_form_input_item__input input {
    height: 3.5rem;
  }
  .contact_page .contact_form__input .contact_form_input_item__input input,
  .contact_page .contact_form__input .contact_form_input_item__input textarea {
    font-size: 1.3rem;
    padding: 1rem;
  }
  .contact_page .contact_form__btn {
    margin-top: 5rem;
  }
  .contact_page .contact_form__btn button {
    padding: 1.4rem 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .is-sp-s {
    display: block;
  }
}
