@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  color: #333;
  font-size: clamp(1rem, 0.925rem + 0.2667vw, 1.125rem);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0 115px;
  position: relative;
}
/*
main section:last-of-type {
  padding-bottom: 70px;
}
*/
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  /*
  main section:last-of-type {
    padding-bottom: 55px;
  }
	*/
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(191, 191, 191, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 60px;
  display: block;
  text-align: center;
  line-height: 0.2;
  position: relative;
  font-size: clamp(2.4rem, 1.74rem + 2.3467vw, 3.5rem);
  font-weight: 700;
}
.maintitle .mf {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  color: #011a57;
}
.maintitle .sf {
  font-size: 40%;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 40px !important;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 40px;
  }
  .txtmgb {
    margin-bottom: 33px !important;
  }
}
/*02*/
.mtitle {
  background: linear-gradient(60deg, #e3e3e3 0%, #e3e3e3 90%, #011a57 90%);
  padding: 7px 13px;
  color: #011a57;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.06rem + 0.8533vw, 1.7rem);
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.3rem, 1.06rem + 0.8533vw, 1.7rem);
  padding-left: 2px;
  line-height: 1.65;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 95px;
  height: 2px;
  background: #011a57;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #011a57;
  color: #fff;
  background: #011a57;
}
.mainbtn a:hover {
  color: #011a57;
  background: #fff;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 21px 0;
    min-width: auto;
    max-width: 210px;
    width: 100%;
  }
  .tbtn {
    margin-top: 33px;
  }
}
/* fl
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 30px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w52 {
    width: 48%;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/*background*/
