@charset "UTF-8";
/* Header
-------------------------------------------------------------- */
/* Navbar */
.navbar {
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .navbar {
    padding: 1rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 1300px) {
  .navbar {
    padding-left: calc(50% - 615px);
  }
}

.navbar-brand {
  line-height: 1;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
  width: calc(100% - 2.625rem);
  margin-right: 0.25rem;
}
@media (min-width: 360px) {
  .navbar-brand {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 480px) {
  .navbar-brand {
    width: calc(100% - 3.5rem);
  }
}
@media (min-width: 576px) {
  .navbar-brand {
    width: calc(100% - 4rem);
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 85%;
    max-width: 1100px;
    -webkit-filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.35));
            filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, 0.35));
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    -webkit-filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.35));
            filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.35));
  }
}

.navbar-toggler {
  position: relative;
  padding: 12px 0 26px 0;
}
.navbar-toggler::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/common/menu.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
@media (min-width: 360px) {
  .navbar-toggler {
    padding: 12px 0 26px 0;
  }
}
@media (min-width: 480px) {
  .navbar-toggler {
    padding: 12px 0 36px 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggler {
    padding: 12px 0 42px 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggler {
    padding: 24px 0 46px 0;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    padding: 36px 0 64px 0;
  }
}
@media (min-width: 1200px) {
  .navbar-toggler {
    padding: 44px 0 84px 0;
  }
}

.navbar-toggler-icon {
  position: relative;
  display: block;
  width: 2rem;
  height: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #406ADB;
}
@media (min-width: 360px) {
  .navbar-toggler-icon {
    width: 2.375rem;
    height: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-toggler-icon {
    width: 3rem;
    height: 6px;
  }
}
@media (min-width: 576px) {
  .navbar-toggler-icon {
    width: 3.3rem;
    height: 7px;
  }
}
@media (min-width: 768px) {
  .navbar-toggler-icon {
    width: 4rem;
    height: 8px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler-icon {
    width: 5.5rem;
    height: 12px;
  }
}
@media (min-width: 1200px) {
  .navbar-toggler-icon {
    width: 7.125rem;
    height: 15px;
  }
}
.navbar-toggler-icon::before, .navbar-toggler-icon::after {
  width: 2rem;
  height: 4px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #406ADB;
  position: absolute;
  top: -9px;
  left: 0;
  content: "";
}
@media (min-width: 360px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 2.375rem;
    height: 5px;
    top: -10px;
  }
}
@media (min-width: 480px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 3rem;
    height: 6px;
    top: -13px;
  }
}
@media (min-width: 576px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 3.3rem;
    height: 7px;
    top: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 4rem;
    height: 8px;
    top: -18px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 5.5rem;
    height: 12px;
    top: -26px;
  }
}
@media (min-width: 1200px) {
  .navbar-toggler-icon::before, .navbar-toggler-icon::after {
    width: 7.125rem;
    height: 1rem;
    top: -32px;
  }
}
.navbar-toggler-icon::after {
  top: 9px;
}
@media (min-width: 360px) {
  .navbar-toggler-icon::after {
    top: 10px;
  }
}
@media (min-width: 480px) {
  .navbar-toggler-icon::after {
    top: 13px;
  }
}
@media (min-width: 576px) {
  .navbar-toggler-icon::after {
    top: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-toggler-icon::after {
    top: 18px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler-icon::after {
    top: 26px;
  }
}
@media (min-width: 1200px) {
  .navbar-toggler-icon::after {
    top: 32px;
  }
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-color: transparent;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-animation {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.is-animation .navbar {
  background-color: rgba(255, 255, 255, 0.95);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.is-animation .navbar-brand {
  width: 238px;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.35));
}
@media (min-width: 360px) {
  .is-animation .navbar-brand {
    width: 272px;
  }
}
.is-animation .navbar-toggler {
  padding: 12px 0 26px 0;
}
@media (min-width: 360px) {
  .is-animation .navbar-toggler {
    padding: 12px 0 26px 0;
  }
}
.is-animation .navbar-toggler-icon {
  width: 2rem;
  height: 4px;
}
@media (min-width: 360px) {
  .is-animation .navbar-toggler-icon {
    width: 2.375rem;
    height: 5px;
  }
}
.is-animation .navbar-toggler-icon::before, .is-animation .navbar-toggler-icon::after {
  width: 2rem;
  height: 4px;
  top: -9px;
}
@media (min-width: 360px) {
  .is-animation .navbar-toggler-icon::before, .is-animation .navbar-toggler-icon::after {
    width: 2.375rem;
    height: 5px;
    top: -10px;
  }
}
.is-animation .navbar-toggler-icon::after {
  top: 9px;
}
@media (min-width: 360px) {
  .is-animation .navbar-toggler-icon::after {
    top: 10px;
  }
}

.navbar.navopen {
  background-color: rgba(228, 246, 253, 0.95);
}
.navbar.navopen .navbar-brand {
  opacity: 1;
}

.navbar-nav {
  margin-bottom: 1rem;
}
.navbar-nav .nav-link {
  color: #116DD1;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1px;
  font-weight: 600;
  padding-left: 1.125em;
  position: relative;
}
@media (min-width: 480px) {
  .navbar-nav .nav-link {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.navbar-nav .nav-link:hover {
  color: #062345;
}
.navbar-nav .nav-link::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  top: 0.8em;
  left: 0;
}
@media (min-width: 1200px) {
  .navbar-nav .nav-link::before {
    top: 0.675em;
  }
}
.navbar-nav .nav-link span {
  font-size: 160%;
  padding-right: 0.425em;
}
.navbar-nav .nav-link span.arrow {
  font-size: 100%;
  padding-right: 0;
  letter-spacing: -2px;
}

@media (min-width: 992px) {
  .one_day_nav {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  .one_day_nav {
    margin-right: 60px;
  }
}
@media (min-width: 1300px) {
  .one_day_nav {
    margin-right: 150px;
  }
}
.one_day_nav .navbar-nav .nav-link {
  text-indent: -2em;
  padding: 0 2em 0 2em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .one_day_nav .navbar-nav .nav-link {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (min-width: 1200px) {
  .one_day_nav .navbar-nav .nav-link {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0 3em 0 2em;
    margin-bottom: 1rem;
  }
}
.one_day_nav .navbar-nav .nav-link::before {
  content: "\e901";
  font-size: 120%;
  left: auto;
  right: -0.5em;
}
@media (min-width: 1200px) {
  .one_day_nav .navbar-nav .nav-link::before {
    right: 0;
  }
}

.collapsing .nav-link,
.collapsing h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

/* Image
-------------------------------------------------------------- */
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 125vw;
}
@media (min-width: 576px) {
  .hero .slide {
    height: 700px;
  }
}
@media (min-width: 768px) {
  .hero .slide {
    height: 100vh;
  }
}
.hero .hero_description {
  background-color: #01A6E8;
  padding: 0.5rem 0.75rem;
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (min-width: 360px) {
  .hero .hero_description {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  }
}
@media (min-width: 768px) {
  .hero .hero_description {
    padding: 1.25rem 3rem 1.25rem 2rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .hero .hero_description {
    padding: 1.25rem 5rem 1.25rem 2rem;
  }
}
@media (min-width: 1200px) {
  .hero .hero_description {
    padding: 1.25rem 0 1.25rem 2rem;
    width: 40%;
  }
}
.hero .hero_copy {
  position: absolute;
  top: 25vw;
  left: 0;
  z-index: 1;
}
@media (min-width: 992px) {
  .hero .hero_copy {
    top: 20%;
    left: 5%;
  }
}
@media (min-width: 1300px) {
  .hero .hero_copy {
    left: calc(50% - 650px);
  }
}
@media (orientation: landscape) {
  .hero .hero_copy {
    top: 30%;
  }
}

.hero_logo {
  background-color: #000;
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .hero_logo {
    padding: 2rem 1.25rem;
  }
}
@media (min-width: 1300px) {
  .hero_logo {
    padding-left: calc(50% - 615px);
  }
}

.slide.slide01 {
  background-image: url(../img/hero/top_img1.jpg);
}
@media (min-width: 992px) {
  .slide.slide01 {
    background-image: url(../img/hero/top_img_lg1.jpg);
  }
}

.slide.slide02 {
  background-image: url(../img/hero/top_img2.jpg);
}
@media (min-width: 992px) {
  .slide.slide02 {
    background-image: url(../img/hero/top_img_lg2.jpg);
  }
}

.slide.slide03 {
  background-image: url(../img/hero/top_img3.jpg);
}
@media (min-width: 992px) {
  .slide.slide03 {
    background-image: url(../img/hero/top_img_lg3.jpg);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* Slider Customize */
.slick-loading .slick-list {
  background: #fff url("../img/hero/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: rgba(255, 255, 255, 0);
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.4;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
  opacity: 0.9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    height: 44px;
    width: 44px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.slick-prev {
  z-index: 1;
  left: 0px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "\e901";
  opacity: 0.5;
}
[dir=rtl] .slick-prev:before {
  content: "\e901";
}

.slick-next {
  right: 0px;
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "\e902";
  opacity: 0.5;
}
[dir=rtl] .slick-next:before {
  content: "\e902";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #116DD1;
  opacity: 0.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #116DD1;
  opacity: 0.9;
}

/* lazyLoad ロード時に一瞬縦並びになる対策*/
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.slider.slick-initialized {
  opacity: 1;
}

/* Chrome UI */
.slick-slider * {
  outline: none !important;
}

/* Content
-------------------------------------------------------------- */
/* Typography */
.one_day_nav {
  margin-top: 2.5rem;
}
.one_day_nav h2 {
  color: #116DD1;
  border-bottom: 12px solid #116DD1;
  background-image: url("../img/common/internship_b.svg");
  background-repeat: no-repeat;
  background-position: left 5px center;
  background-size: auto 0.8em;
  padding: 0 0 0.25rem 5.25em;
}

.hero .hero_description h2 {
  color: #FFF;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .hero .hero_description h2 {
    font-size: 4.25vw;
  }
}
.hero .hero_copy p {
  color: #FFF;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 6vw;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 2px rgba(60, 73, 63, 0.5), -2px -2px 2px rgba(60, 73, 63, 0.5), 2px -2px 2px rgba(60, 73, 63, 0.5), -2px 2px 2px rgba(60, 73, 63, 0.5);
}
@media (min-width: 576px) {
  .hero .hero_copy p {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hero .hero_copy p {
    font-size: 3.5vh;
  }
}

.hero_logo h1.logo {
  width: 250px;
  margin: 0;
  height: auto;
}
@media (min-width: 360px) {
  .hero_logo h1.logo {
    width: 290px;
  }
}
@media (min-width: 768px) {
  .hero_logo h1.logo {
    width: 430px;
  }
}
@media (min-width: 992px) {
  .hero_logo h1.logo {
    width: 530px;
  }
}
@media (min-width: 1200px) {
  .hero_logo h1.logo {
    width: 630px;
  }
}

#content h1.page_ttl {
  font-size: 6vw;
  color: #116DD1;
  line-height: 1;
  background-image: url("../img/common/internship_b.svg");
  background-repeat: no-repeat;
  background-position: left 0.25rem top;
  background-size: auto 0.925em;
  border-bottom: 10px solid #116DD1;
  padding: 1.4em 0.125rem 0.5rem 0.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 480px) {
  #content h1.page_ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #content h1.page_ttl {
    font-size: 28px;
    font-size: 1.75rem;
    background-position: left 0.5rem center;
    border-bottom: 15px solid #116DD1;
    padding: 0 1.5em 0.75rem 6.5em;
  }
}
@media (min-width: 992px) {
  #content h1.page_ttl {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
#content h2.page_ttl {
  color: #116DD1;
  line-height: 1;
  background-image: url("../img/common/internship_b.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 0.925em;
  padding: 0 1.5em 0.25rem 6em;
  margin-bottom: 0;
  position: relative;
}
#content h2.page_ttl::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  position: absolute;
  font-size: 110%;
  top: 0;
  right: 0;
}
#content h2.page_ttl:hover {
  background-image: url("../img/common/internship.svg");
}
@media (max-width: 359.98px) {
  #content h2.page_ttl {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#content h3.lead_ttl {
  font-weight: 400;
  border-bottom: 2px solid #000;
  padding: 0.25rem;
  margin-top: 0;
}
#content h3.aobut_ttl {
  color: #116DD1;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #content h3.aobut_ttl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
#content h3.accordion_ttl {
  font-size: 26px;
  font-size: 1.625rem;
  color: #116DD1;
  line-height: 1;
  border-bottom: 15px solid #116DD1;
  padding: 0.75rem 1rem;
  margin-bottom: 2rem;
}
#content h3.accordion_ttl img {
  width: auto;
  height: 0.6em;
  vertical-align: bottom;
  margin-bottom: 0.1em;
  margin-right: 0.25em;
}
@media (min-width: 360px) {
  #content h3.accordion_ttl {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 576px) {
  #content h3.accordion_ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  #content h3.accordion_ttl {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media (min-width: 992px) {
  #content h3.accordion_ttl {
    font-size: 85px;
    font-size: 5.3125rem;
    border-bottom: 22px solid #116DD1;
    margin-bottom: 3rem;
  }
}
#content h3.merit {
  display: inline-block;
}
#content h3.merit img {
  width: auto;
  height: 40px;
}
#content h4.circle_ttl {
  font-weight: 400;
  line-height: 1;
  padding-left: 1em;
  position: relative;
}
#content h4.circle_ttl::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#content h5.border_yellow {
  color: #FAE873;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: center;
  border-top: 4px solid #FAE873;
  border-bottom: 4px solid #FAE873;
  padding: 0.5em 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
#content .acc_oneday h6,
#content .acc_oneday p {
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.025em;
}
#content .acc_oneday p {
  margin-bottom: 2rem;
}
#content .fukidashi1 {
  color: #ED8769;
  text-align: center;
  display: inline-block;
  background-image: url("../img/about/fukidashi1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1.25em 0.75em 2.5em 0.75em;
  margin-bottom: calc(210px - 3em);
}
@media (min-width: 360px) {
  #content .fukidashi1 {
    margin-left: 2rem;
  }
}
@media (min-width: 480px) {
  #content .fukidashi1 {
    margin-left: 4rem;
  }
}
@media (min-width: 768px) {
  #content .fukidashi1 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-left: 220px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #content .fukidashi1 {
    font-size: 26px;
    font-size: 1.625rem;
    margin-left: 250px;
  }
}
#content .question1 p,
#content .question2 p {
  color: #ED8769;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #content .question1 p,
  #content .question2 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #content .question1 p,
  #content .question2 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#content .fukidashi2 {
  color: #ED8769;
  text-align: center;
  display: inline-block;
  background-image: url("../img/about/fukidashi2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 1.25em 0.75em 2.5em 0.75em;
  margin-bottom: calc(210px - 3em);
}
@media (min-width: 360px) {
  #content .fukidashi2 {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  #content .fukidashi2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #content .fukidashi2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
#content .question3 p,
#content .question4 p {
  color: #ED8769;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #content .question3 p,
  #content .question4 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #content .question3 p,
  #content .question4 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
#content .plus_point1 p,
#content .plus_point2 p,
#content .plus_point3 p,
#content .plus_point4 p {
  font-size: 4.75vw;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
  position: absolute;
}
@media (min-width: 480px) {
  #content .plus_point1 p,
  #content .plus_point2 p,
  #content .plus_point3 p,
  #content .plus_point4 p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #content .plus_point1 p,
  #content .plus_point2 p,
  #content .plus_point3 p,
  #content .plus_point4 p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  #content .plus_point1 p,
  #content .plus_point2 p,
  #content .plus_point3 p,
  #content .plus_point4 p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
#content .plus_point2 p,
#content .plus_point4 p {
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}
#content .plus_point1 p {
  top: 25%;
  left: 0;
}
@media (min-width: 360px) {
  #content .plus_point1 p {
    left: 8%;
  }
}
@media (min-width: 768px) {
  #content .plus_point1 p {
    left: 0;
  }
}
@media (min-width: 992px) {
  #content .plus_point1 p {
    left: 4%;
  }
}
#content .plus_point2 p {
  top: 30%;
  right: 10%;
}
@media (min-width: 360px) {
  #content .plus_point2 p {
    right: 0;
  }
}
@media (min-width: 992px) {
  #content .plus_point2 p {
    right: 5%;
  }
}
#content .plus_point3 p {
  top: 30%;
  left: 8%;
}
@media (min-width: 360px) {
  #content .plus_point3 p {
    left: 0;
  }
}
@media (min-width: 992px) {
  #content .plus_point3 p {
    left: 4%;
  }
}
#content .plus_point4 p {
  top: 30%;
  right: 15%;
}
@media (min-width: 360px) {
  #content .plus_point4 p {
    right: 22%;
  }
}
@media (min-width: 768px) {
  #content .plus_point4 p {
    right: 0;
  }
}
@media (min-width: 992px) {
  #content .plus_point4 p {
    right: 15%;
  }
}
#content .internship_copy {
  line-height: 1.8;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #content .internship_copy {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  #content .internship_copy {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
