@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
.body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: .7;
}
a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}
input,
select {
    vertical-align: middle;
}
body {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    width: 100%;
    min-width: 1025px;
    /* overflow-x: scroll; */
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
    letter-spacing: .075rem;
    overflow-x: hidden;
}
.logo {
    font-family: "corporate-logo-ver2", sans-serif;
font-weight: 700;
font-style: normal;
}
.en {
    font-family: "sheepman", serif;
font-weight: 400;
font-style: italic;
}
.num {
    font-family: "helvetica-neue-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
}
img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center !important;
}
.all {
    text-align: left !important;
}
.alr {
    text-align: right !important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both !important;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.inner {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
}
::-moz-selection {
    background-color: #e24f42;
}
::selection {
    background-color: #e24f42;
}
.bg_line {
    padding-top: calc(1.5 * var(--height));
    --height: 7.64vw;
            -webkit-mask-image: url(../img/line_top.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
            -webkit-mask-image: url(../img/line_top.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
                    mask-image: url(../img/line_top.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
                    mask-image: url(../img/line_top.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    -webkit-mask-size: contain;
            mask-size: contain;
    margin-top: calc(-1 * var(--height));
}
.bg_line02 {
    padding-top: calc(1.5 * var(--height));
    --height: 7.65vw;
            -webkit-mask-image: url(../img/line_btm.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
            -webkit-mask-image: url(../img/line_btm.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
                    mask-image: url(../img/line_btm.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(#000), to(#000));
                    mask-image: url(../img/line_btm.svg), linear-gradient(to bottom, transparent 0%, transparent var(--height), #000 var(--height), #000 100%);
    -webkit-mask-size: contain;
            mask-size: contain;
    margin-top: calc(-1 * var(--height));
}
/* 動き */
.anim-box {
    opacity: 0;
}
  .anim-box.popup.is-animated {
    -webkit-animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
            animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  }
   
  @-webkit-keyframes popup {
    0% {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
      40%,100% {
        opacity: 1;
      }
  }
   
  @keyframes popup {
    0% {
        -webkit-transform: translateY(40px);
                transform: translateY(40px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
      }
      40%,100% {
        opacity: 1;
      }
  }
  /* fadeUp */
.fadeUp {
    -webkit-animation-name: fadeUpAnime;
    animation-name: fadeUpAnime;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @-webkit-keyframes fadeUpAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes fadeUpAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
/* タイトル */
.ttl {
    text-align: center;
    margin: 0 auto;
}
.ttl span {
    display: inline-block;
    color: #c73022;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 10px;
}
.ttl span::after {
    content: '';
    position: absolute;
    left: 52%;
    top: 0;
    display: inline-block;
    width: 165px;
    height: 20px;
    background-color: #fff;
    -webkit-transform: translateX(-50%) skew(-20deg);
        -ms-transform: translateX(-50%) skew(-20deg);
            transform: translateX(-50%) skew(-20deg);
    z-index: -1;
}
.ttl h2 {
    font-size: 48px;
    font-style: italic;
    margin-top: 10px;
}
/* ヘッダー */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 20px 5%;
    z-index: 100;
}
.header.change-color {
    background-color: rgba(232, 239, 244, 0.7);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header .header_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header.sub_header {
    background-color: rgba(232, 239, 244, 0.7);
}
.header_contIn {
    width: 100%;
    max-width: 375px;
}
.header h1 {
    max-width: 265px;
}
/* ハンバーガー */
.hamburger-morph {
    position: fixed;
    top: 20px;
    right: 5%;
    z-index: 1000;
    width: 57px;
    height: 57px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
            box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
}
/* @media screen and (min-width: 1100px) {
    .hamburger-morph {
        right: calc(50% - 550px);
    }
} */
.nav-morph {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(8, 46, 80, 0.9);
    -webkit-clip-path: circle(0% at calc(100% - 80px) 55px);
            clip-path: circle(0% at calc(100% - 80px) 55px);
    -webkit-transition: -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transition: clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 900;
}
.hamburger-morph span {
    width: 38px;
    height: 3px;
    background-color: #c73022;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .hamburger-morph span:nth-of-type(1) {
    top: 20px;
  }
  .hamburger-morph span:nth-of-type(2) {
    top: 33px;
  }
  .hamburger-morph.active span:nth-of-type(1) {
    top: 27px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.hamburger-morph.active span:nth-of-type(2) {
    top: 27px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.nav-morph.active {
    -webkit-clip-path: circle(150% at calc(100% - 44px) 44px);
            clip-path: circle(150% at calc(100% - 44px) 44px);
}
.nav-morph__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
.nav-morph__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.nav-morph__item {
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
    -o-transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease;
    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.nav-morph.active .nav-morph__item {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}
.nav-morph__item:nth-child(7) {
    margin-top: 20px;
}
.nav-morph__link {
    position: relative;
    display: inline-block;
    padding: 15px;
    font-size: 22px;
    letter-spacing: .075rem;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.nav-morph__link.small {
    font-size: 16px;
    padding: 10px;
}
/* ボタン */
.header .btn {
    width: 100%;
    max-width: 275px;
}
.header .btn a {
    width: 100%;
    display: block;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
            box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
    max-width: 275px;
    padding: 20px 0;
    background: -o-linear-gradient(left, #c73022, #e24f42);
    background: -webkit-gradient(linear, left top, right top, from(#c73022), to(#e24f42));
    background: linear-gradient(90deg, #c73022, #e24f42);
    text-align: center;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    overflow: hidden;
    position: relative;
}
.header .btn a:hover {
    opacity: 1;
}
.header .btn a::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 100px;
    background-color: #962218;
}
.header .btn a::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    display: inline-block;
    width: 4px;
    height: 100px;
    background-color: #962218;
}
.header .btn a p {
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    font-size: 20px;
    color: #fff;
    position: relative;
}
.header .btn a p::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 47px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .btn a:hover p::after {
    right: 15px;
}
/* コンテンツ */
.sp_applyBtn {
    display: none;
}
.mv {
    background: url(../img/mv_bg.jpg) no-repeat center /cover;
    padding-bottom: 50px;
    position: relative;
}
.mv:before {
    content: '';
position: absolute;
left: 0;
bottom: 15px;
display: inline-block;
width: 100%;
height: 4px;
background-color: #105087;
}
.mv:after {
    content: '';
position: absolute;
left: 0;
bottom: 6px;
display: inline-block;
width: 100%;
height: 6px;
background-color: #105087;
}
.mv h2 {
    margin: 0 auto;
    padding-top: 100px;
    width: 90%;
}
/* campaign */
.campaign {
    background: url(../img/campaign_bg.jpg) no-repeat center /cover;
    padding: 50px 0 125px;
}
.campaign_ttl {
    background: -o-linear-gradient(left, #1f68a7 40%, #4390d3);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #1f68a7), to(#4390d3));
    background: linear-gradient(90deg, #1f68a7 40%, #4390d3);
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    padding: 20px 40px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 50px auto 0;
}
.campaign_ttl::after {
    content: '';
    display: inline-block;
    background: url(../img/campaign_num.png) no-repeat top center / 100% auto;
    width: 167px;
    height: 121px;
    position: absolute;
    left: 30px;
    top: -105%;
    -webkit-transform: translate(-50%) skew(20deg);
        -ms-transform: translate(-50%) skew(20deg);
            transform: translate(-50%) skew(20deg);
}
.campaign_ttl h3 {
    font-size: 24px;
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    font-style: italic;
}
.campaign_ttl .campaign_ttlCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.campaign_ttl .campaign_ttlCont p {
    font-size: 32px;
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    position: relative;
}
.campaign_ttl .campaign_ttlCont p:last-of-type {
    padding-left: 70px;
    display: inline-block;
}
.campaign_ttl .campaign_ttlCont p:last-of-type::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 50px;
    height: 10px;
    position: absolute;
    left: 15px;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.campaign_ttl .campaign_ttlCont p span.num {
    font-size: 52px;
}
.campaign_ttl .campaign_ttlCont p span.youbi {
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 7px;
    line-height: 1.2;
}
.campaign_ttl .campaign_ttlCont p span.youbi::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: 1px solid #fff;
}
.campaign h4 {
    font-size: 26px;
    line-height: 1.5;
    text-align: center;
    margin: 30px auto 20px;
}
.campaign h4 p {
    display: inline-block;
    color: #fff;
    -webkit-text-stroke: 1.2px #192e78;
    text-stroke: 1.2px #192e78;
    font-weight: 700;
    background: -o-linear-gradient(transparent 60%, #fcdc56 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fcdc56));
    background: linear-gradient(transparent 60%, #fcdc56 0%);
    line-height: 1;
    padding: 0 5px;
    margin: 0 3px;
}
.campaign h4 p:first-of-type {
    font-size: 32px;
}
.campaign h4 p span.num {
    font-size: 42px;
    font-weight: 800;
}
.campaign h4 p span.big {
    font-size: 32px;
}
.campaign_attention {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.campaign_calendar {
    position: relative;
    z-index: 1;
    margin: 45px auto 0;
}
.campaign_calendar::before {
    content: '';
    display: inline-block;
    background: url(../img/calendar_bg01.png) no-repeat top center / 100% auto;
    width: 579px;
    height: 148px;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
}
.campaign_calendar::after {
    content: '';
    display: inline-block;
    background: url(../img/calendar_bg02.png) no-repeat top center / 100% auto;
    width: 579px;
    height: 148px;
    position: absolute;
    right: -10px;
    bottom: -5px;
    z-index: -1;
}
.campaign_calendar_txt {
    font-size: 22px;
    line-height: 2;
    margin: 20px auto 0;
}
/* video */
.video {
    background: url(../img/video_bg.jpg) no-repeat center /cover;  
    padding: 100px 0 150px;
}
.video .ttl h2 {
    color: #06335a;
}
.video_cont {
    max-width: 865px;
    margin: 40px auto 0;
}
.video_cont iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.video p {
    text-align: center;
    color: #06335a;
    font-size: 24px;
    margin: 60px auto 40px;
}
/* apply */
.apply {
    background: url(../img/apply_bg.jpg) no-repeat center /cover;  
    padding: 105px 0 120px;
}
.apply figure {
    margin: 40px auto 30px;
}
.apply ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 810px;
    margin: 0 auto;
}
.apply ul li {
    width: 100%;
    max-width: 370px;
}
.apply ul li a {
    width: 100%;
    display: block;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
            box-shadow: 5px 5px 0px 0px rgba(87, 17, 11, .7);
    padding: 20px 0;
    background: -o-linear-gradient(left, #c73022, #e24f42);
    background: -webkit-gradient(linear, left top, right top, from(#c73022), to(#e24f42));
    background: linear-gradient(90deg, #c73022, #e24f42);
    text-align: center;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    overflow: hidden;
    position: relative;
}
.apply ul li a:hover {
    opacity: 1;
}
.apply ul li:first-child a {
    background: -o-linear-gradient(left, #ffffff, #fcc8c3);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#fcc8c3));
    background: linear-gradient(90deg, #ffffff, #fcc8c3);
}
.apply ul li a::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 100px;
    background-color: #962218;
}
.apply ul li a::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    display: inline-block;
    width: 4px;
    height: 100px;
    background-color: #962218;
}
.apply ul li:first-child a::after {
    background-color: #fcc8c3;
}
.apply ul li:first-child a::before {
    background-color: #fcc8c3;
}
.apply ul li a p {
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    font-size: 18px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.apply ul li:first-child a p {
    color: #a62014;
    padding-right: 40px;
}
.apply ul li a p::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 47px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.apply ul li:first-child a p::after {
    background: url(../img/arw_red.png) no-repeat top center / 100% auto;
}
.apply ul li a:hover p::after {
    right: 15px;
}
/* campaign02 */
.campaign02 {
    background: url(../img/campaign02_bg.jpg) no-repeat center /cover;  
    padding: 95px 0 115px;
}
.campaign02_ttl {
    background: -o-linear-gradient(left, #063259 40%, #3584c7);
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #063259), to(#3584c7));
    background: linear-gradient(90deg, #063259 40%, #3584c7);
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
    padding: 15px 20px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 50px auto 0;
    max-width: 905px;
}
.campaign02_ttl h3 {
    font-size: 19px;
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    font-style: italic;
}
.campaign02_ttl .campaign02_ttlCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.campaign02_ttl .campaign02_ttlCont p {
    font-size: 26px;
    -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
            transform: skew(20deg);
    position: relative;
}
.campaign02_ttl .campaign02_ttlCont p:last-of-type {
    padding-left: 70px;
    display: inline-block;
}
.campaign02_ttl .campaign02_ttlCont p:last-of-type::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 45px;
    height: 10px;
    position: absolute;
    left: 10px;
    top: 45%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.campaign02_ttl .campaign02_ttlCont p span.num {
    font-size: 42px;
}
.campaign02_ttl .campaign02_ttlCont p span.youbi {
    font-size: 19px;
    position: relative;
    display: inline-block;
    padding: 7px;
    line-height: 1.2;
}
.campaign02_ttl .campaign02_ttlCont p span.youbi::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    display: inline-block;
    width: 33px;
    height: 33px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50px;
    border: 1px solid #fff;
}
.campaign02_txt {
    font-size: 32px;
    color: #06335a;
    text-align: center;
    margin: 45px auto 0;
}
/* bnr */
.bnr {
    background: url(../img/bnr_bg.jpg) no-repeat center /cover;  
    padding: 155px 0 140px;
}
.bnr .bnrArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
                width: 89.5%;
                max-width: 990px;
                margin-left: 18px;
}
.bnr .bnrArea ul li {
    width: 50%;
}
.bnr .bnrArea ul li a {
    width: 100%;
    display: block;
    padding: 13px 0;
    background: -o-linear-gradient(left, #b62013, #e95c4f);
    background: -webkit-gradient(linear, left top, right top, from(#b62013), to(#e95c4f));
    background: linear-gradient(90deg, #b62013, #e95c4f);
    text-align: center;
    -webkit-transform: skew(-11deg);
        -ms-transform: skew(-11deg);
            transform: skew(-11deg);
}
.bnr .bnrArea ul li a:hover {
    opacity: 1;
}
.bnr .bnrArea ul li a p {
    font-size: 28px;
    color: #fff;
    -webkit-transform: skew(11deg);
        -ms-transform: skew(11deg);
            transform: skew(11deg);
    font-style: italic;
    position: relative;
}
.bnr .bnrArea ul li a p::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 47px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.bnr .bnrArea ul li a:hover p::after {
    right: 15px;
}
/* footer */
.footer {
    background: -o-linear-gradient(left, #063259, #1d68a8);
    background: -webkit-gradient(linear, left top, right top, from(#063259), to(#1d68a8));
    background: linear-gradient(90deg, #063259, #1d68a8);
    padding: 20px 0;
}
.footer .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.foote01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
}
.foote01 h1 {
    width: 80px;
    margin-right: 45px;
}
.foote01 ul {
    margin-top: 5px;
}
.foote01 ul li:first-child {
    margin-bottom: 15px;
}
.foote01 ul li a {
    color: #fff;
    font-size: 16px;
}
.foote02 {
    width: 40%;
}
.foote02 h2 {
    font-size: 16px;
    background-color: #fff;
    color: #10395d;
    display: inline-block;
    padding: 7px 7px 5px;
}
.foote02 p {
    font-size: 14px;
    line-height: 1.7;
}
.copyright {
    font-size: 12px;
    text-align: center;
    margin: 35px auto 0;
}
/* 利用規約ページ */
.terms {
    background: url(../img/term_bg.jpg) no-repeat center /cover;  
    padding: 140px 0 115px;
    color: #06335a;
}
.terms_top {
    margin: 50px auto 0;
}
.terms_top p {
    margin: 5px auto 20px;
    font-size: 16px;
    line-height: 1.3;
}
.terms_cont p {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 1rem;
    text-indent: -1rem;
    margin: 0 auto 5px;
}
.terms_cont ul {
    margin-left: 20px;
}
.terms_cont ul li {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 2.6rem;
    text-indent: -2.6rem;
}
.terms_cont h3 {
    margin-top: 15px;
}
@media only screen and (max-width: 1090px) {
    .campaign_ttl::after {
        width: 150px;
        height: 107px;
        left: 40px;
        top: -100%;
    }
    .campaign_ttl h3 {
        font-size: 20px;
    }
    .campaign_ttl .campaign_ttlCont p {
        font-size: 28px;
    }
    .campaign_ttl .campaign_ttlCont p:last-of-type::after {
        width: 45px;
    }
    .campaign_ttl .campaign_ttlCont p span.num {
        font-size: 42px;
    }
    .campaign_ttl .campaign_ttlCont p span.youbi {
        font-size: 20px;
    }
    .campaign_ttl .campaign_ttlCont p span.youbi::before {
        width: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        min-width: 100%;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
/* タイトル */
.ttl span {
    font-size: 18px;
    padding-left: 5px;
}
.ttl h2 {
    font-size: 32px;
}
/* ヘッダー */
.header {
    padding: 10px 5%;
}
.header h1 {
    max-width: 100px;
}
.header_contIn {
    max-width: 255px;
}
/* ハンバーガー */
.nav-morph {
    -webkit-clip-path: circle(0% at calc(100% - 45px) 35px);
            clip-path: circle(0% at calc(100% - 45px) 35px);
}
.hamburger-morph {
    top: 10px;
    width: 50px;
    height: 50px;
}
.hamburger-morph span {
    width: 35px;
    left: 8px;
  }
  .hamburger-morph span:nth-of-type(1) {
    top: 17px;
  }
  .hamburger-morph span:nth-of-type(2) {
    top: 30px;
  }
  .hamburger-morph.active span:nth-of-type(1), .hamburger-morph.active span:nth-of-type(2) {
    top: 23px;
  }
  /* ボタン */
.header .btn {
    display: none;
}
/* コンテンツ */
.sp_applyBtn {
    display: block!important;
    position: fixed;
    bottom: 0;
    z-index: 50;
    background: -o-linear-gradient(left, #c73022, #e24f42);
    background: -webkit-gradient(linear, left top, right top, from(#c73022), to(#e24f42));
    background: linear-gradient(90deg, #c73022, #e24f42);
    text-align: center;
    width: 100%;
    padding: 20px 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(13, 39, 61, .5);
            box-shadow: 0px 0px 20px 0px rgba(13, 39, 61, .5);
}
.sp_applyBtn a {
    display: block;
    width: 100%;
}
.sp_applyBtn a p {
    color: #fff;
    font-size: 18px;
    position: relative;
}
.sp_applyBtn a::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 100px;
    background-color: #962218;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
}
.sp_applyBtn a::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    display: inline-block;
    width: 4px;
    height: 100px;
    background-color: #962218;
    -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
            transform: skew(-20deg);
}
.sp_applyBtn a p::after {
    content: '';
    display: inline-block;
    background: url(../img/arw_white.png) no-repeat top center / 100% auto;
    width: 47px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mv {
    background: url(../img/mv_bgsp.jpg) no-repeat center /cover;
    padding-bottom: 40px;
}
.mv h2 {
    padding-top: 80px;
}
/* campaign */
.campaign {
    padding: 40px 0 80px;
}
.campaign_ttl {
    padding: 45px 20px 10px;
    display: block;
    margin: 50px auto 0;
    width: 80%;
    text-align: center;
}
.campaign_ttl::after {
    width: 120px;
    height: 107px;
    left: 40px;
    top: -25%;
}
.campaign_ttl h3 {
    font-size: 18px;
    margin: 0 auto 15px;
}
.campaign_ttl .campaign_ttlCont {
    display: block;
}
.campaign_ttl .campaign_ttlCont p {
    font-size: 20px;
    display: block;
}
.campaign_ttl .campaign_ttlCont p:last-of-type {
    padding-left: 50px;
}
.campaign_ttl .campaign_ttlCont p:last-of-type::after {
    width: 35px;
    height: 8px;
}
.campaign_ttl .campaign_ttlCont p span.num {
    font-size: 28px;
}
.campaign_ttl .campaign_ttlCont p span.youbi {
    font-size: 16px;
}
.campaign_ttl .campaign_ttlCont p span.youbi::before {
    width: 25px;
    height: 25px;
    top: 3px;
}
.campaign h4 {
    font-size: 20px;
    margin: 20px auto;
}
.campaign h4 p:first-of-type {
    font-size: 24px;
}
.campaign h4 p span.num {
    font-size: 30px;
}
.campaign h4 p span.big {
    font-size: 24px;
}
.campaign_attention {
    font-size: 14px;
}
.campaign_calendar {
    margin: 30px auto 0;
    max-width: 700px;
}
.campaign_calendar::before {
    width: 300px;
    height: 77px;
}
.campaign_calendar::after {
    width: 300px;
    height: 77px;
    bottom: -10px;
}
.campaign_calendar figure {
    width: 100%;
    margin: 0 auto 13px;
}
.campaign_calendar ul {
    width: 100%;
}
.campaign_calendar ul li {
    margin-bottom: 13px;
}
.campaign_calendar_txt {
    font-size: 16px;
}
/* video */
.video {
    padding: 60px 0 80px;
}
.video_cont {
    margin: 30px auto 0;
    max-width: 700px;
}
.video p {
    font-size: 22px;
}
/* apply */
.apply {
    padding: 60px 0 80px;
}
.apply figure {
    margin: 30px auto 20px;
    max-width: 700px;
}
.apply ul {
    display: block;
    width: 90%;
}
.apply ul li {
    margin: 0 auto;
}
.apply ul li:first-child {
    margin-bottom: 20px;
}
.apply ul li a {
    padding: 15px 0;
}
.apply ul li a p {
    font-size: 16px;
}
.apply ul li a p::after {
    width: 35px;
    height: 8px;
    right: 15px;
}
/* campaign02 */
.campaign02 {
    padding: 40px 0 60px;
}
.campaign02_ttl {
    padding: 15px 20px 5px;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    width: 80%;
}
.campaign02_ttl h3 {
    font-size: 16px;
    margin-bottom: 10px;
}
.campaign02_ttl .campaign02_ttlCont {
    display: block;
}
.campaign02_ttl .campaign02_ttlCont p {
    font-size: 20px;
}
.campaign02_ttl .campaign02_ttlCont p:last-of-type {
    padding-left: 50px;
}
.campaign02_ttl .campaign02_ttlCont p:last-of-type::after {
    width: 35px;
    height: 8px;
}
.campaign02_ttl .campaign02_ttlCont p span.num {
    font-size: 28px;
}
.campaign02_ttl .campaign02_ttlCont p span.youbi {
    font-size: 16px;
}
.campaign02_ttl .campaign02_ttlCont p span.youbi::before {
    width: 25px;
    height: 25px;
    top: 3px;
}
.campaign02_txt {
    font-size: 22px;
    margin: 25px auto 0;
}
/* bnr */
.bnr {
    padding: 80px 0;
}
.bnr figure {
    max-width: 700px;
    margin: 0 auto;
}
.bnr .bnrArea ul {
    display: block;
    width: 90%;
    margin: 10px auto 0;
}
.bnr .bnrArea ul li {
    width: 100%;
    margin: 0 auto 10px;
    max-width: 370px;
}
.bnr .bnrArea ul li a {
    width: 100%;
    -webkit-transform: skew(-9deg);
        -ms-transform: skew(-9deg);
            transform: skew(-9deg);
}
.bnr .bnrArea ul li a:hover {
    opacity: 1;
}
.bnr .bnrArea ul li a p {
    font-size: 18px;
    -webkit-transform: skew(9deg);
        -ms-transform: skew(9deg);
            transform: skew(9deg);
}
.bnr .bnrArea ul li a p::after {
    width: 35px;
        height: 8px;
        right: 15px;
}
/* footer */
.footer {
    padding: 20px 0 70px;
}
.footer .inner {
    display: block;
}
.foote01 {
    width: 100%;
    margin: 0 auto 40px;
}
.foote01 h1 {
    width: 65px;
    margin-right: 30px;
}
.foote01 ul li a {
    color: #fff;
    font-size: 16px;
}
.foote02 {
    width: 100%;
}
.copyright {
    font-size: 9px;
    margin: 20px auto 0;
}
/* 利用規約ページ */
.terms {
    padding: 120px 0 60px;
    color: #06335a;
}
.terms_top p {
    font-size: 14px;
}
.terms_cont p {
    font-size: 14px;
}
.terms_cont ul {
    margin-left: 10px;
}
.terms_cont ul li {
    font-size: 14px;
    padding-left: 2.2rem;
    text-indent: -2.2rem;
}
}
