/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select::-ms-expand {
  display: none;
}

@-webkit-keyframes ticker01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes ticker01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes ticker02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes ticker02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #fff;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  opacity: .6;
  transition: .3s;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

ul {
  list-style: none;
}

ol {
  list-style-type: none;
}

.only-pc {
  display: block;
}

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

.only-pcsm {
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .only-pcsm {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .only-pcsm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pcsm {
    display: none;
  }
}

.only-tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .only-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-tab {
    display: none;
  }
}

.only-lessthan-tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .only-lessthan-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-lessthan-tab {
    display: block;
  }
}

.only-morethan-tab {
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .only-morethan-tab {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .only-morethan-tab {
    display: none;
  }
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.footer {
  width: 100%;
  background: #003EBA;
  color: #FFF;
}

.footer__inner {
  display: flex;
  padding: 9.5vw 0 5.69vw 10vw;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    display: block;
    padding: 8vw 8vw 10.6vw 8vw;
  }
}

.footer__logo {
  flex-basis: 25.128%;
  max-width: 25.128%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__logo {
    flex-basis: 31.884%;
    max-width: 31.884%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
    text-align: left;
  }
}

.footer__link {
  width: 160px;
  height: 50px;
  display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__link {
    width: 130px;
    height: 41px;
  }
}

.footer__link:hover {
  opacity: 1;
}

.footer__image {
  width: 183px;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__image {
    width: 16.927vw;
    height: 5.339vw;
  }
}

@media screen and (max-width: 767px) {
  .footer__image {
    width: 30.4vw;
    height: 9.6vw;
  }
}

.footer__nav {
  flex-basis: 74.872%;
  max-width: 74.872%;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav {
    flex-basis: 68.116%;
    max-width: 68.116%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav {
    flex-basis: 100%;
    max-width: 100%;
    display: block;
    margin-top: 8vw;
  }
}

.footer__nav-list {
  flex-basis: 29.338%;
  max-width: 29.338%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list-primary {
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list-primary .footer__nav-item {
    flex-basis: 50%;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list-primary .footer__nav-item + .footer__nav-item {
    margin: 0 0 26px;
  }
}

.footer__nav-item {
  line-height: 1;
}

.footer__nav-item + .footer__nav-item {
  margin: 26px 0 0;
}

.footer__nav-link {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.44;
}

@media screen and (max-width: 767px) {
  .footer__nav-link {
    font-size: 13px;
  }
}

.footer__nav-list-secondary {
  flex-basis: 70.662%;
  max-width: 70.662%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__nav-list-secondary {
    flex-basis: 100%;
    max-width: 100%;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .footer__nav-list-secondary {
    flex-basis: 100%;
    max-width: 100%;
    margin: 6.617vw 0 0;
  }
}

.footer__nav-list-secondary .footer__nav-item + .footer__nav-item {
  margin: 17px 0 0;
}

.footer__nav-list-secondary .footer__nav-link {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.6;
}

@media screen and (min-width: 1025px) {
  .footer__nav-list-secondary .footer__nav-link:hover {
    opacity: 0.4;
  }
}

.footer__second {
  display: table;
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.2);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__second {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer__second {
    display: block;
    width: auto;
  }
}

.footer__info {
  display: table-cell;
  padding: 3.07vw 0 4.61vw 10vw;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__info {
    display: block;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 767px) {
  .footer__info {
    display: block;
    padding: 5.33vw 8vw 5.33vw 8vw;
    vertical-align: baseline;
  }
}

.footer__copy {
  display: table-cell;
  padding: 3.07vw 10vw 4.61vw 0;
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: right;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__copy {
    display: block;
    padding-top: 0;
    vertical-align: baseline;
  }
}

@media screen and (max-width: 767px) {
  .footer__copy {
    display: block;
    padding: 0 8vw 10.6vw 8vw;
    font-size: 11px;
    text-align: left;
    vertical-align: baseline;
  }
}


.header {
  width: 100%;
  height: 140px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 18.667vw;
  }
}

body.home .header {
  position: absolute;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.home .header {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
}

@media screen and (max-width: 767px) {
  body.home .header {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
  }
}

.header__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 50px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__inner {
    padding: 0 47px 0 42px;
  }
}

@media screen and (max-width: 767px) {
  .header__inner {
    align-items: center;
    padding: 0 20px 0 28px;
  }
}

.header__logo {
  padding-right: 50px;
  height: 52px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    height: auto;
  }
}

.header__link {
  height: 100%;
}

.header__link:hover {
  opacity: 1;
}

.header__image {
  width: 164px;
  height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__image {
    width: 12.615vw;
    height: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .header__image {
    width: 30.4vw;
    height: 9.6vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__nav {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;

    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__nav.-is-open {
    z-index: 3;
  }
}

@media screen and (max-width: 767px) {
  .header__nav.-is-open {
    z-index: 3;
  }
}

.header-nav {
  height: 100%;
  display: flex;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav {
    width: 100%;
    background: #0041c3;
    display: block;
    opacity: 0;
    padding: 71px 0 0 0;
    position: relative;
    visibility: hidden;

    overflow: auto;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    width: 100%;
    background: #0041c3;
    display: block;
    opacity: 0;
    padding: 71px 0 0 0;
    position: relative;
    visibility: hidden;

    overflow: auto;
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .-is-open .header-nav {
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }
}

@media screen and (max-width: 767px) {
  .-is-open .header-nav {
    opacity: 1;
    visibility: visible;
    transition: .3s;
  }
}

.header-nav__item {
  display: flex;
  align-items: center;
}

.header-nav__item._top {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__item._top {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.19);
  }
}

@media screen and (max-width: 767px) {
  .header-nav__item._top {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.19);
  }
}

.header-nav__item + .header-nav__item {
  margin-left: 2.692vw;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__item + .header-nav__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__item + .header-nav__item {
    margin-left: 0;
  }
}

.header-nav__item._is-active {
  position: relative;
}

.header-nav__item._is-active::before {
  width: 100%;
  height: 7px;
  background: #0041c3;
  content: '';
  position: absolute;
  top: -46px;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__item._is-active::before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__item._is-active::before {
    display: none;
  }
}

.header-nav__item._is-active .header-nav__link {
  color: #0041c3;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__item._is-active .header-nav__link {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__item._is-active .header-nav__link {
    color: #fff;
  }
}

.header-nav__link {
  color: #343434;
  font-size: 15px;
  font-weight: 600;
}

.header-nav__link:hover {
  color: #0041c3;
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__link:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__link:hover {
    color: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header-nav__link {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.19);
    color: #fff;
    display: block;
    padding: 23px 30px 21px 30px;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .header-nav__link {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.19);
    color: #fff;
    display: block;
    padding: 23px 30px 21px 30px;
    font-weight: 400;
    line-height: 1.5;
  }
}

.header__kojin {
  position: absolute;
  top: 10px;
  right: 50px;
  font-size: 12px;
  font-weight: 500;
}

body.home .header__kojin {
  top: 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__kojin {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    padding: 37px 30px 70px 30px;
    font-weight: 400;
  }
  body.home .header__kojin {
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__kojin {
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    padding: 37px 30px 70px 30px;
    font-weight: 400;
  }
  body.home .header__kojin {
    top: auto;
  }
}

.header__kojin-link {
  color: #003EBA;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__kojin-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .header__kojin-link {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__button {
    display: block;
    margin: 0 30px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .header__button {
    display: block;
    margin: 0 30px;
    width: auto;
  }
}

.header__button.header__button--f1 {
  margin-left: 3.846vw;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__button.header__button--f1 {
    margin: 40px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__button.header__button--f1 {
    margin: 40px 30px 0 30px;
  }
}

.header__button.header__button--f2 {
  margin-left: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__button.header__button--f2 {
    margin: 24px 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .header__button.header__button--f2 {
    margin: 24px 30px 0 30px;
  }
}

.header__button-link {
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 160px;
  height: 48px;
  background: #003EBA;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__button-link {
    width: 100%;
    height: 70px;
    background: #FFF;
    color: #003EBA;
    font-size: 15px;
    font-weight: 400;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 767px) {
  .header__button-link {
    width: 100%;
    height: 70px;
    background: #FFF;
    color: #003EBA;
    font-size: 15px;
    font-weight: 400;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}

.header__button-link:hover {
  opacity: 1;
}

.header__button-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #0851D9;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

@media screen and (min-width: 1025px) {
  .header__button-link:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.header__button-text {
  position: relative;
  z-index: 1;
}

.header__trigger {
  width: 26px;
  height: 15px;
  align-self: center;
  display: none;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .header__trigger {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header__trigger {
    display: block;
  }
}

.header__trigger._in-nav {
  position: absolute;
  top: 31px;
  right: 18px;
}

.header__trigger._in-nav.-is-open {
  display: block;
}

.header__trigger.-is-open {
  display: none;
}

.hamburger__bar {
  width: 100%;
  height: 3px;
  background: #0041c3;
  position: absolute;
  transition: .3s;
  z-index: 3;
}

.hamburger__bar:nth-of-type(1) {
  top: 0;
}

.hamburger__bar:nth-of-type(2) {
  top: 6px;
}

.hamburger__bar:nth-of-type(3) {
  bottom: 0;
}

._in-nav.-is-open .hamburger__bar {
  background: #fff;
  transition: .3s;
}

._in-nav.-is-open .hamburger__bar:nth-of-type(1) {
  top: -6px;
  transform: rotate(45deg);
  transform-origin: left;
}

._in-nav.-is-open .hamburger__bar:nth-of-type(2) {
  opacity: 0;
}

._in-nav.-is-open .hamburger__bar:nth-of-type(3) {
  top: 12px;
  transform-origin: left;
  transform: rotate(-45deg);
}

.c-main-bg {
  background: #f5f5f5;
  position: relative;
}

.c-main-bg::before {
  width: 100%;
  height: 6.385vw;
  background: #f5f5f5;
  content: '';
  display: block;
  position: absolute;
  top: -6.385vw;
}

.c-btn {
  width: 380px;
  height: 100px;
  display: inline-block;
  line-height: 100px;
  position: relative;
}

.c-btn:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-btn {
    width: 84vw;
    height: 21.333vw;
    line-height: 21.333vw;
  }
}

.c-btn._m {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-btn._m {
    width: 84vw;
  }
}

.c-btn._back {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .c-btn._back {
    width: 84vw;
    height: 16vw;
    line-height: 16vw;
  }
}

@media screen and (max-width: 767px) {
  .c-btn._sp-m {
    height: 18.667vw;
    line-height: 18.667vw;
  }
}

.c-btn._full {
  width: 100%;
}

.c-btn__txt {
  position: relative;
  z-index: 2;
}

.c-btn-wrapper {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .c-btn-wrapper {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-wrapper + .c-btn-wrapper {
    margin-top: 5.333vw;
  }
}

.c-btn__inner {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #0041c3;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  position: relative;
  text-align: center;
  z-index: 1;
}

.c-btn__inner:hover {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .c-btn__inner {
    font-size: 16px;
  }
}

.c-btn__inner._back {
  background: #ebebeb;
  color: #696969;
}

.c-btn__inner._back + .c-btn__icon {
  left: 23px;
  right: initial;
}

.c-btn__icon-wrapper {
  width: 22px;
  height: 22px;
  overflow: hidden;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 23px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-btn__icon-wrapper {
    width: 5.867vw;
    height: 5.867vw;
    top: 50%;
  }
}

.c-btn__icon {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn__icon {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-btn__icon {
    bottom: 0;
  }
}

.c-btn-fix {
  width: 220px;
  height: 110px;
  background: #fadf0d;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 3;
  transition: .3s;
}

.c-btn-fix:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-btn-fix {
    width: 220px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn-fix {
    width: 187px;
    height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    letter-spacing: 1.1px;
  }
}

.c-btn-fix.c-btn-fix--top {
  visibility: hidden;
  opacity: 0;
}

.c-btn-fix.-is-fadeIn {
  visibility: visible;
  opacity: 1;
}

.c-btn-fix__info {
  display: block;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-btn-fix__info {
    padding: 3px 5px;
  }
}

.c-btn-fix__info-lg {
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .c-btn-fix__info-lg {
    margin-right: 3px;
    font-size: 14px;
  }
}

.c-btn-fix__info-sm {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .c-btn-fix__info-sm {
    font-size: 11px;
  }
}

.c-btn-bg-animation {
  overflow: hidden;
}

.c-btn-bg-animation::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #333;
  border-radius: 10px;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

.c-btn-bg-animation:hover::before {
  transform-origin: left bottom;
  transform: scale(1, 1);
}

.c-btn-bg-animation._animation-yellow::before {
  background: #ffef6f;
}

.c-btn-bg-animation._animation-blue::before {
  background: #0851D9;
}

.c-btn-bg-animation._animation-gray::before {
  background: #eee;
}

.c-movingUp {
  height: 100%;
}

.c-container {
  margin-top: 6.462vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-container {
    margin-top: 5.333vw;
  }
}

::-webkit-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

::-moz-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

::-ms-input-placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

::placeholder {
  color: #a0a0a0;
  font-size: 14px;
}

.c-form-wrapper {
  padding: 5.385vw 10vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-wrapper {
    padding: 5.385vw 0;
  }
}

@media screen and (max-width: 767px) {
  .c-form-wrapper {
    padding: 5.385vw 0 10.667vw;
  }
}

.c-form-wrapper--confirm {
  padding: 6.154vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-wrapper--confirm {
    padding: 6.154vw 0;
  }
}

@media screen and (max-width: 767px) {
  .c-form-wrapper--confirm {
    padding: 6.154vw 0;
  }
}

.c-form-wrapper--confirm .c-form-item__content {
  flex-basis: 64.855%;
  max-width: 64.855%;
  margin-left: 40px;
  padding: 4px 0 8px;
}

@media screen and (max-width: 767px) {
  .c-form-wrapper--confirm .c-form-item__content {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-intro {
    padding: 0 6.51vw;
  }
}

@media screen and (max-width: 767px) {
  .c-form-intro {
    padding: 0 8vw;
  }
}

.c-form-intro + .c-form-intro {
  margin-top: 2.308vw;
}

@media screen and (max-width: 767px) {
  .c-form-intro + .c-form-intro {
    margin-top: 10vw;
  }
}

.c-form {
  background: #fff;
  margin-top: 5.769vw;
  padding: 7.5vw 7.5vw 5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form {
    padding: 8.464vw 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-form {
    padding: 10.667vw 30px 8.464vw;
  }
}

.c-form--confirm {
  background: #fff;
  padding: 7.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form--confirm {
    padding: 8.464vw 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-form--confirm {
    padding: 8.464vw 30px;
  }
}

.c-form--finish {
  background: #fff;
  padding: 7.692vw 7.692vw 5vw;
}

@media screen and (max-width: 767px) {
  .c-form--finish {
    padding: 8vw;
  }
}

.c-form--finish__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2.307vw;
}

@media screen and (max-width: 767px) {
  .c-form--finish__title {
    margin-bottom: 8vw;
  }
}

.c-form--finish__text {
  font-size: 16px;
  line-height: 1.25;
}

.c-form--finish__text + .c-form--finish__text {
  margin-top: 1.538vw;
}

@media screen and (max-width: 767px) {
  .c-form--finish__text + .c-form--finish__text {
    margin-top: 3vw;
  }
}

.c-form-item {
  border-bottom: 2px solid #f5f5f5;
}

.c-form-item:first-child {
  border-top: 2px solid #f5f5f5;
}

.c-form-item__content-confirm {
  display: inline-block;
  margin-right: 2.308vw;
}

.c-form-item__content-confirm-other {
  margin-left: -2.608vw;
}

.c-form-item__inner {
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__inner {
    padding: 8vw 0;
  }
}

.c-form-item__inner._checkbox {
  padding: 29px 0;
}

.c-form-item__inner._agree {
  padding: 30px 0 15px;
}

.c-form-item__unit {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .c-form-item__unit {
    display: block;
  }
}

.c-form-item__ttl {
  flex-basis: 32.73%;
  max-width: 32.73%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-weight: 600;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl {
    flex-basis: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 4vw;
  }
}

.c-form-item__ttl._noPadding {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl._noPadding {
    padding: 0 0 8vw;
  }
}

.c-form-item__ttl-only-sp {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl-only-sp {
    visibility: visible;
  }
}

.c-form-item__ttl-tag {
  height: 18px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  position: relative;
  top: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__ttl-tag {
    margin-left: 4vw;
    top: 0;
  }
}

.c-form-item__ttl-require {
  background: #d90000;
}

.c-form-item__ttl-optional {
  background: #b8b8b8;
}

.c-form-item__content {
  flex-basis: 64.855%;
  max-width: 64.855%;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-form-item__content {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.c-form-item__content._2column {
  display: flex;
  align-items: flex-start;
}

.c-form-item__content._2column .c-form-item__child-content + .c-form-item__child-content {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-form-item__content._2column .c-form-item__child-content + .c-form-item__child-content {
    margin-left: 4vw;
  }
}

.c-form-item__content._2row .c-form-item__child-content + .c-form-item__child-content {
  margin-top: 20px;
}

.c-form-item__content._text {
  margin-left: -36px;
}

@media screen and (max-width: 767px) {
  .c-form-item__content._text {
    margin-left: 0;
  }
}

.c-form-item__child-content._w90 {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w90 {
    width: 22.5vw;
  }
}

.c-form-item__child-content._w100 {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w100 {
    width: 26.667vw;
  }
}

.c-form-item__child-content._w120 {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w120 {
    width: 32vw;
  }
}

.c-form-item__child-content._w160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w160 {
    width: 40vw;
  }
}

.c-form-item__child-content._w220 {
  width: 220px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w220 {
    width: 58.667vw;
  }
}

.c-form-item__child-content._w340 {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w340 {
    width: 100%;
  }
}

.c-form-item__child-content._w420 {
  width: 420px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content._w420 {
    width: 100%;
  }
}

.c-form-item__child-content._full {
  width: 100%;
}

.c-form-item__child-content._ex {
  width: 100%;
  max-width: 220px;
}

.c-form-item__child-content-wrapper {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content-wrapper._sp-block {
    display: block;
  }
}

.c-form-item__child-content-outer {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content-outer {
    margin-top: 2.5vw;
  }
}

.c-form-item__child-content-outer .c-form-item__child-content + .c-form-item__child-content {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-form-item__child-content-outer .c-form-item__child-content + .c-form-item__child-content {
    margin-left: 2.5vw;
  }
}

.c-form-item__child-content-text {
  font-size: 14px;
  font-weight: 400;
  padding: 15px 0 10px;
}

.c-form-item__input {
  width: 100%;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  padding: 12px 0 12px 14px;
}

@media screen and (max-width: 767px) {
  .c-form-item__input {
    font-size: 16px;
  }
}

.c-form-item__content-introText {
  display: flex;
  margin-bottom: 16px;
}

.c-form-item__content-introText._only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-form-item__content-introText._only-sp {
    display: flex;
  }
}

.c-form-item__content-introText-title {
  width: calc(32.5% - 36px);
  font-size: 16px;
  font-weight: 700;
}

.c-form-item__content-introText-text {
  flex-basis: fill;
}

.c-form-item__select {
  width: 100%;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  padding: 12px 0 12px 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .c-form-item__select {
    font-size: 16px;
  }
}

.c-select-allow {
  position: relative;
}

.c-select-allow::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 15px;
  right: 10px;
  transform: rotate(45deg);
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  content: '';
}

.c-form-item__content-text {
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  padding: 6px 0;
}

.c-form-item__content-text + .c-form-item__content-text--lightgray {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-form-item__content-text._mtsp10 {
    display: block;
    margin-top: 1.667vw;
  }
}

.c-form-item__content-text--lightgray {
  color: #a0a0a0;
  font-size: 14px;
  padding: 6px 0;
}

.c-form-item__radio-list {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px 0 0 -40px;
  padding: 6px 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__radio-list {
    margin: -10px 0 0 -16vw;
  }
}

@media screen and (max-width: 767px) {
  .c-form-item__radio-list._sp-2row {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-form-item__radio-list._sp-2row .c-form-item__radio-item + .c-form-item__radio-item {
    margin-left: 0;
    /*margin-top: 6.667vw;*/
  }
}

.c-form-item__radio-item {
  margin: 10px 0 0 40px;
}

@media screen and (max-width: 767px) {
  .c-form-item__radio-item {
    margin: 10px 0 0 16vw;
  }
}

.c-form-item__radio {
  display: none;
}

.c-form-item__radio:checked + .c-form-item__radio-label::after {
  background: #0041c3;
}

.c-form-item__radio:checked + .c-form-item__radio-label::before {
  background: #fff;
  border: 3px solid #0041c3;
}

.c-form-item__radio-label {
  display: block;
  padding-left: 30px;
  position: relative;
}

.c-form-item__radio-label::before {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 50%;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.c-form-item__radio-label::after {
  width: 6px;
  height: 6px;
  background: #e8e8e8;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
}

.c-form-item__checkbox-list {
  display: flex;
  flex-wrap: wrap;
}

.c-form-item__checkbox-item {
  flex-basis: 33.333%;
  max-width: 33.333%;
  margin: 0 0 20px;
  font-size: 14px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-item__checkbox-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-form-item__checkbox-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}

.c-form-item__checkbox-list._ex .c-form-item__checkbox-item {
  display: -webkit-flex;
  display: flex;
  align-items: center;

  margin-bottom: 12px;
  padding-right: 20px;
  flex-basis: 301px;
  max-width: 301px;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .c-form-item__checkbox-list._ex .c-form-item__checkbox-item {
    margin-right: 0;
    padding-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.c-form-item__checkbox-item._full {
  flex-basis: 100%;
  max-width: 100%;
}

.c-form-item__checkbox-item._other {
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-form-item__checkbox-item._other {
    display: block;
  }
}

.c-form-item__checkbox-item:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-item__checkbox-item:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-form-item__checkbox-item:last-child {
    margin: 0;
  }
}

.c-form-item__checkbox-item__qualification {
  width: 340px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-form-item__checkbox-item__qualification {
    width: 31.771vw;
  }
}

@media screen and (max-width: 767px) {
  .c-form-item__checkbox-item__qualification {
    width: 100%;
    margin-top: 2.667vw;
  }
}

.c-form-item__checkbox {
  display: none;
}

.c-form-item__checkbox--others {
  margin-right: 20px;
}

.c-form-item__checkbox-label {
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0 6px 30px;
  position: relative;
}

.c-form-item__checkbox-list._ex .c-form-item__checkbox-label {
  width: 83px;
  min-width: 83px;
}

.c-form-item__checkbox-label::before {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-form-item__checkbox-label::after {
  display: none;
  position: absolute;
  top: 8px;
  left: 6px;
  transform: rotate(45deg);
  width: 8px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: "";
}

.c-form-item__checkbox:checked + .c-form-item__checkbox-label::before {
  background: #0041c3;
}

.c-form-item__checkbox:checked + .c-form-item__checkbox-label::after {
  display: block;
}

.c-form-item__textarea {
  width: 100%;
  height: 136px;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  padding: 10px 14px 0;
}

@media screen and (max-width: 767px) {
  .c-form-item__textarea {
    height: 36.267vw;
    font-size: 16px;
  }
}

.c-form-item__checkbox-item--agreeText {
  margin: 0 0 10px;
}

.c-form-item__submitArea {
  margin: 5vw 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submitArea {
    margin: 8vw 0 0;
  }
}

.c-form-item__submitArea._confirm {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-form-item__submitArea._confirm {
    display: block;
  }
}

.c-error-msg {
  color: #d90000;
  font-size: 14px;
  font-weight: 400;
}

.c-form-itemList__items + .c-form-itemList__items {
  margin-top: 20px;
}

.c-form-itemList__items .c-form-item__content-text {
  margin-left: 0;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-form-itemList__items:nth-of-type(4) .c-form-item__child-content-wrapper {
    flex-wrap: wrap;
  }
}

._no-flex {
  display: block;
}

.c-textLink {
  color: #0041c3;
}

.c-textLink-txt {
  font-size: 14px;
  font-weight: 600;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c-textLink-txt {
    font-size: 1.4rem;
  }
}

.c-textLink-icon {
  width: 22px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .c-textLink-icon {
    width: 5.866vw;
    height: 5.886vw;
  }
}

.c-lower-sec {
  margin: 10vw 0 16vw;
}

@media screen and (max-width: 767px) {
  .c-lower-sec {
    margin: 30px 0 24vw;
  }
}

.c-lower-sec._no-mb {
  margin: 10vw 0 0;
}

@media screen and (max-width: 767px) {
  .c-lower-sec._no-mb {
    margin: 30px 0 0;
  }
}

.c-lower-sec._lower-text-page {
  margin: 7.5vw 0 18vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-lower-sec._lower-text-page {
    margin: 10.026vw 0 18.229vw;
  }
}

@media screen and (max-width: 767px) {
  .c-lower-sec._lower-text-page {
    margin: 70px 0;
  }
}

.c-lower-sec._lower-single-page {
  margin: 100px 0 130px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-lower-sec._lower-single-page {
    margin: 80px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .c-lower-sec._lower-single-page {
    margin: 60px 0 80px;
  }
}

.c-lower-mv__inner {
  padding-right: 20vw;
}

@media screen and (max-width: 767px) {
  .c-lower-mv__inner {
    padding-right: 0;
  }
}

.c-lower-mv__inner img {
  width: 100%;
}

.c-news-tab {
  margin-top: -6vw;
  margin-bottom: 4vw;
}

@media screen and (max-width: 767px) {
  .c-news-tab {
    margin-top: -60px;
    padding-top: 8vw;
    margin-bottom: 8vw;
  }
}

.c-news-tab__vessel {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.c-news-tab__item {
  width: 33.3333%;
  text-align: center;
}

.c-news-tab__a {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  height: 134px;
  color: #222;
  font-weight: 700;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-news-tab__a {
    height: 61px;
    font-size: 13px;
  }
}

.c-news-tab__a._is-current {
  color: #0041C3;
}

.c-news-tab__a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0141C3;
  opacity: 0;
  transition: opacity .3s;
}

.c-news-tab__a._is-current::before {
  opacity: 1;
}

.c-news-tab__a:hover {
  color: #0041C3;
  opacity: 1;
}

.c-news-tab__vessel .c-news-tab__item:not(:first-child) .c-news-tab__a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background: #DDD;
}

@media screen and (max-width: 767px) {
  .c-news-tab__vessel .c-news-tab__item:not(:first-child) .c-news-tab__a::after {
    content: "";
    margin-top: -6px;
    height: 12px;
  }
}

.c-tab-content {
  display: none;
}

.c-news-content {
  background: #fff;
  padding: 80px 100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-content {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-content {
    padding: 40px 30px 30px;
  }
}

.c-news-item {
  border-bottom: 1px solid #f5f5f5;
}

.c-news-item:first-child {
  border-top: 1px solid #f5f5f5;
}

.c-news-item.is-hidden {
  display: none;
}

.c-news-item__link {
  min-height: 100px;
  display: flex;
  font-size: 14px;
  align-items: center;
  padding: 25px 0;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .c-news-item__link {
    min-height: 22.933vw;
    display: block;
    font-size: 1.2rem;
    padding: 5.222vw 0;
  }
}

.c-news-item__link:hover {
  opacity: 1;
}

.c-news-item__link:hover .c-news-item__date, .c-news-item__link:hover .c-news-item__txt {
  color: #0041c3;
  transition: .3s;
}

.c-news-item__date {
  width: 240px;
  color: #686868;
  padding: 0 30px 0 20px;
}

@media screen and (max-width: 767px) {
  .c-news-item__date {
    width: 100%;
    margin-bottom: 2.666vw;
    padding: 0;
  }
}

.c-news-item__tag {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  margin: 0 0 0 20px;
  padding-bottom: 2px;
  border: 1px solid  rgba(27,60,126,0.24);
  width: 90px;
  height: 28px;
  color: #0041C3;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-news-item__tag {
    margin: 0 0 0 10px;
    padding-bottom: 0;
    width: 78px;
    height: 21px;
    font-size: 11px;
  }
}

.c-news-item__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .c-news-item__txt {
    width: 100%;
    padding-right: 0;
  }
}

.c-news-single-block + .c-news-single-block {
  margin-top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block + .c-news-single-block {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block + .c-news-single-block {
    margin-top: 30px;
  }
}

.c-news-single-block--text {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.88;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--text {
    font-size: 14px;
    line-height: 2.14;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--text {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.c-news-single-block--text p + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-news-single-block--text p + p {
    margin-top: 20px;
  }
}

.c-news-single-block--text a {
  color: #0041c3;
  text-decoration: underline;
}

.c-news-single-block--img {
  width: 83.333%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--img {
    width: 100%;
  }
}

.c-news-single-block--title {
  width: 100%;
  border-bottom: 1px solid #053fb4;
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2.4px;
  line-height: 1.5;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--title {
    font-size: 1.6rem;
  }
}

.c-news-single-block--title + .c-news-single-block--text {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-news-single-block--title + .c-news-single-block--text {
    margin-top: 20px;
  }
}

.c-news-single-block--table__title {
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--table__title {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--table__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.c-news-single-block + .c-news-single-block--title {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-news-single-block + .c-news-single-block--title {
    margin-top: 60px;
  }
}

.c-news-single-block--table {
  width: 100%;
}

.c-news-single-block--table table {
  width: 100%;
}

.c-news-single-block--table tr {
  border-bottom: 1px solid #ddd;
}

.c-news-single-block--table tr:first-child {
  border-top: 1px solid #ddd;
}

.c-news-single-block--table th, .c-news-single-block--table td {
  color: #464646;
  font-size: 16px;
  padding: 26px 20px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--table th, .c-news-single-block--table td {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--table th, .c-news-single-block--table td {
    font-size: 1.2rem;
  }
}

.c-news-single-block--table th {
  background: #f5f5f5;
  font-weight: 600;
  text-align: left;
}

.c-news-single-block--images {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-news-single-block--images {
    display: block;
  }
}

.c-news-single-block--images-child {
  width: 40.384%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-news-single-block--images-child {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .c-news-single-block--images-child {
    width: 100%;
  }
}

.c-news-single-block--images-child + .c-news-single-block--images-child {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-news-single-block--images-child + .c-news-single-block--images-child {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-text-block {
  color: #2c2c2c;
}

.c-text-block__title-lg {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 13px;
}

@media screen and (max-width: 767px) {
  .c-text-block__title-lg {
    font-size: 16px;
  }
}

.c-text-block__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 13px;
}

@media screen and (max-width: 767px) {
  .c-text-block__title {
    font-size: 14px;
  }
}

.c-text-block__text {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-text-block__text {
    font-size: 12px;
  }
}

.c-text-block__text + .c-text-block__text {
  margin: 3px 0 0;
}

.c-text-link {
  text-decoration: underline;
}

.c-text {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 2;
}

.c-text.-signature {
  text-align: right;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .c-text {
    font-size: 14px;
  }
}

.c-text ._bold {
  font-weight: 600;
}

.c-text + .c-text {
  margin-top: 30px;
}

.c-text-unit-intro {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.88;
  margin-bottom: 4.615vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-text-unit-intro {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-text-unit-intro {
    font-size: 16px;
    line-height: 2.14;
    margin-bottom: 8vw;
  }
}

.c-text-unit {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.88;
  margin-top: 3.077vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-text-unit {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-text-unit {
    margin-top: 8vw;
  }
}

.c-text-unit__ttl {
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .c-text-unit__ttl {
    margin-bottom: 1.667vw;
  }
}

.c-text-unit__txt {
  font-weight: 400;
  font-size: 16px;
}

.c-text-child-unit {
  margin: 2.308vw 0 0 1.538vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-text-child-unit {
    margin: 20px 0 0 20px;
  }
}

.c-text-unit-list {
  margin-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-text-unit-list {
    padding-left: 0;
  }
}

.c-text-unit__item {
  font-size: 16px;
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.88;
}

.c-description {
  border-top: 1px solid #ddd;
  display: flex;
  font-size: 16px;
  line-height: 1;
  padding: 33px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-description {
    font-size: 14px;
    padding: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-description {
    border-top: none;
    display: block;
    font-size: 14px;
    padding: 0;
  }
}

.c-description:last-child {
  border-bottom: 1px solid #ddd;
}

.c-description ol {
  list-style-type: none;
}

.c-description__heading {
  flex-basis: 16.327%;
  width: 16.327%;
  color: #464646;
  font-weight: 600;
  padding-left: 33px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-description__heading {
    flex-basis: 21.707%;
    width: 21.707%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-description__heading {
    flex-basis: 100%;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-bottom: 2.667vw;
    padding-top: 4vw;
    padding-left: 0;
  }
}

.c-description__data {
  flex-basis: 83.673%;
  width: 83.673%;
  font-weight: 400;
  padding-left: 33px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-description__data {
    flex-basis: 78.293%;
    width: 78.293%;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-description__data {
    flex-basis: 100%;
    width: 100%;
    line-height: 2.14;
    padding-left: 0;
    padding-bottom: 4vw;
  }
}

.c-description__data._rows {
  line-height: 2;
  margin: -8px 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-description__data._rows {
    margin: -7px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-description__data._rows {
    margin: -7px 0;
  }
}

.c-description__link {
  color: #0041c3;
  font-size: 16px;
}

.c-description__item + .c-description__item {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c-description__item + .c-description__item {
    margin-top: 1vw;
  }
}

.c-description__item._adjust {
  line-height: 1.8;
  text-indent: -11em;
  padding-left: 11em;
}

@media screen and (max-width: 767px) {
  .c-description__item._adjust {
    text-indent: 0;
    padding-left: 0;
  }
}

.c-title {
  width: 53.154vw;
  background: url(../images/entry/bg_title_01_pc.png) no-repeat center center/cover;
  color: #fff;
  font-size: 29px;
  font-weight: 600;
  padding: 3.462vw 0 3.231vw 10vw;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title {
    width: 79.948vw;
    background: url(../images/entry/bg_title_01_sp.png) no-repeat center center/cover;
    padding: 3.462vw 0 3.231vw 6.51vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title {
    width: 92vw;
    background: url(../images/entry/bg_title_01_sp.png) no-repeat center center/cover;
    font-size: 16px;
    padding: 5vw 0 5vw 8vw;
  }
}

.c-title._lower {
  margin-top: -6.462vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title._lower {
    width: 53.125vw;
    font-size: 22px;
    padding: 1.953vw 0 1.953vw 5.989vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title._lower {
    width: 92vw;
    font-size: 16px;
    padding: 5.333vw 0 5.333vw 8vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title._lower .c-title__sub {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .c-title._lower .c-title__sub {
    font-size: 10px;
  }
}

.c-title._no-mv {
  margin-top: 6.461vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-title._no-mv {
    width: 55.729vw;
    background: url(../images/entry/bg_title_01_sp.png) no-repeat center center/cover;
    font-size: 22px;
    margin-top: 5.208vw;
    padding: 1.631vw 0 1.631vw 5.989vw;
  }
}

@media screen and (max-width: 767px) {
  .c-title._no-mv {
    margin-top: 5.333vw;
  }
}

.c-title__sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.21;
}

@media screen and (max-width: 767px) {
  .c-title__sub {
    font-size: 10px;
  }
}

.c-title-bg-half-gray {
  width: 100%;
  background: linear-gradient(to bottom, #fff, #fff 50%, #f5f5f5 50%, #f5f5f5);
}

.c-title__sm {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .c-title__sm {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-company-about__inner {
    padding: 0 8vw;
  }
}

.p-declaration {
  width: 100%;
}

.p-declaration__inner {
  padding: 0 20vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-declaration__inner {
    padding: 0 10.417vw;
  }
}

@media screen and (max-width: 767px) {
  .p-declaration__inner {
    padding: 0 8vw;
  }
}

.p-footerRecruit {
  position: relative;
  padding: 6vw 15vw 9.5vw 15vw;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit {
    padding: 16vw 30px 26vw 30px;
  }
}

.p-footerRecruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #E1E3E6;
}

.p-footerRecruit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15vw;
  display: block;
  width: 60px;
  height: 2px;
  background: #003EBA;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit::after {
    content: "";
    left: 30px;
    width: 30px;
  }
}

.p-footerRecruit__ttl {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerRecruit__ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__ttl {
    font-size: 20px;
  }
}

.p-footerRecruit__lead {
  margin-top: 7px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__lead {
    font-size: 14px;
  }
}

.p-footerRecruit__btnArea {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__btnArea {
    display: block;

    margin-top: 40px;
  }
}

.p-footerRecruit__btnAreaItem {
  width: 32.75vw;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__btnAreaItem {
    width: auto;
  }
  .p-footerRecruit__btnAreaItem:not(:first-child) {
    margin-top: 20px;
  }
}

.p-footerRecruit__btn {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
  height: 90px;
  background: #003EBA;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__btn {
    height: 70px;
    font-size: 15px;
    text-indent: 0.05em;
    letter-spacing: 0.05em;
  }
}

.p-footerRecruit__btn:hover {
  opacity: 1;
}

.p-footerRecruit__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #0851D9;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

@media screen and (min-width: 1025px) {
  .p-footerRecruit__btn:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.p-footerRecruit__btnText {
  position: relative;
  z-index: 1;
}

.p-footerRecruit__phone {
  display: table;
  width: 100%;

  margin-top: 50px;
  background: #F7F7F7;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phone {
    display: block;
    width: auto;

    margin-top: 40px;
  }
}

.p-footerRecruit__phoneMain,
.p-footerRecruit__phoneTtl {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneMain,
  .p-footerRecruit__phoneTtl {
    display: block;
    vertical-align: baseline;
  }
}

.p-footerRecruit__phoneTtl {
  padding: 40px 3vw 40px 3vw;
  width: 32.75vw;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneTtl {
    padding: 28px 10px 0 10px;
    width: auto;
    font-size: 14px;
    text-align: center;
  }
}

.p-footerRecruit__phoneTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -20px;
  width: 1px;
  height: 40px;
  background: #E4E4E4;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneTtl::after {
    display: none;
  }
}

.p-footerRecruit__phoneMain {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneMain {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;

    padding: 9px 10px 35px 10px;
    text-align: left;
  }
}

.p-footerRecruit__phoneBody {
  display: inline-block;
  padding: 0 3vw 0 0;
  width: 32.75vw;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footerRecruit__phoneBody {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneBody {
    display: block;
    padding: 0;
    width: auto;
  }
}

.p-footerRecruit__tel {
  position: relative;
  padding-left: 48px;
  color: #003EBA;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  pointer-events: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footerRecruit__tel {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__tel {
    display: block;
    font-size: 26px;
    pointer-events: auto;
  }
}

.p-footerRecruit__fd {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 38px;
  height: 22px;
  background: url(/assets/images/common/icn_freedial_01.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.p-footerRecruit__phoneBreak {
  display: inline;
}

@media screen and (max-width: 1200px) {
  .p-footerRecruit__phoneBreak {
    display: none;
  }
}

.p-footerRecruit__phoneHours {
  margin-left: 12px;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  vertical-align: 2px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-footerRecruit__phoneHours {
    display: block;
    margin: -6px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-footerRecruit__phoneHours {
    display: block;
    margin: -6px 0 0 0;
    font-size: 12px;
    vertical-align: baseline;
  }
}

.p-footerBtns {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-footerBtns {
    display: block;
  }
}

.p-footerBtn {
  flex-basis: 50%;
  max-width: 50%;
  padding: 5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBtn {
    padding: 3.125vw 5.208vw;
  }
}

@media screen and (max-width: 767px) {
  .p-footerBtn {
    max-width: 100%;
    padding: 10.133vw 8vw 10.667vw;
  }
}

.p-footerBtn._contact {
  background: #0041c3;
}

.p-footerBtn._ifa {
  background: #053fb4;
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .p-footerBtn._ifa .p-footerBtn__btn {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBtn._ifa .p-footerBtn__btn {
    font-size: 15px;
  }
}

.p-footerBtn__ttl {
  color: #fff;
  font-weight: 600;
}

.p-footerBtn__ttl--sub {
  display: block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-footerBtn__ttl--sub {
    font-size: 1.2rem;
    line-height: 1.33;
    letter-spacing: 1.2px;
    margin-bottom: 1.333vw;
  }
}

.p-footerBtn__ttl--primary {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .p-footerBtn__ttl--primary {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 1.5;
  }
}

.p-footerBtn__btnArea {
  padding: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBtn__btnArea {
    padding: 20px 10px 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-footerBtn__btnArea {
    padding: 8vw 0;
  }
}

.p-footerBtn__btn {
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  display: block;
  line-height: 100px;
}

.p-footerBtn__btn:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-footerBtn__btn {
    height: 75px;
    line-height: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-footerBtn__btn {
    height: 21.333vw;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    line-height: 21.333vw;
  }
}

.p-footerBtn__phone {
  display: flex;
  justify-content: center;
}

.p-footerBtn__phone-icon {
  width: 16px;
  height: 28px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .p-footerBtn__phone-icon {
    width: 4.267vw;
    height: 7.467vw;
    margin-right: 2.667vw;
  }
}

.p-footerBtn__phone-number {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .8px;
}

@media screen and (max-width: 767px) {
  .p-footerBtn__phone-number {
    font-size: 1.6rem;
    letter-spacing: .8px;
  }
}

.p-legal {
  width: 100%;
}

.p-legal__inner {
  padding: 0 20vw;
}

@media screen and (max-width: 767px) {
  .p-legal__inner {
    padding: 0 8vw;
  }
}

.p-legal__ttl {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}

.p-legal__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.88;
  margin-bottom: 40px;
}

.p-legal__list {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-legal__list {
    padding-left: 0;
  }
}

.p-legal__item {
  text-indent: -1em;
  padding-left: 1em;
}

.p-news-archive {
  background: #f5f5f5;
  padding: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-news-archive {
    padding: 80px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-archive {
    padding: 60px 30px;
  }
}

.p-news-archive__btnArea {
  padding-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-news-archive__btnArea {
    padding-top: 8vw;
  }
}

.p-news-archive__btn {
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-news-archive__btn {
    font-size: 1.2rem;
  }
}

.p-news-archive__btn-icon {
  width: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.p-news-single {
  width: 100%;
}

.p-news-single__inner {
  max-width: 780px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-news-single__inner {
    max-width: 100%;
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__inner {
    max-width: 100%;
    padding: 0 30px;
  }
}

.p-news-single__heading {
  width: 100%;
  margin-bottom: 80px;
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-news-single__heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__heading {
    margin-bottom: 20px;
  }
}

.p-news-single__content {
  padding: 0 0 100px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-news-single__content {
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__content {
    padding: 0 0 60px;
  }
}

.p-news-single__ttl {
  color: #2c2c2c;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-news-single__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.64;
  }
}

@media screen and (max-width: 767px) {
  .p-news-single__ttl {
    font-size: 2rem;
  }
}

.p-news-single__date {
  font-size: 14px;
  color: #686868;
  display: block;
  line-height: 2.71;
  margin-top: 10px;

  float: left;
}

@media screen and (max-width: 767px) {
  .p-news-single__date {
    font-size: 1.2rem;
  }
}

.p-news-single__tag {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  margin: 14px 0 -4px 20px;
  padding-bottom: 2px;
  border: 1px solid  rgba(27,60,126,0.24);
  width: 90px;
  height: 28px;
  color: #0041C3;
  font-size: 13px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-news-single__tag {
    margin: 16px 0 -6px 15px;
    padding-bottom: 0;
    width: 78px;
    height: 21px;
    font-size: 11px;
  }
}

.p-news-single__linkAre {
  width: 100%;
}

.p-news-single__link {
  color: #0041c3;
  font-size: 14px;
  font-weight: 600;
  padding-left: 13px;
  position: relative;
}

.p-news-single__link-icon {
  width: 6px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.p-news-single_photo {
  display: flex;
}

.p-news-single_photo img {
  flex-basis: 260px;
  max-width: 260px;
}

@media screen and (max-width: 767px) {
  .p-news-single_photo {
    display: block;
  }
  .p-news-single_photo img {
    max-width: 100%;
  }
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.p-privacy__date {
  font-size: 16px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-privacy__date {
    margin-top: 10vw;
  }
}

.p-recruitment-intro__inner {
  padding: 0 10vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__inner {
    justify-content: space-between;
    padding: 0 50px 15vw;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__inner {
    display: block;
    padding: 0 8vw 18.667vw;
  }
}

.p-recruitment-intro__linkArea {
  margin-bottom: 10vw;
}

.p-recruitment-intro__link {
  display: flex;
  align-items: center;
  max-width: 580px;
  height: 100px;
  padding: 0 36px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__link {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    height: 21.25vw;
    padding: 0 5vw;
  }
}

.p-recruitment-intro__link:hover {
  opacity: 1;
}

.p-recruitment-intro__link-text {
  font-size: 20px;
  font-weight: 700;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__link-text {
    font-size: 14px;
  }
}

.p-recruitment-intro__link-text._blue {
  display: block;
  margin-left: 24px;
  color: #0041c3;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__link-text._blue {
    margin-left: 0;
    font-size: 14px;
  }
}

.p-recruitment-intro__link:hover .p-recruitment-intro__link-text._blue {
  opacity: .6;
}

.p-recruitment-intro__child-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__child-inner {
    display: block;
  }
}

.p-recruitment-intro__child-inner + .p-recruitment-intro__child-inner {
  margin-top: 10vw;
}

.p-recruitment-intro__ttlArea {
  flex-basis: 28.462vw;
  width: 28.462vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__ttlArea {
    flex-basis: calc(53.6% - 24px);
    width: calc(53.6% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__ttlArea {
    flex-basis: 100%;
    width: 100%;
  }
}

.p-recruitment-intro__ttl {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .6px;
  line-height: 1.67;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__ttl {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-bottom: 5.333vw;
  }
}

.p-recruitment-intro__ttl-sm {
  color: #0041c3;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__ttl-sm {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__ttl-sm {
    font-size: 12px;
    margin-bottom: 5.333vw;
  }
}

.p-recruitment-intro__txtArea {
  flex-basis: 43.846vw;
  width: 43.846vw;
  margin: 45px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__txtArea {
    flex-basis: calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__txtArea {
    flex-basis: 100%;
    width: 100%;
    margin: 5.333vw 0 0;
  }
}

.p-recruitment-intro__txtArea._no-mt {
  margin-top: 0;
}

.p-recruitment-intro__txt {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-intro__txt {
    line-height: 2.14;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-intro__txt {
    line-height: 2.14;
  }
}

.p-recruitment-requirement {
  background: #f5f5f5;
}

.p-recruitment-requirement__ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-requirement__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-requirement__ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 8vw;
  }
}

.p-recruitment-requirement__inner {
  padding: 5vw 10vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-requirement__inner {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-requirement__inner {
    padding: 9vw 8vw;
  }
}

.p-recruitment-requirement__content {
  background: #fff;
  padding: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-requirement__content {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-requirement__content {
    padding: 9vw 8vw;
  }
}

.p-recruitment-flow {
  width: 100%;
}

.p-recruitment-flow__intro {
  background: #fff;
}

.p-recruitment-flow__intro-inner {
  padding: 10vw 10vw 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__intro-inner {
    padding: 15vw 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__intro-inner {
    padding: 18.667vw 8vw 8vw;
  }
}

.p-recruitment-flow__intro-ttl {
  color: #2c2c2c;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__intro-ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__intro-ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5.333vw;
  }
}

.p-recruitment-flow__intro-txt {
  color: #2c2c2c;
  font-size: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__intro-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__intro-txt {
    font-size: 14px;
    line-height: 2.14;
  }
}

.p-recruitment-flow__figure {
  background: #f5f5f5;
}

.p-recruitment-flow__figure-inner {
  padding: 5vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__figure-inner {
    padding: 65px 50px 110px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__figure-inner {
    padding: 10.666vw 8vw;
  }
}

.p-recruitment-flow__list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__list {
    display: block;
  }
}

.p-recruitment-flow__item {
  flex-basis: calc((100% - 70px) / 2);
  width: calc((100% - 70px) / 2);
  min-height: 216px;
  background: #fff;
  margin-bottom: 105px;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item {
    flex-basis: calc((100% - 49px) / 2);
    width: calc((100% - 49px) / 2);
    min-height: 196px;
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item {
    flex-basis: 100%;
    width: 100%;
    min-height: auto;
    margin-bottom: 13.867vw;
  }
}

.p-recruitment-flow__item::before {
  width: 37px;
  height: 27px;
  content: '';
  position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item::before {
    width: 27px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item::before {
    width: 6.133vw;
    height: 5.333vw;
  }
}

.p-recruitment-flow__item:nth-of-type(odd)::before {
  background: url(../images/recruitment/recruitment_arrow_01.svg) no-repeat center center/cover;
  top: 60.185%;
  right: -56px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item:nth-of-type(odd)::before {
    top: 54.592%;
    right: -38px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item:nth-of-type(odd)::before {
    background: url(../images/recruitment/recruitment_arrow_03.svg) no-repeat center center/contain;
    top: initial;
    right: initial;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-recruitment-flow__item:nth-of-type(even) {
  margin: 0 0 0 70px;
  top: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item:nth-of-type(even) {
    margin: 0 0 0 49px;
    top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item:nth-of-type(even) {
    margin: 0 0 13.866vw;
    top: initial;
  }
}

.p-recruitment-flow__item:nth-of-type(even)::before {
  background: url(../images/recruitment/recruitment_arrow_02.svg) no-repeat center center/cover;
  bottom: -40px;
  left: -50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item:nth-of-type(even)::before {
    bottom: -5px;
    left: -38px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item:nth-of-type(even)::before {
    background: url(../images/recruitment/recruitment_arrow_03.svg) no-repeat center center/contain;
    bottom: -8vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-recruitment-flow__item:last-child {
  margin-bottom: 0;
}

.p-recruitment-flow__item:last-child::before {
  background: none;
}

.p-recruitment-flow__item-num {
  width: 50px;
  height: 50px;
  background: #0041c3;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 50px;
  position: absolute;
  top: -25px;
  left: 10%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item-num {
    left: 13.1%;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -20px;
    left: 30px;
  }
}

.p-recruitment-flow__item-inner {
  padding: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item-inner {
    padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item-inner {
    padding: 8vw;
  }
}

.p-recruitment-flow__item-ttl {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item-ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item-ttl {
    font-size: 16px;
    margin-bottom: 4vw;
  }
}

.p-recruitment-flow__item-txt {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 1.86;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-flow__item-txt {
    font-size: 13px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-flow__item-txt {
    font-size: 14px;
  }
}

.p-recruitment-entry {
  background: #fff;
}

.p-recruitment-entry__inner {
  padding: 10vw 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-entry__inner {
    padding: 15vw 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-entry__inner {
    padding: 10.667vw 0 0;
  }
}

.p-recruitment-entry__txt {
  color: #0041c3;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-entry__txt {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-entry__txt {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-bottom: 4vw;
  }
}

.p-recruitment-entry__btn {
  width: 380px;
  height: 100px;
  background: #fadf0d;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  position: relative;
  text-align: center;
}

.p-recruitment-entry__btn:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-recruitment-entry__btn {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-recruitment-entry__btn {
    width: 84vw;
    height: 16vw;
    font-size: 16px;
    line-height: 16vw;
  }
}

.p-recruitment-entry__btn-inner {
  position: relative;
  z-index: 0;
}

.p-seminar-inner {
  padding: 0 10vw 6.153vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-inner {
    padding: 0 8vw 13vw 8vw;
  }
}

.p-seminar__title {
  margin-bottom: 6.153vw;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar__title {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar__title {
    margin-bottom: 8vw;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.p-seminar__title._kobetsu {
  padding-top: 10vw;
  font-size: 30px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar__title._kobetsu {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar__title._kobetsu {
    margin-bottom: 8vw;
    padding-top: 16vw;
    font-size: 20px;
  }
}

.p-seminar__title._kobetsu-schedule {
  margin-bottom: 37px;
  font-size: 24px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar__title._kobetsu-schedule {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar__title._kobetsu-schedule {
    margin-bottom: 18px;
    font-size: 16px;
  }
}

.p-seminar__lead {
  margin-bottom: 2.307vw;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar__lead {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar__lead {
    margin-bottom: 4vw;
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.p-seminar__text {
  line-height: 1.94;
}

.p-seminar-target {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .p-seminar-target {
    display: block;
  }
}

.p-seminar-target__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-target__title {
    font-size: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-target__title {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-seminar-target__body {
  padding: 0 0 0 30px;
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (max-width: 767px) {
  .p-seminar-target__body {
    padding: 4vw 0 0 0;
    font-size: 14px;
    line-height: 1.86;
  }
}

.p-seminar-target__item {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .p-seminar-target__item + .p-seminar-target__item {
    margin-top: 9px;
  }
}

.p-seminar-sec {
  width: 100%;
}

.p-seminar-target + .p-seminar-sec,
.p-seminar-sec + .p-seminar-sec {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .p-seminar-target + .p-seminar-sec,
  .p-seminar-sec + .p-seminar-sec {
    margin-top: 17.333vw;
  }
}

.p-seminar-sec__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-sec__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-sec__title {
    font-size: 16px;
  }
}

.p-seminar-sec__body {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-seminar-sec__body {
    margin-top: 5.333vw;
  }
}

.p-seminar-schedule {
  padding: 6.153vw 10vw;
  background: #F7F7F8;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-schedule {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule {
    padding: 9vw 8vw 8vw 8vw;
  }
}

.p-seminar-schedule__title {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-schedule__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__title {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

.p-seminar-schedule__title-sub {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 400;
  vertical-align: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-schedule__title-sub {
    vertical-align: 2px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__title-sub {
    padding-left: 8px;
    font-size: 11px;
    vertical-align: 1px;
    letter-spacing: 0;
  }
}

.p-seminar-box {
  padding: 80px;
  background: #FFF;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-box {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-box {
    padding: 20px;
  }
}

.p-seminar-schedule__title + .p-seminar-box {
  margin-top: 39px;
}

@media screen and (max-width: 767px) {
  .p-seminar-schedule__title + .p-seminar-box {
    margin-top: 5vw;
  }
}

.p-seminar-location {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  border: 1px solid #9F9F9F;
  padding: 0 8px;
  height: 22px;
  background: #FFF;
  color: #888;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-seminar-location {
    padding: 0;
    width: 35px;
    height: 17px;
    font-size: 11px;
  }
}

.p-seminar-table._kobetsu .p-seminar-location:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-seminar-table._kobetsu .p-seminar-location:not(:last-child) {
    margin-right: 5px;
  }
}

.p-seminar-over {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  width: 100px;
  height: 38px;
  background: #EDEFF0;
  color: #939596;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-seminar-over {
    width: 64px;
    height: 28px;
    font-size: 11px;
  }
}

.p-seminar-table._home .p-seminar-over {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-over {
    height: 28px;
  }
}

.p-seminar-notes._sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-seminar-notes._sp {
    display: block;
    margin-top: 8px;
    color: #434343;
    font-size: 12px;
  }
}

.p-seminar-button {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 100px;
  height: 38px;
  background: #0041C3;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-seminar-button {
    width: 64px;
    height: 28px;
    font-size: 11px;
  }
}

.p-seminar-table._home .p-seminar-button {
  height: 32px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-button {
    height: 28px;
  }
}

.p-seminar-button:hover {
  opacity: 1;
}

.p-seminar-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #0851D9;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

@media screen and (min-width: 1025px) {
  .p-seminar-button:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.p-seminar-button__text {
  position: relative;
  z-index: 1;
}

.p-seminar-week {
  display: block;

  padding: 4px 0 0 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: #DDE1E3;
  color: #1C1C1C;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-week {
    padding: 4px 0 0 0;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 1;
  }
}

.p-seminar-table._home .p-seminar-week {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-week {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }
}

.p-seminar-table__table {
  border-top: 1px solid #E6E6E6;
  width: 100%;
}

.p-seminar-table__tr {
  border-bottom: 1px solid #E6E6E6;
}

.p-seminar-table__thead .p-seminar-table__th {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__thead .p-seminar-table__th {
    padding-top: 13px;
    padding-bottom: 14px;
    font-size: 12px;
  }
}

.p-seminar-table__td {
  text-align: left;
  vertical-align: middle;
}

.p-seminar-table__th._date {
  padding-left: 20px;
  width: 136px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__th._date {
    padding-left: 0;
    width: 80px;
  }
}

.p-seminar-table._kobetsu .p-seminar-table__th._date {
  padding-left: 20px;
  width: 229px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-table._kobetsu .p-seminar-table__th._date {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-table._kobetsu .p-seminar-table__th._date {
    padding-left: 0;
    width: 114px;
    font-size: 13px;
  }
}

.p-seminar-table._home .p-seminar-table__th._date {
  padding-left: 10px;
  width: 116px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-table__th._date {
    padding-left: 0;
    width: 85px;
  }
}

.p-seminar-table__th._time {
  width: 173px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-table__th._time {
    width: 163px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-table__th._time {
    width: 95px;
  }
}

.p-seminar-table__td._time,
.p-seminar-table__th._time {
  padding-left: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-table__td._time,
  .p-seminar-table__th._time {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-table__td._time,
  .p-seminar-table__th._time {
    padding-left: 5px;
  }
}

.p-seminar-table._home .p-seminar-table__td._time {
  padding-left: 8px;
  width: 134px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-table__td._time {
    width: 90px;
  }
}

.p-seminar-table__td._time {
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__td._time {
    font-size: 12px;
  }
}

.p-seminar-table__th._location {
  width: 108px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-table__th._location {
    width: 98px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-table__th._location {
    width: 40px;
  }
}

.p-seminar-table__td._location,
.p-seminar-table__th._location {
  padding-left: 60px;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-table__td._location,
  .p-seminar-table__th._location {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-table__td._location,
  .p-seminar-table__th._location {
    padding-left: 5px;
    white-space: normal;
  }
}

.p-seminar-table._kobetsu .p-seminar-table__td._location {
  padding-left: 0;
  width: auto;
  text-align: left;
}

.p-seminar-table._home .p-seminar-table__td._location {
  padding-left: 0;
  width: auto;
  text-align: left;
}

.p-seminar-table__td._button,
.p-seminar-table__th._button {
  padding-right: 20px;
  width: auto;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__td._button,
  .p-seminar-table__th._button {
    padding-right: 0;
    padding-left: 10px;
  }
}

.p-seminar-table__td._button {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-seminar-table._home .p-seminar-table__td._button {
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-table__td._button {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-seminar-table__lo {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__lo {
    font-size: 12px;
  }
}

.p-seminar-table._home .p-seminar-table__lo {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-table__lo {
    font-size: 13px;
  }
}

.p-seminar-table__lo-date {
  padding-top: 2px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table__lo-date {
    padding-top: 3px;
  }
}

.p-seminar-table._home .p-seminar-table__lo-date {
  padding-top: 0;
}

.p-seminar-table__lo-no {
  font-style: normal;
}

.p-seminar-table._home .p-seminar-table__lo-no {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .p-seminar-table._home .p-seminar-table__lo-no {
    font-size: 16px;
  }
}

.p-seminar-list {
  display: flex;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .p-seminar-list {
    display: block;
  }
}

.p-seminar-list:last-of-type {
  border-bottom: 1px solid #ddd;
}

.p-seminar-list__title {
  width: 332px;
  padding: 20px 0 20px 30px;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .p-seminar-list__title {
    width: 100%;
    padding: 4vw 0 0;
    font-size: 14px;
  }
}

.p-seminar-list__title-num {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  border-radius: 50%;
  background: #0041c3;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-list__title-num {
    width: 25px;
    height: 25px;
    margin-right: 2.666vw;
    line-height: 25px;
    font-size: 12px;
  }
}

.p-seminar-list__body {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .p-seminar-list__body {
    padding: 2.666vw 0 4vw;
  }
}

.p-seminar-list__item {
  margin-top: 6px;
}

.p-seminar-btn {
  width: 380px;
  height: 100px;
  background: #fadf0d;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 100px;
  position: relative;
  text-align: center;
}

.p-seminar-btn:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-seminar-btn {
    height: 80px;
    font-size: 16px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .p-seminar-btn {
    width: 84vw;
    height: 21.333vw;
    font-size: 16px;
    line-height: 21.333vw;
  }
}

.p-seminar-movie {
  display: block;
  height: 100vh;
  background-color: #f5f5f5;
}

.p-seminar-movie__inner {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 40px 0;
}

@media screen and (max-width: 767px) {
  .p-seminar-movie__inner {
    max-width: 100%;
    padding: 10vw 5vw 0;
  }
}

.p-seminar-movie__title {
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-seminar-movie__title {
    margin-bottom: 7.5vw;
    font-size: 2rem;
  }
}

.p-seminar-movie__video {
  display: block;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-seminar-movie__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.p-seminar-movie__video::before {
  display: block;
  padding-top: 56.25%;
  content: '';
}

.p-seminar-movie__logo {
  display: block;
  width: 223px;
  margin: 20px 0 0 auto;
}

@media screen and (max-width: 767px) {
  .p-seminar-movie__logo {
    width: 55.75vw;
    margin: 5vw 0 0 auto;
  }
}

.p-service-sec {
  width: 100%;
  padding: 0 0 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec {
    padding: 0 0 15vw;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec {
    padding: 0 0 40px;
  }
}

.p-service-sec__content {
  margin-bottom: 60px;
  padding: 0 18vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__content {
    margin-bottom: 50px;
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__content {
    margin-bottom: 8vw;
    padding: 0 8vw;
  }
}

.p-service-sec__ttl {
  color: #2c2c2c;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.64;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5.333vw;
  }
}

.p-service-sec__panels {
  display: flex;
  justify-content: space-between;
  padding: 0 15vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__panels {
    padding: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__panels {
    display: block;
    padding: 0 8vw;
  }
}

.p-service-sec__panel {
  flex-basis: 45.053%;
  max-width: 45.053%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__panel {
    flex-basis: calc((100% - 50px) / 2);
    max-width: calc((100% - 50px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__panel {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__panel + .p-service-sec__panel {
    margin-top: 8vw;
  }
}

.p-service-sec__panel-pho img {
  border-radius: 10px;
}

.p-service-sec__panel-caption {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .8px;
  line-height: 1.5;
  padding: 20px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__panel-caption {
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 1.43;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__panel-caption {
    font-size: 16px;
  }
}

.p-service-sec__panel-caption-sm {
  color: #6a6a6a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec__panel-caption-sm {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec__panel-caption-sm {
    font-size: 14px;
    margin-top: 1vw;
    line-height: 1.8;
  }
}

.p-service-sec02 {
  background: #f5f5f5;
}

.p-service-sec02__inner {
  width: 65vw;
  margin: 0 auto;
  padding: 7.5vw 0 18vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec02__inner {
    width: 100%;
    padding: 50px 50px 18vw;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec02__inner {
    width: 100%;
    padding: 30px 8vw 70px;
  }
}

.p-service-sec02__img {
  max-width: 680px;
  width: 100%;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-service-sec02__img {
    width: 85%;
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .p-service-sec02__img {
    width: 100%;
    margin: 20px auto 0;
  }
}

.p-top-button {
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  position: relative;
  width: 226px;
  height: 64px;
  background: #003EBA;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-indent: 0.05em;
  letter-spacing: 0.05em;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-top-button {
    width: 190px;
    height: 55px;
    font-size: 14px;
  }
}

.p-top-button._w {
  background: #FFF;
  color: #003EBA;
}

.p-top-button:hover {
  opacity: 1;
}

.p-top-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #0851D9;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
}

.p-top-button._w::before {
  background: #ABC6FB;
}

@media screen and (min-width: 1025px) {
  .p-top-button:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.p-top-button__text {
  position: relative;
  z-index: 1;
}

.p-top-fv {
  position: relative;
  height: 100vh;
  max-height: 950px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top-fv {
    max-height: 570px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv {
    margin-top: 17px;
    height: auto;
    max-height: 100%;
  }
}

.p-top-fv::after { /* chromeエミュレータの白い線隠し */
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  display: block;
  width: 43.9vw;
  height: 2px;
  background: #003EBA;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-fv::after {
    content: "";
    width: 33.9vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv::after {
    display: none;
  }
}

.p-top-fv__blue {
  position: absolute;
  top: 373px;
  right: 0;
  width: 44vw;
  height: calc(100% - 373px);
  background: #003EBA;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-fv__blue {
    width: 34vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__blue {
    display: none;
  }
}

.p-top-fv__main {
  position: absolute;
  top: calc(172px + 13.5vw);
  left: 10vw;
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top-fv__main {
    top: 13.5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__main {
    position: absolute;
    top: 21.6vw;
    left: 30px;
  }
}

.p-top-fv__titleMain {
  width: 28vw;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-top-fv__titleMain {
    width: 48.26vw;
  }
}

.p-top-fv__titleMainImg {
  width: 100%;
  height: auto;
}

.p-top-fv__text {
  margin-top: 28px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-fv__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.74;
  }
}

.p-top-fv__textBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-fv__textBr {
    display: inline-block;
  }
}

.p-top-fv__image {
  position: absolute;
  top: 172px;
  right: 0;
  width: 63.6vw;
  height: calc(100% - 172px - 105px);
  line-height: 0;
  z-index: 2;

  background: url(/partner/assets/images/top/index_img_fv_01.png) no-repeat top left;
  background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-top-fv__image {
    top: 0;
    height: calc(100% - 105px);

    background: url(/partner/assets/images/top/index_img_fv_01.png) no-repeat 22% 0;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__image {
    position: relative;
    top: auto;
    right: auto;
    margin-left: calc(100% - 78.13vw);
    width: 78.13vw;
    height: 88.26vw;

    background: url(/partner/assets/images/top/index_img_fv_01_sp.png) no-repeat top left;
    background-size: cover;
  }
}

.p-top-fv__imageImg {
  display: none;
}

.p-top-entry {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 31vw;
  min-width: 400px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .p-top-entry {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 14.4vw 30px 0 30px;
    width: auto;
    min-width: 0;
  }
}

.p-top-entry::before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: -10px;
  width: 100%;
  height: 82.14%;
  background: #15274a;
  opacity: 0.31;
  filter: blur(25.087200164794922px);
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .p-top-entry::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 77.7777%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .p-top-entry::before { /* For IE11 */
  content: "";
  position: absolute;
  bottom: -90px;
  right: -90px;
  width: 551px;
  width: 42.38vw;
  min-width: 551px;
  height: 266px;
  background: url(/partner/assets/images/top/index_blur_entry_01.png) no-repeat;
  background-size: cover;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .p-top-entry::before { /* For IE11 */
    content: "";
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 466px;
    width: 42.38vw;
    min-width: 466px;
    height: 211px;
    background: url(/partner/assets/images/top/index_blur_entry_01.png) no-repeat;
    background-size: cover;
    opacity: 1;
  }
}

.p-top-entry__a {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
  padding: 20px 35px 20px 20px;
  background: #003EBA;
  color: #FFF;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .p-top-entry__a {
    padding: 15px 30px 15px 20px;
  }
}

.p-top-entry__a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  background: #0851D9;
  transform-origin: left top;
  transform: scale(1, 0);
  transition: transform .3s;
  z-index: 12;
}

@media screen and (min-width: 1025px) {
  .p-top-entry__a:hover::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.p-top-entry__a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  margin-top: -4px;
  width: 10px;
  height: 8px;
  background: url(/partner/assets/images/top/icn_arrow_entry_01.svg) no-repeat;
  background-size: cover;
  z-index: 13;
}

@media screen and (max-width: 767px) {
  .p-top-entry__a::after {
    content: "";
    position: absolute;
    right: 10px;
    margin-top: -2.5px;
    width: 7px;
    height: 5px;
    background: url(/partner/assets/images/top/icn_arrow_entry_01_sp.svg) no-repeat;
    background-size: cover;
  }
}

.p-top-entry__a:hover {
  opacity: 1;
}

.p-top-entry__image {
  position: relative;
  width: 100px;
  line-height: 0;
  z-index: 13;
}

@media screen and (max-width: 767px) {
  .p-top-entry__image {
    width: 60px;
  }
}

.p-top-entry__imageImg {
  width: 100%;
  height: auto;
}

.p-top-entry__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  position: relative;
  padding: 2px 0 0 23px;
  z-index: 13;
}

@media screen and (max-width: 767px) {
  .p-top-entry__main {
    padding: 0 0 0 12px;
  }
}

.p-top-entry__sub {
  display: block;
  font-size: 13px;
  font-weight: 400;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-top-entry__sub {
    margin-top: -3px;
    font-size: 12px;
    line-height: 1.2;
  }
}

.p-top-entry__title {
  display: block;
  margin-top: -3px;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-top-entry__title {
    margin-top: 0px;
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-top-entry__date {
  display: block;
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  .p-top-entry__date {
    margin-top: 4px;
  }
}

.p-top-entry__dateCap {
  display: inline-block;
  padding: 0 10px;
  border-radius: 14px;
  height: 28px;
  background: #FFF;
  color: #252545;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 767px) {
  .p-top-entry__dateCap {
    border-radius: 12px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
  }
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.c-ticker {
  width: 100%;
  display: flex;
  overflow: hidden;
  box-sizing: content-box;
}

.c-ticker__wrap {
  display: inline-block;
  white-space: nowrap;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.c-ticker__wrap._ticker01 {
  -webkit-animation: loop 80s -40s linear infinite;
  animation: loop 80s -40s linear infinite;
}

.c-ticker__wrap._ticker02 {
  -webkit-animation: loop2 80s linear infinite;
  animation: loop2 80s linear infinite;
}

.c-ticker__text {
  display: inline-flex;
  width: 2695px;
  background: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 240px;
  font-weight: 100;
  color: #A1B8E5;
  line-height: 1;
  text-transform: uppercase;
  opacity: 0.28;
}

@media screen and (max-width: 767px) {
  .c-ticker__text {
    width: 1123px;
    width: 299.46666vw;
    font-size: 100px;
    font-size: 26.6666vw;
  }
}

.p-top-fv__ticker {
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 100%;
  z-index: 3;

  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-fv__ticker {
    bottom: -2.76vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__ticker {
    position: absolute;
    bottom: auto;
    top: 278px;
    top: 74.13333vw;
    left: 0;
  }
}

.p-top-intro__first {
  position: relative;
  color: #333;
  z-index: 1;
}

.p-top-intro__firstBlue {
  position: absolute;
  top: 0;
  right: 0;
  width: 44vw;
  height: 100%;
  background: #003EBA;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__firstBlue {
    width: 34vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__firstBlue {
    display: none;
  }
}

.p-top-intro__firstVessel {
  padding: 127px 14vw 181px 15.5vw;
  width: calc(100% - 44vw);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__firstVessel {
    padding: 53px 15.5vw 130px 14vw;
    width: calc(100% - 34vw);
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__firstVessel {
    padding: 13vw 30px 21vw 30px;
    width: auto;
  }
}

.p-top-intro__titleMain {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__titleMain {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__titleMain {
    font-size: 24px;
  }
}

.p-top-intro__lead {
  margin-top: 45px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__lead {
    margin-top: 34px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__lead {
    margin-top: 26px;
    font-size: 14px;
  }
}

.p-top-intro__second {
  position: relative;
  color: #333;
  z-index: 1;
}

.p-top-intro__secondBlue {
  position: absolute;
  top: 0;
  right: 0;
  width: 44vw;
  height: 192px;
  background: #003EBA;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__secondBlue {
    width: 34vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__secondBlue {
    position: absolute;
    top: 115px;
    width: 42.66vw;
    height: 343px;
  }
}

.p-top-intro__secondBlue::after { /* chromeエミュレータの白い線隠し */
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  width: 43.9vw;
  height: 2px;
  background: #003EBA;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__secondBlue::after {
    content: "";
    width: 33.9vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__secondBlue::after {
    display: none;
  }
}

.p-top-intro__secondVessel {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
  margin-right: 26vw;
  background: #FFF;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__secondVessel {
    margin-right: 13vw;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__secondVessel {
    display: block;

    margin-right: 30px;
    background: transparent;
  }
}

.p-top-intro__secondImage {
  width: 28vw;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-top-intro__secondImage {
    width: 64vw;
  }
}

.p-top-intro__secondImageImg {
  width: 100%;
  height: auto;
}

.p-top-intro__secondMain {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  padding: 7.3vw 7.5vw 4.38vw 8.5vw;
}

@media screen and (max-width: 767px) {
  .p-top-intro__secondMain {
    margin: 35px 0 0 30px;
    padding: 40px 30px 40px 0;
    background: #FFF;
  }
}

.p-top-intro__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__title {
    font-size: 20px;
  }
}

.p-top-intro__titleBr {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-top-intro__titleBr {
    display: inline-block;
  }
}

.p-top-intro__text {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-intro__text {
    margin-top: 17px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-intro__text {
    margin-top: 23px;
    font-size: 14px;
  }
}

.p-top-intro__button {
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .p-top-intro__button {
    margin-top: 31px;
  }
}

.p-top-seminar {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-seminar {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-top-seminar {
    display: block;
  }
}

.p-top-seminar__first {
  position: relative;
  padding: 9vw 25vw 13vw 11vw;
  width: calc(100% - 46vw);
  background: #003EBA;
  color: #FFF;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-seminar__first {
    padding-bottom: 120px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-seminar__first {
    padding: 45px 30px 125px 30px;
    width: auto;
  }
}

.p-top-seminar__firstBg {
  position: absolute;
  top: -33px;
  right: -5px;
  font-size: 160px;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  color: #e4ebf9;
  line-height: 1;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__firstBg {
    position: absolute;
    top: -42px;
    top: -11.2vw;
    right: auto;
    left: 0;
    width: 100%;
    font-size: 90px;
    font-size: 24vw;
    text-align: center;
    text-indent: -0.07em;
  }
}

.p-top-seminar__firstTitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__firstTitle {
    font-size: 20px;
  }
}

.p-top-seminar__firstText {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  opacity: 0.72;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__firstText {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.75;
  }
}

.p-top-seminar__firstButton {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__firstButton {
    margin-top: 29px;
  }
}

.p-top-seminar__firstButton .p-top-button {
  width: 195px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__firstButton .p-top-button {
    width: 160px;
    height: 55px;
  }
}

.p-top-seminar__second {
  position: relative;
  width: 46vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-seminar__second {
    margin-left: 20vw;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-top-seminar__second {
    margin-left: 30px;
    width: auto;
  }
}

.p-top-seminar__second::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -14.3vw;
  display: block;
  width: calc(100% + 14.3vw);
  height: 50%;
  background: #FFF;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__second::after {
    display: none;
  }
}

.p-top-seminar__secondBox {
  position: relative;
  margin-top: 9vw;
  margin-left: -14.3vw;
  padding: 3.38vw 9vw 4vw 6vw;
  background: #FFF;
  z-index: 3;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-top-seminar__secondBox {
    margin-top: -70px;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-seminar__secondBox {
    margin-top: -90px;
    margin-left: 0;
    padding: 30px 30px 40px 20px;
  }
}

.p-top-seminar__secondTitle {
  margin-bottom: 36px;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__secondTitle {
    margin-bottom: 14px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

.p-top-seminar__secondAll {
  margin-top: 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-seminar__secondAll {
    margin-top: 30px;
    font-size: 13px;
    text-align: right;
  }
}

.p-top-seminar__secondAllA {
  color: #0041C3;
}

.p-top-news {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  padding: 8vw 11vw 16vw 11vw;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;

    padding: 8vw 30px 24vw 30px;
  }
}

.p-top-news__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;

  width: calc((100% - 4vw) / 2);
}

@media screen and (max-width: 767px) {
  .p-top-news__content {
    display: block;

    width: auto;
  }
  .p-top-news .p-top-news__content:nth-of-type(2) {
    margin-top: 18.6vw;
  }
}

.p-top-news__titleMain {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-top-news__titleMain {
    font-size: 20px;
  }
}

.p-top-news__list {
  margin-top: 37px;
  margin-bottom: 40px;
  border-top: 1px solid #E1E3E6;
}

@media screen and (max-width: 767px) {
  .p-top-news__list {
    margin-top: 29px;
  }
}

.p-top-news__listContent {
  border-bottom: 1px solid #E1E3E6;
}

.p-top-news__a {
  display: block;
  padding: 1.92vw 0;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-top-news__a {
    padding: 11px 0 14px 0;
  }
}

.p-top-news__a:hover {
  opacity: 1;
}

.top-news__aT {
  display: block;
}

.top-news__aDate {
  color: #81848E;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .top-news__aDate {
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-news__a:hover .top-news__aDate {
    color: #0041C3;
  }
}

.top-news__aIcon {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .top-news__aIcon {
    margin-left: 15px;
  }
}

.top-news__aIconCap {
  display: inline-block;
  padding: 0 7px;
  height: 20px;
  background: #0041C3;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .top-news__aIconCap {
    padding: 0 6px;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
  }
}

.top-news__aD {
  display: block;
  margin-top: 5px;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .top-news__aD {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .p-top-news__a:hover .top-news__aD {
    color: #0041C3;
  }
}

.p-top-news__button {
  margin-top: auto;
  text-align: center;
}

.p-top-news__button .p-top-button {
  width: 260px;
  height: 64px;
}

@media screen and (max-width: 767px) {
  .p-top-news__button .p-top-button {
    width: 190px;
    height: 55px;
  }
}

.p-vision-hero {
  width: 100%;
  position: relative;
}

.p-vision-hero__inner {
  width: 100%;
  padding: 10vw 0;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-hero__inner {
    padding: 97px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-hero__inner {
    padding: 0 0 30px;
  }
}

.p-vision-hero__inner::before {
  width: 80%;
  height: 100%;
  background: #f5f5f5;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-hero__inner::before {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .p-vision-hero__inner::before {
    width: 100%;
  }
}

.p-vision-hero__content {
  width: 57vw;
  background: #fff;
  padding: 7.5vw 7.5vw 7.5vw 10vw;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-hero__content {
    padding: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-hero__content {
    width: 84vw;
    margin: -25px auto 0;
    padding: 30px;
  }
}

.p-vision-hero__bg {
  width: 100%;
  background: url(../images/vision/vision_hero.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-vision-hero__bg {
    position: relative;
  }
}

.p-vision-hero__bg::before {
  content: '';
  display: block;
  padding-top: 63.23%;
}

@media screen and (max-width: 767px) {
  .p-vision-hero__bg::before {
    padding-top: 82.667%;
  }
}

.p-vision-hero__bg-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.p-vision-hero__bg-ttl {
  width: 33.077vw;
  position: absolute;
  top: 11vw;
  right: 5.769vw;
}

@media screen and (max-width: 767px) {
  .p-vision-hero__bg-ttl {
    width: 50.333vw;
    margin: 6vw auto 0;
    position: static;
  }
}

.p-vision-hero__content-ttl {
  width: 27.538vw;
  color: #2b2b2b;
  font-family: "Gothic MB101 Bold", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.49;
  letter-spacing: 3.5px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-hero__content-ttl {
    width: 26.693vw;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-hero__content-ttl {
    width: 46.4vw;
    font-size: 34px;
    letter-spacing: 1.7px;
    margin-bottom: 30px;
  }
}

.p-vision-sec {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-sec {
    margin-top: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-sec {
    margin-top: 40px;
  }
}

.p-vision-sec__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-vision-sec__inner {
    display: block;
  }
}

.p-vision-sec__img {
  flex-basis: 35.385%;
  max-width: 35.385%;
  margin-right: 7.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-sec__img {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-sec__img {
    flex-basis: 100%;
    max-width: 84.533vw;
    margin-bottom: 30px;
  }
}

.p-vision-sec__ttl {
  color: #2c2c2c;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 3.5px;
  line-height: 1.49;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-sec__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.64;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-sec__ttl {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

.p-vision-sec__content {
  width: 47.308vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-sec__content {
    width: calc(100% - 35.385% - 100px);
  }
}

@media screen and (max-width: 767px) {
  .p-vision-sec__content {
    width: 100%;
    padding: 0 8vw;
  }
}

.p-vision-sec--02 .p-vision-sec__inner {
  flex-direction: row-reverse;
}

.p-vision-sec--02 .p-vision-sec__img {
  flex-basis: 45.692%;
  max-width: 45.692%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-vision-sec--02 .p-vision-sec__img {
    flex-basis: 100%;
    max-width: 92vw;
    margin-left: auto;
  }
}

.p-vision-sec--02 .p-vision-sec__content {
  width: 36.923vw;
  margin-right: 7.5vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-vision-sec--02 .p-vision-sec__content {
    width: calc(100% - 45.692% - 100px);
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-sec--02 .p-vision-sec__content {
    width: 100%;
    margin-right: 0;
  }
}

.p-about-intro__inner {
  padding: 0 10vw 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__inner {
    justify-content: space-between;
    padding: 0 50px 15vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__inner {
    display: block;
    padding: 0 8vw 18.667vw;
  }
}

.p-about-intro__child-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-about-intro__child-inner {
    display: block;
  }
}

.p-about-intro__child-inner + .p-about-intro__child-inner {
  margin-top: 5vw;
}

@media screen and (max-width: 767px) {
  .p-about-intro__child-inner + .p-about-intro__child-inner {
    margin-top: 10vw;
  }
}

.p-about-intro__ttlArea {
  flex-basis: 28.462vw;
  width: 28.462vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__ttlArea {
    flex-basis: calc(53.6% - 24px);
    width: calc(53.6% - 24px);
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__ttlArea {
    flex-basis: 100%;
    width: 100%;
  }
}

.p-about-intro__ttl {
  color: #2c2c2c;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .6px;
  line-height: 1.67;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__ttl {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-bottom: 5.333vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__ttl br {
    display: none;
  }
}

.p-about-intro__ttl-sm {
  color: #0041c3;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__ttl-sm {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__ttl-sm {
    font-size: 12px;
    margin-bottom: 5.333vw;
  }
}

.p-about-intro__txtArea {
  flex-basis: 43.846vw;
  width: 43.846vw;
  margin: 45px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__txtArea {
    flex-basis: calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__txtArea {
    flex-basis: 100%;
    width: 100%;
    margin: 5.333vw 0 0;
  }
}

.p-about-intro__txtArea._no-mt {
  margin-top: 0;
}

.p-about-intro__txt {
  font-size: 14px;
  line-height: 2;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-intro__txt {
    line-height: 2.14;
  }
}

@media screen and (max-width: 767px) {
  .p-about-intro__txt {
    line-height: 2.14;
  }
}

.p-about-message {
  width: 100%;
}

.p-about-message__inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-about-message__inner {
    display: block;
  }
}

.p-about-message__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;

  margin: 0 9.2vw 0 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-message__content {
    flex-basis: 55.99%;
    width: 55.99%;
    margin: 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-message__content {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    padding: 0 8vw;
  }
}

.p-about__ttl {
  color: #2c2c2c;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 1.5;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about__ttl {
    font-size: 22px;
    letter-spacing: 2.2px;
    line-height: 1.64;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__ttl {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 5.333vw;
  }
}

.p-about__ttl._gallery {
  padding-left: 10vw;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about__ttl._gallery {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__ttl._gallery {
    padding-left: 8vw;
    margin-bottom: 0;
  }
}

.p-about__ttl._message {
  padding-left: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about__ttl._message {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about__ttl._message {
    padding-left: 8vw;
  }
}

.p-about-message__img {
  flex-basis: 27.6vw;
  width: 27.6vw;
  margin-right: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-message__img {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-message__img {
    flex-basis: 240px;
    width: 240px;
    margin: 5.333vw auto 0 auto;
  }
}

.p-about-message__caption {
  margin-top: 17px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-about-message__caption {
    margin-top: 19px;
  }
}

.p-about-about {
  margin-top: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-about {
    margin-top: 15vw;
  }
}

@media screen and (max-width: 767px) {
  .p-about-about {
    margin-top: 21vw;
  }
}

.p-about-about__inner {
  width: 100%;
  padding: 0 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-about__inner {
    padding: 0 50px;
  }
}

.p-about-gallery {
  margin-top: 10vw;
}

@media screen and (max-width: 767px) {
  .p-about-gallery {
    margin-top: 21vw;
  }
}

.p-about-swiper {
  margin-top: 4.461vw;
}

@media screen and (max-width: 767px) {
  .p-about-swiper {
    margin-top: 20px;
  }
}

.p-about-swiper .swiper-wrapper {
  padding-left: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-swiper .swiper-wrapper {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-swiper .swiper-wrapper {
    padding-left: 8vw;
  }
}

.p-about-swiper .swiper-wrapper .swiper-slide {
  width: 53.07%; /* Firefoxのため%指定 */
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .p-about-swiper .swiper-wrapper .swiper-slide {
    width: 68.8%; /* Firefoxのため%指定 */
  }
}

.p-about-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-swiper .swiper-wrapper .swiper-slide:last-child {
    margin-right: 8vw;
  }
}

.p-about-gallery__header {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  position: relative;
  margin-right: 10vw;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-about-gallery__header {
    margin-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-about-gallery__header {
    margin-right: 8vw;
  }
}

.p-about-controls {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;

  width: 115px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .p-about-controls {
    width: 90px;
    height: 40px;
  }
}

.p-about-controls__prev,
.p-about-controls__next {
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .p-about-controls__prev,
  .p-about-controls__next {
    width: 40px;
    height: 40px;
  }
}

.p-about-controls__next {
  background: url(../images/common/btn_swiper_next_01.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-about-controls__next {
    background: url(../images/common/btn_swiper_next_01_sp.svg) no-repeat;
    background-size: cover;
  }
}

.p-about-controls__prev {
  background: url(../images/common/btn_swiper_prev_01.svg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .p-about-controls__prev {
    background: url(../images/common/btn_swiper_prev_01_sp.svg) no-repeat;
    background-size: cover;
  }
}

.p-about-controls .p-about-controls__prev.swiper-button-disabled,
.p-about-controls .p-about-controls__next.swiper-button-disabled {
  opacity: 0.4;
}

.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-ml-0 {
  margin-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb-0 {
  padding-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pr-0em {
  padding-right: 0em !important;
}

.u-pr-1em {
  padding-right: 1em !important;
}

.u-pr-2em {
  padding-right: 2em !important;
}

.u-pr-3em {
  padding-right: 3em !important;
}

.u-pr-4em {
  padding-right: 4em !important;
}

.u-pr-5em {
  padding-right: 5em !important;
}

.u-pr-6em {
  padding-right: 6em !important;
}

.u-pr-7em {
  padding-right: 7em !important;
}

.u-mtsp-0 {
  margin-top: 0vw !important;
}

.u-mtsp-5 {
  margin-top: 1.25vw !important;
}

.u-mtsp-10 {
  margin-top: 2.5vw !important;
}

.u-mtsp-15 {
  margin-top: 3.75vw !important;
}

.u-mtsp-20 {
  margin-top: 5vw !important;
}

.u-mtsp-25 {
  margin-top: 6.25vw !important;
}

.u-mtsp-30 {
  margin-top: 7.5vw !important;
}

.u-mtsp-35 {
  margin-top: 8.75vw !important;
}

.u-mtsp-40 {
  margin-top: 10vw !important;
}

.u-mtsp-45 {
  margin-top: 11.25vw !important;
}

.u-mtsp-50 {
  margin-top: 12.5vw !important;
}

.u-mrsp-0 {
  margin-right: 0vw !important;
}

.u-mrsp-5 {
  margin-right: 1.25vw !important;
}

.u-mrsp-10 {
  margin-right: 2.5vw !important;
}

.u-mrsp-15 {
  margin-right: 3.75vw !important;
}

.u-mrsp-20 {
  margin-right: 5vw !important;
}

.u-mrsp-25 {
  margin-right: 6.25vw !important;
}

.u-mrsp-30 {
  margin-right: 7.5vw !important;
}

.u-mrsp-35 {
  margin-right: 8.75vw !important;
}

.u-mrsp-40 {
  margin-right: 10vw !important;
}

.u-mrsp-45 {
  margin-right: 11.25vw !important;
}

.u-mrsp-50 {
  margin-right: 12.5vw !important;
}

.u-mbsp-0 {
  margin-bottom: 0vw !important;
}

.u-mbsp-5 {
  margin-bottom: 1.25vw !important;
}

.u-mbsp-10 {
  margin-bottom: 2.5vw !important;
}

.u-mbsp-15 {
  margin-bottom: 3.75vw !important;
}

.u-mbsp-20 {
  margin-bottom: 5vw !important;
}

.u-mbsp-25 {
  margin-bottom: 6.25vw !important;
}

.u-mbsp-30 {
  margin-bottom: 7.5vw !important;
}

.u-mbsp-35 {
  margin-bottom: 8.75vw !important;
}

.u-mbsp-40 {
  margin-bottom: 10vw !important;
}

.u-mbsp-45 {
  margin-bottom: 11.25vw !important;
}

.u-mbsp-50 {
  margin-bottom: 12.5vw !important;
}

.u-mlsp-0 {
  margin-left: 0vw !important;
}

.u-mlsp-5 {
  margin-left: 1.25vw !important;
}

.u-mlsp-10 {
  margin-left: 2.5vw !important;
}

.u-mlsp-15 {
  margin-left: 3.75vw !important;
}

.u-mlsp-20 {
  margin-left: 5vw !important;
}

.u-mlsp-25 {
  margin-left: 6.25vw !important;
}

.u-mlsp-30 {
  margin-left: 7.5vw !important;
}

.u-mlsp-35 {
  margin-left: 8.75vw !important;
}

.u-mlsp-40 {
  margin-left: 10vw !important;
}

.u-mlsp-45 {
  margin-left: 11.25vw !important;
}

.u-mlsp-50 {
  margin-left: 12.5vw !important;
}

.u-ptsp-0 {
  padding-top: 0vw !important;
}

.u-ptsp-5 {
  padding-top: 1.25vw !important;
}

.u-ptsp-10 {
  padding-top: 2.5vw !important;
}

.u-ptsp-15 {
  padding-top: 3.75vw !important;
}

.u-ptsp-20 {
  padding-top: 5vw !important;
}

.u-ptsp-25 {
  padding-top: 6.25vw !important;
}

.u-ptsp-30 {
  padding-top: 7.5vw !important;
}

.u-ptsp-35 {
  padding-top: 8.75vw !important;
}

.u-ptsp-40 {
  padding-top: 10vw !important;
}

.u-ptsp-45 {
  padding-top: 11.25vw !important;
}

.u-ptsp-50 {
  padding-top: 12.5vw !important;
}

.u-prsp-0 {
  padding-right: 0vw !important;
}

.u-prsp-5 {
  padding-right: 1.25vw !important;
}

.u-prsp-10 {
  padding-right: 2.5vw !important;
}

.u-prsp-15 {
  padding-right: 3.75vw !important;
}

.u-prsp-20 {
  padding-right: 5vw !important;
}

.u-prsp-25 {
  padding-right: 6.25vw !important;
}

.u-prsp-30 {
  padding-right: 7.5vw !important;
}

.u-prsp-35 {
  padding-right: 8.75vw !important;
}

.u-prsp-40 {
  padding-right: 10vw !important;
}

.u-prsp-45 {
  padding-right: 11.25vw !important;
}

.u-prsp-50 {
  padding-right: 12.5vw !important;
}

.u-pbsp-0 {
  padding-bottom: 0vw !important;
}

.u-pbsp-5 {
  padding-bottom: 1.25vw !important;
}

.u-pbsp-10 {
  padding-bottom: 2.5vw !important;
}

.u-pbsp-15 {
  padding-bottom: 3.75vw !important;
}

.u-pbsp-20 {
  padding-bottom: 5vw !important;
}

.u-pbsp-25 {
  padding-bottom: 6.25vw !important;
}

.u-pbsp-30 {
  padding-bottom: 7.5vw !important;
}

.u-pbsp-35 {
  padding-bottom: 8.75vw !important;
}

.u-pbsp-40 {
  padding-bottom: 10vw !important;
}

.u-pbsp-45 {
  padding-bottom: 11.25vw !important;
}

.u-pbsp-50 {
  padding-bottom: 12.5vw !important;
}

.u-plsp-0 {
  padding-left: 0vw !important;
}

.u-plsp-5 {
  padding-left: 1.25vw !important;
}

.u-plsp-10 {
  padding-left: 2.5vw !important;
}

.u-plsp-15 {
  padding-left: 3.75vw !important;
}

.u-plsp-20 {
  padding-left: 5vw !important;
}

.u-plsp-25 {
  padding-left: 6.25vw !important;
}

.u-plsp-30 {
  padding-left: 7.5vw !important;
}

.u-plsp-35 {
  padding-left: 8.75vw !important;
}

.u-plsp-40 {
  padding-left: 10vw !important;
}

.u-plsp-45 {
  padding-left: 11.25vw !important;
}

.u-plsp-50 {
  padding-left: 12.5vw !important;
}
