
/*
** Variable
*/

html {
  --standard-width: 375;
  --standard-font-size: 14;
  --wrapper-size: 0.84;
  --main: #00D2CD;
  --dark: #00A5AF;
  --bright: #D2F5F5;
  --yellow: #FFFFE6;
}


/*
** Base
*/

body {
  font-size: calc(var(--standard-font-size) * 100vw / var(--standard-width));
  line-height: 1.75;
}


/*
** Wrapper
*/

.body__inner {
  max-width: unset;
}

.wrap__width--ad {
  width: calc(var(--wrapper-size) * 100%);
  margin-left: auto;
  margin-right: auto;
}


/*
** Component
*/

.text__body {
  text-align: justify;
}



/*
** #hero-animation
*/

body.is-animating {
  overflow: hidden;
}

body.is-animating .main,
body.is-animating #aviation-department-fixed,
body.is-animating .aviation-department-footer {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

body:not(.is-animating) .main,
body:not(.is-animating) #aviation-department-fixed,
body:not(.is-animating) .aviation-department-footer {
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#hero-animation {
  position: relative;
  width: calc(375 * 100vw / var(--standard-width));
  height: calc(499.878 * 100vw / var(--standard-width));
  background-image: url(../image/aviation-department/bg_hero@sm.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

#animation_container,
#canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: auto;
}

#hero-animation.is-animated #animation_container {
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#dom_overlay_container {
  pointer-events:none;
  overflow:hidden;
  width: 100%;
  height:100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}



/*
** .aviation-department-header
*/

.aviation-department-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index--mid);
  width: 100%;
}

.aviation-department-header__inner {
  width: 100%;
  padding: calc(20 * 100vw / var(--standard-width));
}

.aviation-department-header__page-name {
  width: calc(300 * 100vw / var(--standard-width));
}


/*
** .main
*/

.main {
  margin-bottom: calc(60 * 100vw / var(--standard-width));
}



/*
** .intro
*/

.intro {
  margin-top: calc(-90 * 100vw / var(--standard-width));
  margin-bottom: calc(45 * 100vw / var(--standard-width));
}

.intro__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(40 * 100vw / var(--standard-width));
  margin-left: calc(40 * 100vw / var(--standard-width));
}

.intro__image {
  position: relative;
  padding-left: calc(5 * 100vw / var(--standard-width));
}

.intro__image-caption {
  position: absolute;
  bottom: calc(-17.4 * 100vw / var(--standard-width));
  right: calc(7 * 100vw / var(--standard-width));
  width: 93%;
}

.intro__contents {
  margin-right: calc(40 * 100vw / var(--standard-width));
}

.intro__message-catch {
  font-size: calc(29 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--main);
  line-height: 1.25;
  margin-bottom: calc(20 * 100vw / var(--standard-width));
}

.intro__message-body br {
  display: none;
}


/*
** .proposal
*/

.proposal__inner {
  background-color: var(--bright);
  padding-bottom: calc(60 * 100vw / var(--standard-width));
}

.proposal__video {
  width: 100%;
}

.proposal__video--xl {
  display: none;
}

.proposal__contents {
  position: relative;
  margin-top: calc(-30 * 100vw / var(--standard-width));
}

.proposal__catch {
  position: absolute;
  top: calc(-325 * 100vw / var(--standard-width));
  right: calc(55 * 100vw / var(--standard-width));
  z-index: var(--z-index--low);
  width: calc(94 * 100vw / var(--standard-width));
}

.proposal__message {
  background-color: #fff;
  padding: calc(30 * 100vw / var(--standard-width));
}

.proposal__message-lead {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(10 * 100vw / var(--standard-width));
  font-size: calc(15 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--dark);
  font-style: italic;
  line-height: 1.5;
  margin-bottom: calc(20 * 100vw / var(--standard-width));
}


/*
** .runway
*/

.runway {
  position: relative;
  z-index: 0;
  margin-top: calc(-33 * 100vw / var(--standard-width));
}