.bg_gray {
  position: relative;
}
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
/**/
.left_diagonal {
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 calc(100% - 75px));
}
.right_diagonal {
  clip-path: polygon(0 75px, 100% 0, 100% calc(100% - 75px), 0 100%);
}
@media (max-width: 550px) {
  .left_diagonal {
    clip-path: polygon(0 0, 100% 23px, 100% 100%, 0 calc(100% - 23px));
  }
  .right_diagonal {
    clip-path: polygon(0 23px, 100% 0, 100% calc(100% - 23px), 0 100%);
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* text animetion */
.anime-up.displayed span {
  display: inline-block;
}
.anime-up.displayed > span > span {
  animation: showText 1.3s backwards;
}
@keyframes showText {
  0%, 10% {
    transform: translateX(70px) rotateY(-50deg);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotateY(0deg);
  }
}
/* delay */
.delay01 {
  transition-delay: 0.55s;
}
.delay02 {
  transition-delay: 0.65s;
}
.delay03 {
  transition-delay: 0.75s;
}
@media (max-width: 750px) {
  .delay01, .delay02, .delay03 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 23px;
  display: contents;
  transform: translateY(-100%);
  transition: .6s all;
  background: #fff;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.change {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(0);
}
/* logo */
.header_title {
  width: fit-content;
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 23px;
  filter: brightness(0) invert(1);
  line-height: 1;
}
.header_title img {
  width: 290px;
}
.TopPage .header_title {
  mix-blend-mode: difference;
}
.change .header_title {
  position: initial;
  z-index: -1;
  filter: none;
  mix-blend-mode: normal;
}
/* navigation */
.h_nav {
  opacity: 0;
  height: 0;
  transition: .3s all;
}
.change .h_nav {
  opacity: 1;
  height: auto;
}
/* menu */
.h_nav ul li {
  width: fit-content;
  display: inline-block;
  margin-right: 17px;
}
.h_nav ul li:last-of-type {
  margin-right: 0 !important;
}
.h_nav ul li a {
  color: #333;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
}
.h_nav ul li a:first-letter {
  color: #011a57;
  font-size: 120%;
}
.h_nav ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1400px) {
  .header_title img {
    width: 20.5vw;
  }
  .h_nav ul li {
    margin-right: 1vw;
  }
  .h_nav ul li a {
    font-size: 1.25vw;
  }
}
/* hamburger ==============================*/
.header__inner {
  display: none;
}
.hamburger {
  top: 0;
  right: 0;
  position: fixed;
  display: block;
  z-index: 9999;
  width: 85px;
  aspect-ratio: 1 / 1;
  transform: translateY(-100%);
  transition: .32s;
  background: #011a57;
}
.hamburger.-active {
  background: transparent;
}
.change .hamburger {
  transform: translateY(0);
  transition: .6s;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #fff;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -9.5px;
}
.hamburger__line:after {
  top: 9.5px;
}
.hamburger.-active .hamburger__line:before, .hamburger.-active .hamburger__line:after {
  background: #011a57;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	font-family: "Oswald", serif;
	font-weight: 700;
	text-transform: uppercase;
}
*/
.header {
  width: 100%;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 88%;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 25px;
}
.global-navigation__list > li {
  display: block;
  padding: 9px 5px;
  font-size: 1.4rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
}
.global-navigation__list > li a:first-letter, .global-navigation__list li button:first-letter {
  color: #011a57;
  font-size: 120%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.header__nav-area .mainbtn a {
  font-family: "Oswald", serif;
  text-transform: uppercase;
  border: none;
}
.header__nav-area .mainbtn a:nth-child(3n+1) {
  background: #011a57;
}
.header__nav-area .mainbtn a:nth-child(3n+2) {
  background: #042d8f;
}
.header__nav-area .mainbtn a:nth-child(3n) {
  background: #0d46d1;
}
.header__nav-area .mainbtn a:hover {
  background: #ebebeb !important;
  color: #0d46d1;
}
/*logo copyright*/
.hamlogo {
  padding-bottom: 18px;
  margin-bottom: 13px;
  border-bottom: 2px solid #f2f2f2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.hamlogo a {
  display: block;
  width: 250px;
  margin-right: 20px;
}
.hamlogo p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #011a57;
  display: block;
}
.hamcopy {
  font-size: 0.85rem;
  margin-top: 30px;
  display: block;
  width: fit-content;
  margin-left: auto;
  opacity: 0.45;
  font-family: "Oswald", serif;
  font-weight: 700;
}
/* accordion menu */
.accordion__list li a {
  font-size: 85%;
  color: #333 !important;
}
.accordion__list li + li {
  margin-top: 3px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #011a57;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #011a57;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1075px) {
  .header_title {
    top: 16px;
    left: 16px;
  }
  header {
    padding: 14px;
  }
  .header_title img {
    width: 245px;
  }
  .h_nav {
    display: none;
  }
  .header__inner {
    display: block;
  }
}
@media (max-width: 650px) {
  .hamlogo {
    flex-direction: column;
    align-items: flex-start;
  }
  .hamlogo p {
    align-self: flex-end;
  }
}
@media (max-width: 550px) {
  .header_title {
    top: 15px;
    left: 7px;
  }
  header {
    padding: 10.5px 12px;
  }
  .header_title img {
    width: 210px;
  }
  .hamburger {
    width: 70px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 1.15rem;
  }
  .hamlogo {
    text-align: center;
    display: block;
  }
  .hamlogo a {
    max-width: 260px;
    margin: auto;
    width: 85%;
  }
  .hamlogo p {
    margin-top: 3px;
    font-size: 0.7rem;
  }
  .hamcopy {
    font-size: 0.8rem;
  }
}
/* entry links ===========================================*/
.entrylinks {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 101;
  pointer-events: none;
}
.change.entrylinks {
  pointer-events: auto;
}
.entrylinks div {
  transform: translateX(100%);
  transition: .6s all;
}
.change.entrylinks div {
  transform: translateX(0);
}
.entrylinks a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 85px;
  aspect-ratio: 1 / 1;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.entrylinks a span {
  margin-top: 5px;
  font-size: 82%;
  display: inline-block;
  line-height: 1.25;
}
.entrylinks a:nth-child(3n+1) {
  background: #011a57;
}
.entrylinks a:nth-child(3n+2) {
  background: #042d8f;
}
.entrylinks a:nth-child(3n) {
  background: #0d46d1;
}
.entrylinks a:hover {
  background: #ebebeb !important;
  color: #0d46d1;
}
/*公式ホームページ*/
.entrylinks a:nth-child(3) i {
  padding-top: 3px;
}
.entrylinks a:nth-child(3) span {
  margin-top: 6px;
  font-size: 72%;
}
/**/
.hamopen .entrylinks {
  display: none !important;
}
@media (max-height: 500px) {
  .entrylinks {
    display: none;
  }
}
@media (max-width: 1415px) {
  .entrylinks a {
    width: 70px;
  }
}
@media (max-width: 1075px) {
  .entrylinks {
    top: 0;
    right: 85px;
    transform: translateY(0);
  }
  .entrylinks div {
    display: flex;
    transform: translateY(-196%);
  }
  .change.entrylinks div {
    transform: translateY(0);
  }
  .entrylinks a {
    width: 85px;
  }
}
@media (max-width: 700px) {
  .entrylinks {
    display: block !important;
  }
  .entrylinks {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .entrylinks div {
    transform: translate(0, 0) !important;
  }
  .entrylinks a {
    aspect-ratio: auto;
    height: 60px;
    width: calc(100% / 3);
  }
}
/* footer ================================================*/
.footer {
  position: relative;
}
.footertext {
  position: absolute;
  top: -35px;
  left: 10px;
  font-size: 7.7rem;
  line-height: 1.0;
  z-index: 1;
  white-space: nowrap;
  color: #011a57;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.footertext .mini {
  font-size: 40%;
}
.footertext .mini span {
  display: block;
}
.footer_img::before {
  content: '';
  width: 798px;
  height: 276px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  z-index: 1;
}
/*img*/
.footer_img img {
  object-fit: cover;
  width: 100%;
  height: 560px;
  clip-path: polygon(0 75px, 100% 0, 100% 100%, 0 100%);
}
/*ロゴとアドレス*/
.footer_address, .copyright {
  z-index: 2;
  position: absolute;
  white-space: nowrap;
}
.footer_address {
  bottom: 35px;
  right: 40px;
  font-size: 1rem;
  text-align: right;
}
/*logo*/
.flogo {
  width: 100%;
  max-width: 255px;
  margin: 0 0 10px auto;
}
/*address*/
.footer_address p {
  margin-bottom: 0;
  line-height: 1.6;
}
.ib {
  display: inline-block;
}
/*copyright*/
.copyright {
  bottom: 35px;
  left: 30px;
  font-family: "Oswald", serif;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .footer_img img {
    height: 50vw;
  }
}
@media (max-width: 960px) {
  .footertext {
    left: 1.5%;
    font-size: 12.6vw;
  }
  .footer_img img {
    height: 50vw;
    clip-path: polygon(0 75px, 100% 0, 100% calc(100% - 75px), 0 100%);
  }
  .footer_img::before {
    content: none;
  }
  .footer_address, .copyright {
    position: initial;
    text-align: center;
  }
  .footer_address {
    white-space: normal;
    padding: 10px 10px 20px;
  }
  .flogo {
    margin: 0 auto 9px;
    max-width: 280px;
  }
  .copyright {
    color: #333;
    padding-bottom: 30px;
    font-size: 0.9rem;
    opacity: 0.45;
  }
}
@media(max-width:700px) {
  .footer {
    margin-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .footertext {
    top: -27px;
  }
  .footer_img img {
    height: 62vw;
    clip-path: polygon(0 23px, 100% 0, 100% calc(100% - 23px), 0 100%);
  }
  .footer_address {
    font-size: 0.87rem;
  }
  .footer_address {
    padding: 30px 10px 20px;
  }
  .flogo {
    max-width: 235px;
    margin-bottom: 10px;
  }
  .copyright {
    font-size: 0.7rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: #011a57;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade, .tfade_in {
  position: relative;
  z-index: 79;
}
@media(max-width:960px) {
  .tfade_in {
    opacity: 1 !important;
    display: block !important;
  }
}
@media(max-width:700px) {
  .go_top {
    right: 15px;
    bottom: 70px;
  }
}
@media(max-width:550px) {
  .go_top {
    right: 9px;
    width: 55px;
    height: 55px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* Mainvisual　===========================================*/
.mv_wrap {
  overflow: hidden;
  position: relative;
  display: flex;
  line-height: 0;
}
/* video =========*/
.mainvisual {
  position: relative;
  width: calc(100% - 85px);
}
.mainvisual video {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 650px;
}
/* catchcopy */
.catchcopy {
  position: absolute;
  z-index: 1;
  bottom: 4%;
  left: 3%;
  color: #fff;
  font-weight: 900;
  font-size: 5rem;
  font-style: italic;
  line-height: 1.25;
  white-space: nowrap;
}
.catchcopy span {
  display: block;
}
#disp {
  display: none;
}
/* 右側 ===============*/
/* 上側のボタン */
.mv_right {
  height: 100vh;
  width: 85px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.viewmore a {
  line-height: 1.4;
  font-size: 0.9rem;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  color: #fff;
}
.mv_topbtns div:nth-child(1) a {
  background: #042d8f;
}
.mv_topbtns div:nth-child(2) a {
  background: #0d46d1;
}
.viewmore a:hover {
  background: #ebebeb !important;
  color: #0d46d1;
}
/* news */
.news #newsList {
  margin-bottom: 8px;
}
.news #newsList li {
  width: 16px;
  font-size: 1.03rem;
  margin: auto;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: flex;
}
.news #newsList li a {
  color: #333;
}
.news #newsList li a:hover {
  opacity: 0.6;
}
.news #newsList li .up_ymd {
  font-size: 90%;
  margin-bottom: 12px;
  text-orientation: sideways;
}
.news #newsList li .title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 280px;
}
/* scrolldown */
/* -----------------------------------------------
/* Author : loa
/* MIT license: http://opensource.org/licenses/MIT
/* CodePen : https://codepen.io/hana4525/pen/mdoygyq
/* ----------------------------------------------- */
.scroll_down {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 165px;
}
.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#011a57, 0) 0, rgba(#011a57, .8) 80%, rgba(#011a57, .8) 100%);
}
.scroll_down span {
  display: inline-block;
  z-index: 2;
  font-size: 0.83rem;
  width: 0.83rem;
  color: #011a57;
  font-family: "Oswald", serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: .2s;
  margin-left: 3px;
}
.scroll_down span:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #ddd;
}
.scroll_down span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #000;
}
.scroll_down span:after {
  animation: sdl01 1.9s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (max-width: 1190px) {
  .mainvisual video, .mv_right {
    height: calc(100vh - 30px);
  }
}
@media (max-height: 740px) {
  .scroll_down {
    display: none;
  }
}
@media (max-height: 650px) {
  .mv_wrap {
    display: block;
  }
  .mainvisual {
    width: 100%;
  }
  .mv_topbtns {
    display: none;
  }
  .mv_right {
    height: fit-content;
    display: block;
    max-width: 470px;
    width: 95%;
    position: absolute;
    bottom: 30px;
    right: -0.5px;
    z-index: 2;
    background: #fff;
    padding: 23px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    padding-left: 35px;
  }
  .news #newsList {
    margin-bottom: 0;
  }
  .news #newsList li {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    align-items: center;
  }
  .news #newsList li .up_ymd {
    font-size: 90%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .news #newsList li .title {
    max-height: 100%;
  }
}
@media (max-width: 950px) {
  .scroll_down {
    display: none;
  }
  .mv_wrap {
    display: block;
  }
  .mainvisual {
    width: 100%;
  }
  .mv_topbtns {
    display: none;
  }
  .mv_right {
    height: fit-content;
    display: block;
    max-width: 470px;
    width: 95%;
    position: absolute;
    bottom: 40px;
    right: -0.5px;
    z-index: 2;
    background: #fff;
    padding: 23px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
    padding-left: 35px;
  }
  .news #newsList {
    margin-bottom: 0;
  }
  .news #newsList li {
    width: fit-content;
    max-width: 100%;
    margin: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    align-items: center;
  }
  .news #newsList li .up_ymd {
    font-size: 90%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .news #newsList li .title {
    max-height: 100%;
  }
  .catchcopy {
    bottom: 110px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .catchcopy {
    font-size: 12vw;
  }
  .mainvisual video {
    height: calc(100vh - 110px);
  }
}
@media (max-width: 550px) {
  .mainvisual video {
    min-height: auto;
  }
  .catchcopy {
    bottom: 80px;
  }
  .mv_right {
    bottom: 25px;
    padding: 17px 13px 19px 20px;
    max-width: fit-content;
    /*min-width: 240px;*/
  }
  .news #newsList li {
    font-size: 0.8rem;
  }
  .news #newsList li .up_ymd {
    font-size: 95%;
  }
}
/* 従業員募集中！　========================================*/
.recruit .maintitle {
  margin-bottom: 47px;
}
.recruit .inner {
  position: relative;
  z-index: 1;
}
/*text*/
.recruit_textwrap {
  text-align: center;
}
/**/
.worries div {
  white-space: nowrap;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 22px;
}
.worries div p span {
  font-size: 130%;
  color: #011a57;
}
/**/
.str {
  font-size: 125%;
  font-weight: 700;
}
.recruit .fitc {
  margin-top: 33px;
}
.recruit .fitc p {
  margin-bottom: 17px;
}
.recruit .fitc p:last-of-type {
  margin-bottom: 0 !important;
}
/*img*/
.back_images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -4;
  width: 100%;
  height: 100%;
}
.back_images img {
  width: 100%;
}
.back_images div {
  position: absolute;
}
.back_images div:nth-child(1) {
  width: 357px;
  top: 5%;
  right: -1%;
}
.back_images div:nth-child(2) {
  width: 400px;
  top: 22%;
  left: 6%;
}
.back_images div:nth-child(3) {
  width: 311px;
  bottom: -3%;
  right: 1.5%;
}
.back_images div:nth-child(4) {
  width: 339px;
  bottom: 4%;
  left: -1%;
}
.back_images div:nth-child(5) {
  width: 328px;
  top: 3%;
  left: 1%;
}
.back_images div:nth-child(6) {
  width: 411px;
  top: 32%;
  right: 7%;
}
@media (max-width: 1600px) {
  .back_images div:nth-child(1) {
    width: 23vw;
  }
  .back_images div:nth-child(2) {
    top: 23%;
    width: 23vw;
  }
  .back_images div:nth-child(3) {
    width: 20vw;
  }
  .back_images div:nth-child(4) {
    width: 24vw;
  }
  .back_images div:nth-child(5) {
    width: 19vw;
  }
  .back_images div:nth-child(6) {
    top: auto;
    bottom: 21vw;
    right: 3%;
    width: 28vw;
  }
}
@media (max-width: 1470px) {
  .worries div {
    font-size: 1.2rem;
    margin-bottom: 17px;
  }
  .recruit .fitc {
    margin-top: 25px;
  }
  .recruit .fitc p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1340px) {
  .recruit_textwrap {
    position: relative;
  }
  .back_images div:nth-child(1) {
    top: -25%;
  }
  .back_images div:nth-child(2) {
    top: 5%;
    left: 5%;
  }
  .back_images div:nth-child(3) {
    bottom: -21%;
  }
  .back_images div:nth-child(4) {
    bottom: -16%;
  }
  .back_images div:nth-child(5) {
    top: -28%;
  }
  .back_images div:nth-child(6) {
    bottom: 37%;
    right: 4%;
    width: 26vw;
  }
}
@media (max-width: 950px) {
  .back_images {
    opacity: 0.17;
  }
}
@media (max-width: 550px) {
  .recruit .maintitle {
    margin-bottom: 33px;
  }
  .recruit_textwrap {
    text-align: left;
  }
  .worries {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .worries div {
    white-space: normal;
    font-size: 1.05rem;
    margin-bottom: 13px;
  }
  .worries div p br {
    display: none;
  }
  .worries div p span {
    font-size: 115%;
  }
  .recruit .fitc {
    margin-top: 15px;
  }
  .back_images div:nth-child(1), .back_images div:nth-child(2), .back_images div:nth-child(3), .back_images div:nth-child(4), .back_images div:nth-child(5), .back_images div:nth-child(6) {
    width: 150px;
  }
}
@media (max-width: 450px) {
  .back_images div:nth-child(1) {
    top: -16%;
  }
  .back_images div:nth-child(3) {
    bottom: -1%;
    right: -1%;
  }
  .back_images div:nth-child(4) {
    bottom: 15%;
  }
  .back_images div:nth-child(5) {
    left: -1%;
  }
  .back_images div:nth-child(6) {
    bottom: 52%;
  }
}
/* 背景文字 ====================*/
.flowimg_in {
  padding-bottom: 40px;
}
.flowimg::before, .flowimg::after, .flowimg_in::before, .flowimg_in::after {
  content: "airakogyo recruiting site";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: auto;
  font-size: 8rem;
  line-height: 1.0;
  text-align: center;
  z-index: -6;
  white-space: nowrap;
  color: #ebebeb;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  pointer-events: none;
}
.flowimg_in::before, .flowimg_in::after {
  bottom: 0;
}
.flowimg::before, .flowimg_in::before {
  left: 0;
  animation: flowimg 29s linear infinite;
}
.flowimg::after, .flowimg_in::after {
  left: 1605px;
  animation: flowimg 29s linear infinite;
}
.flowimg_in::before, .flowimg_in::after {
  color: #011a57;
  z-index: 1;
}
.flowimg_in::before {
  animation: flowimg 25s linear infinite reverse;
}
.flowimg_in::after {
  animation: flowimg 25s linear infinite reverse;
}
@keyframes flowimg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1605px);
  }
}
@media (max-width: 550px) {
  .flowimg_in {
    padding-bottom: 13px;
  }
  .flowimg::before, .flowimg::after {
    bottom: -15px;
  }
  .flowimg::before, .flowimg::after, .flowimg_in::before, .flowimg_in::after {
    font-size: 3.2rem;
  }
  .flowimg::after, .flowimg_in::after {
    left: 670px;
  }
  @keyframes flowimg {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-670px);
    }
  }
}
/* 愛頼工業ってどんな会社？　========================================*/
.aboutus {
  padding: 0;
  margin-top: -20px;
}
.aboutus::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: url(../img/aboutus.webp);
  background-size: cover;
  background-position: 80% 50%;
}
.aboutus::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #011a57;
  opacity: 0.65;
  z-index: -1;
}
.aboutus::before, .aboutus::after {
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 calc(100% - 75px));
}
/**/
.aboutus .inner {
  max-width: 1290px;
}
.aboutus .maintitle span, .aboutus {
  color: #fff !important;
}
/* スライド */
.aboutus .flexbox .swiper {
  width: 100%;
  height: 650px;
}
.swiper-slide {
  width: 100%;
  height: 650px;
  overflow: hidden;
  box-sizing: border-box;
}
.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 750px) {
  .aboutus::before, .aboutus::after {
    height: 110vw;
  }
  .aboutus {
    padding: 0 0 115px;
  }
  .aboutus .flexbox .swiper, .swiper-slide {
    height: 80vw;
  }
}
@media (max-width: 550px) {
  .aboutus {
    padding: 0 0 50px;
  }
  .aboutus::before, .aboutus::after {
    height: 690px;
    clip-path: polygon(0 0, 100% 23px, 100% 100%, 0 calc(100% - 23px));
  }
}
/**/
.aboutus .w52 p:nth-child(2) {
  max-width: 649px;
}
/* 代表からのメッセージ　========================================*/
.slash::before {
  position: absolute;
  content: "";
  width: 22%;
  height: 100%;
  top: 0;
  left: -100px;
  background: #f2f2f2;
  transform: skew(20deg);
  z-index: -1;
  mask-image: linear-gradient(to top, transparent 1%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 1%, #000 50%, transparent 100%);
}
@media (max-width: 550px) {
  .slash::before {
    width: 55vw;
  }
}
/*img*/
.m_imgs {
  display: flex;
  justify-content: space-between;
}
.m_imgs div {
  width: 48.3%;
}
.m_imgs div:first-of-type {
  margin-top: -21%;
}
.m_imgs div img {
  width: 88%;
}
.m_imgs div img:first-of-type {
  margin-bottom: 25px;
  margin-left: auto;
  display: block;
}
/**/
.glast {
  margin-top: 23px;
  text-align: right;
}
@media (max-width: 1155px) {
  .message .inner02 {
    width: 88%;
    margin: auto;
  }
  .message .flexbox {
    display: block;
  }
  .message .w43 {
    position: relative;
    z-index: -1;
    width: 100%;
    mask-image: linear-gradient(to bottom, #000 40%, #000 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, #000 40%, #000 50%, transparent 100%);
  }
  .message .w52 {
    width: 100%;
    margin-top: -150px;
    filter: drop-shadow(0 0 2px #fff);
    text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
  }
}
@media (max-width: 750px) {
  .message .w43 {
    width: 115%;
    left: 50%;
    transform: translateX(-50%);
    /*
    mask-image: none;
    -webkit-mask-image: none;
    */
  }
  .message .w52 {
    margin-top: -80px;
    /*
    margin-top: 0;
    filter: none;
    text-shadow: none;
    */
  }
}
@media (max-width: 550px) {
  .m_imgs div:first-of-type {
    margin-top: -14%;
  }
}
@media (max-width: 460px) {
  .message .w43 {
    margin-top: -31px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 110px 0 70px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 45%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #011a57;
  opacity: 0.6;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1075px) {
  .fv {
    padding: 95px 0 45px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 77px 0 23px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* TOP ボタン */
.TopPage section .mainbtn a {
  font-family: "Oswald", serif;
  font-weight: 700;
}
/* TOP 各セクション内の項目 margin-bottom */
.secitem {
  margin-bottom: 105px;
}
.secitem:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .secitem {
    margin-bottom: 60px;
  }
}
/* 仕事を知る ==================================================================================================*/
.job .inner {
  max-width: 1255px;
}
.job .fitc {
  text-align: center;
  margin-bottom: 47px;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  color: #011a57;
  line-height: 1.7;
}
/* 事業内容 */
/*box*/
.services {
  padding: 25px;
  background: #fff;
  max-width: 1150px;
  margin: auto;
  margin-bottom: 30px;
}
.services:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.sermgb {
  margin-bottom: 27px;
}
.sermgb:last-of-type {
  margin-bottom: 0 !important;
}
.services .mtitle {
  margin-bottom: 15px;
}
/*img*/
.thrflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 17px;
}
.thrflex div {
  width: 32%;
}
@media(max-width: 750px) {
  .thrflex {
    flex-wrap: wrap;
  }
  .thrflex div:nth-child(1) {
    width: 100%;
    order: -1;
    margin-top: 0;
  }
  .thrflex div:nth-child(2), .thrflex div:nth-child(3) {
    width: 48%;
  }
  .thrflex div:nth-child(2) {
    margin-top: 17px;
  }
  .thrflex div:nth-child(3) {
    margin-top: 30px;
  }
}
@media(max-width:550px) {
  .job .fitc {
    margin-bottom: 30px;
    text-align: left;
  }
  .job .fitc br {
    display: none;
  }
  .services {
    padding: 15px;
    margin-bottom: 25px;
  }
}
/* 作業内容 */
.details .maintitle {
  margin-bottom: 40px;
}
.example {
  margin: 25px 0 17px;
}
.example .mtitle {
  padding: 7px 13px;
  margin-bottom: 10px;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
}
/*list*/
.acheck li {
  padding-left: 21px;
  position: relative;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #011a57;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*img*/
.serflex {
  display: flex;
  justify-content: space-between;
}
.serflex div {
  width: 47%;
  position: relative;
}
.serflex div:last-child {
  margin-top: 25px;
}
.reverse .serflex div:last-child {
  margin-top: 0;
}
.reverse .serflex div:first-child {
  margin-top: 25px;
}
@media(max-width:750px) {
  .details .spmgb {
    margin-bottom: 25px;
  }
}
/* 一日の流れ */
.schedule {
  position: relative;
  margin-bottom: 20px;
}
.schedule::before {
  content: "";
  width: 7px;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.schedule li {
  position: relative;
  margin-left: 35px;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 10px;
}
.schedule li::after, .schedule li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.schedule li::before {
  z-index: 1;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  background: #011a57;
  border-radius: 50%;
  left: -37px;
}
.schedule li::after {
  width: 63px;
  border-bottom: 3px dotted #011a57;
  position: absolute;
  left: -35px;
  top: 41%;
}
.time {
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #011a57;
  background: #e3e3e3;
  margin-right: 15px;
  width: 70px;
  display: inline-block;
  text-align: center;
  font-size: 96%;
}
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* スタッフインタビュー ==========================================================================================*/
.interview .flowimg .flowimg_in::before, .interview .flowimg .flowimg_in::after {
  color: #1a49ba;
}
.interview .flowimg::before, .interview .flowimg::after {
  bottom: -75px;
}
.interview .flowimg_in::before, .interview .flowimg_in::after {
  bottom: -55px;
}
@media(max-width:550px) {
  .interview .flowimg::before, .interview .flowimg::after {
    bottom: -30px;
  }
  .interview .flowimg_in::before, .interview .flowimg_in::after {
    bottom: 0;
  }
}
/**/
.interview .inner {
  max-width: 1105px;
}
.interview .flexbox {
  margin-bottom: 50px;
}
.interview .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.interview .stitle:first-letter {
  color: #011a57;
  font-size: 120%;
}
.interview .flexbox p {
  margin-bottom: 20px;
}
.interview .flexbox p:last-of-type {
  margin-bottom: 0;
}
.interview .flexbox p span {
  display: block;
  padding: 2px 10px 3px;
  background: #011a57;
  color: #fff;
  width: 150px;
  text-align: center;
  font-size: 90%;
  margin-bottom: 3px;
  font-weight: 700;
}
@media(max-width:750px) {
  .interview .flexbox img {
    margin-bottom: 20px;
  }
  .interview .flexbox p span {
    font-size: 95%;
  }
}
@media(max-width:550px) {
  .interview .flexbox {
    margin-bottom: 37px;
  }
  .interview .flexbox p span {
    width: 140px;
  }
}
/* データで見る愛頼工業 ==========================================================================================*/
.job .flowimg .flowimg_in::before, .job .flowimg .flowimg_in::after {
  color: #1a49ba;
}
.job .flowimg::before, .job .flowimg::after {
  bottom: -85px;
  color: #e3e3e3;
}
.job .flowimg_in::before, .job .flowimg_in::after {
  bottom: -55px;
}
@media(max-width:550px) {
  .job .flowimg::before, .job .flowimg::after {
    bottom: -15px;
  }
  .job .flowimg_in::before, .job .flowimg_in::after {
    bottom: 0;
  }
}
.data_gray_bg {
  position: relative;
}
.data_gray_bg::after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f5f5f5;
  z-index: -100;
}
.bg_data .maintitle span {
  color: #fff !important;
}
.bg_data::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  background: url(../img/data.webp);
  background-size: cover;
  background-position: 45% 50%;
}
.bg_data::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #011a57;
  opacity: 0.8;
  z-index: -1;
}
/**/
.bg_data::before, .bg_data::after {
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 calc(100% - 75px));
}
@media (max-width: 550px) {
  .bg_data::before, .bg_data::after {
    clip-path: polygon(0 0, 100% 23px, 100% 100%, 0 calc(100% - 23px));
  }
}
/* 株式会社愛頼工業について */
.data {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.data div.flowup {
  width: 47.8%;
  margin: 0 1.1% 22px;
  padding: 20px;
  background: #fff;
}
/*title*/
.data div.flowup h2 {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: clamp(1.3rem, 1.15rem + 0.5333vw, 1.55rem);
  margin-bottom: 13px;
  text-align: center;
  color: #011a57;
  flex-wrap: wrap;
  justify-content: center;
}
.data div.flowup h2 span {
  font-size: 70%;
  display: block;
}
.data div.flowup h2 i {
  margin-right: 7px;
  color: #fff;
  background: #011a57;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 70%;
}
/*数字*/
.data .spmgb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
.datanum {
  margin-bottom: 25px;
  font-size: clamp(1.4rem, 1.19rem + 0.7467vw, 1.75rem);
  font-weight: 700;
  line-height: 1;
}
.datanum span:not(.marker) {
  font-family: "Oswald", serif;
  font-weight: 700;
  color: #011a57;
  font-size: 300%;
}
@media (max-width: 850px) {
  .data {
    display: block;
  }
  .data div.flowup {
    margin: 0 0 15px;
    width: 100%;
  }
  .data div.flowup:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 750px) {
  .data {
    margin-bottom: 60px;
  }
  .data div.flowup {
    padding: 20px 15px 17px;
  }
}
/* 愛頼工業で働く理由 */
.reasons {
  max-width: 1050px;
  margin: auto;
}
.reasons, .reasons .num {
  color: #fff !important;
}
/**/
.reasons div {
  margin-bottom: 50px;
}
.reasons div:last-of-type {
  margin-bottom: 0;
}
/**/
.reasons h2 {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.3rem, 1.06rem + 0.8533vw, 1.7rem);
  line-height: 1.65;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.reasons h2 .num {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
  font-size: 45%;
}
.reasons h2 .num span {
  font-size: 230%;
}
.reasons h2::after {
  background: radial-gradient(#fff 40%, rgba(0, 0, 0, 0) 0%) center center / 4px 3px;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  margin-left: 7px;
}
@media (max-width: 550px) {
  .reasons div {
    margin-bottom: 40px;
  }
}
/* 募集要項 ====================================================================================================*/
.reqslash {
  position: relative;
}
.reqslash::before {
  position: absolute;
  content: "";
  width: 22%;
  height: 100%;
  top: 0;
  right: -100px;
  background: #f2f2f2;
  transform: skew(-20deg);
  z-index: -1;
  mask-image: linear-gradient(to top, transparent 1%, #000 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, transparent 1%, #000 50%, transparent 100%);
}
@media (max-width: 550px) {
  .reqslash::before {
    right: -10px;
    width: 55vw;
    transform: skew(-10deg);
  }
}
/* 募集内容 */
.reqmgb {
  max-width: 1100px;
  margin: auto;
  margin-bottom: 55px;
}
.reqmgb:last-of-type {
  margin-bottom: 0 !important;
}
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  margin-top: 20px;
}
@media(max-width: 750px) {
  .reqimgs {
    width: 100%;
  }
  .twflex {
    margin-bottom: 35px;
  }
  .twflex div {
    width: 47%;
  }
  .twflex div:last-child {
    margin-top: 13px;
  }
}
/* 選考フロー */
.flowchart {
  margin-top: 100px;
}
.flowchart .inner {
  display: flex;
  max-width: 1100px;
}
.flowchart .maintitle {
  margin-right: 13%;
  white-space: nowrap;
}
/**/
.flow {
  width: 100%;
}
.flow .flowup {
  display: flex;
  position: relative;
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 40px;
}
.flow .flowup:last-of-type {
  margin-bottom: 0 !important;
}
.flow .flowup::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  line-height: 1;
  position: absolute;
  bottom: -30px;
  left: 59px;
  color: #011a57;
  font-size: 120%;
}
.flow .flowup:last-of-type::after {
  content: none;
}
.flow .flowup div {
  width: 100%;
}
/*step*/
.num {
  line-height: 1.1;
  text-align: center;
  font-family: "Oswald", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(0.65rem, 0.41rem + 0.8533vw, 1.05rem);
  color: #011a57;
  border-right: 2px solid rgba(0, 0, 0, 0.1);
  padding-right: 40px;
  padding-left: 20px;
  margin-right: 40px;
}
.num span {
  display: block;
  font-size: 190%;
}
/*title*/
.flow .flowup h2 {
  display: flex;
  align-items: center;
  font-size: clamp(1.45rem, 1.33rem + 0.4267vw, 1.65rem);
  font-weight: 700;
  margin-bottom: 7px;
}
/*btn*/
.flow .flowup .tbtn {
  margin-top: 20px;
}
.flow .flowup .btnflex a:nth-child(2n+1) {
  color: #011a57;
  background: #fff;
}
.flow .flowup .btnflex a:hover:nth-child(2n+1) {
  color: #fff;
  background: #011a57;
}
@media(max-width:1210px) {
  .flowchart .maintitle {
    margin-right: 8vw;
  }
  .flow .flowup h2, .flow .flowup div p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:900px) {
  .flowchart .inner {
    display: block;
  }
  .flowchart .maintitle {
    margin-right: 0;
    text-align: center;
  }
}
@media(max-width:750px) {
  .flow .flowup {
    display: block;
  }
  .flow .flowup::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .num {
    padding: 0;
    margin: 0 0 3px;
    border-right: none;
  }
  .flow .flowup .btnflex {
    width: 94%;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow .flowup .btnflex a {
    min-width: auto;
    width: 100%;
  }
}
@media(max-width:750px) {
  .flowchart {
    margin-top: 60px;
  }
  .flow .flowup {
    padding: 23px 15px;
  }
}
/* お問い合わせ・会社概要 =========================================================================================*/
/* お問い合わせ =====================================*/
.contact_sec .inner {
  max-width: 970px;
}
/**/
.contop {
  margin-bottom: 50px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 35px;
  }
}
/* 電話・FAX */
/*box*/
.telboxwrap {
  background: #fff;
  padding: 20px 30px;
  margin-top: 30px;
}
.telboxwrap:first-of-type {
  margin-top: 0 !important;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 0;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.telbox p i {
  color: #011a57;
  font-size: 90%;
}
/* 番号 */
.telbox a {
  font-weight: 700;
  font-family: "Oswald", serif;
  white-space: nowrap;
  font-size: clamp(1.7rem, 1.52rem + 0.64vw, 2rem);
  color: #011a57;
}
.telbox a:hover {
  opacity: 0.6;
}
@media (max-width:550px) {
  .telboxwrap {
    margin-top: 20px;
    padding: 15px 17px 23px;
  }
}
/*fax*/
.fax {
  pointer-events: none;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #011a57;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 750px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 5px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 95%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 927px;
  margin: auto;
  margin-top: 55px;
}
.mnote p:last-of-type {
  max-width: 910px;
}
.mpdb {
  padding-bottom: 55px !important;
  margin-bottom: 0 !important;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 45px;
    font-size: 95%;
  }
  .mpdb {
    padding-bottom: 27px !important;
  }
}
.formsel p:last-child {
  margin-bottom: 0;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 30%;
}
.mailform .row div:nth-child(2) {
  width: 68%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #011a57;
  padding: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailform .row span.mailsp {
  color: #011a57;
  background: #fff;
  border: 1px solid #011a57;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box, .mailform textarea {
  border: 1px solid #eee;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
.mailform button {
  transition: .4s;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 21px 0;
  display: block;
  width: 250px;
  text-align: center;
  color: #fff;
  background: #011a57;
  border: 2px solid #011a57;
  z-index: 1;
  overflow: hidden;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #011a57;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #011a57;
  border-bottom: 3px solid #011a57;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mails {
  padding-bottom: 50px;
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 20px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .formsel label {
    font-size: 0.95rem;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(0.95rem, 0.68rem + 0.96vw, 1.4rem);
  padding: 15px 27px 15px 15px;
  transition: all .5s ease;
  background: #011a57;
  line-height: 1.5;
  color: #fff;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  padding: 13px 25px;
  font-size: 95%;
  background: #fff;
}
.accordion-text span {
  font-weight: 700;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-1px);
  color: #011a57;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 92%;
  }
}
/* 会社概要 ============================*/
.overview .inner {
  max-width: 1400px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th, .info_table td {
  padding: 19px 10px;
}
.info_table th {
  background: #011a57;
  color: #fff;
  width: 35%;
  border-right: 2px solid #e8e8e8;
  font-weight: 500;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 10px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/*map*/
.map {
  display: flex;
  flex-direction: column;
}
.map iframe {
  width: 100%;
  height: 100%;
}
@media(max-width:750px) {
  .map {
    margin-top: 30px;
  }
  .map iframe {
    height: 280px;
  }
}