@charset "UTF-8";
/*-----------------------------------------------------
  フォント
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
.roboto {
  font-family: "Roboto", sans-serif;
}

/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
html,
body,
div,
article,
section,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
table,
th,
td,
a,
p,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: top;
}

html {
  overflow-y: scroll;
}

ul,
li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 0.5ex;
}

sub {
  top: 0.5ex;
}

img {
  border: none;
  width: 100%;
}

a,
button {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
}

/*-----------------------------------------------------
  共通
-----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.625;
  color: #333;
  min-width: 1300px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 14px;
    min-width: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  body {
    font-size: 3.73333vw;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1300px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 750px) {
  .inner {
    width: 89.33333%;
    padding: 0;
  }
}

.inner_s {
  margin-left: auto;
  margin-right: auto;
  width: 1160px;
}
@media only screen and (max-width: 750px) {
  .inner_s {
    width: 89.33333%;
    padding: 0;
  }
}

.inner_t {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
@media only screen and (max-width: 750px) {
  .inner_t {
    width: 89.33333%;
    padding: 0;
  }
}

#wrapper {
  opacity: 0;
  transition: opacity 0.5s;
}
#wrapper.loaded {
  opacity: 1;
}

.switch {
  opacity: 0;
  transition: opacity 0.2s;
}

.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 750px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .res-sp {
    display: inline !important;
  }
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

ul.list {
  font-size: 0;
  letter-spacing: 0;
}
ul.list li {
  display: inline-block;
  vertical-align: top;
}

.imgtxt {
  display: block;
  height: 0;
  overflow: hidden;
  background: no-repeat center center;
  background-size: contain;
}

.sec {
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .sec {
    padding-top: 60px;
  }
}

.sec-title {
  position: relative;
  font-size: 49px;
  line-height: 1.22449;
  letter-spacing: 0.19em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .sec-title {
    font-size: 26px;
    line-height: 1.38462;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .sec-title {
    font-size: 6.93333vw;
  }
}
.sec-title > span {
  display: block;
  font-size: 19px;
  color: #22339b;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .sec-title > span {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.underline {
  padding-bottom: 0px;
  background-size: 1px 1px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
  background-image: linear-gradient(left, #fff 0%, #fff 100%);
}

.anim-txt {
  display: block;
  overflow: hidden;
}
.anim-txt > b {
  display: block;
  font-weight: normal;
  opacity: 0;
  transform: translateY(100%);
  transition: 1.2s cubic-bezier(0.01, 0.05, 0, 1);
  transition-property: transform, opacity;
}
.loaded .anim-txt > b {
  transform: translateY(0%);
  opacity: 1;
}

/*  共通スタイル  */
.mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr100 {
  padding-right: 100px !important;
}

