/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
 * Library
*/
/*
 * Mixin
*/
/*
 * Web Fonts
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/*
 * Setting
*/
/*
 * Reset Style
*/
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

ul {
  list-style-type: none;
}

br {
  letter-spacing: 0;
}

/*
 * Base Style
*/
/*
 * Base Style
 * デフォルトスタイル及びセレクタそのものへのスタイル指定
*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  /*@include media(phone-up){
  	font-size: 39.0625%;
  }*/
  /*@media screen and (min-width: 1280px) {
  	font-size: 62.5%;
  }*/
  /*@media screen and (min-width: 1601px) {
  	font-size: 62.5%;
  }*/
}
@media (min-width: 600px) {
  html {
    font-size: 0.78vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.3rem;
  font-family: Helvetica, "Helvetica neue", Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #333;
  min-width: 320px;
}
@media (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media (min-width: 1601px) {
  body {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

table, li, p, dl {
  line-height: 2.1;
}

a {
  color: #333333;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

i {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

/*
 * Layout Style
*/
/* Layout */
@media (min-width: 600px) {
  .highlight {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .highlight:hover {
    opacity: 0.75 !important;
  }
}
.scrollPoint {
  margin-top: -52px;
  padding-top: 52px;
}
@media (min-width: 768px) {
  .scrollPoint {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.wowInit {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.h {
  position: absolute;
  width: 100%;
  height: 62px;
  left: 0;
  top: 0;
  z-index: 100;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .h {
    height: 144px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .h {
    font-size: 1.7rem;
  }
}
@media (min-width: 1450px) {
  .h {
    font-size: 1.8rem;
    padding-left: 60px;
    padding-right: 40px;
  }
}
.h__logo {
  width: 54px;
}
@media (min-width: 600px) {
  .h__logo {
    min-width: 68px;
    width: 7.5%;
    margin-top: 2rem;
  }
}
@media (min-width: 1024px) {
  .h__logo {
    min-width: 80px;
  }
}
.h__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}
@media (min-width: 768px) {
  .h__sns {
    padding-top: 2rem;
  }
}
.h__sns li:not(:last-child) {
  margin-right: 1.5rem;
}
.h__sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #304367;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 47px;
  height: 47px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media (min-width: 1024px) {
  .h__sns a {
    width: auto;
    height: auto;
    border-radius: 3em;
    padding: 0.2rem 4rem;
  }
}
.h__sns a:hover {
  background: #192642;
}
.h__sns i {
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .h__sns i {
    margin-right: 1rem;
  }
}
.h__sns span {
  display: none;
}
@media (min-width: 1024px) {
  .h__sns span {
    display: block;
  }
}
.h__sns .iconTw {
  width: 29px;
  height: 23px;
  background-image: url(../img/icon_tw.svg);
}
@media (min-width: 1450px) {
  .h__sns .iconTw {
    width: 31px;
    height: 25px;
  }
}
.h__sns .iconFb {
  width: 13px;
  height: 25px;
  background-image: url(../img/icon_fb.svg);
}
@media (min-width: 1450px) {
  .h__sns .iconFb {
    width: 14px;
    height: 27px;
  }
}

.f {
  margin-top: 5rem;
  background: #304367;
  color: #fff;
  font-weight: 600;
  padding: 3rem 0 2rem;
}
@media (min-width: 600px) {
  .f {
    margin-top: 11rem;
    padding: 3rem 0;
  }
}
.f p {
  line-height: 1.8;
}
@media (min-width: 600px) {
  .f p {
    line-height: 1.6;
  }
}
.f a {
  color: #fff;
}
@media (min-width: 600px) {
  .f__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 600px) {
  .f {
    padding: 4rem;
  }
}
.f__info {
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .f__info {
    font-size: 1.5rem;
  }
}
.f__info__name {
  font-size: 1.5rem;
}
@media (min-width: 600px) {
  .f__info__name {
    font-size: 2rem;
  }
}
.f__info__tel {
  margin-left: 2rem;
}
.f__copyright {
  margin-top: 4rem;
  font-size: 1rem;
}
@media (min-width: 600px) {
  .f__copyright {
    margin-top: 0;
    font-size: 1.5rem;
  }
}

/* Animation */
@-webkit-keyframes loadLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 600px) {
  @-webkit-keyframes loadLogo {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-40%);
              transform: translateY(-40%);
    }
  }
  @-webkit-keyframes logoFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-40%);
              transform: translateY(-40%);
    }
  }
  @keyframes logoFade {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-30%);
              transform: translateY(-30%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-40%);
              transform: translateY(-40%);
    }
  }
}
.loadLogo {
  -webkit-animation-name: loadLogo;
  animation-name: loadLogo;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes loadBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loadBg {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loadBg {
  -webkit-animation-name: loadBg;
  animation-name: loadBg;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* Page */
.spNone {
  display: none;
}
@media (min-width: 600px) {
  .spNone {
    display: block;
  }
}

@media (min-width: 600px) {
  .pcNone {
    display: none;
  }
}

.bgGray {
  background: #FAFAFA;
}

.bgBlue {
  background: #304367;
}

.loadingBg {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
}

.complete .loadingBg {
  pointer-events: none;
}

.mv {
  position: relative;
  width: 100%;
  z-index: 50;
}
@media (min-width: 600px) {
  .mv {
    height: auto;
    min-height: 550px;
  }
}
.mv:before {
  content: "";
  display: block;
  padding-top: 216.41%;
}
@media (min-width: 600px) {
  .mv:before {
    padding-top: 49.583%;
  }
}
.mv__in {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__slide ul {
  width: 100%;
  height: 100%;
}
.mv__slide li {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mv__slide li:after {
  content: "";
  background: rgba(17, 23, 36, 0.62);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mv__slide__nav {
  display: none;
  width: 38.1%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 9.375%;
  /*&.moveStart{
  	li{
  		transition: opacity .3s ease;
  	}
  }*/
}
@media (min-width: 600px) {
  .mv__slide__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mv__slide__nav .swiper {
  width: 100%;
}
.mv__slide__nav ul {
  width: 100%;
  height: 100%;
}
.mv__slide__nav li {
  width: 33.33333% !important;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mv__slide__nav .swiper-slide-active, .mv__slide__nav .swiper-slide-prev {
  opacity: 0;
}
.mv__main {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}
@media (min-width: 600px) {
  .mv__main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mv__copy {
  width: 89.743%;
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  position: relative;
}
@media (min-width: 600px) {
  .mv__copy {
    width: 34.375%;
  }
}
@media (min-width: 1024px) {
  .mv__copy {
    margin-left: 13%;
  }
}
.mv__copy img {
  width: 100%;
}
.mv__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.7rem;
  position: absolute;
  bottom: 14%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 2.5%;
}
.mv__submit a {
  max-width: 578px;
  background: #304367;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
  .mv__submit a {
    width: 30%;
  }
}
.mv__submit a:hover {
  background: #192642;
}
.mv__scroll {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 3%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) {
  .mv__scroll {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .mv__scroll {
    font-size: 1.1rem;
  }
}
.mv__scroll span {
  margin-bottom: 0.3rem;
}
.mv__scroll:after {
  content: "";
  display: block;
  height: 48px;
  width: 1px;
  background: #fff;
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@media (min-width: 600px) {
  .mv__scroll:after {
    height: 25px;
  }
}
@media (min-width: 768px) {
  .mv__scroll:after {
    height: 40px;
  }
}
@media (min-width: 1450px) {
  .mv__scroll:after {
    height: 48px;
  }
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  70%, 100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  35.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  70%, 100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
.copyright {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  width: 7.5%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 600;
  z-index: 10;
  display: none;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
@media (min-width: 600px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .copyright {
    font-size: 1.2rem;
  }
}
@media (min-width: 1450px) {
  .copyright {
    font-size: 1.3rem;
  }
}
.copyright p {
  line-height: 1.5;
}

.c01 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (min-width: 600px) {
  .c01 {
    padding-top: 12rem;
    padding-bottom: 24rem;
  }
}
.c01__ttl {
  font-size: 2.2rem;
  text-align: center;
  color: #304367;
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c01__ttl {
    font-size: 3rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1450px) {
  .c01__ttl {
    font-size: 3.8rem;
  }
}
.c01__ttl:after {
  content: "";
  width: 5px;
  height: 100px;
  background: url(../img/dot.svg);
  background-size: 100% auto;
  margin: 2rem auto 1rem;
  display: block;
}
@media (min-width: 600px) {
  .c01__ttl:after {
    margin: 3.5rem auto 3rem;
  }
}
.c01__lst {
  margin-bottom: 5rem;
  padding: 0 1rem;
}
@media (min-width: 600px) {
  .c01__lst {
    padding: 0;
    margin-bottom: 8rem;
  }
}
.c01__lst li {
  font-weight: 600;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 600px) {
  .c01__lst li {
    margin-bottom: 8rem;
  }
}
.c01__lst li span {
  font-size: 1rem;
  color: #939393;
}
@media (min-width: 600px) {
  .c01__lst li span {
    font-size: 1.8rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 1450px) {
  .c01__lst li span {
    font-size: 2.3rem;
  }
}
.c01__lst li p {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #304367;
}
@media (min-width: 600px) {
  .c01__lst li p {
    font-size: 2.5rem;
  }
}
@media (min-width: 1450px) {
  .c01__lst li p {
    font-size: 3rem;
  }
}
.c01__lst li:nth-child(even) .c01__lst__con {
  margin-left: auto;
}
.c01__lst li:nth-child(even) .c01__lst__con:after {
  left: 70%;
}
@media (min-width: 600px) {
  .c01__lst li:nth-child(even) .c01__lst__con:after {
    left: 35%;
  }
}
.c01__lst li:last-child {
  margin-bottom: 0;
}
.c01__lst li:last-child .c01__lst__con:after {
  content: none;
}
.c01__lst__con {
  position: relative;
  z-index: 10;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 150px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
  .c01__lst__con {
    width: 70.714%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 12%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.c01__lst__con > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c01__lst__con:after {
  content: "";
  width: 5px;
  height: 40px;
  background: url(../img/dot.svg);
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 30%;
  -webkit-transform: translate(-50%, 120%);
          transform: translate(-50%, 120%);
}
@media (min-width: 600px) {
  .c01__lst__con:after {
    height: 100px;
    left: 60%;
    -webkit-transform: translate(-50%, 105%);
            transform: translate(-50%, 105%);
  }
}
.c01__lst__img {
  display: none;
}
@media (min-width: 600px) {
  .c01__lst__img {
    position: absolute;
    display: block;
  }
}
.c01__lst__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c01__lst__01 .c01__lst__img {
  left: -0.7%;
  bottom: 0;
  background-image: url(../img/c01_img_01.png);
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
  width: 23.85%;
  -webkit-transform: translateY(70%);
          transform: translateY(70%);
}
.c01__lst__02 .c01__lst__img {
  right: 0;
  bottom: 0;
  background-image: url(../img/c01_img_02.png);
  background-size: cover;
  border-radius: 100%;
  overflow: hidden;
  width: 27.5%;
  -webkit-transform: translateY(95%);
          transform: translateY(95%);
}
@media (min-width: 600px) {
  .c01__lst__04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c01__lst__04 .c01__lst__img {
    position: relative;
    left: -0.7%;
    top: 0;
    background-image: url(../img/c01_img_03.png);
    background-size: cover;
    border-radius: 100%;
    overflow: hidden;
    width: 25.14%;
  }
}
.c01__cause {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 2.1;
  color: #304367;
  margin-bottom: 6rem;
}
@media (min-width: 600px) {
  .c01__cause {
    font-size: 2rem;
    margin-bottom: 14rem;
  }
}
.c01__cause .big {
  font-size: 1.5rem;
  margin-top: 2rem;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .c01__cause .big {
    font-size: 3rem;
    margin-top: 0;
    line-height: 2.1;
  }
}
.c01__cause:after {
  content: "";
  display: block;
  width: 140px;
  height: 5px;
  background: #B44141;
  margin: 2.5rem auto 0;
}
@media (min-width: 600px) {
  .c01__cause:after {
    width: 10%;
    margin: 4.5rem auto 0;
  }
}
.c01__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3.5rem 7.6%;
  background: url(../img/c01_bg.jpg);
  background-size: cover;
  background-position: center;
}
@media (min-width: 600px) {
  .c01__attention {
    background: none;
    padding: 0;
  }
}
.c01__attention__img {
  display: none;
}
@media (min-width: 600px) {
  .c01__attention__img {
    display: block;
    width: 71.5625%;
    background: url(../img/c01_bg.jpg);
    background-size: cover;
    background-position: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c01__attention__img:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
.c01__attention__con {
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
  .c01__attention__con {
    position: absolute;
    width: 61.71875%;
    padding: 5rem 6rem 6rem;
    -webkit-transform: translateY(22%);
            transform: translateY(22%);
    -webkit-animation-name: fadeInRightCs;
            animation-name: fadeInRightCs;
  }
}
.c01__attention__con h3 {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #5B7FC1;
  letter-spacing: 0.075em;
}
.c01__attention__con h3 span {
  color: #304367;
}
@media (min-width: 600px) {
  .c01__attention__con h3 {
    line-height: 1.3;
    font-size: 5rem;
  }
}
@media (min-width: 1450px) {
  .c01__attention__con h3 {
    font-size: 6.4rem;
  }
}
.c01__attention__con h4 {
  font-size: 1.1rem;
  color: #1B224C;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .c01__attention__con h4 {
    font-size: 2.3rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1450px) {
  .c01__attention__con h4 {
    font-size: 3rem;
  }
}
.c01__attention__con p {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 600px) {
  .c01__attention__con p {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
@media (min-width: 1000px) {
  .c01__attention__con p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1100px) {
  .c01__attention__con p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1460px) {
  .c01__attention__con p {
    font-size: 2rem;
  }
}

@-webkit-keyframes fadeInRightCs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px) translateY(22%);
            transform: translateX(20px) translateY(22%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(22%);
            transform: translateX(0) translateY(22%);
  }
}

@keyframes fadeInRightCs {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px) translateY(22%);
            transform: translateX(20px) translateY(22%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) translateY(22%);
            transform: translateX(0) translateY(22%);
  }
}
.c02 {
  color: #fff;
  padding: 2rem 0 6.5rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .c02 {
    padding: 6rem 0 16rem;
  }
}
.c02__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  letter-spacing: -0.025em;
}
@media (min-width: 600px) {
  .c02__ttl {
    font-size: 3.2rem;
    letter-spacing: normal;
    margin-bottom: 4.5rem;
  }
}
.c02__ttl:before {
  content: "";
  width: 5px;
  height: 40px;
  background: url(../img/dot_w.svg);
  background-size: 100% auto;
  display: block;
  margin: 0 auto 2rem;
}
@media (min-width: 600px) {
  .c02__ttl:before {
    height: 85px;
    margin: 0 auto 3rem;
  }
}
.c02__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  margin-bottom: 6.8rem;
}
@media (min-width: 600px) {
  .c02__lst {
    margin-bottom: 12rem;
  }
}
.c02__lst__con {
  background: #fff;
  position: relative;
  padding-bottom: 5rem;
  width: 89.744%;
  margin: 8rem auto 0;
  padding: 1.5rem 1.5rem 2rem;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
  .c02__lst__con {
    margin: 0;
    margin-top: 6vw;
    width: 56.42%;
    padding: 4rem;
    padding-left: 0;
    padding-bottom: 6rem;
  }
}
.c02__lst__con:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media (min-width: 600px) {
  .c02__lst__con:after {
    content: "";
  }
}
.c02__lst__con p {
  color: #304367;
  font-weight: 500;
  line-height: 1.9;
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .c02__lst__con p {
    font-size: 1.5rem;
  }
}
.c02__lst__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .c02__lst__head {
    margin-bottom: 2rem;
  }
}
.c02__lst__head .sub {
  font-size: 1rem;
  background: #304367;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}
@media (min-width: 600px) {
  .c02__lst__head .sub {
    font-size: 1.8rem;
    padding: 0.5rem 1.5rem;
  }
}
.c02__lst__head .main {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #304367;
}
@media (min-width: 600px) {
  .c02__lst__head .main {
    font-size: 2.8rem;
  }
}
.c02__lst__img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/c02_img_01.jpg);
  background-size: cover;
}
@media (min-width: 600px) {
  .c02__lst__img {
    width: 55.57%;
  }
}
.c02__lst__img:before {
  content: "";
  padding-top: 48.46%;
  display: block;
}
@media (min-width: 600px) {
  .c02__lst__img:before {
    padding-top: 51.79%;
  }
}
.c02__lstRev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 4.5rem;
}
@media (min-width: 600px) {
  .c02__lstRev {
    margin-bottom: 12rem;
  }
}
@media (min-width: 600px) {
  .c02__lstRev .c02__lst__con {
    padding-left: 4rem;
    padding-bottom: 6rem;
  }
}
.c02__lstRev .c02__lst__con:after {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.c02__lstRev .c02__lst__img {
  right: inherit;
  left: 0;
  background-image: url(../img/c02_img_02.jpg);
}
.c02__case {
  margin-bottom: 5.5rem;
  text-align: center;
  padding: 0 1.5rem;
}
@media (min-width: 600px) {
  .c02__case {
    margin-bottom: 15rem;
    padding: 0;
  }
}
.c02__case img {
  margin: 0 auto;
}
.c02__case .pc {
  display: none;
}
@media (min-width: 600px) {
  .c02__case .pc {
    display: block;
  }
}
@media (min-width: 600px) {
  .c02__case .sp {
    display: none;
  }
}
.c02__tl {
  padding: 0 5.64%;
}
@media (min-width: 600px) {
  .c02__tl {
    padding: 0;
  }
}
.c02__tl .c02__commonTtl {
  margin-bottom: 3.6rem;
}
@media (min-width: 600px) {
  .c02__tl .c02__commonTtl {
    margin-bottom: 7rem;
  }
}
.c02__commonTtl {
  background: #657490;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 1.1rem 1rem 0.9rem;
}

@media (min-width: 600px) {
  .tl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tl__img {
  width: 142px;
  margin: 0 auto 2rem;
}
@media (min-width: 600px) {
  .tl__img {
    margin: 0;
    margin-right: 8.1%;
    width: 23.38%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.tl__con__head {
  font-weight: 600;
  color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .tl__con__head {
    margin-bottom: 6rem;
  }
}
.tl__con__position {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .tl__con__position {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.tl__con__name {
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tl__con__name .ja {
  line-height: 1.4;
}
.tl__con__name .en {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #657490;
  letter-spacing: 0.125em;
}
.tl__con__career dt {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  color: #657490;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media (min-width: 600px) {
  .tl__con__career dt {
    font-size: 2.3rem;
    margin-bottom: 0;
  }
}
.tl__con__career dt span {
  background: #304367;
  position: relative;
  z-index: 10;
  padding-right: 1rem;
}
.tl__con__career dt:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #657490;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tl__con__career dd {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.9;
}
@media (min-width: 600px) {
  .tl__con__career dd {
    font-size: 1.8rem;
  }
}

.c03 {
  background: url(../img/c03_bg.jpg);
  background-size: cover;
  padding: 1.5rem;
}
@media (min-width: 600px) {
  .c03 {
    padding: 10rem 0;
  }
}
.c03__box {
  border: solid 1px #fff;
  padding: 8rem 1rem 4rem;
  color: #fff;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 600px) {
  .c03__box {
    padding: 4rem;
  }
}
.c03__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.9;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .c03__sub {
    font-size: 2.3rem;
  }
}
.c03__sub span {
  background: #fff;
  border: solid 2px #333;
  color: #333;
  padding: 0 1rem;
  margin-right: 0.5rem;
  line-height: 1.4;
}
.c03__main {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.5;
  margin: 3rem 0 1rem;
}
@media (min-width: 600px) {
  .c03__main {
    font-size: 3.2rem;
    margin: 3rem 0 3.5rem;
  }
}
.c03__ttl {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .c03__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.c03__ttl + p {
  text-align: center;
}

.c04 {
  padding: 4.5rem 0 0;
}
@media (min-width: 600px) {
  .c04 {
    padding: 12rem 0;
  }
}
.c04__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
@media (min-width: 600px) {
  .c04__ttl {
    margin-bottom: 9rem;
  }
}
.c04__ttl .ja {
  font-size: 1.7rem;
  color: #1B224C;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .c04__ttl .ja {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
.c04__ttl .en {
  font-size: 1.1rem;
  color: #707070;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c04__ttl .en {
    font-size: 2.3rem;
  }
}
.c04__ttl:after {
  content: "";
  width: 3px;
  height: 32px;
  background: #304367;
  display: block;
  margin: 2rem auto 0;
}
@media (min-width: 600px) {
  .c04__ttl:after {
    margin: 3rem auto 0;
    height: 55px;
  }
}
.c04__sec {
  margin-bottom: 3rem;
}
@media (min-width: 600px) {
  .c04__sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10rem;
  }
}
.c04__sec__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .c04__sec__img {
    width: 41%;
    margin: 0;
    margin-left: 10%;
  }
}
.c04__sec__con {
  padding: 0 1rem;
}
@media (min-width: 600px) {
  .c04__sec__con {
    padding: 0;
  }
}
.c04__sec__con__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #304367;
}
@media (min-width: 600px) {
  .c04__sec__con__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0.8rem;
  }
}
.c04__sec__con__ttl .num {
  font-size: 5.2rem;
  font-weight: 700;
  color: #657490;
  line-height: 1.3;
  margin-right: 0.5rem;
}
@media (min-width: 600px) {
  .c04__sec__con__ttl .num {
    margin: 0;
  }
}
.c04__sec__con__ttl .ja {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 600px) {
  .c04__sec__con__ttl .ja {
    font-size: 2.8rem;
  }
}
.c04__sec__con p {
  font-weight: 500;
  line-height: 1.9;
  font-size: 1.2rem;
}
@media (min-width: 600px) {
  .c04__sec__con p {
    font-size: 1.8rem;
  }
}

.voice {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
}
@media (min-width: 600px) {
  .voice {
    padding-top: 8rem;
    padding-bottom: 17rem;
  }
}
.voice:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 240px;
  background: #304367;
}
@media (min-width: 600px) {
  .voice:before {
    height: 450px;
  }
}
.voice__in {
  position: relative;
}
.voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) {
  .voice__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.voice__ttl {
  color: #fff;
  font-weight: 600;
  font-size: 3.1rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.2;
  margin-right: 2rem;
}
@media (min-width: 600px) {
  .voice__ttl {
    font-size: 6.5rem;
    margin-right: 0;
  }
}
.voice__ttl + p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 4rem;
}
@media (min-width: 600px) {
  .voice__ttl + p {
    font-size: 2.6rem;
  }
}

.gallery ul.slick-slider {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .gallery ul.slick-slider {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gallery .slick-list {
  overflow: visible;
}
.gallery .slick-dots {
  position: relative;
  bottom: inherit;
  text-align: left;
  margin: 0 -5px;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .gallery .slick-dots {
    margin: 6rem -10px 0;
  }
}
@media (min-width: 600px) {
  .gallery .slick-dots li {
    margin: 0 10px;
  }
}
.gallery .slick-dots li, .gallery .slick-dots button {
  width: 18px;
  height: 18px;
}
@media (min-width: 600px) {
  .gallery .slick-dots li, .gallery .slick-dots button {
    width: 42px;
    height: 42px;
  }
}
.gallery .slick-dots button:before {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: solid 1px #CECECE;
  opacity: 1;
}
@media (min-width: 600px) {
  .gallery .slick-dots button:before {
    width: 40px;
    height: 40px;
  }
}
.gallery .slick-dots .slick-active button:before {
  background: #304367;
  border: solid 1px #304367;
}
.gallery .slick-current .gallery__img:before {
  opacity: 0;
}
.gallery__in {
  margin-right: 3rem;
  position: relative;
}
@media (min-width: 600px) {
  .gallery__in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 12rem;
  }
}
@media (min-width: 600px) {
  .gallery__in:before {
    content: "";
    width: 94.827%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
  }
}
.gallery__img {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 1.8rem;
  position: relative;
}
@media (min-width: 600px) {
  .gallery__img {
    width: 58%;
    height: 100%;
    -webkit-transform: translateY(-2.2rem);
            transform: translateY(-2.2rem);
    margin-bottom: 0;
  }
}
.gallery__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.52;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery__con {
  position: relative;
}
@media (min-width: 600px) {
  .gallery__con {
    width: 42%;
    padding: 5rem 2.5% 5rem 3.5%;
  }
}
.gallery__con__ttl {
  font-size: 2.7rem;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #304367;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  letter-spacing: 0.075em;
}
@media (min-width: 600px) {
  .gallery__con__ttl {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1450px) {
  .gallery__con__ttl {
    font-size: 6.5rem;
  }
}
.gallery__con__ttl:after {
  content: "";
  width: 66px;
  height: 3px;
  background: #304367;
  display: block;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .gallery__con__ttl:after {
    margin-top: 2rem;
    width: 155px;
  }
}
.gallery__con__txt {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
}
@media (min-width: 600px) {
  .gallery__con__txt {
    font-size: 1.5rem;
  }
}
@media (min-width: 1450px) {
  .gallery__con__txt {
    font-size: 1.8rem;
  }
}

.fixedBnr.sticky {
  position: fixed;
  bottom: 0;
}

.fixedBnr.view {
  opacity: 1;
  pointer-events: auto;
}

.fixedBnr {
  background-image: url(../img/bnr_img.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 600;
  padding: 2rem 0 1rem;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 10;
}
@media (min-width: 600px) {
  .fixedBnr {
    padding: 5.5rem 0 5rem;
  }
}
.fixedBnrPc {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  height: 0;
}
@media (min-width: 600px) {
  .fixedBnrPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    pointer-events: auto;
    opacity: 1;
    height: auto;
  }
}
@media (min-width: 600px) {
  .fixedBnr__left {
    width: 100%;
  }
}
.fixedBnr__sub {
  font-size: 2.3rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  line-height: 1.9;
}
.fixedBnr__sub span {
  background: #fff;
  color: #333;
  border: solid 2px #333;
  margin-right: 0.5rem;
  padding: 0 1.5rem;
  line-height: 1.4;
}
.fixedBnr__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fixedBnr__main .top {
  font-size: 3rem;
  line-height: 1.6;
}
.fixedBnr__main .btm {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.fixedBnr__right {
  display: none;
}
@media (min-width: 600px) {
  .fixedBnr__right {
    display: block;
    width: 41.28%;
    max-width: 550px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 4%;
  }
}
.fixedBnr__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #304367;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixedBnr__right a:hover {
  background: #192642;
}
.fixedBnr__right span {
  font-size: 2.8rem;
  font-weight: 600;
}
.fixedBnrSp {
  display: block;
  width: 100%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fixedBnrSp a {
  display: block;
}
.fixedBnrSp img {
  width: 100%;
}
@media (min-width: 600px) {
  .fixedBnrSp {
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
}

.inquiry__head {
  padding-top: 3.5rem;
}
@media (min-width: 600px) {
  .inquiry__head {
    padding-top: 15rem;
  }
}
@media (min-width: 1024px) {
  .inquiry__head {
    padding-top: 17rem;
  }
}
.inquiry__ttl {
  font-size: 1.6rem;
  color: #fff;
  background: #304367;
  border-radius: 5px;
  padding: 1.2rem 1rem 1rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .inquiry__ttl {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.inquiry__must {
  color: #BA002B;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .inquiry__must {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.form {
  font-size: 1.3rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  .form {
    font-size: 2rem;
  }
}
.form dl {
  margin-bottom: 2rem;
}
.form dt {
  color: #1B224C;
  margin-bottom: 0.5rem;
}
@media (min-width: 600px) {
  .form dt {
    margin-bottom: 1rem;
  }
}
.form .must {
  color: #BA002B;
}
.form input[type=text],
.form input[type=email],
.form textarea {
  border: solid 1px #1B224C;
  width: 100%;
  padding: 5px 10px;
}
.form input[type=text],
.form input[type=email] {
  height: 39px;
}
@media (min-width: 600px) {
  .form input[type=text],
.form input[type=email] {
    height: 68px;
  }
}
.form textarea {
  height: 140px;
  resize: vertical;
}
@media (min-width: 600px) {
  .form textarea {
    height: 245px;
  }
}
.form select {
  width: 100%;
  border: solid 1px #1B224C;
  padding: 5px 10px;
  height: 39px;
  color: #333333;
}
@media (min-width: 600px) {
  .form select {
    height: 68px;
  }
}
.form .wpcf7-list-item {
  margin: 0;
  color: #333333;
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .form .wpcf7-list-item {
    font-size: 2rem;
  }
}
.form .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .wpcf7-list-item > label input {
  margin-right: 1rem;
}
.form .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}
.form .contactForm__policy {
  text-align: center;
  font-size: 1.1rem;
}
@media (min-width: 600px) {
  .form .contactForm__policy {
    font-size: 1.8rem;
    font-weight: 500;
  }
}
.form .contactForm__policy p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .contactForm__policy a {
  color: #00ACBA;
  text-decoration: underline;
}
.form .contactForm__policy a:hover {
  text-decoration: none;
}
.form .contactForm__policy input {
  position: relative;
  top: 2px;
  margin-right: 0.5rem;
}
@media (min-width: 600px) {
  .form .contactForm__policy input {
    top: 0;
  }
}
.form .contactForm__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media (min-width: 600px) {
  .form .contactForm__submit {
    margin-top: 4rem;
  }
}
.form .contactForm__submit__in {
  position: relative;
  width: 78.46%;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 600px) {
  .form .contactForm__submit__in {
    width: 45%;
  }
}
.form .contactForm__submit__in:before {
  content: "";
  display: block;
  padding-top: 19.37%;
}
.form .contactForm__submit__in:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/submit.svg);
  background-size: cover;
  pointer-events: none;
}
.form .contactForm__submit__in input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  background-color: #304367;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
}
.form .contactForm__submit__in input:hover {
  background: #192642;
}
.form .contactForm__submit__in input:disabled {
  background: #888;
}
.form .contactForm__submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -50px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #d5edda;
  color: #185626;
  padding: 8px;
  text-align: center;
  border: none;
  font-size: 1.3rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background: #f7d7da;
  color: #711d26;
  padding: 8px;
  text-align: center;
  border: none;
  font-size: 1.3rem;
  margin: 0;
  margin-top: 3rem;
}

/* Page */
.pgHeader {
  background-image: url(../img/mv_slide_01.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-height: 350px;
  padding-top: 62px;
}
@media (min-width: 600px) {
  .pgHeader {
    padding-top: 0;
  }
}
.pgHeader:after {
  content: "";
  background: rgba(17, 23, 36, 0.62);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pgHeader:before {
  content: "";
  display: block;
  padding-top: 40%;
}
@media (min-width: 600px) {
  .pgHeader:before {
    padding-top: 14%;
  }
}
.pgHeader__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
@media (min-width: 600px) {
  .pgHeader__ttl {
    padding-top: 0;
  }
}
.pgHeader__ttl .en {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.075em;
}
@media (min-width: 600px) {
  .pgHeader__ttl .en {
    font-size: 3.2rem;
  }
}
.pgHeader__ttl .ja {
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  .pgHeader__ttl .ja {
    font-size: 2.3rem;
  }
}

.privacyPolicy {
  padding: 4.5rem 0;
  max-width: 960px;
}
@media (min-width: 600px) {
  .privacyPolicy {
    padding: 10rem 0;
  }
}
.privacyPolicy dl:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (min-width: 600px) {
  .privacyPolicy dl:not(:last-child) {
    margin-bottom: 3.5rem;
  }
}
.privacyPolicy dl a {
  color: #0A2779;
  text-decoration: underline;
  font-weight: 600;
}
.privacyPolicy dl a:hover {
  text-decoration: none;
}
.privacyPolicy dl dt {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}
@media (min-width: 600px) {
  .privacyPolicy dl dt {
    font-size: 2.3rem;
  }
}
.privacyPolicy dl dd {
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .privacyPolicy dl dd {
    font-size: 1.8rem;
  }
}

/*
 * Common
 * どのサイトでも使用する汎用クラス（BEMの命名規則は適用しない）
*/
/* Width */
.w__set {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 600px) {
  .w__set {
    width: 90%;
  }
}

.w__inset {
  padding-left: 6.25%;
  padding-right: 6.25%;
}
@media (min-width: 600px) {
  .w__inset {
    padding-left: 0;
    padding-right: 0;
  }
}

.w__full {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.w__max__main {
  max-width: 1400px;
}

.w__max__sub01 {
  max-width: 1180px;
}

.w__max__sub02 {
  max-width: 1260px;
}

/* Roll Over */
.highlight {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 600px) {
  .highlight:hover {
    opacity: 0.7;
  }
}

.underline:hover {
  text-decoration: underline;
}

.underline-rev {
  text-decoration: underline;
}
.underline-rev:hover {
  text-decoration: underline;
}

/*
 * Vendor
 * 外部ライブラリ（bootstrap、jQueryプラグイン等）の上書きする場合
*/