.runway__intro {
  background-color: var(--main);
  background-image: url(../image/aviation-department/bg_runway-intro.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  clip-path: polygon(0 calc(33 * 100vw / var(--standard-width)), 100% 0%, 100% 100%, 0% 100%);
  padding-top: calc(78 * 100vw / var(--standard-width));
  padding-bottom: calc(45 * 100vw / var(--standard-width));
}

.runway__intro-catch {
  margin-bottom: calc(10 * 100vw / var(--standard-width));
}

.runway__intro-body {
  font-weight: 500;
  transform: rotate(-4deg);
  margin-bottom: calc(10 * 100vw / var(--standard-width));
}

.runway__intro-airplane {
  width: calc(150 * 100vw / var(--standard-width));
  margin-left: auto;
}

.runway__sections {
  background-color: #fff;
  background-image: url(../image/aviation-department/bg_runway-sections.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - calc(33 * 100vw / var(--standard-width))), 0% 100%);
  padding-top: calc(30 * 100vw / var(--standard-width));
  padding-bottom: calc(35 * 100vw / var(--standard-width));
}

.runway__sections-inner {
  margin-left: calc(20 * 100vw / var(--standard-width));
  margin-right: calc(20 * 100vw / var(--standard-width));
}

.runway__sections-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  grid-column-gap: calc(17.5 * 100vw / var(--standard-width));
}

.runway__sections-item a {
  height: 100%;
}

.runway__sections-image {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, max-content) 1fr;
  grid-row-gap: calc(15 * 100vw / var(--standard-width));
  align-items: end;
  height: 100%;
}

.runway__sections-image::after {
  content: '\f13a';
  display: block;
  font-size: calc(25 / var(--standard-font-size) * 1em);
  font-weight: lighter;
  color: var(--main);
  line-height: 1;
  text-align: center;
}

.runway__sections-desc {
  font-size: calc(13 / var(--standard-font-size) * 1em);
  font-weight: 500;
  line-height: 1.5;
}


/*
** .sections
*/

.section-intro {
  margin-top: calc(-33 * 100vw / var(--standard-width));
}

.section-intro:nth-child(odd) {
  background-color: var(--bright);
}

.section-intro:nth-child(even) {
  position: relative;
  z-index: 0;
  clip-path: polygon(0 calc(33 * 100vw / var(--standard-width)), 100% 0%, 100% calc(100% - calc(33 * 100vw / var(--standard-width))), 0% 100%);
  background-color: #fff;
}

.section-intro__inner {
  padding-top: calc(60 * 100vw / var(--standard-width));
  padding-bottom: calc(93 * 100vw / var(--standard-width));
}

.section-intro__overview {
  margin-bottom: calc(30 * 100vw / var(--standard-width));
}

.section-intro__image {
  position: relative;
  margin-bottom: calc(30 * 100vw / var(--standard-width));
}

.section-intro:nth-child(odd) .section-intro__image {
  margin-left: 5%;
}

.section-intro:nth-child(odd) .section-intro__image > img {
  border-top-left-radius: calc(20 * 100vw / var(--standard-width));
  border-bottom-left-radius: calc(20 * 100vw / var(--standard-width));
}

.section-intro:nth-child(even) .section-intro__image {
  margin-right: 5%;
}

.section-intro:nth-child(even) .section-intro__image > img {
  border-top-right-radius: calc(20 * 100vw / var(--standard-width));
  border-bottom-right-radius: calc(20 * 100vw / var(--standard-width));
}

.section-intro__image-catch {
  position: absolute;
  top: calc(-20 * 100vw / var(--standard-width));
  width: calc(94 * 100vw / var(--standard-width));
}

.section-intro:nth-child(odd) .section-intro__image-catch {
  left: calc(15 * 100vw / var(--standard-width));
}

.section-intro:nth-child(even) .section-intro__image-catch {
  right: calc(15 * 100vw / var(--standard-width));
}

.section-intro__desc {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(20 * 100vw / var(--standard-width));
}

.section-intro__desc-headline {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-auto-rows: max-content;
  grid-column-gap: calc(15 * 100vw / var(--standard-width));
  align-items: center;
  color: var(--dark);
  line-height: 1;
}

.section-intro__desc-headline-num {
  font-size: calc(80 / var(--standard-font-size) * 1em);
  font-weight: 300;
  font-style: italic;
}