@media only screen and (max-width: 750px) {
  .mt0 {
    margin-top: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml0 {
    margin-left: 0 !important;
  }

  .ml5 {
    margin-left: 2.5px !important;
  }

  .ml10 {
    margin-left: 5px !important;
  }

  .ml15 {
    margin-left: 7.5px !important;
  }

  .ml20 {
    margin-left: 10px !important;
  }

  .ml30 {
    margin-left: 15px !important;
  }

  .ml40 {
    margin-left: 20px !important;
  }

  .ml50 {
    margin-left: 25px !important;
  }

  .ml60 {
    margin-left: 30px !important;
  }

  .ml70 {
    margin-left: 35px !important;
  }

  .ml80 {
    margin-left: 40px !important;
  }

  .ml90 {
    margin-left: 45px !important;
  }

  .ml100 {
    margin-left: 50px !important;
  }

  .mr0 {
    margin-right: 0 !important;
  }

  .mr5 {
    margin-right: 2.5px !important;
  }

  .mr10 {
    margin-right: 5px !important;
  }

  .mr15 {
    margin-right: 7.5px !important;
  }

  .mr20 {
    margin-right: 10px !important;
  }

  .mr30 {
    margin-right: 15px !important;
  }

  .mr40 {
    margin-right: 20px !important;
  }

  .mr50 {
    margin-right: 25px !important;
  }

  .mr60 {
    margin-right: 30px !important;
  }

  .mr70 {
    margin-right: 35px !important;
  }

  .mr80 {
    margin-right: 40px !important;
  }

  .mr90 {
    margin-right: 45px !important;
  }

  .mr100 {
    margin-right: 50px !important;
  }

  .pt0 {
    padding-top: 0 !important;
  }

  .pt5 {
    padding-top: 2.5px !important;
  }

  .pt10 {
    padding-top: 5px !important;
  }

  .pt15 {
    padding-top: 7.4px !important;
  }

  .pt20 {
    padding-top: 10px !important;
  }

  .pt30 {
    padding-top: 15px !important;
  }

  .pt40 {
    padding-top: 20px !important;
  }

  .pt50 {
    padding-top: 25px !important;
  }

  .pt60 {
    padding-top: 30px !important;
  }

  .pt70 {
    padding-top: 35px !important;
  }

  .pt80 {
    padding-top: 40px !important;
  }

  .pt90 {
    padding-top: 45px !important;
  }

  .pt100 {
    padding-top: 50px !important;
  }

  .pb0 {
    padding-bottom: 0 !important;
  }

  .pb5 {
    padding-bottom: 2.5px !important;
  }

  .pb10 {
    padding-bottom: 5px !important;
  }

  .pb15 {
    padding-bottom: 7.4px !important;
  }

  .pb20 {
    padding-bottom: 10px !important;
  }

  .pb30 {
    padding-bottom: 15px !important;
  }

  .pb40 {
    padding-bottom: 20px !important;
  }

  .pb50 {
    padding-bottom: 25px !important;
  }

  .pb60 {
    padding-bottom: 30px !important;
  }

  .pb70 {
    padding-bottom: 35px !important;
  }

  .pb80 {
    padding-bottom: 40px !important;
  }

  .pb90 {
    padding-bottom: 45px !important;
  }

  .pb100 {
    padding-bottom: 50px !important;
  }

  .pl0 {
    padding-left: 0 !important;
  }

  .pl5 {
    padding-left: 2.5px !important;
  }

  .pl10 {
    padding-left: 5px !important;
  }

  .pl15 {
    padding-left: 7.4px !important;
  }

  .pl20 {
    padding-left: 10px !important;
  }

  .pl30 {
    padding-left: 15px !important;
  }

  .pl40 {
    padding-left: 20px !important;
  }

  .pl50 {
    padding-left: 25px !important;
  }

  .pl60 {
    padding-left: 30px !important;
  }

  .pl70 {
    padding-left: 35px !important;
  }

  .pl80 {
    padding-left: 40px !important;
  }

  .pl90 {
    padding-left: 45px !important;
  }

  .pl100 {
    padding-left: 50px !important;
  }

  .pr0 {
    padding-right: 0 !important;
  }

  .pr5 {
    padding-right: 2.5px !important;
  }

  .pr10 {
    padding-right: 5px !important;
  }

  .pr15 {
    padding-right: 7.5px !important;
  }

  .pr20 {
    padding-right: 10px !important;
  }

  .pr30 {
    padding-right: 15px !important;
  }

  .pr40 {
    padding-right: 20px !important;
  }

  .pr50 {
    padding-right: 25px !important;
  }

  .pr60 {
    padding-right: 30px !important;
  }

  .pr70 {
    padding-right: 35px !important;
  }

  .pr80 {
    padding-right: 40px !important;
  }

  .pr90 {
    padding-right: 45px !important;
  }

  .pr100 {
    padding-right: 50px !important;
  }
}
/*-----------------------------------------------------
  mv
-----------------------------------------------------*/
#mv {
  position: relative;
  color: #fff;
  z-index: 999;
}
@media print, only screen and (min-width: 751px) {
  #mv {
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #mv:before {
    display: block;
    float: left;
    content: "";
    height: 827px;
  }
}
@media only screen and (max-width: 750px) {
  #mv {
    height: 131.2vw;
    margin-top: 60px;
  }
}
#mv #mv-bg {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  height: 827px;
}
@media only screen and (max-width: 750px) {
  #mv #mv-bg {
    height: 131.2vw;
  }
}
#mv #mv-bg:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: cover;
  transform: scale(1.2);
  opacity: 0.5;
  transition: transform 7s cubic-bezier(0.1, 0.5, 0.3, 1), opacity 1s ease-in-out;
  backface-visibility: hidden;
  width: 100%;
  height: 0;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media print, only screen and (min-width: 751px) {
  #mv #mv-bg:after {
    height: 827px;
    background-image: url(../img/mv-pc.jpg);
  }
}
@media only screen and (max-width: 750px) {
  #mv #mv-bg:after {
    padding-top: 131.2%;
    background-image: url(../img/mv-sp.jpg);
  }
}
.loaded #mv #mv-bg:after {
  transform: scale(1);
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #mv .inner_s {
    padding-top: 20.13333vw;
  }
}
#mv .inner_s:before,
#mv .inner_s:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: contain;
  height: 0;
}
#mv .inner_s:before {
  top: 0px;
  left: -1px;
}
@media print, only screen and (min-width: 751px) {
  #mv .inner_s:before {
    width: 51.4375%;
    padding-top: 51.667%;
    background-image: url(../img/mv-triangle-left-pc.png);
  }
}
@media only screen and (max-width: 750px) {
  #mv .inner_s:before {
    width: 100%;
    padding-top: 100.4%;
    background-image: url(../img/mv-triangle-left-sp.png);
  }
}
#mv .inner_s:after {
  bottom: 0px;
  right: 0px;
}
@media print, only screen and (min-width: 751px) {
  #mv .inner_s:after {
    width: 19.5%;
    padding-top: 19.6875%;
    background-image: url(../img/mv-triangle-right-pc.png);
  }
}
@media only screen and (max-width: 750px) {
  #mv .inner_s:after {
    width: 24.8%;
    padding-top: 25.06667%;
    background-image: url(../img/mv-triangle-right-sp.png);
  }
}
#mv #mv-title {
  position: relative;
  width: 876px;
}
@media only screen and (max-width: 750px) {
  #mv #mv-title {
    width: 86.26667vw;
  }
}
#mv #mv-title #mv-subtitle {
  margin-bottom: 32px;
}
@media only screen and (max-width: 750px) {
  #mv #mv-title #mv-subtitle {
    margin-bottom: 3.2vw;
  }
}
#mv #mv-title #mv-subtitle.anim-txt > b {
  transition-duration: 0.7s;
  transition-delay: 0.5s;
}
@media print, only screen and (min-width: 751px) {
  #mv #mv-title #mv-subtitle .imgtxt {
    padding-top: 27px;
    background-image: url(../img/mv-subtitle-pc.png);
  }
}
@media only screen and (max-width: 750px) {
  #mv #mv-title #mv-subtitle .imgtxt {
    padding-top: 4.73684%;
    background-image: url(../img/mv-subtitle-sp.png);
  }
}
#mv #mv-title #mv-title-01 {
  margin-bottom: 17px;
}
@media only screen and (max-width: 750px) {
  #mv #mv-title #mv-title-01 {
    margin-bottom: 2.26667vw;
  }
}
#mv #mv-title #mv-title-01.anim-txt > b {
  transition-delay: 0.7s;
}
@media print, only screen and (min-width: 751px) {
  #mv #mv-title #mv-title-01 .imgtxt {
    padding-top: 75px;
    background-image: url(../img/mv-title-01-pc.png);
  }
}
@media only screen and (max-width: 750px) {
  #mv #mv-title #mv-title-01 .imgtxt {
    padding-top: 11.92982%;
    background-image: url(../img/mv-title-01-sp.png);
  }
}
#mv #mv-title #mv-title-02.anim-txt > b {
  transition-delay: 1s;
}
@media print, only screen and (min-width: 751px) {
  #mv #mv-title #mv-title-02 .imgtxt {
    display: none;
    padding-top: 75px;
  }
}
@media only screen and (max-width: 750px) {
  #mv #mv-title #mv-title-02 .imgtxt {
    padding-top: 11.92982%;
    background-image: url(../img/mv-title-02-sp.png);
  }
}
#mv #mv-lead {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 750px) {
  #mv #mv-lead {
    margin-top: 6.4vw;
    font-size: 3.73333vw;
    font-weight: bold;
  }
}
#mv #mv-lead .anim-txt > b {
  font-weight: bold;
  transform: translateY(0%);
  transition-duration: 3s;
  transition-delay: 1.5s;
}
@media only screen and (max-width: 750px) {
  #mv #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
  }
}
#mv #header #logo {
  position: absolute;
  top: 20px;
  left: 30px;
}
@media only screen and (max-width: 750px) {
  #mv #header #logo {
    top: 23px;
    left: 20px;
  }
}
#mv #header #logo .imgtxt {
  display: block;
  width: 404px;
  padding-top: 14.4%;
  background: no-repeat center center;
  background-size: contain;
}
@media print, only screen and (min-width: 751px) {
  #mv #header #logo .imgtxt {
    background-image: url(../img/logo-white.png);
  }
}
@media only screen and (max-width: 750px) {
  #mv #header #logo .imgtxt {
    background-image: url(../img/logo.png);
    width: 110px;
  }
}
#mv #header ul#mv-link {
  position: relative;
}
@media print, only screen and (min-width: 751px) {
  #mv #header ul#mv-link {
    margin-top: 50px;
    transition-property: transform, opacity;
  }
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link {
    text-align: right;
  }
}
#mv #header ul#mv-link li {
  height: 66px;
  display: inline-flex;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li {
    height: 60px;
  }
}
#mv #header ul#mv-link li.anim-txt {
  overflow: visible;
}
#mv #header ul#mv-link li.anim-txt > b {
  transform: translateY(0%);
}
@media print, only screen and (min-width: 751px) {
  #mv #header ul#mv-link li.anim-txt > b {
    transition-delay: 2.4s;
  }
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li.anim-txt > b {
    transition: 0s;
  }
}
#mv #header ul#mv-link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#mv #header ul#mv-link li:nth-child(1) a {
  width: 162px;
  background: rgba(255, 255, 255, 0.9) url(../img/arrow-down-red.png) no-repeat center bottom 14px;
  background-size: 10px auto;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.07em;
  transform: translateY(0);
  transition: color 0.2s, transform 0.2s;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li:nth-child(1) a {
    width: 122px;
    background-color: #e6ecef;
    background-size: 11px auto;
    background-position: center bottom 12px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #mv #header ul#mv-link li:nth-child(1) a {
    width: 32.53333vw;
  }
}
@media print, only screen and (min-width: 751px) {
  #mv #header ul#mv-link li:nth-child(1) a:hover {
    color: #c80b19;
    transform: translateY(3px);
  }
}
#mv #header ul#mv-link li:nth-child(1) a span {
  margin-bottom: 6px;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li:nth-child(1) a span {
    margin-bottom: 4px;
  }
}
#mv #header ul#mv-link li:nth-child(2) {
  margin-left: 9px;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li:nth-child(2) {
    margin-left: 0;
  }
}
#mv #header ul#mv-link li:nth-child(2) a {
  width: 253px;
  background-color: rgba(200, 11, 26, 0.86);
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.015em;
  transform: translateY(0);
  transition: background-color 0.2s, transform 0.2s;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li:nth-child(2) a {
    width: 61px;
    font-size: 14px;
    line-height: 1;
  }
}
@media print, only screen and (min-width: 751px) {
  #mv #header ul#mv-link li:nth-child(2) a:hover {
    background-color: rgba(222, 43, 57, 0.86);
    transform: translateY(3px);
  }
}
#mv #header ul#mv-link li:nth-child(2) a span {
  background: url(../img/icon-tel.png) no-repeat left center;
  background-size: auto 22px;
  padding-left: 30px;
  min-height: 22px;
}
@media only screen and (max-width: 750px) {
  #mv #header ul#mv-link li:nth-child(2) a span {
    padding: 25px 0 0 0;
    background-position: center top;
    background-size: auto 19px;
    min-height: auto;
  }
}
#mv #mv-scroll {
  position: absolute;
  display: block;
  width: 100%;
  line-height: 1;
  bottom: 20px;
  left: 0;
  text-align: center;
}
#mv #mv-scroll img {
  display: inline-block;
  width: 32px;
}

