@charset "utf-8";
/*@purple_bg: rgba(126,16,131,1);//#7e1083*/
/*[id] {
	padding-top: 50px;
	margin-top: -50px;
	@media screen and (max-width: @layout-pad-width) {
		padding-top: 100px;
		margin-top: -100px;
	}
}*/
.sans {
  font-family: 'Noto Sans JP', sans-serif;
}
.sans2 {
  font-family: sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
.mochiy {
  font-family: "Mochiy Pop One", sans-serif;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-VariableFont_wght.ttf') format('woff');
  font-display: swap;
}
.noto_sans_jp {
  font-family: 'Noto Sans JP', sans-serif;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #141414;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1100px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 3vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
/*li {
	margin-left: 1rem;
}*/
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
p {
  text-align: justify;
}
section[id]:before {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #141414;
}
.scroll::-webkit-scrollbar-thumb {
  background: #141414;
}
.pc {
  display: initial!important;
}
@media screen and (max-width: 1100px) {
  .pc {
    display: none!important;
  }
}
@media screen and (max-width: 600px) {
  .pc {
    display: none!important;
  }
}
.pad {
  display: none!important;
}
@media screen and (max-width: 1100px) {
  .pad {
    display: initial!important;
  }
}
.sp {
  display: none!important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: initial!important;
  }
}
.none {
  display: none;
}
.pad {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1100px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
#showtitlewrapper {
  padding: 5px 20px;
  width: initial;
  min-width: initial;
  max-width: initial;
  height: initial;
  -webkit-transform: translate(-2px, -2px);
          transform: translate(-2px, -2px);
  border: solid 1px black;
}
@media screen and (max-width: 1100px) {
  #showtitlewrapper {
    padding: default;
    padding: 5px 20px;
  }
}
@media screen and (max-width: 600px) {
  #showtitlewrapper {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1100px) {
  #showtitlewrapper {
    width: default;
    min-width: default;
    width: initial;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  #showtitlewrapper {
    width: initial;
    min-width: initial;
  }
}
.debug {
  display: none !important;
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
@media screen and (max-width: 1100px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
@media screen and (max-width: 600px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/** ベース設計 **/
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media all and (max-width: 1100px) {
  html {
    scroll-padding-top: 60px;
  }
}
html body {
  -webkit-text-size-adjust: 100%;
}
/** よく使うクラス **/
.clearfix {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
hr {
  border: none;
  border-top: solid 1px #ccc;
  padding: 5px;
}
th,
td {
  padding: 5px;
}
.hidden {
  display: none;
}
table {
  width: 100%;
}
p {
  line-height: 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
a {
  color: #333333;
}
a:hover,
a.active {
  cursor: pointer;
}
.ate {
  text-align: right;
  background-color: rgba(255, 0, 0, 0.2);
  -ms-filter: "FlipH";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
          filter: FlipH;
}
header {
  position: fixed;
  z-index: 200;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  background: #e10012;
}
@media screen and (max-width: 1100px) {
  header {
    height: 55px;
    border-bottom: none;
  }
}
header #inheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1120px;
  max-width: 100%;
  margin: auto;
  padding: 25px 10px;
}
@media screen and (max-width: 1100px) {
  header #inheader {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  header #inheader {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  header #inheader {
    /*width: 100%;
			max-width: 100%!important;*/
    padding: 15px;
  }
}
header #inheader > div.title {
  width: 168px;
  min-width: initial;
  max-width: 168px;
  height: 30px;
}
@media screen and (max-width: 1100px) {
  header #inheader > div.title {
    width: 168px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  header #inheader > div.title {
    width: 140px;
    min-width: initial;
  }
}
header #inheader > div.title a {
  display: block;
}
header #inheader > div.title a img {
  display: block;
}
header #inheader > div.title a span {
  display: none;
}
header #inheader > div#menu .pc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header #inheader > div#menu .pc > ul li {
  display: inline-block;
  list-style-type: none;
}
header #inheader > div#menu .pc > ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1100px) {
  header #inheader > div#menu .pc > ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  header #inheader > div#menu .pc > ul li a {
    font-size: 0.75rem;
  }
}
header #inheader > div#menu .pad {
  display: none;
}
header #inheader > div#menu .pad #navi {
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 10000;
  width: 40px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
  overflow: hidden;
}
header #inheader > div#menu .pad #navi span {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  width: 50%;
  height: 3px;
  background-color: #e10012;
}
header #inheader > div#menu .pad #navi span:nth-child(1) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(50%) rotate(180deg);
          transform: translateY(50%) rotate(180deg);
  top: 8px;
  left: 10px;
}
header #inheader > div#menu .pad #navi span:nth-child(2) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
  top: 18px;
  left: 10px;
}
header #inheader > div#menu .pad #navi span:nth-child(3) {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateY(-10px) rotate(0deg);
          transform: translateY(-10px) rotate(0deg);
  top: 38px;
  left: 10px;
}
header #inheader > div#menu .pad #navi span:nth-child(4) {
  color: #141414;
  font-size: 0.6rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  top: 22px;
  background: none;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  header #inheader > div#menu .pad #navi span:nth-child(4) {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 600px) {
  header #inheader > div#menu .pad #navi span:nth-child(4) {
    font-size: 0.6rem;
  }
}
header #inheader > div#menu .pad #navi.open span {
  width: 80%;
  top: 18px;
  left: 4px;
  background-color: #e10012;
}
header #inheader > div#menu .pad #navi.open span:nth-child(1) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
header #inheader > div#menu .pad #navi.open span:nth-child(2) {
  display: none;
}
header #inheader > div#menu .pad #navi.open span:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
header #inheader > div#menu .pad #navi.open span:nth-child(4) {
  background: none;
  top: 22px;
}
header #inheader > div#menu .pad nav {
  position: fixed;
  top: 90px;
  right: -100%;
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  overflow-y: scroll;
  background-color: #e10012;
}
@media all and (max-width: 1100px) {
  header #inheader > div#menu .pad nav {
    top: 55px;
    padding-bottom: 200px;
  }
}
header #inheader > div#menu .pad nav > ul {
  display: block;
  width: 100%;
  padding: 20px;
  text-align: left;
}
@media all and (max-width: 1100px) {
  header #inheader > div#menu .pad nav > ul {
    padding: 0;
  }
}
header #inheader > div#menu .pad nav > ul > li {
  list-style-type: none;
}
header #inheader > div#menu .pad nav > ul > li > div {
  margin-bottom: 0;
  border-bottom: solid 1px #ffffff;
}
header #inheader > div#menu .pad nav > ul > li > div > a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  header #inheader > div#menu .pad nav > ul > li > div > a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  header #inheader > div#menu .pad nav > ul > li > div > a {
    font-size: 1rem;
  }
}
main {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 1100px) {
  main {
    padding: 55px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding: 55px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  main {
    padding-top: 50px;
  }
}
main .main_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  z-index: 2;
  width: 840px;
  min-width: initial;
  max-width: 100%;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  main .main_text {
    width: 840px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  main .main_text {
    width: 100%;
    min-width: initial;
  }
}
@media screen and (max-width: 1100px) {
  main .main_text {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  main .main_text {
    padding: 0 10px;
  }
}
@media all and (max-width: 1100px) {
  main .main_text {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media all and (max-width: 600px) {
  main .main_text {
    top: 50%;
  }
}
main .main_text img {
  display: block;
  width: 225px;
  min-width: initial;
  max-width: 100%;
  margin: auto;
  padding: 0 0 140px 0;
}
@media screen and (max-width: 1100px) {
  main .main_text img {
    width: 225px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  main .main_text img {
    width: 170px;
    min-width: initial;
  }
}
@media screen and (max-width: 1100px) {
  main .main_text img {
    padding: 0 0 150px 0;
  }
}
@media screen and (max-width: 600px) {
  main .main_text img {
    padding: 0 0 70px 0;
  }
}
main .main_text h1 {
  color: #ffffff;
  font-size: 3.4rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  font-family: sans-serif;
  letter-spacing: initial;
}
@media screen and (max-width: 1100px) {
  main .main_text h1 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  main .main_text h1 {
    font-size: 2.5rem;
  }
}
main article section {
  /*@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: @layout-min-width) and (max-width: @layout-max-width) {
				margin-top: 50px;
			}*/
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main article section {
    margin-top: 82px;
  }
}
@media screen and (max-width: 600px) {
  main article section {
    padding: 20px;
  }
}
main article section.pankuzu {
  width: 1100px;
  margin: auto;
  padding: 20px;
  font-size: 0.8rem;
  /*@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (min-width: @layout-min-width) and (max-width: @layout-max-width) {
					margin-top: 50px;
				}*/
}
@media screen and (max-width: 1100px) {
  main article section.pankuzu {
    width: 100%;
  }
}
main article section.pankuzu a {
  color: #e10012;
}
main article section.pankuzu a,
main article section.pankuzu span {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  main article section.pankuzu {
    width: 100%;
  }
  main article section.pankuzu a,
  main article section.pankuzu span {
    font-size: inherit;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main article section.pankuzu {
    margin-top: 90px;
    padding: 10px 5px;
  }
}
main article section.h1 {
  display: block;
  width: 100%;
  border-bottom: solid 5px #e10012;
}
@media screen and (max-width: 600px) {
  main article section.h1 {
    border-bottom: solid 2px #e10012;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  main article section.h1 {
    margin: 0;
  }
}
main article section.h1 > div {
  display: table;
  width: 1100px;
  height: 130px;
  margin: auto;
  /*@media all and (min-width: @layout-min-width) and (max-width: @width1) {
						width: 100%;
					}*/
}
@media screen and (max-width: 600px) {
  main article section.h1 > div {
    width: 100%;
    height: 60px;
  }
}
main article section.h1 > div h1 {
  display: table-cell;
  width: 100%;
  margin: auto;
  vertical-align: middle;
  text-align: center;
}
main article section.h1 > div h1 img {
  height: 46px;
}
@media screen and (max-width: 600px) {
  main article section.h1 > div h1 img {
    height: 30px;
  }
}
main article section.h1 > div h1 span {
  display: none;
}
main .js-modal-open {
  cursor: pointer;
}
footer {
  background: #e10012;
}
footer > div {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 30px 0;
  /*@media all and (min-width: @layout-min-width) and (max-width: @width1) {
			width: 100%;
		}*/
}
@media screen and (max-width: 1100px) {
  footer > div {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 600px) {
  footer > div {
    padding: 20px 10px;
  }
}
@media all and (max-width: 1100px) {
  footer > div {
    width: 100%;
  }
}
footer > div .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1100px) {
  footer > div .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
footer > div .flex .title {
  width: 200px;
  min-width: initial;
  max-width: 100%;
  /*margin-bottom: 50px;*/
  /*@media screen and (max-width: @layout-sp-width) {
					display: none;
				}*/
}
@media screen and (max-width: 1100px) {
  footer > div .flex .title {
    width: 150px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  footer > div .flex .title {
    width: 150px;
    min-width: initial;
  }
}
footer > div .flex .title a {
  display: block;
}
footer > div .flex .title a img {
  width: 100%;
}
footer > div .flex .title span {
  display: none;
}
footer > div .flex .pagetop {
  border: solid 3px #ffffff;
  cursor: pointer;
  position: fixed;
  bottom: -8px;
  right: 20px;
  width: 64px;
  height: 64px;
  z-index: 10;
  border-radius: 10px;
}
@media all and (max-width: 1100px) {
  footer > div .flex .pagetop {
    border: solid 2px #ffffff;
    bottom: 20px;
    width: 40px;
    height: 40px;
    aspect-ratio: 1;
  }
}
footer > div .flex .pagetop a {
  display: block;
  width: 100%;
}
footer > div .flex .pagetop a img {
  width: 100%;
}
footer > div .flex .pagetop a span {
  display: none;
}
footer > div .flex .menu {
  display: table;
}
@media screen and (max-width: 600px) {
  footer > div .flex .menu {
    width: 100%;
    background-color: #e10012;
  }
}
footer > div .flex .menu > ul {
  display: table-row;
  /*&:nth-of-type(2) {
						display: none;

						@media screen and (max-width: @layout-sp-width) {
							padding: 20px;
							width: 100%;
							display: table;
						}
					}*/
}
footer > div .flex .menu > ul:nth-of-type(1) > li {
  display: table-cell;
  width: calc(100% / 5);
  padding: 0 15px;
  white-space: nowrap;
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div {
  padding-bottom: 15px;
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div > a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 15px;
  margin-right: 5px;
  color: #e10012;
  background: #ffffff;
  vertical-align: middle;
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div > ul {
  margin-top: 1rem;
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div > ul > li {
  margin: 1.5rem;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #ffffff;
  /*
									&:before {
										display: inline-block;
										width: 2rem;
										height: 2rem;
										content: "・";
										margin-right: 1rem;
										color: @red;
										font-size: 3rem;
										position: relative;
										top: 1rem;
									}
*/
}
footer > div .flex .menu > ul:nth-of-type(1) > li > div > ul > li > a {
  text-decoration: none;
  font-size: 0.8rem;
  color: #ffffff;
}
footer > div .flex .menu > ul:nth-of-type(1) > li.message a:nth-of-type(2) {
  display: block;
  padding-left: 10px;
  font-size: 0.75rem;
  color: #ffffff;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
@media screen and (max-width: 600px) {
  footer > div .flex .menu > ul:nth-of-type(1) {
    display: none;
  }
}
footer > div .flex .menu2 {
  display: table;
}
@media screen and (max-width: 600px) {
  footer > div .flex .menu2 {
    width: 100%;
    background-color: #e10012;
  }
}
footer > div .flex .menu2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  width: 680px;
  min-width: initial;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  footer > div .flex .menu2 > ul {
    width: 680px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  footer > div .flex .menu2 > ul {
    width: 100%;
    min-width: initial;
  }
}
@media all and (max-width: 880px) {
  footer > div .flex .menu2 > ul {
    width: 100%;
  }
}
footer > div .flex .menu2 > ul li {
  display: table-cell;
  padding: 0 10px;
  white-space: nowrap;
}
@media all and (max-width: 1100px) {
  footer > div .flex .menu2 > ul li {
    width: calc(100% / 4);
  }
}
@media all and (max-width: 880px) {
  footer > div .flex .menu2 > ul li {
    width: calc(100% / 5);
    min-width: 140px;
  }
}
footer > div .flex .menu2 > ul li a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #ffffff;
}
footer > div .flex .menu2 > ul li a:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 15px;
  margin-right: 5px;
  color: #e10012;
  background: #ffffff;
  vertical-align: middle;
}
footer > div .flex .menu2 > ul:nth-of-type(1) {
  /*@media screen and (max-width: @layout-sp-width) {
							display: none;
						}*/
}
footer > div .flex .menu2 > ul:nth-of-type(1) > li > div > ul {
  margin-top: 1rem;
}
footer > div .flex .menu2 > ul:nth-of-type(1) > li > div > ul > li {
  margin: 1.5rem;
  white-space: nowrap;
  font-size: 0.8rem;
  color: #ffffff;
}
footer > div .flex .menu2 > ul:nth-of-type(1) > li > div > ul > li > a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #ffffff;
}
footer > div .flex .menu2 > ul:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  footer > div .flex .menu2 > ul:nth-of-type(2) {
    display: table;
    width: 100%;
    padding: 20px;
  }
}
footer > div small {
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 0.6rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
  padding: 30px 0 0 0;
  /*a {
				display: none;

				@media screen and (max-width: @layout-sp-width) {
					display: block;

					img {
						display: block;
						width: 100%;
						height: 30px;
						margin-bottom: 20px;
					}

					span {
						display: none;
					}
				}
			}*/
}
@media screen and (max-width: 600px) {
  footer > div small {
    margin: initial;
    text-align: center;
    /*background-color: @white;*/
    /*span {
					font-size: @sizeSS;
				}*/
  }
}
footer > div small > span {
  font-size: 14px;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100vw;
  height: 100vh;
}
.modal .modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  padding: 25px;
  text-align: center;
  background: #ffffff;
  max-height: 100%;
  min-width: 80%;
  width: 80%;
  min-width: initial;
  max-width: 90%;
  max-height: calc(100vh - 150px);
}
@media screen and (max-width: 1100px) {
  .modal .modal__content {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal__content {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .modal .modal__content {
    width: 80%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal__content {
    width: 90%;
    min-width: initial;
  }
}
@media all and (max-width: 1100px) {
  .modal .modal__content {
    /*top: 0;*/
    /*transform: translate(-50%, 100px);*/
    height: initial;
    width: 90%;
    min-height: initial;
  }
}
.modal .modal__content video {
  display: block;
  padding: 0 0 10px 0;
  cursor: pointer;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: auto;
  max-height: calc(100vh - 230px) !important;
}
@media screen and (max-width: 1100px) {
  .modal .modal__content video {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal__content video {
    padding: 0 0 5px 0;
  }
}
.modal .modal__content iframe {
  display: block;
  height: 100% !important;
  max-height: calc(100vh - 230px) !important;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 1100px) {
  .modal .modal__content iframe {
    padding: 0 0 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal__content iframe {
    padding: 0 0 5px 0;
  }
}
.modal .modal__content .js-modal-close {
  display: inline-block;
  padding: 1px 8px;
  letter-spacing: initial;
  text-decoration: none;
  border: solid #141414 1px;
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs13FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs169vgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvgUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1y9ogUE.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v56/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZogUE.ttf) format('truetype');
}
body .red_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: initial;
  overflow-x: hidden;
}
@media all and (min-width: 1100px) {
  body .red_bg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
body .red_bg > span {
  white-space: nowrap;
  width: initial;
  max-width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  background-color: #e10012;
  position: relative;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  body .red_bg > span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body .red_bg > span {
    font-size: 4.84vw;
  }
}
@media all and (max-width: 1100px) {
  body .red_bg > span {
    padding-left: 20px;
    padding-right: calc(30px * 2);
    background: linear-gradient(60deg, #e10012 calc(100% - 30px), transparent calc(100% - 30px));
  }
}
body .red_bg > span:first-of-type {
  padding-left: 20px;
}
body .red_bg > span:last-of-type {
  padding-right: calc(30px * 2);
  background: linear-gradient(60deg, #e10012 calc(100% - 30px), transparent calc(100% - 30px));
}
body .red_bg > span:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 9;
}
body .red_bg > span:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  z-index: 8;
}
body .red_bg > span:nth-of-type(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  z-index: 7;
}
body .red_bg > span:nth-of-type(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  z-index: 6;
}
body .red_bg > span:nth-of-type(5) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
  z-index: 5;
}
body .red_bg > span:nth-of-type(6) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  z-index: 4;
}
body .red_bg > span:nth-of-type(7) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  z-index: 3;
}
body .red_bg > span:nth-of-type(8) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  z-index: 2;
}
body .red_bg > span:nth-of-type(9) {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
  z-index: 1;
}
body .red_bg.show > span {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
body .red_bg.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
body .red_bg.column > span {
  padding-left: 20px;
  padding-right: calc(30px * 2);
  background: linear-gradient(60deg, #e10012 calc(100% - 30px), transparent calc(100% - 30px));
}
body .red_bg_img {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
body .red_bg_img > img {
  display: block;
  position: relative;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
  opacity: 0;
  max-height: 50px;
}
body .red_bg_img > img:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 9;
}
body .red_bg_img > img:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 8;
}
body .red_bg_img > img:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  z-index: 7;
}
body .red_bg_img > img:nth-of-type(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  z-index: 6;
}
body .red_bg_img > img:nth-of-type(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
  z-index: 5;
}
body .red_bg_img > img:nth-of-type(6) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  z-index: 4;
}
body .red_bg_img > img:nth-of-type(7) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  z-index: 3;
}
body .red_bg_img > img:nth-of-type(8) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  z-index: 2;
}
body .red_bg_img > img:nth-of-type(9) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  z-index: 1;
}
@media all and (max-width: 600px) {
  body .red_bg_img > img {
    max-height: 10vw;
  }
}
body .red_bg_img.show > img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media all and (max-width: 600px) {
  body .red_bg_img.pc_view {
    display: none;
  }
}
body .red_bg_img.sp_view {
  display: none;
}
@media all and (max-width: 600px) {
  body .red_bg_img.sp_view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .red_line {
  position: relative;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .red_line > span {
  color: #141414;
  font-size: 1.26rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  position: relative;
  display: inline-block;
  overflow-x: hidden;
}
@media screen and (max-width: 1100px) {
  body .red_line > span {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 600px) {
  body .red_line > span {
    font-size: 1.62rem;
  }
}
body .red_line > span:after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  background-color: #e10012;
  position: absolute;
  top: initial;
  right: initial;
  bottom: 3px;
  left: 0;
  z-index: -1;
  -webkit-transform: initial;
          transform: initial;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (max-width: 1100px) {
  body .red_line > span:after {
    bottom: 0;
  }
}
body .red_line > span:nth-of-type(1):after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body .red_line > span:nth-of-type(2):after {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body .red_line > span:nth-of-type(3):after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
body .red_line > span:nth-of-type(4):after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
body .red_line.show > span:after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body .summary {
  width: 840px;
  min-width: initial;
  max-width: 100%;
  margin: auto;
  padding-top: 30px;
}
@media screen and (max-width: 1100px) {
  body .summary {
    width: 840px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body .summary {
    width: 100%;
    min-width: initial;
  }
}
body .summary p {
  color: #141414;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  line-height: 200%;
  padding-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  body .summary p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  body .summary p {
    font-size: 1.4rem;
  }
}
body .fade {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
body .fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media all and (max-width: 600px) {
  body .last-align-right > div > img:last-of-type {
    margin-left: auto;
  }
}
@media all and (max-width: 600px) {
  body .last-align-right > span:last-of-type {
    margin-left: auto;
  }
}
body section {
  padding: 0;
}
body .wrapper {
  padding: 20px 30px;
}
@media screen and (max-width: 1100px) {
  body .wrapper {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  body .wrapper {
    padding: 20px 30px;
  }
}
body .splide__area {
  padding: 0!important;
}
body .splide__area .splide {
  overflow-x: hidden;
  margin: auto;
  padding: 120px 20px;
  background: #ffffff;
}
@media screen and (max-width: 1100px) {
  body .splide__area .splide {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 600px) {
  body .splide__area .splide {
    padding: 80px 20px;
  }
}
body .splide__area .splide.splide_slide {
  padding: 0;
}
@media screen and (max-width: 1100px) {
  body .splide__area .splide.splide_slide {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body .splide__area .splide.splide_slide {
    padding: 0;
  }
}
body .splide__area .splide .splide__pagination {
  display: none;
}
body .splide__area .splide.splide_interview {
  padding: 50px 10px;
}
@media screen and (max-width: 1100px) {
  body .splide__area .splide.splide_interview {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  body .splide__area .splide.splide_interview {
    padding: 50px 0px;
  }
}
@media all and (max-width: 600px) {
  body .splide__area .splide.splide_interview {
    max-width: 90%;
  }
}
body .splide__area .splide.splide_interview a {
  text-decoration: none;
}
@media all and (max-width: 600px) {
  body .splide__area .splide.splide_interview a {
    width: 100%!important;
  }
}
body .splide__area .splide.splide_interview a .img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body .splide__area .splide.splide_interview a .img:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 60%;
  height: 90%;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initail;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
}
body .splide__area .splide.splide_interview a .img img {
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: transform 1s,opacity 1s;
  transition: transform 1s,opacity 1s,-webkit-transform 1s;
  position: relative;
  z-index: 2;
}
body .splide__area .splide.splide_interview a .img .bg {
  width: 90%!important;
}
@media all and (min-width: 600px) {
  body .splide__area .splide.splide_interview a .img .bg {
    width: 100%!important;
  }
}
body .splide__area .splide.splide_interview a .img .img1 {
  opacity: 1;
  width: 120%!important;
  max-width: 120%!important;
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body .splide__area .splide.splide_interview a .img .img2 {
  opacity: 0;
  width: 120%!important;
  max-width: 120%!important;
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media all and (min-width: 600px) {
  body .splide__area .splide.splide_interview a:hover .img:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
body .splide__area .splide.splide_interview .name {
  border-top: solid 3px ;
  border-bottom: solid 3px ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 6rem;
  gap: 10px;
  padding: 0;
  margin: 10px 0;
}
body .splide__area .splide.splide_interview .name img {
  width: 30%;
}
body .splide__area .splide.splide_interview .name div {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body .splide__area .splide.splide_interview .name div span {
  display: block;
  color: #141414;
  font-size: 0.75rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  body .splide__area .splide.splide_interview .name div span {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  body .splide__area .splide.splide_interview .name div span {
    font-size: 0.9rem;
  }
}
@media all and (max-width: 600px) {
  body .splide__area .splide.splide_interview .name div span:nth-of-type(3) {
    font-size: 1.2rem;
  }
}
body .splide__area .splide.splide_interview .yellow .img:before {
  background-color: #ffce10;
}
body .splide__area .splide.splide_interview .yellow .name {
  color: #ffce10;
}
body .splide__area .splide.splide_interview .green .img:before {
  background-color: #99d453;
}
body .splide__area .splide.splide_interview .green .name {
  color: #99d453;
}
body .splide__area .splide.splide_interview .lime .img:before {
  background-color: #87d4bd;
}
body .splide__area .splide.splide_interview .lime .name {
  color: #87d4bd;
}
body .splide__area .splide.splide_interview .blue .img:before {
  background-color: #6eb9e1;
}
body .splide__area .splide.splide_interview .blue .name {
  color: #6eb9e1;
}
body .splide__area .splide.splide_interview .pink .img:before {
  background-color: #f4aed6;
}
body .splide__area .splide.splide_interview .pink .name {
  color: #f4aed6;
}
body .splide__area .splide.splide_interview .comment {
  color: #141414;
  font-size: 0.8rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  letter-spacing: 2px;
}
@media screen and (max-width: 1100px) {
  body .splide__area .splide.splide_interview .comment {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  body .splide__area .splide.splide_interview .comment {
    font-size: 3.5vw;
  }
}
body .splide__area .splide.splide_interview .splide__arrow {
  background: initial;
}
body .splide__area .splide.splide_interview .splide__arrow svg {
  -webkit-transform: scale(1.2, 2);
          transform: scale(1.2, 2);
}
body .splide__area .splide.splide_interview .splide__arrow.splide__arrow--prev svg {
  -webkit-transform: rotate(180deg) scale(1.2, 2);
          transform: rotate(180deg) scale(1.2, 2);
}
body .splide__area .splide.splide_interview .is-active .img1 {
  opacity: 0!important;
}
body .splide__area .splide.splide_interview .is-active .img2 {
  opacity: 1!important;
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
body .splide__area .splide.splide_group .splide__slide {
  height: 100%;
  display: block;
}
body .splide__area .splide.splide_group .splide__slide a,
body .splide__area .splide.splide_group .splide__slide span {
  padding: 10px;
  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;
  height: 60px;
  background-color: white;
  border: solid 1px #cdcdcd;
}
@media all and (max-width: 1100px) {
  body .splide__area .splide.splide_group .splide__slide a,
  body .splide__area .splide.splide_group .splide__slide span {
    height: 80px;
  }
}
body .splide__area .splide.splide_group .splide__slide a img,
body .splide__area .splide.splide_group .splide__slide span img {
  display: block;
  max-height: 40px;
  min-height: 40px;
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media all and (max-width: 1100px) {
  body .splide__area .splide.splide_group .splide__slide a img,
  body .splide__area .splide.splide_group .splide__slide span img {
    width: 98%;
    max-height: 70px;
    min-height: 70px;
  }
}
body p {
  color: #141414;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body p {
    font-size: 3.5vw;
  }
}
body .rec_btn {
  position: sticky;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 10;
  -webkit-transform: initial;
          transform: initial;
  width: 100%;
  padding: 10px 0 20px 20px;
}
body .rec_btn ul {
  width: 840px;
  min-width: initial;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: auto;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  body .rec_btn ul {
    width: 840px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body .rec_btn ul {
    width: 100%;
    min-width: initial;
  }
}
@media all and (max-width: 600px) {
  body .rec_btn ul {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    gap: 10px;
    margin: initial;
  }
}
body .rec_btn ul li {
  list-style: none;
  border-radius: 50px;
  background: #141414;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}
body .rec_btn ul li:before {
  position: absolute;
  content: "";
  display: block;
  width: 200%;
  height: 200%;
  -webkit-transform: translate(-100%, -25%);
          transform: translate(-100%, -25%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
body .rec_btn ul li.new:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #40b2b3), to(transparent));
  background: linear-gradient(90deg, #40b2b3 80%, transparent 100%);
}
body .rec_btn ul li.career:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #37aeff), to(transparent));
  background: linear-gradient(90deg, #37aeff 80%, transparent 100%);
}
body .rec_btn ul li.entry:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #f5a21b), to(transparent));
  background: linear-gradient(90deg, #f5a21b 80%, transparent 100%);
}
body .rec_btn ul li.internship:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #685ebf), to(transparent));
  background: linear-gradient(90deg, #685ebf 80%, transparent 100%);
}
body .rec_btn ul li.special:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #40b2b3), to(transparent));
  background: linear-gradient(90deg, #40b2b3 80%, transparent 100%);
}
body .rec_btn ul li:hover:before {
  -webkit-transform: translate(0%, -25%);
          transform: translate(0%, -25%);
}
body .rec_btn ul li a {
  position: relative;
  z-index: 2;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  padding: 10px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1100px) {
  body .rec_btn ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body .rec_btn ul li a {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  body .rec_btn ul li a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  body .rec_btn ul li a {
    padding: 10px 20px;
  }
}
body .rec_btn ul li a:after {
  content: "";
  display: inline-block;
  width: 15px;
  aspect-ratio: 1;
  background: linear-gradient(45deg, #ffffff 50%, transparent 50%);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media all and (max-width: 600px) {
  body .rec_btn ul li a:after {
    -webkit-transform: rotate(-135deg) scale(0.6);
            transform: rotate(-135deg) scale(0.6);
  }
}
body .rec_btn ul li.special_form:before {
  background: -webkit-gradient(linear, left top, right top, color-stop(80%, #ffe67a), to(transparent));
  background: linear-gradient(90deg, #ffe67a 80%, transparent 100%);
}
body .rec_btn ul li.special_form:hover a {
  color: #141414;
}
body .rec_btn ul li.special_form:hover a:after {
  background: linear-gradient(45deg, #141414 50%, transparent 50%);
}
body {
  /* リクルート スペシャル新卒採用ページ */
}
body main#recruit_form {
  padding-bottom: 50px;
}
@media all and (max-width: 1100px) {
  body main#recruit_form {
    padding-top: 50px;
  }
}
@media all and (min-width: 600px) {
  body main#recruit_form .mr {
    padding-left: 80px;
  }
}
body main#recruit_form article {
  position: relative;
}
body main#recruit_form article h1 {
  display: none;
}
body main#recruit_form article .red_bg > span:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body main#recruit_form article > section.sec01 {
  padding: 20px 10px;
  width: 840px;
  min-width: initial;
  max-width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 {
    width: 840px;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 {
    width: 100%;
    min-width: initial;
  }
}
body main#recruit_form article > section.sec01 form .error {
  padding: 10px;
}
body main#recruit_form article > section.sec01 form .error ul {
  list-style: none;
}
body main#recruit_form article > section.sec01 form .error ul li {
  color: #e10012;
  font-size: 1rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form .error ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form .error ul li {
    font-size: 3vw;
  }
}
body main#recruit_form article > section.sec01 form .error ul li:before {
  content: "※";
  color: inherit;
  font-size: inherit;
}
body main#recruit_form article > section.sec01 form table tr:not(body main#recruit_form article > section.sec01 form table tr:last-of-type) {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body main#recruit_form article > section.sec01 form table tr th,
body main#recruit_form article > section.sec01 form table tr td {
  padding: 30px 10px;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form table tr th,
  body main#recruit_form article > section.sec01 form table tr td {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr th,
  body main#recruit_form article > section.sec01 form table tr td {
    padding: 10px 0;
  }
}
body main#recruit_form article > section.sec01 form table tr th {
  color: #e10012;
  font-size: 1rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  white-space: nowrap;
  vertical-align: middle;
  text-align: right;
  width: 20%;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form table tr th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr th {
    font-size: 4vw;
  }
}
@media all and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr th {
    width: initial;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body main#recruit_form article > section.sec01 form table tr th.hissu:after {
  content: "必須";
  background-color: #e10012;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 5px;
  float: right;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form table tr th.hissu:after {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr th.hissu:after {
    font-size: 2vw;
  }
}
@media all and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr td {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr td input {
    font-size: 16px;
  }
}
body main#recruit_form article > section.sec01 form table tr td input[type=text],
body main#recruit_form article > section.sec01 form table tr td input[type=date],
body main#recruit_form article > section.sec01 form table tr td input[type=tel],
body main#recruit_form article > section.sec01 form table tr td input[type=email] {
  border: solid 1px;
  padding: 10px;
  width: 100%;
}
body main#recruit_form article > section.sec01 form table tr td input[type=text]::-webkit-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=date]::-webkit-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=tel]::-webkit-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=email]::-webkit-input-placeholder {
  opacity: 0.5;
}
body main#recruit_form article > section.sec01 form table tr td input[type=text]::-moz-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=date]::-moz-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=tel]::-moz-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=email]::-moz-placeholder {
  opacity: 0.5;
}
body main#recruit_form article > section.sec01 form table tr td input[type=text]:-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=date]:-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=tel]:-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=email]:-ms-input-placeholder {
  opacity: 0.5;
}
body main#recruit_form article > section.sec01 form table tr td input[type=text]::-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=date]::-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=tel]::-ms-input-placeholder, body main#recruit_form article > section.sec01 form table tr td input[type=email]::-ms-input-placeholder {
  opacity: 0.5;
}
body main#recruit_form article > section.sec01 form table tr td input[type=text]::placeholder,
body main#recruit_form article > section.sec01 form table tr td input[type=date]::placeholder,
body main#recruit_form article > section.sec01 form table tr td input[type=tel]::placeholder,
body main#recruit_form article > section.sec01 form table tr td input[type=email]::placeholder {
  opacity: 0.5;
}
body main#recruit_form article > section.sec01 form table tr td.birth input[type=date] {
  width: 50%!important;
  width: 50%;
  min-width: initia;
  max-width: initial;
  background-color: #fff;
  border: solid 1px #141414 !important;
  padding: 10px!important;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form table tr td.birth input[type=date] {
    width: 50%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr td.birth input[type=date] {
    width: 100%;
    min-width: initial;
  }
}
body main#recruit_form article > section.sec01 form table tr td.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
body main#recruit_form article > section.sec01 form table tr td.post input[type=text] {
  width: 50%;
  min-width: initia;
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form table tr td.post input[type=text] {
    width: 50%;
    min-width: initial;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form table tr td.post input[type=text] {
    width: 50%;
    min-width: initial;
  }
}
body main#recruit_form article > section.sec01 form table tr td.post input[type=button] {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  font-size: 80%;
  font-weight: bold;
  padding: 5px 20px;
  letter-spacing: 0;
  cursor: pointer;
}
body main#recruit_form article > section.sec01 form table tr td label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
body main#recruit_form article > section.sec01 form table tr td label input[type=radio] {
  -webkit-appearance: none;
  position: relative;
  width: 25px;
  height: 25px;
  border: solid 1px #141414;
  border-radius: 50%;
}
body main#recruit_form article > section.sec01 form table tr td label input[type=radio]:checked:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #141414;
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body main#recruit_form article > section.sec01 form table tr td textarea {
  border: solid 1px;
  padding: 10px;
  min-height: 100px;
  width: 100%;
}
body main#recruit_form article > section.sec01 form table tr td ul li {
  margin-left: 1.5rem;
}
body main#recruit_form article > section.sec01 form table tr.name th:before {
  content: "　";
  display: block;
}
body main#recruit_form article > section.sec01 form table tr.name td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
body main#recruit_form article > section.sec01 form table tr.name td > div span {
  font-size: 80%;
}
body main#recruit_form article > section.sec01 form table tr.sex td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
body main#recruit_form article > section.sec01 form .submit {
  padding: 50px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form .submit {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form .submit {
    padding: 50px 0;
  }
}
body main#recruit_form article > section.sec01 form .submit input {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 160%;
  font-family: "Oswald", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  background-color: #e10012;
  padding: 20px 30px;
  border-radius: 50px;
  min-width: 300px;
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form .submit input {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form .submit input {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form .submit input {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 600px) {
  body main#recruit_form article > section.sec01 form .submit input {
    padding: 10px 30px;
  }
}
@media all and (max-width: 1100px) {
  body main#recruit_form article > section.sec01 form .submit input {
    text-align: center;
  }
}
body main#recruit_form article > section .privacy a {
  color: #37aeff;
}
body main#recruit_form article > section .agree {
  text-align: center;
  padding: 20px 0 0;
}
body main#recruit_form article > section .agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
body main#recruit_form article > section .agree label input {
  border: solid 1px;
  width: 20px;
  height: 20px;
}
body main#recruit_form article .rec_btn {
  position: relative;
}