#content p {
  line-height: 2;
}
#content p a {
  color: #406ADB;
  text-decoration: underline;
}
#content p a:hover {
  text-decoration: none;
}
#content .line_height_narrow {
  line-height: 1.2;
}
#content .letter_spacing_wide {
  letter-spacing: 0.15em;
}
#content .text_indent {
  text-indent: 1em;
}

/* List */
ul.disc {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
ul.disc li {
  line-height: 1.6;
  margin-bottom: 0.5em;
}
ul.disc li:before {
  content: "・";
  margin-right: 0.25em;
}

ul.ul_l,
ul.ul_r {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  ul.ul_l,
  ul.ul_r {
    margin-left: 1.125rem;
  }
}
@media (min-width: 992px) {
  ul.ul_l,
  ul.ul_r {
    margin-left: 1.25rem;
  }
}
ul.ul_l li,
ul.ul_r li {
  line-height: 1.6;
  margin-bottom: 0.5em;
}

ul.ul_r {
  margin-bottom: 1.5rem !important;
}
@media (min-width: 576px) {
  ul.ul_r {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  ul.ul_r {
    margin-left: 1rem;
  }
}
@media (min-width: 992px) {
  ul.ul_r {
    margin-left: 0;
  }
}

ul.circle {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
ul.circle li {
  color: #FFF;
  margin-bottom: 1em;
}
ul.circle li::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  margin-right: 0.2em;
  vertical-align: -0.075em;
}

/* Button */
.btn_triangle {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  background-color: #406ADB;
  border: none;
  border-radius: 100vh;
  padding: 1em 2.75em 1em 1.75em;
  position: relative;
}
.btn_triangle:hover, .btn_triangle:focus, .btn_triangle.focus {
  background-color: #062345;
}
.btn_triangle::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 120%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 0.75em;
}
@media (min-width: 360px) {
  .btn_triangle::after {
    right: 1em;
  }
}
@media (min-width: 768px) {
  .btn_triangle::after {
    right: 2em;
  }
}
@media (min-width: 360px) {
  .btn_triangle {
    padding: 1em 3em 1em 2em;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (min-width: 480px) {
  .btn_triangle {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .btn_triangle {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 1em 4.5em 1em 3em;
  }
}

@media (min-width: 992px) {
  .btn-lg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.mfp_buttons .btn-secondary {
  border-radius: 100vh;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .mfp_buttons .btn-secondary {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.mfp_buttons .btn-primary {
  border-radius: 100vh;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.mfp_buttons .btn-primary::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 1em;
}
@media (min-width: 768px) {
  .mfp_buttons .btn-primary {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mfp_buttons .btn-primary::after {
    right: 2em;
  }
}

/* accordion */
.acc_oneday .btn {
  font-size: 4.3vw;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: 0.025em;
  padding: 1rem 2.5em 1.5rem 3.2em;
  border-radius: 20px;
  text-indent: -2.3em;
  position: relative;
}
@media (min-width: 480px) {
  .acc_oneday .btn {
    font-size: 3.5vw;
  }
}
@media (min-width: 576px) {
  .acc_oneday .btn {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (min-width: 768px) {
  .acc_oneday .btn {
    font-size: 26px;
    font-size: 1.625rem;
    padding: 1rem 3em 1.5rem 3.2em;
  }
}
@media (min-width: 992px) {
  .acc_oneday .btn {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .acc_oneday .btn {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.acc_oneday .btn span {
  font-size: 200%;
  font-weight: 600;
  margin-right: 0.25em;
  vertical-align: -0.2em;
}
.acc_oneday .btn:hover, .acc_oneday .btn:focus, .acc_oneday .btn.focus, .acc_oneday .btn:active {
  text-decoration: none;
}
.acc_oneday .btn[aria-expanded=false]:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  color: #FFF;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.25rem;
}
@media (min-width: 768px) {
  .acc_oneday .btn[aria-expanded=false]:after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .acc_oneday .btn[aria-expanded=false]:after {
    right: 0.25rem;
  }
}
.acc_oneday .btn[aria-expanded=true] {
  color: #FFF;
  background-color: #116DD1;
  padding-bottom: 0.5rem;
  margin-top: 3px;
}
.acc_oneday .btn[aria-expanded=false]:hover:after {
  color: #FFF;
}
.acc_oneday .btn[aria-expanded=true]:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #FFF;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.25rem;
}
@media (min-width: 768px) {
  .acc_oneday .btn[aria-expanded=true]:after {
    right: 0;
  }
}
@media (min-width: 992px) {
  .acc_oneday .btn[aria-expanded=true]:after {
    right: 0.25rem;
  }
}

/* entry */
.btn_entry {
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  line-height: 1.4;
  border-radius: 50%;
  width: 11.5em;
  height: 11.5em;
  padding: 3em 0;
  background-color: #406ADB;
}
.btn_entry span {
  font-family: "Squada One", cursive;
  font-size: 300%;
  letter-spacing: 0.05em;
  display: block;
}
.btn_entry:hover, .btn_entry:focus, .btn_entry.focus {
  color: #FFF;
  background-color: #062345;
}
@media (min-width: 992px) {
  .btn_entry {
    font-size: 16px;
    font-size: 1rem;
    width: 11.5em;
    height: 11.5em;
    padding: 3em 0;
  }
}

/* Table */
table th,
table td {
  line-height: 1.6;
  padding: 0.5rem 0.75rem;
}
table th {
  font-weight: 400;
  white-space: nowrap;
}

/* normal */
.table_normal th {
  border: 1px solid #CCC;
  background-color: #F2F2F2;
}
.table_normal td {
  border: 1px solid #CCC;
  background-color: #FFF;
}

/* vertical */
.table_vertical th, table#mfp_confirm_table th {
  display: block;
  text-align: left;
  border: 1px solid #CCC;
  border-bottom: none;
  background-color: #FAFAFA;
}
.table_vertical td, table#mfp_confirm_table td {
  display: block;
  border: 1px solid #CCC;
  border-bottom: none;
  background-color: #FFF;
}
.table_vertical tr:last-child td, table#mfp_confirm_table tr:last-child td {
  border-bottom: 1px solid #CCC;
}
@media (min-width: 992px) {
  .table_vertical th, table#mfp_confirm_table th,
  .table_vertical td,
  table#mfp_confirm_table td {
    display: table-cell;
    border: 1px solid #CCC;
  }
}

.table_taiken {
  margin-bottom: 1rem;
}
.table_taiken th,
.table_taiken td {
  color: #FFF;
  line-height: 1.8;
  border: none;
  background-color: transparent;
  padding: 0 0 1rem 0;
}
.table_taiken th {
  color: #FAE873;
  vertical-align: top;
  padding: 0 0 0.5rem 0;
}
.table_taiken tr:last-child td {
  border: none;
}
@media (min-width: 992px) {
  .table_taiken th {
    text-align: center;
    width: 8em;
  }
  .table_taiken td {
    padding-bottom: 1.5rem;
  }
}

.table_schedule {
  margin-bottom: 0;
}
.table_schedule th,
.table_schedule td {
  line-height: 1.8;
  border: none;
  background-color: transparent;
  padding: 0 0 0.75rem 0;
}
.table_schedule th {
  vertical-align: top;
  padding: 0 0 0.25rem 0;
}
.table_schedule tr:last-child td {
  border: none;
}
@media (min-width: 992px) {
  .table_schedule th {
    width: 6em;
  }
}

/* mfp */
@media (min-width: 768px) {
  table#mfp_confirm_table tr th {
    width: 25%;
  }
}

/* Images */
#content a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  background-color: transparent;
}

figure figcaption {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.max_width {
  max-width: 330px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.max_width_illust {
  max-width: 300px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.banner {
  max-width: 220px;
  margin-bottom: 2rem;
}

.img_infrastructure {
  width: 65%;
  margin: 0 auto 1rem auto;
}
.img_infrastructure figcaption {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 360px) {
  .img_infrastructure {
    width: 100%;
    max-width: 160px;
    position: relative;
  }
  .img_infrastructure img {
    width: calc(100% - 5rem);
  }
  .img_infrastructure figcaption {
    position: absolute;
    top: 30%;
    left: calc(100% - 4.5rem);
    text-align: left;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .img_infrastructure {
    width: 90%;
  }
  .img_infrastructure img {
    width: 110px;
  }
  .img_infrastructure figcaption {
    font-size: 20px;
    font-size: 1.25rem;
    left: 120px;
  }
}
@media (min-width: 992px) {
  .img_infrastructure {
    margin: 0 auto 2rem auto;
  }
}
@media (min-width: 1200px) {
  .img_infrastructure figcaption {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.img_business {
  border-bottom: 2px solid #116DD1;
  width: 100%;
  max-width: 160px;
  margin: 0 auto 1rem auto;
  position: relative;
}
.img_business img {
  width: calc(100% - 5rem);
}
.img_business figcaption {
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  bottom: 1em;
  left: calc(100% - 4.5rem);
  text-align: left;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .img_business {
    max-width: 90%;
  }
  .img_business img {
    width: 80px;
  }
  .img_business figcaption {
    left: 100px;
  }
  .img_business figcaption {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .img_business figcaption {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/* Animation */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delighter.right {
  -webkit-transform: translate(-30px);
          transform: translate(-30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.right.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.left {
  -webkit-transform: translate(30px);
          transform: translate(30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.left.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom {
  -webkit-transform: translatey(20px);
          transform: translatey(20px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.delighter.bottom.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.delighter.bottom_slow {
  -webkit-transform: translatey(30px);
          transform: translatey(30px);
  opacity: 0;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}

.delighter.bottom_slow.started {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .delighter li {
    opacity: 0;
    -webkit-transform: translatey(200%);
            transform: translatey(200%);
    -webkit-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
  }
  .delighter.started li {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .delighter.started li:nth-child(1) {
    -webkit-transition: all 0.7s ease-out 0.5s;
    transition: all 0.7s ease-out 0.5s;
  }
  .delighter.started li:nth-child(2) {
    -webkit-transition: all 0.7s ease-out 0.7s;
    transition: all 0.7s ease-out 0.7s;
  }
  .delighter.started li:nth-child(3) {
    -webkit-transition: all 0.7s ease-out 0.9s;
    transition: all 0.7s ease-out 0.9s;
  }
  .delighter.started li:nth-child(4) {
    -webkit-transition: all 0.7s ease-out 1.1s;
    transition: all 0.7s ease-out 1.1s;
  }
  .delighter.started li:nth-child(5) {
    -webkit-transition: all 0.7s ease-out 1.3s;
    transition: all 0.7s ease-out 1.3s;
  }
  .delighter.started li:nth-child(6) {
    -webkit-transition: all 0.7s ease-out 1.5s;
    transition: all 0.7s ease-out 1.5s;
  }
  .delighter.started li:nth-child(7) {
    -webkit-transition: all 0.7s ease-out 1.9s;
    transition: all 0.7s ease-out 1.9s;
  }
}
/* Content etc. ------------------- */
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section .container p:last-child {
  margin-bottom: 0;
}

.bg_lead {
  position: relative;
}
.bg_lead::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/about/bg_lead.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.39;
}
.bg_lead::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.bg_blue {
  background-color: #e3f5fc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg_light_blue {
  background-color: #F2FBFE;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.bg_pale_orange {
  background-color: #FDF2EE;
}

.question_box1 {
  position: relative;
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .question_box1 {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .question_box1 {
    min-height: 230px;
  }
}
.question_box1::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/about/ttl_question1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .question_box1::before {
    left: 8%;
  }
}
.question_box1 .question1,
.question_box1 .question2 {
  position: absolute;
  top: 50%;
  right: 12%;
  z-index: 2;
}
@media (min-width: 768px) {
  .question_box1 .question1,
  .question_box1 .question2 {
    top: 66%;
    right: 20%;
  }
}
@media (min-width: 992px) {
  .question_box1 .question1,
  .question_box1 .question2 {
    top: 60%;
    right: 25%;
  }
}
@media (min-width: 1200px) {
  .question_box1 .question1,
  .question_box1 .question2 {
    top: 50%;
  }
}
.question_box1 .question2 {
  top: 72%;
  right: 2%;
}
@media (min-width: 768px) {
  .question_box1 .question2 {
    top: 30%;
    right: 0;
  }
}
@media (min-width: 992px) {
  .question_box1 .question2 {
    top: 30%;
    right: 5%;
  }
}

.question_box2 {
  position: relative;
  min-height: 300px;
}
@media (max-width: 767.98px) {
  .question_box2 {
    max-width: 380px;
  }
}
@media (min-width: 768px) {
  .question_box2 {
    min-height: 230px;
  }
}
.question_box2::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-image: url(../img/about/ttl_question2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  .question_box2::before {
    left: 30%;
  }
}
@media (min-width: 1200px) {
  .question_box2::before {
    left: 24%;
  }
}
.question_box2 .question3,
.question_box2 .question4 {
  position: absolute;
  top: 50%;
  left: 4%;
  z-index: 2;
}
@media (min-width: 768px) {
  .question_box2 .question3,
  .question_box2 .question4 {
    top: 40%;
    left: auto;
    right: 10%;
  }
}
@media (min-width: 992px) {
  .question_box2 .question3,
  .question_box2 .question4 {
    top: 35%;
    right: 20%;
  }
}
@media (min-width: 1200px) {
  .question_box2 .question3,
  .question_box2 .question4 {
    right: 35%;
  }
}
.question_box2 .question4 {
  top: 72%;
  left: 8%;
}
@media (min-width: 768px) {
  .question_box2 .question4 {
    top: 60%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .question_box2 .question4 {
    top: 60%;
    right: 10%;
  }
}

.border_box {
  padding: 10px;
  margin-bottom: 2rem;
}
.border_box p:last-child,
.border_box ul:last-child,
.border_box figure {
  margin-bottom: 0;
}
@media (min-width: 360px) {
  .border_box {
    padding: 15px;
  }
}
@media (min-width: 768px) {
  .border_box {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .border_box {
    padding: 25px;
  }
}
@media (min-width: 1200px) {
  .border_box {
    padding: 30px;
  }
}

.border_box_white {
  background-color: rgba(255, 255, 255, 0.77);
  margin-bottom: 1rem;
}
.border_box_white .row .row {
  margin-right: -10px;
  margin-left: -10px;
}
.border_box_white .row .row > .col,
.border_box_white .row .row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}
.border_box_white p {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .border_box_white p {
    margin-left: 1.125rem;
  }
}
@media (min-width: 992px) {
  .border_box_white p {
    margin-left: 1.25rem;
  }
}

.border_box_card {
  padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .border_box_card {
    padding-left: 0;
    padding-right: 0;
  }
}

.link_box {
  position: relative;
}
.link_box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.link_box a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.link_box:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.page #content {
  background-color: rgba(228, 246, 253, 0.95);
  padding-top: calc(15% + 4rem);
  padding-bottom: 4rem;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1300px) {
  .container {
    max-width: 1270px;
  }
}

@media (min-width: 1200px) {
  .container_narrow {
    max-width: 1110px;
  }
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

hr {
  border-top: 2px solid #000;
  margin: 1rem 0;
}

hr.white {
  border-top: 1px solid #FFF;
  margin: 0.25rem 0 1rem 0;
}

/* リンクズレ対策 */
#oneday,
#oneday01,
#oneday02,
#oneday03,
#oneday04 {
  padding-top: 70px;
  margin-top: -70px;
}
@media (min-width: 992px) {
  #oneday,
  #oneday01,
  #oneday02,
  #oneday03,
  #oneday04 {
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* plus_point */
.plus_point1,
.plus_point2,
.plus_point3,
.plus_point4 {
  background-image: url("../img/about/plus_point1.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right 30px bottom;
  height: 35vw;
  position: relative;
}
@media (min-width: 360px) {
  .plus_point1,
  .plus_point2,
  .plus_point3,
  .plus_point4 {
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  .plus_point1,
  .plus_point2,
  .plus_point3,
  .plus_point4 {
    max-width: 440px;
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .plus_point1,
  .plus_point2,
  .plus_point3,
  .plus_point4 {
    max-width: none;
    width: 100%;
    max-height: none;
    height: 140px;
    margin-bottom: 1rem;
    background-position: right 40px bottom;
  }
}
@media (min-width: 992px) {
  .plus_point1,
  .plus_point2,
  .plus_point3,
  .plus_point4 {
    background-position: right 60px bottom;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .plus_point1,
  .plus_point2,
  .plus_point3,
  .plus_point4 {
    background-position: right 110px bottom;
  }
}

.plus_point2 {
  background-image: url("../img/about/plus_point2.png");
  background-position: left bottom;
}
@media (min-width: 992px) {
  .plus_point2 {
    background-position: left 10px bottom;
  }
}
@media (min-width: 1200px) {
  .plus_point2 {
    background-position: left 50px bottom;
  }
}

.plus_point3 {
  background-image: url("../img/about/plus_point3.png");
  background-position: right bottom;
}
@media (min-width: 992px) {
  .plus_point3 {
    background-position: right 30px bottom;
  }
}
@media (min-width: 1200px) {
  .plus_point3 {
    background-position: right 100px bottom;
  }
}

.plus_point4 {
  background-image: url("../img/about/plus_point4.png");
  background-position: left 30px bottom;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .plus_point4 {
    background-position: left 40px bottom;
  }
}
@media (min-width: 992px) {
  .plus_point4 {
    background-position: left 30px bottom;
  }
}
@media (min-width: 1200px) {
  .plus_point4 {
    background-position: left 60px bottom;
  }
}

/* accordion */
.acc_oneday .card {
  background-color: #116DD1;
  border-radius: 20px !important;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .acc_oneday .card {
    border-radius: 20px !important;
  }
}
.acc_oneday .card-header {
  background-color: transparent;
  padding: 0;
  border: none;
}
.acc_oneday .card-body {
  padding: 0 1.25rem 1.25rem 1.25rem;
}
@media (min-width: 992px) {
  .acc_oneday .card-body {
    padding: 0 2rem 2rem 2rem;
  }
}

/* merit */
.merit_box {
  max-width: 420px;
  margin: 0 auto 2rem auto;
}
.merit_box p {
  width: calc(100% - 100px);
}
@media (min-width: 360px) {
  .merit_box p {
    width: calc(100% - 120px);
  }
}
@media (min-width: 992px) {
  .merit_box {
    max-width: none;
  }
}

.merit_box1,
.merit_box2,
.merit_box3 {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100px auto;
}
@media (min-width: 360px) {
  .merit_box1,
  .merit_box2,
  .merit_box3 {
    background-position: right 10px top;
    background-size: 125px auto;
  }
}
@media (min-width: 1200px) {
  .merit_box1,
  .merit_box2,
  .merit_box3 {
    background-position: right 30px top;
  }
}

.merit_box1 {
  background-image: url("../img/footer/merit1.png");
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .merit_box1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }
}

.merit_box2 {
  background-image: url("../img/footer/merit2.png");
  background-position: right center;
}
@media (min-width: 360px) {
  .merit_box2 {
    background-position: right 15px center;
  }
}
@media (min-width: 992px) {
  .merit_box2 {
    background-image: none;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .merit_box2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }
}

@media (min-width: 992px) {
  .merit_box3 {
    background-image: url("../img/footer/merit2.png");
    -webkit-box-flex: 0;
    -ms-flex: 0 0 61%;
    flex: 0 0 61%;
    max-width: 61%;
  }
}
@media (min-width: 1200px) {
  .merit_box3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }
}

@media (min-width: 992px) {
  .merit_box4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
  }
  .merit_box4 p {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .merit_box4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

/* Form
-------------------------------------------------------------- */
.form_box {
  margin-left: auto;
  margin-right: auto;
}
.form_box .row {
  margin-right: -5px;
  margin-left: -5px;
}
.form_box .row > .col,
.form_box .row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form_box .form-control {
  border: none;
  padding: 0.5rem 0.75rem;
}
.form_box .form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form_box label {
    margin-top: 0.25rem;
  }
}

.contact body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

div#mfp_hidden input {
  margin: 10px;
}

div#mfp_thanks {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 0px;
}

div#mfp_thanks strong {
  color: #dc3545;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  div#mfp_thanks strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* base */
.must {
  color: #FFF !important;
  font-size: 13px !important;
  font-size: 0.8125rem !important;
  background-color: #FAE873;
  padding: 0.125rem 0.3rem 0.15rem 0.3rem;
  margin-left: 0.4rem;
  border-radius: 8px;
}

/* label */
form#mailformpro label.mfp_checked {
  padding: 3px;
  border: solid 1px #CCC;
  background-color: #E8EEF9;
  -webkit-box-shadow: 0px 1px 3px #CCC inset;
          box-shadow: 0px 1px 3px #CCC inset;
}

form#mailformpro label.mfp_not_checked {
  padding: 3px;
  border: solid 1px #EEE;
}

/* Confirm（確認画面）#mfp_confirm_table は、Tableに記述 */
/* Confirm flat */
div#mfp_phase_confirm {
  clear: both;
}

div#mfp_phase_confirm h4 {
  text-align: center;
}

/* Confirm Overlay */
div#mfp_overlay {
  display: none;
}

div#mfp_overlay_background {
  display: none;
}

/* Loading */
div#mfp_loading_screen {
  z-index: 20000;
  opacity: 0.8;
  display: none;
  background-color: #000;
  position: absolute;
}

div#mfp_loading {
  z-index: 20001;
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  background-image: url(_images/mfp_loading.gif);
}

/* Error  */
div.mfp_err {
  clear: both;
  display: none;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #C00;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: normal;
}

.mfp_parent_error {
  border: solid 2px #F00;
}

.problem {
  background-color: #FCC;
}

div#mfp_error {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
}

div#mfp_error p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_error p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #dc3545;
}

/* Warning */
div#mfp_warning {
  background-color: #FEE;
  border: solid 1px #F00;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

div#mfp_warning p {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

div#mfp_warning p strong {
  font-size: 18px;
  font-size: 1.125rem;
  color: #F00;
}

/* Price */
div#mfp_price {
  color: #C00;
  font-size: 36px;
  font-size: 2.25rem;
  padding: 10px;
  font-weight: bolder;
}

div#mfp_price span {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

/* Button */
div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

.imagebutton {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  background: none;
}

/* Prefcode 郵便番号からの住所入力 */
div.prefcodeWrapper {
  position: relative;
}

div.prefcodeResult {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  border: solid 1px #CCC;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 5px #CCC;
          box-shadow: 0px 0px 5px #CCC;
  display: none;
}

div.prefcodeResult div {
  cursor: pointer;
}

div.prefcodeResult div:hover {
  background-color: #C9EBFB;
}

div.prefcodeResult div.prefcodeNext {
  background-color: #EEE;
  text-align: center;
}

div.prefLoading {
  padding: 60px 100px;
  background: url(_images/mfp_zip_loading.gif) no-repeat center center;
}

/* animated */
.hidefield {
  height: 0px;
  overflow: hidden;
}

.showfield {
  height: auto;
  overflow: visible;
}

/* OperationCheck.js　動作チェック */
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
  display: none;
}

div#mfp_OperationCheck strong {
  background: #090;
  display: block;
  color: #222;
  text-align: center;
  border-radius: 3px;
}

div#mfp_OperationCheck * {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}

div#mfp_OperationCheck p {
  padding: 0px 5px;
  margin: 0px;
  font-size: 12px;
  font-size: 0.75rem;
}

div#mfp_OperationCheck p a {
  color: #0C0;
  text-decoration: none;
}

div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
  text-decoration: underline;
}

div#mfp_OperationCheck p button {
  border: none;
  background: none;
  color: #0C0;
  cursor: pointer;
}

div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
  line-height: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
  vertical-align: middle;
}

div#mfp_OperationCheck ul li {
  padding: 5px 10px;
}

div#mfp_OperationCheck ul li label {
  text-decoration: underline;
}