.section-intro__desc-headline-en {
  font-weight: 300;
  font-style: italic;
  margin-bottom: calc(5 * 100vw / var(--standard-width));
}

.section-intro__desc-headline-body {
  font-size: calc(42 / var(--standard-font-size) * 1em);
  font-weight: bold;
}

.section-intro__desc-body:last-child {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-auto-rows: max-content;
  grid-column-gap: calc(15 * 100vw / var(--standard-width));
  align-items: end;
}

.section-intro__desc-recommend {
  font-size: calc(15 / var(--standard-font-size) * 1em);
  color: var(--dark);
}

.section-intro__desc-recommend-headline {
  width: fit-content;
  font-weight: bold;
  line-height: 1.25;
  background-color: var(--yellow);
  padding: calc(5 * 100vw / var(--standard-width));
  margin-bottom: calc(10 * 100vw / var(--standard-width));
}

.section-intro__desc-recommend-headline i {
  margin-right: calc(5 * 100vw / var(--standard-width));
}

.section-intro__desc-recommend-body {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
}

.section-intro__desc-recommend-body p::before {
  content: '\23';
}

.section-intro__business-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(20 * 100vw / var(--standard-width));
}

.section-intro__business-item {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(10 * 100vw / var(--standard-width));
}

.section-intro__business-image img {
  border-radius: calc(10 * 100vw / var(--standard-width));
}

.section-intro__business-headline {
  font-size: calc(20 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--dark);
  line-height: 1.25;
}


/*
** .real
*/

.real {
  position: relative;
  z-index: 0;
  clip-path: polygon(0 calc(33 * 100vw / var(--standard-width)), 100% 0%, 100% 100%, 0% 100%);
  background-color: var(--yellow);
  margin-top: calc(-33 * 100vw / var(--standard-width));
}

.real__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: max-content;
  grid-gap: calc(20 * 100vw / var(--standard-width));
  align-items: center;
  padding-top: calc(60 * 100vw / var(--standard-width));
  padding-bottom: calc(90 * 100vw / var(--standard-width));
}

.real__headline {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.real__notice-list {
  display: contents;
}

.real__notice-item {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 3.5em max-content max-content;
  grid-row-gap: calc(5 * 100vw / var(--standard-width));
  align-items: center;
  height: 100%;
}

.real__notice-headline {
  font-size: calc(18 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--dark);
  text-align: center;
  line-height: 1.25;
}

.real__notice-headline span {
  position: relative;
  display: inline-block;
}

.real__notice-headline span::after {
  content: '';
  position: absolute;
  bottom: -0.25em;
  left: -5%;
  z-index: -1;
  display: block;
  width: 110%;
  height: 0.75em;
  background-color: #FFFF7D;
}

.real__notice-desc {
  font-size: calc(13 / var(--standard-font-size) * 1em);
  line-height: 1.5;
}


/*
** .reason
*/

.reason__inner {
  padding-top: calc(60 * 100vw / var(--standard-width));
  padding-bottom: calc(90 * 100vw / var(--standard-width));
}

.reason__headline {
  font-size: calc(25 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--dark);
  margin-bottom: calc(45 * 100vw / var(--standard-width));
}

.reason__headline span {
  position: relative;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.reason__headline span:first-child {
  transform: translateX(-1em);
}

.reason__headline span:last-child {
  transform: translateX(1em);
}

.reason__headline span::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 115%;
  height: 0.75em;
  background-color: #FFFF7D;
}

.reason__headline span:first-child::after {
  left: -10%;
}

.reason__headline span:last-child::after {
  right: -10%;
}

.reason__headline i {
  font-size: 1.4em;
}

.reason__staff-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(60 * 100vw / var(--standard-width));
}

.reason__staff-item {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(45 * 100vw / var(--standard-width));
  border-bottom: 1px dashed #646464;
  padding-bottom: calc(60 * 100vw / var(--standard-width));
}

.reason__staff-catch {
  font-size: calc(22 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--main);
  margin-bottom: calc(45 * 100vw / var(--standard-width));
}

.reason__staff-catch span {
  position: relative;
  display: inline-block;
}

.reason__staff-catch span::after {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0.75em;
  background-color: #FFFF7D;
}

.reason__staff-message {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(45 * 100vw / var(--standard-width));
}

