@charset "UTF-8";
/*media*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
}

body {
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

p {
  font-size: 2.7rem;
  line-height: 1.4em;
  text-align: justify;
}

a {
  font-size: 2.3rem;
  line-height: 1.9em;
  color: #161616;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.header__logo img {
	max-width:300px!important;}

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

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

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

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
header .header__logoArea {
  padding: 3.5rem 0 0 4rem;
}
@media screen and (max-width: 1300px) {
  header .header__logoArea {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  header .header__logoArea {
    padding: 2.5rem 0 0 3rem;
    width: 70%;
  }
}

.in__box {
  max-width: calc(1500px + 6rem);
  width: 100%;
  margin: auto;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .in__box {
    padding: 0 1.5rem;
  }
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section {
  padding: 7rem 0 7rem;
}

.button__box {
  padding: 5rem 0 0;
  text-align: center;
}
.button__box a, .button__box span {
  font-size: 3rem;
  padding: 5rem 0;
  display: block;
  margin: auto;
  width: 78rem;
  border-radius: 2em;
  background: #fff;
  color: #0d77d7;
  border: 1px solid;
  box-shadow: 0 1.4rem 0 #0d77d7;
  position: relative;
}
.button__box a::after, .button__box span::after {
  content: "";
  display: block;
  height: 5rem;
  width: 4.3rem;
  background: url(../img/icon-01.png) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto;
}
.button__box span {
  padding: 0;
}
.button__box span input {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
  cursor: pointer;
}

footer .foter_menu {
  text-align: center;
  padding: 9rem 0 3rem;
}
footer .foter_menu a {
  margin: 0 2rem;
}
footer .footer__text {
  text-align: center;
  font-size: 1.9rem;
  padding: 3rem 0;
}

.en_text {
  font-size: 2.3rem;
  display: block;
  line-height: 1em;
  color: #0d77d7;
}

.mein_text {
  font-size: 6.5rem;
  display: block;
}

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #faf7e8;
}

.Area__title {
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .Area__title img {
    height: 6rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .Area__title {
    order: -1;
    width: 100%;
  }
  .Area__title img {
    height: 4rem;
  }
}

.mein_text {
  letter-spacing: 0.05em;
  font-size: 5rem;
  font-weight: bold;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mein_text {
    font-size: 3.5rem;
  }
}

.en_text {
  font-size: 2.5rem;
  display: block;
  line-height: 1.5em;
  color: #0d77d7;
  font-weight: bold;
}

.button {
  display: block;
  font-size: 2.3rem;
  width: 35rem;
  text-align: center;
  margin: 3.5rem auto 0;
  line-height: 3em;
  font-weight: bold;
  color: #fff;
  border-radius: 2em;
  background: #0d77d7;
}

.Iamge__Area {
  padding-top: 0;
  padding-bottom: 0;
}
.Iamge__Area .Area__inner {
  position: relative;
  padding: 7rem 0 8rem;
  margin: 0 3rem;
  border-radius: 3rem;
  background: #faf7e8;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .Area__inner {
    margin: 0 1.5rem;
    padding: 3rem 0;
  }
}
.Iamge__Area .text__box {
  position: relative;
  align-items: center;
}
.Iamge__Area .img_1 {
  margin-left: 1rem;
}
@media screen and (max-width: 1300px) {
  .Iamge__Area .img_1 {
    width: 24rem;
  }
}
.Iamge__Area .img_2 {
  margin-right: 6rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .Iamge__Area .img_1, .Iamge__Area .img_2 {
    margin: 4rem 0 -10rem;
    width: auto;
    height: 10rem;
  }
}
.Iamge__Area ul {
  padding-top: 7.5rem;
  padding-bottom: 0;
  align-items: flex-start;
}
@media screen and (max-width: 1300px) {
  .Iamge__Area ul {
    padding-top: 14rem;
  }
}
.Iamge__Area ul li {
  position: relative;
  width: 32.5%;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li {
    width: 100%;
    margin-bottom: 9rem;
  }
}
.Iamge__Area ul li .block {
  display: block;
  padding: 3rem 2rem 4rem;
  background: #fff;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li .block {
    padding: 4rem 1.5rem;
  }
}
.Iamge__Area ul li .number {
  position: absolute;
  left: 0;
  right: 0;
  top: -5.5rem;
  margin: auto;
  width: 11rem;
  height: 11rem;
  font-size: 4.5rem;
  font-weight: bold;
  border-radius: 50%;
  background: #abb1b1;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 0;
}
.Iamge__Area ul li p {
  font-size: 3em;
  text-align: center;
  font-weight: bold;
  line-height: 1.3em;
  margin: 2rem auto 2.5rem;
}
.Iamge__Area ul li img {
  margin: auto;
  display: block;
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 32rem;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li img {
    height: 30rem;
  }
}
.Iamge__Area ul li .img-star {
  height: auto;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li .img-star {
    width: 55%;
  }
}
.Iamge__Area ul li:nth-child(2) .block {
  margin-top: -3.5rem;
  padding-bottom: 7rem;
  padding-top: 6.5rem;
}
.Iamge__Area ul li:nth-child(2) .number {
  background: url(../img/icon-02.png) no-repeat center/auto 100%;
  margin-top: -10rem;
  width: 14rem;
  height: 14rem;
  padding-top: 5rem;
}
.Iamge__Area ul li:nth-child(2) p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li:nth-child(2) {
    margin-top: 0;
    order: -1;
  }
  .Iamge__Area ul li:nth-child(2) .block {
    padding: 4rem 1.5rem;
  }
}
.Iamge__Area ul li:last-child .number {
  background: #ba9d6d;
}
@media screen and (max-width: 767px) {
  .Iamge__Area ul li:last-child {
    margin-bottom: 1rem;
  }
}
.Iamge__Area .text-2 {
  font-size: 1.8em;
  line-height: 1em;
  text-align: right;
  max-width: 1500px;
}

.text__Area {
  position: relative;
  padding: 0;
  z-index: 0;
}
.text__Area .Area__inner {
  padding-top: 10rem;
  padding-bottom: 9rem;
}
.text__Area ul {
  padding-top: 6.5rem;
  padding-bottom: 0;
}
.text__Area ul li {
  width: 32.5%;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .text__Area ul li {
    width: 100%;
  }
}
.text__Area ul li img {
  border-radius: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  height: 27rem;
}
.text__Area ul li p {
  font-weight: bold;
}
.text__Area ul li .date {
  display: block;
  font-size: 0.7em;
  line-height: 1em;
  padding: 2rem 0 1rem;
}
.text__Area .img_3 {
  position: absolute;
  bottom: 0;
  right: 4rem;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .text__Area .img_3 {
    width: 24rem;
  }
}
@media screen and (max-width: 767px) {
  .text__Area .img_3 {
    width: 10rem;
    right: 0;
  }
}

.last-content {
  background: #4692d6;
}
.last-content .Area__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .last-content .Area__inner {
    padding-top: 9rem;
  }
}
.last-content .Area__title {
  padding-bottom: 6.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .last-content .Area__title {
    padding-bottom: 12rem;
  }
}
.last-content .img_4 {
  position: absolute;
  left: 4rem;
  bottom: 0;
}
@media screen and (max-width: 1300px) {
  .last-content .img_4 {
    width: 29rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .last-content .img_4 {
    width: 14rem;
    left: 0;
  }
}
.last-content .mein_text,
.last-content .en_text {
  color: #fff;
}
.last-content ul {
  padding-top: 0;
}
.last-content ul li {
  padding: 3rem;
  background: #fff;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
.last-content ul li img {
  height: 31rem;
}
.last-content ul li .img-star {
  height: auto;
}
.last-content ul li p {
  font-weight: 500;
}
.last-content ul li span {
  display: block;
  font-size: 0.9em;
}
.last-content ul li .title {
  text-align: center;
  padding: 3rem 0 2rem;
  font-size: 1.1em;
  font-weight: bold;
}
.last-content ul li .text {
  font-size: 0.8em;
  padding-bottom: 1rem;
}
.last-content ul li .flex__box {
  display: flex;
  align-items: center;
  min-height: 6.7rem;
  justify-content: flex-start;
  border-top: 1px solid #abb1b1;
}
.last-content ul li .flex__box:last-child {
  border-bottom: 1px solid #abb1b1;
}
.last-content ul li .in_title {
  width: 4.3em;
}
.last-content ul li .in_text {
  width: calc(100% - 5em);
  display: flex;
  align-items: center;
}
.last-content ul li .in_text img {
  max-width: 44%;
}
.last-content .button {
  margin-top: 2rem;
}

.Slide__Area {
  padding-top: 14rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .Slide__Area {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.swiper {
  width: 100%;
}

.swiper-slide {
  position: relative;
}
.swiper-slide img {
  border-radius: 3rem;
  height: 48vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    height: 96vw;
  }
}
.swiper-slide .text {
  left: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  border-top-right-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .swiper-slide .text {
    width: 80%;
  }
}
.swiper-slide .text p {
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  font-weight: bold;
  padding: 3rem 2rem 1.5rem;
  min-width: 75.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .swiper-slide .text p {
    font-size: 2rem;
  }
  .swiper-slide .text p br {
    display: none;
  }
}
.swiper-slide .text p::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  border-bottom-left-radius: 3rem;
  box-shadow: 0 2rem #fff;
  position: absolute;
  top: -5rem;
  left: 0;
}
.swiper-slide .text p::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  border-bottom-left-radius: 3rem;
  box-shadow: -1rem 3rem #fff;
  position: absolute;
  bottom: 0;
  right: -6rem;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "→";
  background: #fff;
  font-size: 2rem;
  padding: 1.5rem 1.8rem;
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "←";
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  top: 57%;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next,
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 39%;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  left: 2rem;
}/*# sourceMappingURL=style.css.map */