/* submit block */
button.mfp_submit_enable {
  background: none;
  background: #000090;
}

button.mfp_submit_disable {
  background: none;
  background: #FD8282;
}

/* tips */
span.mfp_tips {
  background-color: #FCC;
  display: block;
  border-radius: 5px;
  padding: 10px;
  margin: 2px;
  -webkit-box-shadow: 0px 2px 10px #999;
          box-shadow: 0px 2px 10px #999;
}

span.mfp_tips strong {
  color: #800040;
}

span.mfp_tips span {
  display: block;
  padding: 10px;
  color: #008080;
}

span.mfp_tips em {
  font-style: normal;
  color: #090;
  font-weight: bold;
}

/* page_top
-------------------------------------------------------------- */
.page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  background: #406ADB;
  border-radius: 100vh;
  z-index: 100;
}
@media (min-width: 992px) {
  .page_top {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 60px;
  }
}
.page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.page_top a::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  color: #FFF;
  font-size: 22px;
  font-size: 1.375rem;
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}
@media (min-width: 992px) {
  .page_top a {
    width: 50px;
    height: 50px;
  }
}

/* Footer
-------------------------------------------------------------- */
.footer_container {
  background-color: #FDF2EE;
  border-top: 1px solid #CCC;
  padding: 2rem 0 1rem 0;
}
.footer_container h6 {
  position: relative;
  padding-left: 40px;
}
.footer_container h6::before {
  content: "";
  background-image: url(../img/common/favicon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.footer_container p {
  font-size: 14px;
  font-size: 0.875rem;
}

.footer_nav {
  margin-bottom: 0.5rem;
}
.footer_nav li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 0.75rem;
}
.footer_nav li::before {
  content: "|";
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
@media (min-width: 360px) {
  .footer_nav li::before {
    margin-right: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer_nav li::before {
    margin-right: 1rem;
  }
}
.footer_nav li a {
  color: #333;
}
.footer_nav li a:hover {
  color: #116DD1;
}
@media (min-width: 768px) {
  .footer_nav li {
    display: inline-block;
  }
  .footer_nav li:last-child:after {
    content: "|";
    margin-left: 0.75rem;
  }
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}