/*-----------------------------------------------------
  policy
-----------------------------------------------------*/
#policy {
  position: relative;
}
#policy:before {
  position: absolute;
  display: block;
  content: " ";
  top: 0px;
  left: 0px;
  border-left: 910px solid #f1f3f4;
  border-bottom: 910px solid transparent;
}
@media only screen and (max-width: 750px) {
  #policy:before {
    border-left: 52.66667vw solid #f1f3f4;
    border-bottom: 52.66667vw solid transparent;
  }
}
#policy #float_tel {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
}
@media only screen and (max-width: 750px) {
  #policy #float_tel {
    display: none;
  }
}
#policy #float_tel.anim {
  opacity: 0;
  transition: opacity 0.5s;
}
#policy #float_tel.anim-on {
  opacity: 1;
}
#policy #float_tel.fix {
  position: fixed;
}
#policy #float_tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3541a9;
  width: 282px;
  height: 84px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: opacity 0.2s;
}
#policy #float_tel a:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}
#policy #float_tel a em {
  display: block;
  font-size: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
  margin-top: 5px;
}
#policy .inner_s {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #policy .inner_s {
    width: 83.6%;
  }
}
#policy .inner_s:before {
  position: absolute;
  display: block;
  content: " ";
  background: url(../img/policy-map.png) no-repeat center center;
  background-size: contain;
  width: 850px;
  height: 834px;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 750px) {
  #policy .inner_s:before {
    width: 100%;
    height: 82.26667vw;
    top: -30px;
    left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #policy .sec-title {
    text-align: left;
  }
}
#policy #policy-txt {
  position: relative;
  margin: 40px 0 0 80px;
  padding-bottom: 383px;
}
@media print, only screen and (min-width: 751px) {
  #policy #policy-txt {
    padding-bottom: 710px;
  }
}
@media only screen and (max-width: 750px) {
  #policy #policy-txt {
    display: block;
    margin: 37.33333vw 0 0 0;
    padding-bottom: 15px;
  }
}
#policy #policy-txt p {
  margin-top: 15px;
  line-height: 2.41176;
}
#policy #policy-txt p:first-of-type {
  margin-top: 0;
}
#policy #policy-img {
  position: absolute;
  bottom: 120px;
  right: 495px;
}
@media only screen and (max-width: 750px) {
  #policy #policy-img {
    position: static;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: 60px;
  }
}