.reason__staff-message-profile-name {
  font-size: calc(18 / var(--standard-font-size) * 1em);
  font-weight: bold;
}

.reason__staff-message-profile-position {
  font-size: calc(13 / var(--standard-font-size) * 1em);
  font-weight: 500;
}


/*
** .other
*/

.other {
  margin-bottom: calc(90 * 100vw / var(--standard-width));
}

.other__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(60 * 100vw / var(--standard-width));
}

.other__image {
  position: relative;
}

.other__catch {
  position: absolute;
  bottom: calc(-95 * 100vw / var(--standard-width));
  right: calc(10.25 * 100vw / var(--standard-width));
  width: calc(84.75 * 100vw / var(--standard-width));
}

.other__notice-list {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(45 * 100vw / var(--standard-width));
}

.other__notice-item {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(20 * 100vw / var(--standard-width));
}

.other__notice-headline {
  font-size: calc(20 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: var(--main);
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(15 * 100vw / var(--standard-width));
}

.other__notice-headline span {
  display: inline-block;
}


/*
** .cta
*/

.cta {
  position: relative;
  z-index: 0;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: calc(500 * 100vw / var(--standard-width));
  background-image: url(../image/aviation-department/bg_cta@sm.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.cta__inner {
  padding-top: calc(175 * 100vw / var(--standard-width));
}

.cta__contents {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  grid-row-gap: calc(15 * 100vw / var(--standard-width));
}

.cta__headline {
  font-size: calc(35 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: #0087F5;
  font-style: italic;
  line-height: 1.25;
  text-shadow: 0 0 calc(15 * 100vw / var(--standard-width)) #fff;
}

.cta__message-lead {
  margin-bottom: calc(10 * 100vw / var(--standard-width));
}

.cta__message-body {
  font-size: calc(16 / var(--standard-font-size) * 1em);
  font-weight: bold;
  line-height: 1.25;
}

.cta__button a {
  width: 100%;
  font-size: calc(20 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1;
  background-image: linear-gradient(#f50000, #cd0000);
  border-radius: calc(5 * 100vw / var(--standard-width));
  padding: calc(16 * 100vw / var(--standard-width))  calc(16 * 100vw / var(--standard-width));
}

.cta__button i {
  font-size: 1.1em;
  margin-right: calc(10 * 100vw / var(--standard-width));
}


/*
** #aviation-department-fixed
*/

#aviation-department-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: var(--z-index--mid);
  display: grid;
  grid-template-columns: 1fr calc(40 * 100vw / var(--standard-width));
  align-items: end;
  grid-column-gap: calc(5 * 100vw / var(--standard-width));
  width: 100%;
  padding: calc(19 * 100vw / var(--standard-width)) calc(15 * 100vw / var(--standard-width));
}

#aviation-department-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(40 * 100vw / var(--standard-width));
  height: calc(40 * 100vw / var(--standard-width));
  font-size: calc(20 / var(--standard-font-size) * 1em);
  color: var(--red);
  background-color: #fff;
  border: 1px solid var(--red);
  border-radius: 50%;
}

@media (hover: hover) and (pointer: fine) {
  #aviation-department-pagetop {
    cursor: pointer;
  }
}

#recruit-button {
  text-align: center;
}

#recruit-button a {
  font-size: calc(16 / var(--standard-font-size) * 1em);
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-image: linear-gradient(#f50000, #cd0000);
  border-radius: calc(5 * 100vw / var(--standard-width));
  padding: calc(12 * 100vw / var(--standard-width)) calc(20 * 100vw / var(--standard-width));
}

#recruit-button i {
  font-size: 1.125em;
  margin-right: calc(7 * 100vw / var(--standard-width));
}


/*
** .aviation-department-footer
*/

.aviation-department-footer {
  position: relative;
  z-index: 0;
}

.aviation-department-footer__inner {
  padding: calc(36 * 100vw / var(--standard-width)) calc(20 * 100vw / var(--standard-width)) calc(90 * 100vw / var(--standard-width));
}

.aviation-department-footer__sign {
  width: calc(335 * 100vw / var(--standard-width));
  margin-left: auto;
  margin-right: auto;
}
