@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
/* font-weight フォントの太さの指定用
====================================== */
/* skip-link
====================================== */
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  background: #273f74;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
}
.skip-link:focus {
  top: 0;
  color: #fff;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #273f74;
  container-type: inline-size;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  font-weight: 400;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
  text-autospace: normal;
  padding-top: 74px;
}
@media (min-width: 640px) {
  body {
    padding-top: 90px;
  }
}
body.front-page {
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #273f74;
  line-height: 1.5;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul,
dl,
figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style: none;
}

a {
  color: #273f74;
  transition: 0.4s;
}
a:before, a:after {
  transition: 0.4s;
}
a:hover {
  color: #273f74;
  text-decoration: none;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1em;
  border: 0;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (min-width: 640px) {
  input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
  select,
  textarea {
    padding: 2em;
  }
}

select {
  max-width: 320px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16' viewBox='0 0 10 16'%3E%3Cpath d='M5 0L10 6H0z' fill='%23696969'/%3E%3Cpath d='M5 16L0 10h10z' fill='%23696969'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2em center;
  padding-right: 3em;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

address {
  margin-bottom: 0;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-txt-color-text {
  color: #273f74 !important;
}

.com-bg-text {
  background-color: #273f74 !important;
}

.com-txt-color-main {
  color: #273f74 !important;
}

.com-bg-main {
  background-color: #273f74 !important;
}

.com-txt-color-accent {
  color: #e5372a !important;
}

.com-bg-accent {
  background-color: #e5372a !important;
}

.com-txt-color-sub {
  color: #254b9e !important;
}

.com-bg-sub {
  background-color: #254b9e !important;
}

.com-txt-color-danger {
  color: #e5372a !important;
}

.com-bg-danger {
  background-color: #e5372a !important;
}

.com-txt-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-txt-color-gray {
  color: #f4f4f4 !important;
}

.com-bg-gray {
  background-color: #f4f4f4 !important;
}

.com-txt-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-txt-color-x {
  color: #000 !important;
}

.com-bg-x {
  background-color: #000 !important;
}

.com-txt-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-txt-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

/* #header
====================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 74px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-right: 0;
  justify-content: space-between;
  transition: background-color 0.3s, box-shadow 0.3s;
}
@media (min-width: 640px) {
  #header {
    height: 90px;
  }
}
#header.front-page {
  background-color: transparent;
}
#header.front-page .gnav-list-01 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 640px) {
  #header.front-page .logo-img img {
    width: 79px;
  }
}
@media (min-width: 640px) {
  #header.front-page .logo-text .en {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 640px) {
  #header.front-page .logo-text .jp {
    font-size: 16px;
    font-size: 1rem;
  }
}
#header.js-header-scroll {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* parts
--------------------------------- */
/* header-logo
--------------------------------- */
.header-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}
.header-logo .logo-img {
  display: flex;
  align-items: center;
}
.header-logo .logo-img img {
  width: 56px;
}
@media (min-width: 640px) {
  .header-logo .logo-img img {
    width: 62px;
  }
}
.header-logo .logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header-logo .logo-text .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  color: #273f74;
  font-size: clamp(20px, 5cqi, 36px);
  text-transform: capitalize;
}
.header-logo .logo-text .en .initial {
  color: #e5372a;
  font-size: 1.2em;
}
.header-logo .logo-text .jp {
  display: block;
  font-weight: 600;
  color: #273f74;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
}

/* #gnav
====================================== */
#gnav {
  align-self: stretch;
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

.gnav-list-01 {
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  gap: 5px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  justify-content: flex-end;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnav-list-01 a {
  display: block;
  padding: 10px 15px;
  line-height: 1.2;
  color: #273f74;
  background: linear-gradient(#e5372a, #e5372a) no-repeat left bottom/0 2px;
  background-origin: content-box;
  background-clip: content-box;
  transition: background-size 0.3s;
}
.gnav-list-01 a:hover {
  background-size: 100% 2px;
}
.gnav-list-01 a::before {
  content: "#";
}
.gnav-list-01 a::after {
  content: " →";
  color: #e5372a;
}

.gnav-btn-01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 74px;
}
@media (min-width: 640px) {
  .gnav-btn-01 {
    width: 90px;
  }
}
.gnav-btn-01 span {
  display: block;
  width: 40px;
  height: 4px;
  background: #e5372a;
}

/* #contact
====================================== */
.contact {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding-block: 60px;
}
@media (min-width: 640px) {
  .contact {
    padding-block: 80px;
  }
}

/* contact-tit
-------------------------------------- */
.contact-tit {
  color: #fff;
  margin-bottom: 1em;
}
.contact-tit .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .contact-tit .en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.contact-tit .jp {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .contact-tit .jp {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

/* contact-body
-------------------------------------- */
.contact-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 960px) {
  .contact-body {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}

/* contact-tel
-------------------------------------- */
.contact-tel .tel {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .contact-tel .tel {
    font-size: 56px;
    font-size: 3.5rem;
  }
}
.contact-tel .note {
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 0.3em;
}
@media (min-width: 960px) {
  .contact-tel .note {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

/* #footer
====================================== */
#footer {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 60px 0 40px;
}
@media (min-width: 640px) {
  #footer {
    padding: 80px 0 50px;
  }
}

/* footer-logo
====================================== */
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.footer-logo img {
  width: 65px;
}
.footer-logo .logo-text {
  line-height: 1.4;
  text-align: left;
}
.footer-logo .logo-text .en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
  font-size: 35px;
  font-size: 2.1875rem;
}
.footer-logo .logo-text .en .initial {
  font-size: 1.2em;
}
.footer-logo .logo-text .jp {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* footer-address
====================================== */
.footer-address {
  font-style: normal;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .footer-address {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 40px;
  }
}

/* .copyright
================================= */
.copyright {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 640px) {
  .copyright {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
#pagetop {
  transition: opacity 0.25s;
  opacity: 1;
}
#pagetop.pagetop-hidden {
  opacity: 0;
}

.pagetop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #e5372a;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {
  .pagetop {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 20px;
  }
}
.pagetop::before, .pagetop::after {
  content: "";
  display: block;
  position: absolute;
}
.pagetop::before {
  width: 2px;
  height: 20px;
  background: #fff;
  top: 50%;
  transform: translateY(-40%);
}
@media (min-width: 640px) {
  .pagetop::before {
    height: 24px;
  }
}
.pagetop::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -8px;
}
@media (min-width: 640px) {
  .pagetop::after {
    width: 12px;
    height: 12px;
    margin-top: -9px;
  }
}

/* uk-offcanvas-bar（UIKit上書き）
====================================== */
.uk-offcanvas-bar {
  background-color: #fff;
  padding: 0;
  width: 100%;
  max-width: 414px !important;
  display: flex;
  flex-direction: column;
}

/* offcanvas-head
====================================== */
.offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e5372a;
  padding: 16px 20px 8px 3px;
  height: 74px;
  box-sizing: border-box;
}
.offcanvas-head .logo-text .en {
  color: #fff;
}
.offcanvas-head .logo-text .en .initial {
  color: #fff;
}
.offcanvas-head .logo-text .jp {
  color: #fff;
}
.offcanvas-head .uk-offcanvas-close {
  position: relative;
  top: 0;
  right: 0;
  width: 40px;
  height: 16px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.offcanvas-head .uk-offcanvas-close::before, .offcanvas-head .uk-offcanvas-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 4px;
  background-color: #fff;
}
.offcanvas-head .uk-offcanvas-close::before {
  transform: translateY(-50%) rotate(45deg);
}
.offcanvas-head .uk-offcanvas-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* offcanvas-body
====================================== */
.offcanvas-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px 10px;
  overflow-y: auto;
}
.offcanvas-body .gnav-list-01 {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 20px;
  padding-left: 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.offcanvas-body .gnav-list-01 a {
  background: none;
}
.offcanvas-body .contact-tel {
  text-align: center;
}
.offcanvas-body .contact-tel a {
  color: #e5372a;
}
.offcanvas-body .contact-tel .tel {
  color: inherit;
  font-size: 32px;
  font-size: 2rem;
}
.offcanvas-body .contact-tel .note {
  color: #e5372a;
  font-size: 10px;
  font-size: 0.625rem;
}

/* offcanvas-contact
----------------------------------------------- */
.offcanvas-contact {
  border-top: 1px solid #e5372a;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* offcanvas-btn-wrap
----------------------------------------------- */
.offcanvas-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.offcanvas-btn-wrap .com-btn-01 {
  flex: 1;
  min-width: 0;
  max-width: none;
  gap: 10px;
  white-space: nowrap;
}
.offcanvas-btn-wrap .com-btn-01:hover {
  background: #e5372a;
  color: #fff;
}
.offcanvas-btn-wrap .com-btn-01 img {
  flex-shrink: 0;
  width: 25px;
  height: auto;
}

.page-bg {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 640px) {
  .page-bg {
    background-size: 100% auto;
  }
}
.page-bg.traffic {
  background-image: url("../img/traffic/bg-text.svg");
}
.page-bg.crowd-event {
  background-image: url("../img/crowd-event/bg-text.svg");
}
.page-bg.aboutus {
  background-image: url("../img/aboutus/bg-text.svg");
  padding-top: 20px;
}
.page-bg.recruit {
  background-image: url("../img/recruit/bg-text.svg");
  padding-top: 20px;
}

/* page wrap (下層ページ共通ラッパー)
====================================== */
.page-wrap-01 {
  padding-bottom: 80px;
}
@media (min-width: 640px) {
  .page-wrap-01 {
    padding-bottom: 100px;
  }
}
@media (min-width: 960px) {
  .page-wrap-01 {
    min-height: var(--page-img-height, auto);
  }
}
@media (min-width: 960px) {
  .page-wrap-01 .hero-wrap {
    max-width: 70%;
  }
}
@media (min-width: 960px) {
  .page-wrap-01 .hero-wrap.wide {
    max-width: 80%;
  }
}
.page-wrap-01 .page-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}
@media (min-width: 960px) {
  .page-wrap-01 .page-content {
    width: min(735px, 63%);
  }
}

.page-img-01.pull-up {
  margin-top: -80px;
}
.page-img-01 {
  position: relative;
}
.page-img-01 img {
  max-height: 828px;
  width: auto;
  display: block;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .page-img-01 {
    position: absolute;
    top: 90px;
    right: 0;
    bottom: 0;
    width: 40%;
    margin-top: 0;
    z-index: 1;
    text-align: center;
  }
  .page-img-01 img {
    max-height: none;
    width: 100%;
    display: inline;
    margin-inline: 0;
  }
}
.page-img-01.wide {
  margin-left: -30%;
  width: 155%;
}
.page-img-01.wide img {
  width: auto;
}
@media (min-width: 960px) {
  .page-img-01.wide {
    margin-left: 0;
    width: 58%;
    right: -10%;
  }
}
.page-img-01.crowd-event {
  margin-left: -15%;
}
@media (min-width: 960px) {
  .page-img-01.crowd-event {
    margin-right: 5%;
  }
}
.page-img-01 .page-logo-mark {
  display: none;
}
@media (min-width: 960px) {
  .page-img-01 .page-logo-mark {
    display: block;
    max-width: 332px;
    margin: 0 auto;
  }
  .page-img-01 .page-logo-mark.js-fixed-center {
    position: fixed;
    top: calc(50% + var(--logo-offset, 0px));
    left: var(--fixed-center-left);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
}

/* section
====================================== */
.com-sec-01 {
  padding-block: 60px;
}
@media (min-width: 640px) {
  .com-sec-01 {
    padding-block: 100px;
  }
}

/* parts
--------------------------------- */
/* title タイトル
--------------------------------- */
.page-tit-01 {
  font-size: clamp(64px, 9.375cqi, 180px);
  color: #273f74;
  font-weight: 900;
  margin-bottom: 0;
  -webkit-background-clip: text;
  background-clip: text;
  font-feature-settings: "halt";
}
@media (min-width: 640px) {
  .page-tit-01 {
    line-height: 1.1;
  }
}
.page-tit-01.medium {
  font-size: clamp(48px, 6.77cqi, 130px);
}
.page-tit-01.small {
  font-size: clamp(55px, 5.9375cqi, 114px);
  line-height: 1.2;
}
.page-tit-01.small .line {
  display: block;
}
@media (min-width: 640px) {
  .page-tit-01.small .line {
    display: inline;
  }
}
.page-tit-01.rotate .line {
  display: block;
  transform: rotate(-8deg);
  transform-origin: top left;
}
@media (min-width: 640px) {
  .page-tit-01.rotate .line {
    display: inline;
    transform: none;
  }
}

.page-tit-02 {
  background-color: #e5372a;
  color: #fff;
  text-align: center;
  padding-block: 50px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
.page-tit-02::before {
  content: attr(data-en);
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 900;
  display: block;
}
@media (min-width: 640px) {
  .page-tit-02 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .page-tit-02::before {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.page-tit-03 {
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4814814815;
  color: #273f74;
}
@media (min-width: 640px) {
  .page-tit-03 {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.page-tit-03::after {
  content: "";
  display: block;
  width: 211px;
  height: 5px;
  background: #e5372a;
  margin-top: 15px;
}

.page-tag-01 {
  display: inline-block;
  border: 3px solid #273f74;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  color: #273f74;
  line-height: 1.6666666667;
}
@media (min-width: 640px) {
  .page-tag-01 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.page-tag-01.rotate {
  transform: rotate(-8deg);
  transform-origin: top left;
}
@media (min-width: 640px) {
  .page-tag-01.rotate {
    transform: none;
  }
}

.page-tag-02 {
  background-color: #fff;
  border: 1px solid #273f74;
  line-height: 1.5;
  padding: 15px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #273f74;
  text-align: center;
}
@media (min-width: 640px) {
  .page-tag-02 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    padding: 20px;
  }
}

.com-tit-01 {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.6296296296;
  color: #273f74;
}
@media (min-width: 640px) {
  .com-tit-01 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.com-tit-01.small {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
@media (min-width: 640px) {
  .com-tit-01.small {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.9565217391;
  }
}

.com-tit-02 {
  font-weight: bold;
  font-size: 26px;
  font-size: 1.625rem;
  color: #273f74;
  padding-bottom: 23px;
  border-bottom: 5px solid #e5372a;
}
@media (min-width: 640px) {
  .com-tit-02 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.com-tit-03 {
  font-size: 26px;
  font-size: 1.625rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.com-tit-03::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 27px;
  height: 8px;
  background: #e5372a;
  margin-top: calc(0.5lh - 4px);
}

/* panel パネル
--------------------------------- */
.com-panel-01 {
  background-color: #fff;
  border: 1px solid #273f74;
  padding: 30px;
}

.com-card-01 .tit {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  color: #273f74;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5372a;
}
@media (min-width: 640px) {
  .com-card-01 .tit {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.3333333333;
  }
}
.com-card-01 .detail {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #273f74;
  margin-top: 10px;
}
@media (min-width: 640px) {
  .com-card-01 .detail {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

/* dl 定義リスト
--------------------------------- */
.com-dl-01 {
  color: #273f74;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
}
@media (min-width: 640px) {
  .com-dl-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.com-dl-01 > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 640px) {
  .com-dl-01 > div {
    gap: 30px;
  }
}
.com-dl-01 dt {
  width: 100%;
  border-top: 3px solid #e5372a;
  padding-top: 20px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-dl-01 dt {
    width: 200px;
    flex-shrink: 0;
    padding-bottom: 20px;
  }
}
.com-dl-01 dd {
  flex: 1;
  min-width: 0;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .com-dl-01 dd {
    border-top: 1px solid #273f74;
    padding-top: 20px;
  }
}
@media (min-width: 640px) {
  .com-dl-01 > div:last-child dt {
    border-bottom: 3px solid #e5372a;
  }
}
.com-dl-01 > div:last-child dd {
  border-bottom: 3px solid #e5372a;
}
@media (min-width: 640px) {
  .com-dl-01 > div:last-child dd {
    border-bottom: 1px solid #273f74;
  }
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-mt-l {
  margin-top: 80px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 100px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-half {
  margin-top: 0.5em;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01 li + li {
  margin-top: 0.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "●";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.2em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

.com-list-03 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-03 li {
  margin-left: 2.3em;
}
.com-list-03 li + li {
  margin-top: 0.4em;
}
.com-list-03 li::before {
  counter-increment: item;
  content: "※" counter(item);
  display: inline-block;
  width: 2.3em;
  margin-left: -2.3em;
}

/* text テキスト
--------------------------------- */
.com-text-01 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 640px) {
  .com-text-01 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-catch-01 {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 640px) {
  .com-catch-01 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* font-size フォントサイズ
--------------------------------- */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

/* アクセント色
--------------------------------- */
.com-accent-01 {
  color: #e5372a;
}

/* YouTube wrapper
--------------------------------- */
.com-wrap-youtube {
  --width: 16;
  --height: 9;
  width: min(attr(data-width px, 100%), 100%);
  aspect-ratio: calc(var(--width) / var(--height));
}
.com-wrap-youtube.type-short {
  --width: 9;
  --height: 16;
}
.com-wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* リンク
--------------------------------- */
.com-btn-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  background: #e5372a;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  font-size: 1.1875rem;
  padding: 0.8em;
  border-radius: 10px;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s, border-color 0.3s;
}
.com-btn-01::after {
  content: "→";
  flex-shrink: 0;
  margin-left: 0.5em;
}
.com-btn-01:hover {
  background: #fff;
  color: #e5372a;
  border-color: #e5372a;
}
.com-btn-01.white {
  background: #fff;
  color: #e5372a;
}
.com-btn-01.white:hover {
  background: #e5372a;
  color: #fff;
}
.com-btn-01.navy {
  background: #273f74;
  color: #fff;
}
.com-btn-01.navy:hover {
  background: #fff;
  color: #273f74;
}
@media (max-width: 959px) {
  .com-btn-01.center {
    margin-inline: auto;
  }
}

.com-btn-02 {
  display: block;
  min-width: 300px;
  text-align: center;
  background: #273f74;
  border: none;
  color: #fff;
  padding: 0.8em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
}
.com-btn-02:hover {
  color: #fff;
}

.com-btn-03 {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #273f74;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 10px;
  padding: 0.8em 2em;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 640px) {
  .com-btn-03 {
    font-size: 16px;
    font-size: 1rem;
    padding: 1em 2.5em;
  }
}
.com-btn-03::before {
  content: "#";
  align-self: flex-start;
}
.com-btn-03::after {
  content: "→";
  flex-shrink: 0;
  margin-left: 0.5em;
}
.com-btn-03:hover {
  background: #e8e8e8;
}

.com-btn-04 {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  border: 1px solid #273f74;
  padding: 20px;
  color: #273f74;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 640px) {
  .com-btn-04 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1.4814814815;
    padding: 37px 40px;
  }
}
.com-btn-04::before {
  content: "";
  display: block;
  width: 5px;
  align-self: stretch;
  background: #e5372a;
  flex-shrink: 0;
}
.com-btn-04 .tit {
  flex: 1;
}
.com-btn-04::after {
  content: "→";
  color: #e5372a;
  flex-shrink: 0;
}
.com-btn-04:hover {
  color: #273f74;
}

.com-link-01 {
  text-decoration: underline;
  color: #273f74;
}
.com-link-01:hover {
  color: #273f74;
}

/* dl table
--------------------------------- */
.form-panel-01 {
  background: #f4f4f4;
  padding: 20px;
  padding-bottom: 60px;
}
@media (min-width: 640px) {
  .form-panel-01 {
    padding: 50px;
    padding-bottom: 100px;
  }
}

.form-table-01 dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em 1em;
  margin-bottom: 1em;
}
.form-table-01 dt .sub {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}
.form-table-01 dd + dt {
  margin-top: 3em;
}
.form-table-01 .required:after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  background: #e5372a;
  color: #fff;
  padding: 0.5em 1em;
  margin-left: 1.8em;
}

@media (min-width: 960px) {
  .form-table-02 {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
@media (max-width: 959px) {
  .form-table-02 dd + dt {
    margin-top: 1em;
  }
}
.form-table-02 dt {
  align-self: center;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  background: #e5372a;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
}

:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) {
  display: inline-block;
  margin-left: -1.5em;
  margin-top: -0.3em;
}
:is(.wpcf7-radio, .wpcf7-checkbox, .wpcf7-acceptance) .wpcf7-list-item {
  margin-left: 1.5em;
  margin-top: 0.3em;
}

input[type=radio] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  border: 0;
  background: #fff;
  background-position: 50% 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  outline: none;
  margin: 0 5px 0 0;
}
input[type=radio]:checked {
  border: 4px solid #273f74;
}
input[type=radio]:checked:after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #273f74;
  border-radius: 50%;
}
input[type=radio] label {
  display: inline-block;
}

input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
}
input[type=checkbox]:checked {
  position: relative;
}
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  border: 5px solid #273f74;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
  left: 8px;
}
input[type=checkbox] label {
  display: inline-block;
}

.wpcf7-not-valid-tip {
  margin-top: 1em;
}

.input-date-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .input-date-01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.input-date-01 input {
  flex: 1;
  max-width: 5.5em;
  text-align: right;
}
.input-date-01 .year input {
  max-width: 8em;
}
.input-date-01 .row-wrap {
  display: flex;
  gap: 1em;
}
.input-date-01 .row {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

/* Keyframes アニメーション定義
====================================== */
@keyframes hero-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-cross-spin {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}
@keyframes catch-pop-in {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-10deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.15) rotate(3deg);
  }
  70% {
    transform: scale(0.95) rotate(-2deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@keyframes catch-slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fun-left-enter {
  0% {
    left: 40%;
    top: 90%;
    transform: translateX(-50%);
    opacity: 0;
  }
  40% {
    left: 40%;
    top: 30%;
    transform: translateX(-50%);
    opacity: 1;
  }
  60% {
    left: -7%;
    top: 20%;
    transform: rotate(-6.79deg);
    opacity: 1;
  }
  100% {
    left: -7%;
    top: 20%;
    transform: rotate(-6.79deg);
    opacity: 1;
  }
}
@keyframes fun-right-enter {
  0% {
    right: 30%;
    top: 90%;
    transform: translateX(50%);
    opacity: 0;
  }
  40% {
    right: 30%;
    top: 30%;
    transform: translateX(50%);
    opacity: 1;
  }
  43% {
    right: 30%;
    top: 30%;
    transform: translateX(50%);
    opacity: 1;
  }
  63% {
    right: -10%;
    top: 5%;
    transform: rotate(8.19deg);
    opacity: 1;
  }
  100% {
    right: -10%;
    top: 5%;
    transform: rotate(8.19deg);
    opacity: 1;
  }
}
@keyframes fun-center-enter {
  0% {
    top: 90%;
    opacity: 0;
  }
  40% {
    top: 20%;
    opacity: 1;
  }
  100% {
    top: 20%;
    opacity: 1;
  }
}
@keyframes fun-left-enter-pc {
  0% {
    left: 60%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
  }
  40% {
    left: 60%;
    top: 60%;
    transform: translateX(-50%);
    opacity: 1;
  }
  60% {
    left: 32%;
    top: 50%;
    transform: translateX(-50%) rotate(-6.79deg);
    opacity: 1;
  }
  100% {
    left: 32%;
    top: 50%;
    transform: translateX(-50%) rotate(-6.79deg);
    opacity: 1;
  }
}
@keyframes fun-right-enter-pc {
  0% {
    left: 60%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
  }
  40% {
    left: 60%;
    top: 60%;
    transform: translateX(-50%);
    opacity: 1;
  }
  43% {
    left: 60%;
    top: 60%;
    transform: translateX(-50%);
    opacity: 1;
  }
  63% {
    left: 80%;
    top: 40%;
    transform: translateX(-50%) rotate(8.19deg);
    opacity: 1;
  }
  100% {
    left: 80%;
    top: 40%;
    transform: translateX(-50%) rotate(8.19deg);
    opacity: 1;
  }
}
@keyframes fun-center-enter-pc {
  0% {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    opacity: 0;
  }
  40% {
    left: 55%;
    top: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  100% {
    left: 55%;
    top: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes serious-center-enter {
  0% {
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 30%;
    opacity: 1;
  }
}
@keyframes serious-left-enter {
  0% {
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 40%;
    opacity: 1;
  }
}
@keyframes serious-right-enter {
  0% {
    top: 90%;
    opacity: 0;
  }
  100% {
    top: 25%;
    opacity: 1;
  }
}
@keyframes serious-center-enter-pc {
  0% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: 40%;
    opacity: 1;
  }
}
@keyframes serious-left-enter-pc {
  0% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes serious-right-enter-pc {
  0% {
    top: 100%;
    opacity: 0;
  }
  100% {
    top: 35%;
    opacity: 1;
  }
}
@keyframes service-slide-right {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes service-slide-left {
  from {
    opacity: 0;
    transform: translateX(-80px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes service-slide-right-rotate15 {
  from {
    opacity: 0;
    transform: translateX(80px) rotate(15.33deg);
  }
  to {
    opacity: 1;
    transform: rotate(15.33deg);
  }
}
@keyframes service-slide-right-rotate3 {
  from {
    opacity: 0;
    transform: translateX(80px) rotate(3.14deg);
  }
  to {
    opacity: 1;
    transform: rotate(3.14deg);
  }
}
/* scroll snap
====================================== */
/* scroll snap (JS制御) */
/* Hero メインビジュアル
====================================== */
.front-hero {
  position: relative;
  overflow: hidden;
  height: 100svh;
  min-height: 500px;
}
@media (min-width: 640px) {
  .front-hero {
    min-height: 700px;
  }
}
.front-hero .inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  --hero-scale: calc(100vw / 375);
}
@media (min-width: 960px) {
  .front-hero .inner {
    flex-direction: row;
    --hero-scale: min(calc(100vw / 375), 2.63);
  }
}
.front-hero .left-bg {
  position: relative;
  flex: 1;
  background-color: #fff;
}
.front-hero .right-bg {
  position: relative;
  flex: 1;
  background: linear-gradient(144deg, #fb0c0c 51%, #950707);
  z-index: 2;
}
@media (min-width: 960px) {
  .front-hero .right-bg {
    background: radial-gradient(ellipse at 38% 17%, #fb0c0c, #c80909 50%, #950707);
    z-index: auto;
  }
}
.front-hero .right-bg .desc {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
  padding-inline: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.8px;
  z-index: 10;
}
.front-hero .desc-sp {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
  z-index: 10;
}
.front-hero .text-wrap {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: rotate(-3.45deg);
  max-width: min(500px, 100%);
  margin-inline: auto;
}
@media (min-width: 960px) {
  .front-hero .text-wrap {
    flex-direction: row;
    gap: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 20svh;
    padding-inline: 5vw;
    max-width: 100%;
    transform-origin: 50% calc(20svh + clamp(23px, 3.22916667cqi, 62px) + 1em + 84px);
  }
}
.front-hero .cross {
  width: calc(57px * var(--hero-scale));
  z-index: 6;
  flex-shrink: 0;
  align-self: center;
  opacity: 0;
  animation: hero-cross-spin 0.6s ease-out 1s forwards;
}
@media (min-width: 960px) {
  .front-hero .cross {
    width: clamp(80px, 5.20833333cqi, 100px);
    margin-top: calc(clamp(23px, 3.22916667cqi, 62px) + 1em);
  }
}
.front-hero .cross img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hero 人物写真
------------------------------------- */
.front-hero-photo-wrap {
  position: absolute;
  inset: 0;
  z-index: 3;
}
@media (max-width: 959px) {
  .front-hero-photo-wrap {
    width: 100%;
    max-width: 500px;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.front-hero-photo-wrap img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 70svh;
  opacity: 0;
  animation: hero-fade-in 0.8s ease-out forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap img {
    max-height: 150%;
  }
}
.front-hero-photo-wrap.fun {
  bottom: 50%;
  z-index: 1;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.fun {
    bottom: 0;
    right: 50%;
    z-index: 5;
  }
}
.front-hero-photo-wrap.fun img {
  animation: none;
}
.front-hero-photo-wrap.fun .left {
  left: -7%;
  top: 20%;
  transform: rotate(-6.79deg);
  transform-origin: bottom center;
  max-height: 50svh;
  z-index: 1;
  animation: fun-left-enter 1.2s ease-out 0.2s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.fun .left {
    left: 32%;
    top: 50%;
    transform: translateX(-50%) rotate(-6.79deg);
    max-height: 70svh;
    animation-name: fun-left-enter-pc;
  }
}
.front-hero-photo-wrap.fun .right {
  right: -10%;
  top: 5%;
  transform: rotate(8.19deg);
  transform-origin: bottom center;
  max-height: 60svh;
  z-index: 2;
  animation: fun-right-enter 1.5s ease-out 0.2s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.fun .right {
    left: 80%;
    right: auto;
    top: 40%;
    transform: translateX(-50%) rotate(8.19deg);
    max-height: 90svh;
    animation-name: fun-right-enter-pc;
  }
}
.front-hero-photo-wrap.fun .center {
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  max-height: 60svh;
  z-index: 3;
  animation: fun-center-enter 2s ease-out 0.2s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.fun .center {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    max-height: 100svh;
    animation-name: fun-center-enter-pc;
  }
}
.front-hero-photo-wrap.serious {
  top: 50%;
  z-index: 5;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.serious {
    top: 0;
    left: 50%;
  }
}
.front-hero-photo-wrap.serious .center {
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  max-height: 60svh;
  z-index: 6;
  animation: serious-center-enter 0.4s ease-out 1.5s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.serious .center {
    left: 50%;
    top: 40%;
    max-height: 160svh;
    animation-name: serious-center-enter-pc;
  }
}
.front-hero-photo-wrap.serious .left {
  left: -10%;
  top: 40%;
  max-height: 55svh;
  z-index: 1;
  animation: serious-left-enter 0.4s ease-out 1.7s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.serious .left {
    left: 20%;
    top: 50%;
    transform: translateX(-50%);
    max-height: 120svh;
    animation-name: serious-left-enter-pc;
  }
}
.front-hero-photo-wrap.serious .right {
  right: -5%;
  top: 25%;
  max-height: 63svh;
  z-index: 1;
  animation: serious-right-enter 0.4s ease-out 1.9s forwards;
}
@media (min-width: 960px) {
  .front-hero-photo-wrap.serious .right {
    left: 80%;
    top: 35%;
    transform: translateX(-50%);
    max-height: 130svh;
    animation-name: serious-right-enter-pc;
  }
}

/* Hero キャッチコピー
------------------------------------- */
.front-hero-catch-wrap {
  width: min(647px, 80%);
}
@media (min-width: 960px) {
  .front-hero-catch-wrap {
    flex: 1 1 0%;
    width: auto;
    min-width: 0;
  }
}
.front-hero-catch-wrap .pre-text {
  font-weight: bold;
  font-size: clamp(23px, 3.22916667cqi, 62px);
  color: #e5372a;
  line-height: 1;
}
.front-hero-catch-wrap .catch-box {
  position: relative;
  margin-top: 1em;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.front-hero-catch-wrap .catch-box .catch-bg {
  width: 100%;
  height: auto;
  display: block;
}
.front-hero-catch-wrap .catch-box .catch-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: catch-pop-in 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards;
}
.front-hero-catch-wrap.right .pre-text {
  color: #fff;
}
.front-hero-catch-wrap.right .catch-box .catch-text {
  animation: catch-slide-up 0.5s ease-out 1.3s forwards;
}

/* Service sections サービスセクション共通
====================================== */
.front-service {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  height: calc(100svh - 74px);
}
@media (min-width: 640px) {
  .front-service {
    height: calc(100svh - 90px);
  }
}
@media (max-width: 639px) {
  .front-service {
    margin-top: -3svh;
  }
  .front-service:nth-of-type(odd) {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 97%);
  }
  .front-service:nth-of-type(even) {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
    clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);
  }
  .front-service:first-of-type {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
    margin-top: 0;
  }
  .front-service.no-clip-bottom {
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
  }
}
.front-service.white {
  background: linear-gradient(156deg, #fff 40%, #d8d8d8 92%);
}
.front-service.red {
  background: linear-gradient(121deg, #ef0c0c 50%, #890707 100%);
}
.front-service.red .front-info .title,
.front-service.red .front-info .label {
  color: #fff;
}
.front-service .front-img-01 {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 15%;
  right: -30%;
  width: 100%;
  opacity: 0;
}
@media (min-width: 640px) {
  .front-service .front-img-01 {
    top: clamp(-15svh, -7.73vw, -5svh);
    right: 0;
    width: 60%;
  }
}
.front-service .front-img-01.traffic {
  transform: rotate(15.33deg);
}
.front-service .front-img-01.traffic.anim-active {
  animation: service-slide-right-rotate15 0.8s ease-out forwards;
}
.front-service .front-img-01.crowd {
  top: 20%;
  right: -20%;
}
.front-service .front-img-01.crowd.anim-active {
  animation: service-slide-right 0.8s ease-out forwards;
}
@media (min-width: 640px) {
  .front-service .front-img-01.crowd.anim-active {
    animation-name: service-slide-left;
  }
}
@media (min-width: 640px) {
  .front-service .front-img-01.crowd {
    top: 0;
    right: 0;
    left: -10%;
  }
}
.front-service .front-img-01.recruit {
  transform: rotate(3.14deg);
  top: 30%;
}
.front-service .front-img-01.recruit.anim-active {
  animation: service-slide-right-rotate3 0.8s ease-out forwards;
}
@media (min-width: 640px) {
  .front-service .front-img-01.recruit {
    top: 5%;
    right: -7%;
  }
}
.front-service .front-img-01.about {
  top: 20%;
  right: -20%;
  width: 70%;
}
.front-service .front-img-01.about.anim-active {
  animation: service-slide-right 0.8s ease-out forwards;
}
@media (min-width: 640px) {
  .front-service .front-img-01.about.anim-active {
    animation-name: service-slide-left;
  }
}
@media (min-width: 640px) {
  .front-service .front-img-01.about {
    top: 0;
    right: 0;
    left: 7%;
    width: 50%;
  }
}

.front-bg-text {
  position: absolute;
  left: 0;
  max-width: none;
  width: auto;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 640px) {
  .front-bg-text {
    height: 100%;
    inset: 0;
  }
}
.front-bg-text.center {
  max-width: 100%;
}

.front-content-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 8svh;
  padding-bottom: 5svh;
  box-sizing: border-box;
}

.front-catch-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  min-height: 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .front-catch-wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-inline: 6svw;
  }
}
.front-catch-wrap .title,
.front-catch-wrap .text {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 70%;
}
@media (min-width: 640px) {
  .front-catch-wrap .title,
  .front-catch-wrap .text {
    max-width: 50%;
    max-height: 50svh;
  }
}
@media (min-width: 640px) {
  .front-catch-wrap.slant {
    transform: rotate(-6deg);
    margin-right: 35%;
  }
}
@media (min-width: 640px) {
  .front-catch-wrap.right {
    justify-content: flex-start;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding-left: 35%;
    transform: translateY(-50%);
    box-sizing: border-box;
  }
}

/* タイトル＋ボタン
------------------------------------- */
.front-info {
  flex-shrink: 0;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.front-info .title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 5.05208333cqi, 97px);
  line-height: 2;
  color: #273f74;
}
@media (min-width: 640px) {
  .front-info .title {
    line-height: 1;
  }
}
.front-info .label {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: clamp(12px, 0.98958333cqi, 19px);
  color: #273f74;
}
.front-info .com-btn-01 {
  width: 120px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 10px 20px;
  border-radius: 6px;
}
@media (min-width: 640px) {
  .front-info .com-btn-01 {
    width: auto;
    font-size: 19px;
    font-size: 1.1875rem;
    padding: 0.8em;
    border-radius: 10px;
  }
}

/* Company 会社概要ロゴ
====================================== */
.front-company {
  padding-block: 60px;
  text-align: center;
}
@media (min-width: 640px) {
  .front-company {
    padding-block: 95px;
    text-align: left;
  }
}

.front-company-inner {
  text-align: center;
}
@media (min-width: 960px) {
  .front-company-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(40px, 13.88888889cqi, 200px);
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.front-company-inner .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-shrink: 0;
}
@media (min-width: 640px) {
  .front-company-inner .logo {
    gap: 15px;
  }
}
.front-company-inner .logo .logo-img {
  width: 80px;
  height: auto;
}
@media (min-width: 640px) {
  .front-company-inner .logo .logo-img {
    width: 115px;
  }
}
.front-company-inner .logo .logo-text .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(35px, 4.27083333vw, 82px);
  color: #273f74;
  white-space: nowrap;
  text-transform: capitalize;
  line-height: 0.8;
}
.front-company-inner .logo .logo-text .en .initial {
  color: #e5372a;
  font-size: 1.2em;
}
.front-company-inner .logo .logo-text .jp {
  display: block;
  font-weight: 600;
  font-size: clamp(16px, 1.71875vw, 33px);
  line-height: 1.6;
  color: #273f74;
}
.front-company-inner .body .text {
  font-weight: 900;
  font-size: 18px;
  font-size: 1.125rem;
  color: #273f74;
  line-height: 1.6;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .front-company-inner .body .text {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-top: 0;
  }
}
.front-company-inner .body .text em {
  color: #e5372a;
  font-weight: 900;
}

/* News お知らせ
====================================== */
.front-news-title {
  text-align: center;
}
.front-news-title .en {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  color: #273f74;
}
@media (min-width: 640px) {
  .front-news-title .en {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
.front-news-title .jp {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #273f74;
}
@media (min-width: 640px) {
  .front-news-title .jp {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.front-news-btn {
  text-align: center;
}

/* list
--------------------------------- */
.info-list-01 {
  border-top: 1px solid #d1d1d1;
}
.info-list-01 li {
  border-bottom: 1px solid #d1d1d1;
}

/* btn
--------------------------------- */
.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8em;
  padding: 1em 2em 1em 0;
  position: relative;
  color: #273f74;
}
@media (min-width: 640px) {
  .info-btn-01 {
    padding: 2em 3em 2em 0;
  }
}
.info-btn-01:hover {
  background: #fafafa;
}
.info-btn-01::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 1em;
}
@media (min-width: 640px) {
  .info-btn-01::after {
    right: 2em;
  }
}
.info-btn-01 .tit {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    font-size: 17px;
    font-size: 1.0625rem;
    flex: 1;
    width: auto;
    padding-left: 1.1em;
    border-left: 1px solid #707070;
  }
}
@media (min-width: 960px) {
  .info-btn-01 .data {
    width: 8em;
    text-align: center;
  }
}
.info-list-01.multi-tag .info-btn-01 {
  flex-wrap: wrap;
}
.info-list-01.multi-tag .info-btn-01 .data {
  width: auto;
  text-align: left;
}
.info-list-01.multi-tag .info-btn-01 .tit {
  width: 100%;
  flex: none;
  padding-left: 0;
  border-left: none;
}

/* icon
--------------------------------- */
.cat-ico-01 {
  display: inline-block;
  min-width: 100px;
  box-sizing: border-box;
  padding: 0.5em;
  background: #e5372a;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
  font-weight: 500;
}

/* pagination ページナビ
--------------------------------- */
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}
.com-pagination ul .page-numbers {
  display: block;
  box-sizing: border-box;
  color: #808080;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #c0c0c0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  display: flex;
  align-items: center;
  padding: 1em;
  color: #e5372a;
}
.com-pagination ul .page-numbers.current {
  border: 2px solid #e5372a !important;
  color: #e5372a;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  background: #f4f4f4;
}
.com-pagination ul .arrow-left,
.com-pagination ul .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e5372a;
  border-right: 2px solid #e5372a;
}
.com-pagination ul .arrow-left {
  transform: rotate(-135deg);
}
.com-pagination ul .arrow-right {
  transform: rotate(45deg);
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  border-top: 1px solid #d1d1d1;
  margin-top: 40px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media (min-width: 640px) {
  .single-nav {
    grid-template-columns: 3fr 3fr 2fr;
    grid-gap: 20px;
    margin-top: 60px;
    padding-top: 60px;
  }
}
.single-nav a {
  display: block;
  text-align: center;
  padding: 1em;
  border: 2px solid #e5372a;
  border-radius: 10px;
  color: #e5372a;
  position: relative;
}
.single-nav a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-nav a[rel=prev]::before {
  left: 1em;
  transform: rotate(-135deg);
}
.single-nav a[rel=next]::before {
  right: 1em;
  transform: rotate(45deg);
}
.single-nav a.index {
  background: #e5372a;
  border-color: #e5372a;
  color: #fff;
}
.single-nav a.index::before {
  right: 1em;
  transform: rotate(45deg);
}

/* list
--------------------------------- */
.recruitment-list-01 li + li {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .recruitment-list-01 li + li {
    margin-top: 30px;
  }
}

/* btn
--------------------------------- */
.recruitment-btn-01 {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  padding: 1.8em 1.5em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 640px) {
  .recruitment-btn-01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.recruitment-btn-01 .tit {
  flex: 1;
  padding-left: 1.2em;
}
.recruitment-btn-01::before {
  content: "";
  display: block;
  width: 6px;
  align-self: stretch;
  background: #273f74;
}
.recruitment-btn-01:hover {
  background: rgb(141.9935483871, 165.3741935484, 217.0064516129);
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .job-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .job-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.job-table-01 dt {
  padding: 1.5em 0 1em;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .job-table-01 dt {
    padding-bottom: 1.5em;
    border-top: 2px solid #989898;
  }
  .job-table-01 dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.job-table-01 dt::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #273f74;
  position: absolute;
  margin-top: 0.5em;
  left: 0;
}
.job-table-01 dd {
  padding-bottom: 1.5em;
}
@media (min-width: 640px) {
  .job-table-01 dd {
    padding-top: 1.5em;
    border-top: 1px solid #989898;
  }
  .job-table-01 dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* panel
--------------------------------- */
.contact-panel-01 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
  color: #273f74;
}
@media (min-width: 640px) {
  .contact-panel-01 {
    font-size: 53px;
    font-size: 3.3125rem;
  }
}
.contact-panel-01 a {
  color: #273f74;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.ts-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .ts-page {
    padding-bottom: 0;
  }
}

/* 背景装飾文字（Aa）
====================================== */
.ts-page-bg, .rc-page-bg, .ab-page-bg, .cs-page-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.ts-page-bg img, .rc-page-bg img, .ab-page-bg img, .cs-page-bg img {
  width: 100%;
  height: auto;
  opacity: 0.05;
}

/* 右側 人物写真+ロゴ
====================================== */
.ts-page-side, .rc-page-side, .ab-page-side, .cs-page-side {
  position: absolute;
  top: 100px;
  right: 60px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.ts-page-side-photo, .rc-page-side-photo, .ab-page-side-photo, .cs-page-side-photo {
  width: 784px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.15));
}

.ts-page-side-logo, .rc-page-side-logo, .ab-page-side-logo, .cs-page-side-logo {
  width: 332px;
  height: 332px;
}
.ts-page-side-logo img, .rc-page-side-logo img, .ab-page-side-logo img, .cs-page-side-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ページヘッダー
====================================== */
.ts-page-header {
  position: relative;
  z-index: 2;
  padding: 30px 20px;
}
@media (min-width: 640px) {
  .ts-page-header {
    padding: 120px 0 0 200px;
  }
}
.ts-page-header .page-tit-01 {
  margin-top: 30px;
}
@media (min-width: 640px) {
  .ts-page-header .page-tit-01 {
    margin-top: 30px;
  }
}
.ts-page-header .page-tit-03 {
  margin-top: 20px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.75;
}
@media (min-width: 640px) {
  .ts-page-header .page-tit-03 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/* コンテンツエリア
====================================== */
.ts-page-content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
}
@media (min-width: 640px) {
  .ts-page-content {
    width: 735px;
    padding: 0;
    margin-left: 200px;
    margin-top: 60px;
  }
}

/* セクション共通
====================================== */
.ts-sec + .ts-sec {
  margin-top: 60px;
}
@media (min-width: 640px) {
  .ts-sec + .ts-sec {
    margin-top: 100px;
  }
}

.ts-sec-text .com-tit-01 {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .ts-sec-text .com-tit-01 {
    margin-top: 30px;
  }
}
.ts-sec-text .com-text-01 {
  margin-top: 15px;
}
@media (min-width: 640px) {
  .ts-sec-text .com-text-01 {
    margin-top: 20px;
  }
}

/* キャッチコピー
====================================== */
.ts-sec-catch {
  font-weight: 900;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4814814815;
  color: #273f74;
}
@media (min-width: 640px) {
  .ts-sec-catch {
    font-size: 54px;
    font-size: 3.375rem;
  }
}

/* 装飾ライン
====================================== */
.ts-sec-line {
  width: 211px;
  height: 5px;
  background: #e5372a;
  margin-top: 20px;
}
@media (min-width: 640px) {
  .ts-sec-line {
    margin-top: 30px;
  }
}

/* 写真エリア
====================================== */
.ts-sec-photo {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .ts-sec-photo {
    margin-top: 40px;
    transform: rotate(8.57deg);
    border-radius: 0;
  }
}
.ts-sec-photo img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/* パネル（資格情報）
====================================== */
.ts-sec-panels {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .ts-sec-panels {
    margin-top: 40px;
  }
}

/* カード（実績一覧）
====================================== */
.ts-sec-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 640px) {
  .ts-sec-cards {
    margin-top: 40px;
  }
}

.cs-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .cs-page {
    padding-bottom: 0;
  }
}

.ab-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .ab-page {
    padding-bottom: 0;
  }
}

.ab-page-tit {
  font-size: clamp(40px, 5.9375cqi, 114px);
  line-height: 1.4035087719;
}

.rc-page {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}
@media (min-width: 640px) {
  .rc-page {
    padding-bottom: 0;
  }
}

/* ページタイトル（採用情報は独自サイズ）
====================================== */
.rc-page-tit {
  font-size: clamp(40px, 6.77cqi, 130px);
  line-height: 1.2307692308;
}

.rc-page-desc {
  margin-top: 30px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9565217391;
  color: #273f74;
}
@media (min-width: 640px) {
  .rc-page-desc {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: 50px;
  }
}

/* 募集一覧
====================================== */
.rc-job-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 640px) {
  .rc-job-list {
    margin-top: 0;
  }
}

.co-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
}
@media (min-width: 640px) {
  .co-map iframe {
    height: 472px;
  }
}