/*-----------------------------------------------------
  point
-----------------------------------------------------*/
#point {
  padding: 80px 0 120px;
  background: #3576dc no-repeat center bottom;
  background-size: cover;
}
@media print, only screen and (min-width: 751px) {
  #point {
    background-image: url(../img/point-bg-pc.jpg);
  }
}
@media only screen and (max-width: 750px) {
  #point {
    background-image: url(../img/point-bg-sp.jpg);
    background-size: 100% auto;
    padding: 50px 0 100px;
  }
}
#point #point-title {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.07em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #point #point-title {
    font-size: 29px;
    line-height: 1.4;
  }
}
#point #point-title small {
  font-weight: 100%;
}
@media only screen and (max-width: 750px) {
  #point #point-title small {
    font-size: 24px;
  }
}
#point #point-title big {
  font-size: 107px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #point #point-title big {
    font-size: 52px;
  }
}
#point #point-title .underline {
  padding-bottom: 5px;
  background-size: 1px 3px;
}
@media only screen and (max-width: 750px) {
  #point #point-title .underline {
    padding-bottom: 3px;
  }
}
#point ul#point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list {
    display: block;
    margin-top: 35px;
  }
}
@media print, only screen and (min-width: 751px) {
  #point ul#point-list li {
    width: 314px;
    background-color: #fff;
    box-shadow: 0px 14px 0px rgba(17, 18, 102, 0.24);
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 15px;
  }
  #point ul#point-list li:first-child {
    margin-top: 0;
  }
}
#point ul#point-list li .point-img {
  text-align: center;
  height: 180px;
  padding-top: 25px;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li .point-img {
    background-color: #fff !important;
    width: 140px;
    height: 137px;
    padding-top: 13px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li .point-img {
    width: 37.33333vw;
    height: 36.53333vw;
  }
}
#point ul#point-list li .point-img span {
  display: block;
  font-size: 34px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #1e3497;
  line-height: 1;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li .point-img span {
    font-size: 26px;
    text-align: left;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li .point-img span {
    font-size: 6.93333vw;
  }
}
#point ul#point-list li:nth-child(1) .point-img {
  background: url(../img/point-icon-01.gif) no-repeat center 77px;
  background-size: 98px auto;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li:nth-child(1) .point-img {
    background-position: center 41px;
    background-size: 81px auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li:nth-child(1) .point-img {
    background-position: center 10.93333vw;
    background-size: 21.6vw auto;
  }
}
#point ul#point-list li:nth-child(2) .point-img {
  background: url(../img/point-icon-02.gif) no-repeat center 61px;
  background-size: 111px auto;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li:nth-child(2) .point-img {
    background-position: center 35px;
    background-size: 80px auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li:nth-child(2) .point-img {
    background-position: center 9.33333vw;
    background-size: 21.33333vw auto;
  }
}
#point ul#point-list li:nth-child(3) .point-img {
  background: url(../img/point-icon-03.gif) no-repeat center 79px;
  background-size: 126px auto;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li:nth-child(3) .point-img {
    background-position: center 48px;
    background-size: 91px auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li:nth-child(3) .point-img {
    background-position: center 12.8vw;
    background-size: 24.26667vw auto;
  }
}
#point ul#point-list li:nth-child(4) .point-img {
  background: url(../img/point-icon-04.gif) no-repeat center 73px;
  background-size: 101px auto;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li:nth-child(4) .point-img {
    background-position: center 39px;
    background-size: 88px auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li:nth-child(4) .point-img {
    background-position: center 10.4vw;
    background-size: 26.13333vw auto;
  }
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li dl {
    flex: 1;
    padding-left: 16px;
  }
}
#point ul#point-list li dl dt {
  font-size: 27px;
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li dl dt {
    font-size: 17px;
    text-align: left;
    color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point ul#point-list li dl dt {
    font-size: 4.4vw;
  }
}
#point ul#point-list li dl dt .underline {
  padding-bottom: 0px;
  background-size: 1px 14px;
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left, #a0c9ee 0%, #a0c9ee 100%);
  background-image: linear-gradient(left, #a0c9ee 0%, #a0c9ee 100%);
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li dl dt .underline {
    line-height: 1;
    padding: 0 3px;
    background-size: 1px 100%;
    background-image: -webkit-linear-gradient(left, #1e3497 0%, #1e3497 100%);
    background-image: linear-gradient(left, #1e3497 0%, #1e3497 100%);
  }
}
#point ul#point-list li dl dd {
  line-height: 1.70588;
  letter-spacing: 0.03em;
  margin-top: 20px;
  padding: 0 25px;
}
@media only screen and (max-width: 750px) {
  #point ul#point-list li dl dd {
    padding: 0;
    margin-top: 8px;
    color: #fff;
  }
}
#point #point-safety {
  margin-top: 110px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #point #point-safety {
    margin-top: 40px;
  }
}
#point #point-safety #point-safety-title {
  font-size: 42px;
  color: #fff;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-safety-title {
    font-size: 25px;
  }
}
#point #point-safety #point-safety-lead {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-safety-lead {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
}
#point #point-safety #point-mark {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: 60px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark {
    margin-top: 35px;
    padding-bottom: 25px;
  }
}
#point #point-safety #point-mark #point-mark-title {
  position: relative;
  display: inline-block;
  padding: 6px 43px;
  background-color: #1e3496;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.03em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark #point-mark-title {
    padding: 4px 50px 6px;
    font-size: 17px;
  }
}
#point #point-safety #point-mark #point-mark-title:before,
#point #point-safety #point-mark #point-mark-title:after {
  position: absolute;
  display: block;
  content: " ";
  background-color: #a5a5a6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#point #point-safety #point-mark #point-mark-title:before {
  left: 18px;
}
#point #point-safety #point-mark #point-mark-title:after {
  right: 18px;
}
#point #point-safety #point-mark #point-mark-list {
  margin-top: 0;
}
#point #point-safety #point-mark #point-mark-list li {
  width: 300px;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark #point-mark-list li {
    width: 110px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point #point-safety #point-mark #point-mark-list li {
    width: 29.33333vw;
  }
}
#point #point-safety #point-mark #point-mark-list li .img {
  height: 186px;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark #point-mark-list li .img {
    height: 82px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #point #point-safety #point-mark #point-mark-list li .img {
    height: 21.86667vw;
  }
}
#point #point-safety #point-mark #point-mark-list li .img img {
  width: auto;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark #point-mark-list li .img img {
    height: 100%;
  }
}
#point #point-safety #point-mark #point-mark-list li .txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.53333;
}
@media only screen and (max-width: 750px) {
  #point #point-safety #point-mark #point-mark-list li .txt {
    margin-top: 12px;
    font-size: 10px;
  }
}
@media print, only screen and (min-width: 751px) {
  #point #point-safety #point-mark #point-mark-list li:nth-child(1) .img img {
    margin-top: 16px;
  }
}
@media print, only screen and (min-width: 751px) {
  #point #point-safety #point-mark #point-mark-list li:nth-child(2) .img img {
    margin-top: 21px;
  }
}

