@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100vw;
}

body {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100vw;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

main {
  padding-top: 82px;
}

.container {
  padding: 0 255px;
  width: 100%;
}

br.-sp {
  display: none;
}

header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #133690;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 0 255px;
  width: 100vw;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
header .headerHead {
  width: 370px;
}
header .headerHead img {
  width: 100%;
}
header .h_button {
  text-align: center;
}
header .h_button a {
  background-color: white;
  display: inline-block;
  width: 327px;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
  color: #133690;
  font-size: 1.8rem;
  transition-duration: 200ms;
}
header .h_button a:hover {
  background-color: #133690;
  border: solid 2px white;
  color: white;
  line-height: 34px;
}

footer .footerFirst {
  position: relative;
  padding-top: 64px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .footerFirst h3 {
  font-weight: 600;
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 45px;
}
footer .footerFirst .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 80px;
}
footer .footerFirst .wrapper a {
  width: 65px;
  height: 65px;
  margin: 0 32.5px;
}
footer .footerFirst .wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footerFirst .wrapper a:hover {
  opacity: 0.7;
}
footer .footerFirst::after {
  content: "";
  display: inline-block;
  background-color: #eef3f7;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
footer .footerSecond {
  padding-top: 41px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerSecond::after {
  content: "";
  display: inline-block;
  background-color: #133690;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
footer .footerSecond .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .footerSecond .wrapper img {
  width: 416px;
}
footer .footerSecond .wrapper .footerLink {
  margin-top: 26px;
  color: white;
  width: 100%;
  font-weight: 300;
  font-size: 1.4rem;
}
footer .footerSecond .wrapper .footerLink a {
  color: white;
}
footer .footerSecond .wrapper .footerLink a:hover {
  opacity: 0.7;
}

.footerEmail {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 3px solid white;
  max-width: 442px;
  width: calc(255px + 10vw);
  height: 68px;
  transition: all 0.2s ease;
}
.footerEmail:hover {
  background-color: white;
  color: #133690;
}

.footerEmailSp {
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 3px solid white;
  width: 442px;
  height: 68px;
  transition: all 0.2s ease;
  display: none;
}
.footerEmailSp:hover {
  background-color: white;
  color: #133690;
}

.footerCopyrights {
  font-weight: 300;
  font-size: 1.4rem;
  width: 100%;
  color: white;
  margin-top: 67px;
  margin-bottom: 20px;
}

@media (max-width: 1250px) {
  header {
    padding: 0 150px;
  }
  .container {
    padding: 0 150px;
  }
  footer .footerSecond .wrapper img {
    width: 378px;
  }
  .footerEmail {
    font-size: 1.8rem;
    width: calc(231px + 10vw);
  }
}
@media (max-width: 1050px) {
  header {
    padding: 0 100px;
  }
  header .h_button a {
    font-size: 1.5rem;
    width: 270px;
  }
  .container {
    padding: 0 120px;
  }
  footer .footerSecond .wrapper img {
    width: 250px;
  }
  .footerEmail {
    font-size: 1.76rem;
    height: 51px;
    font-size: 1.6rem;
    width: calc(170px + 10vw);
  }
}
@media (max-width: 768px) {
  br.-sp {
    display: inline;
  }
  main {
    padding-top: 54px;
  }
  .container {
    padding: 0 38px;
  }
  header {
    height: 54px;
    padding: 0 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  header .headerHead {
    transform: translateY(7px);
    width: 221px;
  }
  header .h_button {
    transform: translateY(5px);
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  header .h_button a {
    font-size: 1.6rem;
    width: 100vw;
    height: 35px;
    line-height: 35px;
    border-radius: 0 0 0 0;
  }
  header .h_button a:hover {
    background-color: white;
    border: solid 0px white;
    color: #133690;
    line-height: 35px;
  }
  footer .footerFirst {
    padding-top: 26px;
  }
  footer .footerFirst h3 {
    font-size: 1.6rem;
  }
  footer .footerFirst .wrapper {
    margin-bottom: 49px;
  }
  footer .footerSecond {
    padding-top: 27px;
  }
  footer .footerSecond .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  footer .footerSecond .wrapper img {
    width: 312px;
    max-width: 100%;
  }
  footer .footerSecond .wrapper .footerLink {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.6;
  }
  .footerEmail {
    display: none;
  }
  .footerEmailSp {
    max-width: 100%;
    width: 100%;
    display: flex;
    font-size: 1.6rem;
    height: 48px;
    border: 2px solid white;
    margin-top: 23px;
  }
  .footerCopyrights {
    text-align: center;
    margin-top: 25px;
  }
}
.homeHero {
  width: 100%;
  height: 100vh;
  position: relative;
}
.homeHero .homeHeroColorBg {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.851);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.homeHero .homeHeroHead,
.homeHero .homeHeroHeadAfter {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  max-width: 90%;
  opacity: 0;
}
.homeHero .homeHeroHead img,
.homeHero .homeHeroHeadAfter img {
  width: 100%;
}
.homeHero .homeHeroHead {
  transform: translate(calc(-50% + 100px), -50%);
}
.homeHero .homeHeroBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.homeHero .homeHeroBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.homeAbout {
  position: relative;
  z-index: 1;
  padding-top: 47px;
  padding-bottom: 52px;
}
.homeAbout::after {
  background: #ffffff;
  opacity: 0.9;
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.homeAbout .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.homeAbout .container h3 {
  padding-bottom: 44px;
  width: 662px;
  max-width: 100%;
}
.homeAbout .container h3 picture img {
  width: 100%;
}
.homeAbout .container .homeAboutWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.homeAbout .container .homeAboutWrapper img {
  max-width: 412px;
  width: 40%;
  margin-right: 33px;
  min-width: 250px;
}
.homeAbout .container .homeAboutWrapper p {
  width: 60%;
  line-height: 1.8;
  font-size: 2rem;
}

.homeDescription {
  margin-top: 189px;
  background-color: white;
  padding-bottom: 30px;
}
.homeDescription .container h4 {
  padding-top: 25px;
  font-weight: 700;
  font-size: 3.8rem;
  text-align: center;
  color: #133690;
  margin-bottom: 26px;
}
.homeDescription .container p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.79;
}

.youtube-contents {
  padding: 50px 0 30px 0;
  background-color: #eef3f7;
}
.youtube-contents .container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-flow: wrap;
}
.youtube-contents .container iframe {
  width: 40%;
  max-width: 440px;
  height: 250px;
  margin: 30px;
}

.homeDetails {
  background-color: #133690;
  padding: 85px 0 82px;
  color: white;
}
.homeDetails .homeDetailsBorder {
  border: 1px solid white;
  padding: 42px 36px 46px;
}
.homeDetails h5 {
  margin-top: 52px;
  text-align: center;
  border-bottom: 1px solid white;
  padding-bottom: 5rem;
  font-weight: 700;
  font-size: 3rem;
  white-space: nowrap;
  margin-bottom: 17px;
}
.homeDetails h5:nth-of-type(1) {
  margin-top: 20px;
}
.homeDetails h5:nth-of-type(5) {
  border-bottom: 0px;
  padding-bottom: 0;
}
.homeDetails p {
  /*  font-weight: 300;
   font-size: 1.9rem;
   line-height: 1.7;
   margin-bottom: 15px; */
  display: none;
}
.homeDetails ul {
  /* padding-left:19px; */
  display: none;
}
.homeDetails ul li {
  /* font-weight: 300;
  font-size: 1.9rem;
  line-height: 1.7;
  list-style-type: disc; */
  display: none;
}

.homeProfile {
  background-color: white;
  padding-top: 66px;
}
.homeProfile .homeProfileFirst {
  padding-bottom: 44px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row;
}
.homeProfile .homeProfileFirst figure {
  width: 48%;
  margin-right: 40px;
  max-width: 480px;
  min-width: 280px;
}
.homeProfile .homeProfileFirst figure img {
  width: 100%;
}
.homeProfile .homeProfileFirst h3 {
  font-weight: 700;
  font-size: 3rem;
  color: #133690;
  margin-bottom: 31px;
}
.homeProfile .homeProfileFirst h3 span {
  font-size: 2rem;
}
.homeProfile .homeProfileFirst p {
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.2;
}
.homeProfile .homeProfileSecond {
  padding: 22px 0 2px;
  position: relative;
  z-index: 1;
}
.homeProfile .homeProfileSecond::after {
  background: #eef3f7;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.homeProfile .homeProfileSecond ul li {
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #d2d2d2;
  font-weight: 300;
  font-size: 1.9rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.homeProfile .homeProfileSecond ul li:nth-last-of-type(1) {
  border: none;
}
.homeProfile .homeProfileSecond ul li span {
  display: inline-block;
}
.homeProfile .homeProfileSecond ul li span.year {
  width: 112px;
  min-width: 112px;
}
.homeProfile .homeProfileSecond ul li span.wrapper {
  width: calc(100% - 112px);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.homeProfile .homeProfileSecond ul li span.wrapper .title {
  width: 45%;
  min-width: 368px;
}
.homeProfile .homeProfileSecond ul li span.wrapper .desc {
  width: 55%;
}
.homeProfile .homeProfileThird {
  padding-bottom: 70px;
  padding-top: 27px;
  position: relative;
}
.homeProfile .homeProfileThird::after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  background-color: #d2d2d2;
}
.homeProfile .homeProfileThird h4 {
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.homeProfile .homeProfileThird p {
  font-weight: 300;
  font-size: 1.89rem;
}
.homeProfile .homeProfileThird p span {
  display: inline-block;
}

.homeGallery {
  padding-top: 17px;
  background-color: white;
}
.homeGallery .container {
  position: relative;
}
.homeGallery .homeGalleryBtn {
  width: 128px;
  height: 128px;
  position: absolute;
  top: 50%;
  display: inline-block;
  z-index: 3;
  cursor: pointer;
}
.homeGallery .homeGalleryBtn:hover {
  opacity: 0.7;
}
.homeGallery .homeGalleryBtn.-back {
  border-left: 1px solid black;
  border-top: 1px solid black;
  transform: translateY(-50%) rotate(-45deg);
  left: 8vw;
  display: none;
}
.homeGallery .homeGalleryBtn.-send {
  border-right: 1px solid black;
  border-top: 1px solid black;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  right: 8vw;
}
.homeGallery h3 {
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  color: #133690;
  padding-bottom: 20px;
}
.homeGallery .homeGalleryFrame {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  overflow-x: hidden;
}
.homeGallery .homeGalleryFrame .homeGalleryItem {
  transition: all 0.3s ease;
  width: 100%;
  min-width: 100%;
  padding-bottom: 40px;
}
.homeGallery .homeGalleryFrame .homeGalleryItem figure {
  width: 100%;
  height: 570px;
  margin-bottom: 22px;
}
.homeGallery .homeGalleryFrame .homeGalleryItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homeGallery .homeGalleryFrame .homeGalleryItem h4 {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  color: #133690;
}
.homeGallery .homeGalleryFrame .homeGalleryItem p {
  font-weight: 300;
  font-size: 2rem;
}

@media (max-width: 1530px) {
  .youtube-contents .container iframe {
    width: 40%;
    min-width: 300px;
    height: 220px;
  }
}
@media (max-width: 1250px) {
  .homeDescription .container h4 {
    font-size: 3.2rem;
  }
  .youtube-contents .container iframe {
    width: 40%;
    min-width: 280px;
    height: 220px;
    margin: 12px;
  }
}
@media (max-width: 1050px) {
  .homeGallery .homeGalleryFrame .homeGalleryItem h4 {
    font-size: 2.5rem;
  }
  .homeDetails h5 br {
    display: inline;
  }
  .homeProfile .homeProfileSecond ul li span {
    font-size: 1.5rem;
  }
  .homeProfile .homeProfileSecond ul li span.year {
    width: 100px;
    min-width: 100px;
  }
  .homeProfile .homeProfileSecond ul li span.wrapper {
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .homeProfile .homeProfileSecond ul li span.wrapper {
    width: 100%;
  }
  .homeProfile .homeProfileSecond ul li span.wrapper .desc {
    width: 100%;
  }
  .youtube-contents .container iframe {
    width: 40%;
    min-width: 240px;
    height: 170px;
    margin: 12px;
  }
}
@media (max-width: 768px) {
  .homeHero .homeHeroHead,
  .homeHero .homeHeroHeadAfter {
    width: 271px;
  }
  .youtube-contents .container iframe {
    height: 140px;
  }
  .homeAbout {
    width: calc(100% - 36px);
    margin: auto;
    padding-bottom: 33px;
    padding-top: 22px;
  }
  .homeAbout .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeAbout .container h3 {
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeAbout .container h3 picture img {
    width: 251px;
  }
  .homeAbout .container .homeAboutWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeAbout .container .homeAboutWrapper img {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    height: 282px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
  .homeAbout .container .homeAboutWrapper p {
    width: 100%;
    margin-top: 14px;
    font-size: 1.3rem;
  }
  .homeDescription {
    margin-top: 164px;
  }
  .homeDescription .container h4 {
    font-size: 2.5rem;
    text-align: center;
  }
  .homeDescription .container p {
    font-size: 1.3rem;
  }
  .homeDetails {
    padding: 41px 0 38px;
  }
  .homeDetails .homeDetailsBorder {
    padding: 13px 20px 13px;
  }
  .homeDetails h5 {
    padding-bottom: 3.2rem;
    font-size: 2.1rem;
    margin-top: 32px;
  }
  .homeDetails p {
    font-size: 1.2rem;
  }
  .homeDetails ul {
    padding-left: 12px;
  }
  .homeDetails ul li {
    font-size: 1.2rem;
  }
  .homeProfile {
    padding-top: 39px;
  }
  .homeProfile .homeProfileFirst {
    padding-bottom: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeProfile .homeProfileFirst figure {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .homeProfile .homeProfileFirst h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 3rem;
    margin-bottom: 13px;
  }
  .homeProfile .homeProfileFirst h3 span {
    font-size: 2rem;
  }
  .homeProfile .homeProfileFirst p {
    text-align: center;
    font-size: 1.5rem;
  }
  .homeProfile .homeProfileFirst .wrapper {
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .homeProfile .homeProfileSecond {
    padding: 22px 0 15px;
  }
  .homeProfile .homeProfileSecond ul li span {
    font-size: 1.3rem;
  }
  .homeProfile .homeProfileSecond ul li span.year {
    width: 75px;
    min-width: 75px;
  }
  .homeProfile .homeProfileSecond ul li span.wrapper {
    width: calc(100% - 75px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .homeProfile .homeProfileSecond ul li span.wrapper .desc {
    width: 100%;
  }
  .homeProfile .homeProfileThird {
    padding-bottom: 50px;
  }
  .homeProfile .homeProfileThird h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }
  .homeProfile .homeProfileThird p {
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .homeProfile .homeProfileThird p span {
    display: inline;
  }
  .homeGallery {
    padding-top: 56px;
  }
  .homeGallery .homeGalleryBtn {
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 3;
    cursor: pointer;
  }
  .homeGallery .homeGalleryBtn:hover {
    opacity: 0.7;
  }
  .homeGallery .homeGalleryBtn.-back {
    border-left: 1px solid black;
    border-top: 1px solid black;
    transform: translateY(-50%) rotate(-45deg);
    left: 8vw;
    display: none;
  }
  .homeGallery .homeGalleryBtn.-send {
    border-right: 1px solid black;
    border-top: 1px solid black;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    right: 8vw;
  }
  .homeGallery h3 {
    font-size: 2rem;
    padding-bottom: 29px;
  }
  .homeGallery .homeGalleryFrame .homeGalleryItem {
    padding-bottom: 35px;
  }
  .homeGallery .homeGalleryFrame .homeGalleryItem figure {
    height: 313px;
  }
  .homeGallery .homeGalleryFrame .homeGalleryItem h4 {
    font-size: 1.5rem;
  }
  .homeGallery .homeGalleryFrame .homeGalleryItem p {
    font-size: 1.3rem;
  }
}
@media (max-width: 630px) {
  .youtube-contents .container iframe {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 530px) {
  .youtube-contents .container iframe {
    width: 100%;
    height: 220px;
  }
}
@media (max-width: 400px) {
  .homeDetails h5 {
    font-size: 1.7rem;
  }
  .youtube-contents .container iframe {
    height: 170px;
  }
}/*# sourceMappingURL=home.css.map */