/*-----------------------------------------------------
  work
-----------------------------------------------------*/
#work {
  padding-bottom: 150px;
  background: #eeeef5 no-repeat 0 0;
}
@media print, only screen and (min-width: 751px) {
  #work {
    background-image: url(../img/work-line-pc.gif);
  }
}
@media only screen and (max-width: 750px) {
  #work {
    position: relative;
    background-image: url(../img/work-line-01-sp.gif);
    background-size: 40.8vw;
    padding-bottom: 60px;
  }
  #work:before {
    position: absolute;
    display: block;
    content: " ";
    background: url(../img/work-line-02-sp.gif) no-repeat center center;
    background-size: contain;
    width: 306px;
    height: 309px;
    bottom: 0px;
    right: 0px;
  }
}
@media only screen and (max-width: 750px) {
  #work .inner_s {
    width: 100%;
  }
}
#work ol {
  margin-top: 90px;
  counter-reset: count;
}
@media only screen and (max-width: 750px) {
  #work ol {
    margin-top: 25px;
  }
}
#work ol li {
  position: relative;
  display: inline-table;
  width: 100%;
  margin-top: 100px;
}
#work ol li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  #work ol li {
    margin-top: 50px;
  }
}
#work ol li .work-img {
  position: relative;
  float: right;
  width: 753px;
  margin-top: 67px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #work ol li .work-img {
    float: none;
    width: 88vw;
    margin-top: 0;
    margin-left: auto;
  }
}
@media print, only screen and (min-width: 751px) {
  #work ol li .work-img:after {
    position: absolute;
    display: block;
    content: " ";
    bottom: -30px;
    right: -30px;
    border-top: 396px solid transparent;
    border-right: 396px solid #c6c6df;
    z-index: -1;
  }
}
#work ol li .work-txt {
  position: absolute;
  width: 580px;
  min-height: 484px;
  background-color: #1e3497;
  top: 0;
  left: 0;
  color: #fff;
  padding: 100px 50px 0;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #work ol li .work-txt {
    position: relative;
    width: 88vw;
    min-height: auto;
    margin-top: -17.33333vw;
    padding: 60px 30px 50px;
  }
}
#work ol li .work-txt:before {
  position: absolute;
  content: "0" counter(count);
  counter-increment: count;
  font-size: 180px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  top: 35px;
  left: 65px;
}
@media only screen and (max-width: 750px) {
  #work ol li .work-txt:before {
    font-size: 100px;
    top: 25px;
    left: 30px;
  }
}
#work ol li .work-txt .work-txt-title {
  font-size: 30px;
}
@media only screen and (max-width: 750px) {
  #work ol li .work-txt .work-txt-title {
    font-size: 17px;
  }
}
#work ol li .work-txt p {
  line-height: 1.88235;
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #work ol li .work-txt p {
    margin-top: 40px;
  }
}
#work ol li:nth-child(2n) .work-img {
  float: left;
}
@media only screen and (max-width: 750px) {
  #work ol li:nth-child(2n) .work-img {
    float: none;
  }
}
#work ol li:nth-child(2n) .work-img:after {
  right: auto;
  left: -30px;
  border-top: 396px solid transparent;
  border-right: none;
  border-left: 396px solid #c6c6df;
}
#work ol li:nth-child(2n) .work-txt {
  background-color: #318fdb;
  left: auto;
  right: 0;
}

/*-----------------------------------------------------
  interview
-----------------------------------------------------*/
@media only screen and (max-width: 750px) {
  #interview .sec-title {
    letter-spacing: 0;
  }
}
#interview ul#interview-list {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list {
    margin-top: 30px;
  }
}
#interview ul#interview-list li {
  position: relative;
  display: inline-table;
  width: 100%;
  padding: 120px 0 140px;
  z-index: 1;
  margin-top: 100px;
}
#interview ul#interview-list li:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li {
    padding: 0 0 100px;
    margin-top: 0;
  }
}
#interview ul#interview-list li:before {
  position: absolute;
  display: block;
  content: " ";
  background: #1e3497 url(../img/interview-line-pc.png) no-repeat center center;
  background-size: cover;
  width: 94.5625%;
  min-width: 1260px;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li:before {
    width: 100%;
    min-width: auto;
    background-image: url(../img/interview-line-sp.png);
    background-position: right bottom;
    background-size: 100% auto;
    bottom: 0;
  }
}
@media print, only screen and (min-width: 751px) {
  #interview ul#interview-list li .interview-img {
    position: absolute;
    top: 120px;
    right: 0;
    width: 57.5625%;
    max-width: 921px;
    min-width: 850px;
  }
}
#interview ul#interview-list li .interview-txt {
  position: relative;
  margin-top: 20px;
  min-height: 630px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt {
    margin-top: 0;
    min-height: auto;
  }
}
#interview ul#interview-list li .interview-txt .int-data {
  color: #fff;
  padding: 25px 0 25px 30px;
  border-left: 1px solid #fff;
  letter-spacing: 0.075em;
  width: 370px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-data {
    padding: 25px 30px;
    background-color: rgba(49, 143, 219, 0.9);
    border: none;
    width: auto;
    margin-top: -65px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #interview ul#interview-list li .interview-txt .int-data {
    padding: 25px 20px;
  }
}
#interview ul#interview-list li .interview-txt .int-data .int-data-role {
  font-size: 26px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-data .int-data-role {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-data .int-data-prof {
    font-size: 13px;
  }
}
#interview ul#interview-list li .interview-txt .int-data .int-data-prof big {
  font-family: "Roboto", sans-serif;
  font-size: 118%;
}
#interview ul#interview-list li .interview-txt .int-data .int-data-detail {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-data .int-data-detail {
    font-size: 14px;
    margin-top: 10px;
    padding: 0 25px;
  }
}
#interview ul#interview-list li .interview-txt .int-data .int-data-detail small {
  font-size: 87.5%;
}
#interview ul#interview-list li .interview-txt .int-data .int-data-detail big {
  font-family: "Roboto", sans-serif;
  font-size: 131%;
}
#interview ul#interview-list li .interview-txt .int-data .int-data-note {
  display: block;
  font-size: 11px;
  letter-spacing: 0.175em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-data .int-data-note {
    letter-spacing: 0.1em;
  }
}
#interview ul#interview-list li .interview-txt .int-message {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  width: 626px;
  min-height: 420px;
  margin-top: 40px;
  padding: 45px 60px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-message {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding: 30px 25px;
  }
}
#interview ul#interview-list li .interview-txt .int-message .int-message-title {
  display: inline-block;
  font-size: 30px;
  color: #1e3497;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-message .int-message-title {
    font-size: 19px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #interview ul#interview-list li .interview-txt .int-message .int-message-title {
    font-size: 5.06667vw;
  }
}
#interview ul#interview-list li .interview-txt .int-message .int-message-title span {
  position: relative;
  margin: 0 -20px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-message .int-message-title span {
    margin: 0 -12px;
  }
}
#interview ul#interview-list li .interview-txt .int-message .int-message-title span:before,
#interview ul#interview-list li .interview-txt .int-message .int-message-title span:after {
  position: relative;
  display: inline;
  color: #000;
  top: -10px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-message .int-message-title span:before,
  #interview ul#interview-list li .interview-txt .int-message .int-message-title span:after {
    top: -5px;
  }
}
#interview ul#interview-list li .interview-txt .int-message .int-message-title span:before {
  content: "“";
}
#interview ul#interview-list li .interview-txt .int-message .int-message-title span:after {
  content: "”";
}
#interview ul#interview-list li .interview-txt .int-message .int-message-txt {
  line-height: 2.11765;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-txt .int-message .int-message-txt {
    margin-top: 15px;
  }
}
#interview ul#interview-list li .interview-schd {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li .interview-schd {
    margin-top: 30px;
  }
}
@media print, only screen and (min-width: 751px) {
  #interview ul#interview-list li:nth-child(2n):before {
    background: #318fdb url(../img/interview-line-pc.png) no-repeat center center;
    background-size: cover;
    transform: scale(-1, 1);
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li:nth-child(2n):before {
    background-color: #318fdb;
  }
}
#interview ul#interview-list li:nth-child(2n) .interview-img {
  right: auto;
  left: 0;
}
#interview ul#interview-list li:nth-child(2n) .interview-txt .int-data,
#interview ul#interview-list li:nth-child(2n) .interview-txt .int-message {
  margin-left: auto;
  margin-right: 0;
}
@media print, only screen and (min-width: 751px) {
  #interview ul#interview-list li:nth-child(2n) .interview-txt .int-data {
    border-left: none;
    border-right: 1px solid #fff;
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #interview ul#interview-list li:nth-child(2n) .interview-txt .int-data {
    background-color: rgba(30, 52, 151, 0.9);
  }
}

/*-----------------------------------------------------
  graph
-----------------------------------------------------*/
@media print, only screen and (min-width: 751px) {
  #graph {
    padding-bottom: 110px;
    background: url(../img/graph-line.jpg) no-repeat right bottom;
  }
}
@media only screen and (max-width: 750px) {
  #graph {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #graph .sec-title {
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 750px) {
  #graph .inner {
    width: 94.66667%;
  }
}
#graph ul#graph-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  #graph ul#graph-list {
    display: block;
    margin-top: 30px;
  }
}
@media print, only screen and (min-width: 751px) {
  #graph ul#graph-list li {
    width: 635px;
  }
}
@media only screen and (max-width: 750px) {
  #graph ul#graph-list li {
    margin-top: 35px;
  }
}
@media print, only screen and (min-width: 751px) {
  #graph ul#graph-list li:nth-child(n + 3) {
    width: 420px;
    margin-top: 30px;
  }
}
#graph ul#graph-list li .txt {
  padding: 0 25px;
  margin-top: 10px;
  line-height: 1.64706;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 750px) {
  #graph ul#graph-list li .txt {
    padding: 0 10px;
  }
}

/*-----------------------------------------------------
  recruit
-----------------------------------------------------*/
#recruit {
  padding-bottom: 120px;
  background-color: #eaedef;
}
@media only screen and (max-width: 750px) {
  #recruit {
    padding-bottom: 50px;
  }
}
#recruit #recruit-header {
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
}
#recruit #recruit-header:before {
  display: block;
  float: left;
  content: "";
  padding-top: 26%;
}
@media print, only screen and (min-width: 751px) {
  #recruit #recruit-header {
    height: 500px;
    background-image: url(../img/recruit-bg-pc.jpg);
  }
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-header {
    background-image: url(../img/recruit-bg-sp.jpg);
    overflow: hidden;
  }
  #recruit #recruit-header:before {
    display: block;
    float: left;
    content: "";
    padding-top: 44%;
  }
}
#recruit #recruit-header h3 {
  font-size: 41px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  padding-top: 8.25%;
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-header h3 {
    font-size: 26px;
    padding-top: 17.33333%;
  }
}
#recruit #recruit-table {
  background-color: #fff;
  margin-top: -126px;
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-table {
    margin-top: -23px;
  }
}
#recruit #recruit-table tr {
  border-top: 1px solid #d2d2d2;
}
#recruit #recruit-table tr:first-child {
  border: none;
}
#recruit #recruit-table th,
#recruit #recruit-table td {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-table th,
  #recruit #recruit-table td {
    display: block;
    font-size: 13px;
    letter-spacing: 0.04em;
  }
}
#recruit #recruit-table th {
  color: #fff;
  background-color: #1e3497;
  width: 300px;
  padding: 40px 10px 40px 60px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-table th {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
#recruit #recruit-table td {
  padding: 40px 50px;
}
@media only screen and (max-width: 750px) {
  #recruit #recruit-table td {
    padding: 25px;
  }
}
#recruit #recruit-table td .recruit-table-note {
  display: block;
  margin-top: 0.5em;
  font-size: 78%;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
}

/*-----------------------------------------------------
  employ
-----------------------------------------------------*/
.employ {
  position: relative;
  padding: 100px 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .employ {
    padding: 50px 0 60px;
  }
}
.employ .employ-title {
  font-size: 41px;
  line-height: 1.56098;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .employ .employ-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .employ .employ-title {
    font-size: 5.33333vw;
  }
}
.employ .employ-tel {
  margin-top: 30px;
  line-height: 1;
}
.employ .employ-tel.anim-on .employ-tel-wrap {
  opacity: 1;
  transform: translateY(0%);
}
.employ .employ-tel.anim-on .employ-tel-note {
  opacity: 1;
}
.employ .employ-tel .employ-tel-wrap {
  position: relative;
  top: 0px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 0.7s cubic-bezier(0.3, 0.05, 0.1, 1), opacity 0.7s cubic-bezier(0.3, 0.05, 0.1, 1), top 0.2s;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-tel .employ-tel-wrap {
    background-color: #fff;
  }
}
.employ .employ-tel .employ-tel-wrap:hover {
  top: 3px;
}
.employ .employ-tel a {
  display: block;
  background: no-repeat center bottom;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 33px 10px;
  transition: 0.3s;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-tel a {
    background-image: url(../img/employ-tel-pc.gif);
  }
}
@media only screen and (max-width: 750px) {
  .employ .employ-tel a {
    background-image: url(../img/employ-tel-sp.png);
    background-size: cover;
    height: 123px;
  }
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-tel a:hover {
    opacity: 0.85;
  }
}
.employ .employ-tel a small {
  display: block;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .employ .employ-tel a small {
    font-size: 11px;
  }
}
.employ .employ-tel a span {
  display: inline-block;
  font-size: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 15px;
  background: url(../img/icon-tel.png) no-repeat left center;
  background-size: auto 51px;
  min-height: 51px;
  padding-left: 70px;
}
@media only screen and (max-width: 750px) {
  .employ .employ-tel a span {
    font-size: 32px;
    margin-top: 10px;
    background-size: auto 25px;
    min-height: 25px;
    padding-left: 35px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .employ .employ-tel a span {
    font-size: 8.53333vw;
  }
}
.employ .employ-tel .employ-tel-note {
  display: block;
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transition: 0.7s cubic-bezier(0.3, 0.05, 0.1, 1) 0.5s;
}
@media only screen and (max-width: 750px) {
  .employ .employ-tel .employ-tel-note {
    font-size: 11px;
    text-align: left;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .employ .employ-tel .employ-tel-note {
    font-size: 2.93333vw;
  }
}
.employ .employ-flow {
  margin-top: 65px;
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow {
    margin-top: 35px;
  }
}
.employ .employ-flow .employ-flow-title {
  font-size: 27px;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow .employ-flow-title {
    font-size: 19px;
  }
}
.employ .employ-flow ol.employ-list {
  position: relative;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow ol.employ-list {
    display: block;
  }
}
.employ .employ-flow ol.employ-list li {
  width: 310px;
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow ol.employ-list li {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 20px 25px 25px;
    margin-top: 20px;
  }
  .employ .employ-flow ol.employ-list li:first-child {
    margin-top: 0;
  }
  .employ .employ-flow ol.employ-list li:before {
    position: absolute;
    display: block;
    content: " ";
    background: url(../img/arrow-down-blue.png) no-repeat center center;
    background-size: contain;
    width: 28px;
    height: 14px;
    bottom: -9px;
    left: 50%;
    margin-left: -14px;
  }
  .employ .employ-flow ol.employ-list li:last-child:before {
    display: none;
  }
}
.employ .employ-flow ol.employ-list li .employ-list-title {
  font-size: 23px;
  color: #1e3497;
  padding: 25px 5px;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-flow ol.employ-list li .employ-list-title {
    background-color: #fff;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow ol.employ-list li .employ-list-title {
    font-size: 17px;
    padding: 0;
  }
}
.employ .employ-flow ol.employ-list li .employ-list-title span {
  display: inline-block;
  background-color: #1e3497;
  width: 32px;
  font-size: 16px;
  line-height: 30px;
  vertical-align: 3px;
  margin-right: 0.5em;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .employ .employ-flow ol.employ-list li .employ-list-title span {
    width: 21px;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
  }
}
.employ .employ-flow ol.employ-list li .employ-list-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.78571;
  letter-spacing: 0.04em;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-flow ol.employ-list li .employ-list-txt {
    color: #fff;
  }
}
.employ .employ-flow ol.employ-list li .employ-list-txt small {
  display: block;
  font-size: 85%;
  line-height: 1.58333;
  margin-top: 0.2em;
}
.employ .employ-truck {
  position: absolute;
  right: 0;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-truck {
    bottom: -97px;
    width: 394px;
  }
}
@media only screen and (max-width: 750px) {
  .employ .employ-truck {
    top: 260px;
    width: 106px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  .employ .employ-truck {
    top: 250px;
    width: 28.26667vw;
  }
}
.employ .employ-truck.anim {
  transform: translateX(100%);
  transition: 1s ease-out 0.5s;
}
.employ .employ-truck.anim-on {
  transform: translateX(0%);
}
.employ .employ-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.employ .employ-bg:before {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}
@media print, only screen and (min-width: 751px) {
  .employ .employ-bg:before {
    background-image: url(../img/employ-bg-pc.jpg);
  }
}
@media only screen and (max-width: 750px) {
  .employ .employ-bg:before {
    background-image: url(../img/employ-bg-sp.jpg);
    background-color: #4f8ad8;
    background-position: center top;
  }
}
.employ .employ-bg.anim:before {
  transform: scale(1.2);
  transition: 4s ease-out;
}
.employ .employ-bg.anim-on:before {
  transform: scale(1);
}

/*-----------------------------------------------------
  employ-02
-----------------------------------------------------*/
#employ-02 .employ-tel {
  width: 756px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #employ-02 .employ-tel {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #employ-02 .employ-tel .employ-tel-note {
    text-align: center;
  }
}

/*-----------------------------------------------------
  company
-----------------------------------------------------*/
#company {
  background-color: #e4eef6;
}
@media only screen and (max-width: 750px) {
  #company {
    background-color: #fff;
  }
}
#company #company-title {
  font-size: 37px;
  letter-spacing: 0.11em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #company #company-title {
    font-size: 20px;
  }
}
#company #company-data {
  background-color: #fff;
  border-top: 4px solid #122b98;
  padding: 72px 79px 0;
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #company #company-data {
    border: none;
    padding: 0;
    margin-top: 28px;
  }
}
#company #company-data .company-data-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #company #company-data .company-data-wrap {
    display: block;
    border-top: 1px solid #d9d9d9;
  }
}
#company #company-data .company-data-wrap .company-data-container {
  width: calc((100% - 45px) / 2);
}
@media only screen and (max-width: 750px) {
  #company #company-data .company-data-wrap .company-data-container {
    width: 100%;
  }
}
#company #company-data dl {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media print, only screen and (min-width: 751px) {
  #company #company-data dl:first-child {
    border-top: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data dl {
    display: block;
  }
}
#company #company-data dl dt,
#company #company-data dl dd {
  line-height: 1.95;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 750px) {
  #company #company-data dl dt,
  #company #company-data dl dd {
    letter-spacing: 0.02em;
  }
}
#company #company-data dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #1e3497;
  padding-left: 20px;
  width: 130px;
}
@media only screen and (max-width: 750px) {
  #company #company-data dl dt {
    font-size: 14px;
    padding-left: 0;
    width: 100%;
  }
}
#company #company-data dl dd {
  flex: 1;
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  #company #company-data dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data dl dd p {
    margin-top: 5px;
  }
}
#company #company-data .company-data-title {
  font-size: 32px;
  color: #1e3497;
  text-align: center;
  margin: 70px 0 45px;
}
@media only screen and (max-width: 750px) {
  #company #company-data .company-data-title {
    font-size: 20px;
    margin: 50px 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-history dl {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-history dl dt {
    width: 100px;
  }
}
#company #company-data #company-base {
  position: relative;
  padding-bottom: 290px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base {
    padding-bottom: 0;
  }
}
#company #company-data #company-base:after {
  position: absolute;
  display: block;
  content: " ";
  background: no-repeat center center;
  background-size: contain;
  z-index: -1;
}
@media print, only screen and (min-width: 751px) {
  #company #company-data #company-base:after {
    background-image: url(../img/company-map-pc.png);
    width: 572px;
    height: 571px;
    top: 136px;
    right: -36px;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base:after {
    background-image: url(../img/company-map-sp.png);
    position: relative;
    width: 84vw;
    height: 83.86667vw;
    margin: 20px 0 25px;
  }
}
@media print, only screen and (min-width: 751px) {
  #company #company-data #company-base .company-data-wrap {
    width: 824px;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base .company-data-wrap {
    width: 100%;
    border: none;
  }
}
#company #company-data #company-base .company-data-container {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base .company-data-container {
    border-top: 1px solid #d9d9d9;
  }
}
@media print, only screen and (min-width: 751px) {
  #company #company-data #company-base ol {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 430px;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#company #company-data #company-base ol li {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.61538;
  border-bottom: 1px solid #d9d9d9;
  letter-spacing: -0.02em;
}
@media print, only screen and (min-width: 751px) {
  #company #company-data #company-base ol li {
    width: calc((100% - 80.1px) / 3);
    min-height: 71px;
    padding: 15px 0 0 28px;
  }
  #company #company-data #company-base ol li:nth-child(6n + 1) {
    border-top: 1px solid #d9d9d9;
  }
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base ol li {
    width: 50%;
    min-height: 50px;
    font-size: 10px;
    padding: 10px 10px 0 22px;
  }
}
#company #company-data #company-base ol li .num {
  display: block;
  float: left;
  margin-left: -28px;
  margin-top: 1px;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 700;
  width: 21px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #company #company-data #company-base ol li .num {
    margin-left: -22px;
    font-size: 9px;
    width: 15px;
    line-height: 15px;
  }
}
#company #company-data #company-base ol li.color-1 {
  color: #1e3497;
}
#company #company-data #company-base ol li.color-1 .num {
  background-color: #1e3497;
}
#company #company-data #company-base ol li.color-2 {
  color: #318fdb;
}
#company #company-data #company-base ol li.color-2 .num {
  background-color: #318fdb;
}

/*-----------------------------------------------------
  group
-----------------------------------------------------*/
#group {
  background: #e4eef6 no-repeat center bottom;
  background-size: 100% auto;
}
@media print, only screen and (min-width: 751px) {
  #group {
    padding: 120px 0 25%;
    background-image: url(../img/group-bg-pc.jpg);
  }
}
@media only screen and (max-width: 750px) {
  #group {
    padding: 50px 0 64%;
    background-image: url(../img/group-bg-sp.jpg);
  }
}
#group #group-title {
  font-size: 40px;
  color: #1e3497;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #group #group-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
  #group #group-title {
    font-size: 6.93333vw;
  }
}
#group #group-lead {
  font-size: 16px;
  line-height: 2;
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #group #group-lead {
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
  }
}
#group #group-lead > span {
  display: block;
  width: 225px;
  margin: 0 auto 35px;
}
@media only screen and (max-width: 750px) {
  #group #group-lead > span {
    width: 128px;
    margin-bottom: 20px;
  }
}
#group #group-list {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #group #group-list {
    margin-top: 25px;
  }
}
#group #group-list li {
  width: 228px;
  margin-top: 5px;
  margin-left: 5px;
}
@media print, only screen and (min-width: 751px) {
  #group #group-list li:nth-child(5n + 1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #group #group-list li {
    width: calc((100% - 5px) / 2);
  }
  #group #group-list li:nth-child(2n + 1) {
    margin-left: 0;
  }
}
#group #group-list li a {
  display: block;
  background-color: #fff;
  padding: 12px 0;
}
@media only screen and (max-width: 750px) {
  #group #group-list li a {
    padding: 0;
  }
}

/*-----------------------------------------------------
  footer
-----------------------------------------------------*/
footer {
  padding: 43px 0 20px;
}
footer #footer-logo {
  width: 153px;
  margin: 0 auto;
}
footer #footer-copyright {
  display: block;
  font-size: 10px;
  margin-top: 20px;
  text-align: center;
}

/*# sourceMappingURL=maritora.css.map */
