@charset 'utf-8';
h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 3.2rem;
  font-weight: normal;
}
@media (max-width: 599px) {
  h2 {
    font-size: 162%;
    margin-bottom: 30px;
  }
}
.btn_whi a {
  background: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  padding: 16px 0;
  text-decoration: none;
  max-width: 250px;
  display: block;
  text-align: center;
  transition: 0.3s ease;
}
.btn_whi a:hover {
  background: #10297f;
  border: 1px solid #10297f;
  color: #fff;
}
.top_page .main_img {
  line-height: 0;
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(../images/img_main.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.top_page .main_img .txt {
  position: absolute;
  top: 24%;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 1024px) {
  .top_page .main_img .txt {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 380px;
  }
}
@media (max-width: 599px) {
  .top_page .main_img .txt {
    max-width: 300px;
    top: 20%;
  }
}
.sp_subcontent {
  display: none;
}
@media (max-width: 599px) {
  .sp_subcontent {
    display: block;
    padding: 40px 20px 30px;
  }
  .sp_subcontent ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
.content00 {
  background: url("../images/bg_top00.png") no-repeat;
  background-position: center right 80px;
}
.content00 .content_inner {
  display: flex;
  gap: 40px;
}
.content00 .txt_area {
  order: 2;
  width: 50%;
}
.content00 .photo_area {
  width: calc(50% - 40px);
}
.content00 .photo_area h2 {
  display: none;
}
.content00 .txt_area .btn_whi {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .content00 {
    padding-bottom: 60px;
    background-size: contain;
  }
  .content00 .txt_area h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
}
@media (max-width: 599px) {
  .content00 .content_inner {
    flex-direction: column;
    gap: 0;
  }
  .content00 .txt_area, .content00 .photo_area {
    width: 100%;
  }
  .content00 .txt_area h2 {
    display: none;
  }
  .content00 .photo_area h2 {
    display: block;
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .content00 .txt_area .btn_whi {
    margin-top: 10px;
  }
  .content00 .txt_area .btn_whi a {
    margin: 0 auto;
  }
}
.content01 {
  padding-top: 80px;
  position: relative;
  padding-bottom: 80px;
  z-index: 10;
}
.content01 .content_inner {
  position: relative;
  z-index: 10;
}
.content01:after {
  content: "";
  width: 70%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: -webkit-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: linear-gradient(to right bottom, #fff, #F1F9F9 30%, #BBCEE5);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 6px 6px 0;
}
.content01 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 80px;
}
.content01 ul li {
  line-height: 0;
}
.content01 ul li a {
  display: block;
}
@media (max-width: 1024px) {
  .content01 {
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content01 .content_inner {
    order: 2;
    position: relative;
    z-index: 100;
  }
  .content01 .txt_area h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .content01 .txt_area {
    width: 100%;
    margin: 0;
  }
  .content01 ul {
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .content01 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .content01 .content01_img {
    max-width: 94%;
  }
  .content01:after {
    width: 84%;
    height: 100%;
  }
  .content01 .txt_area h2 {
    font-size: 2.4rem;
  }
  .content01 ul {
    flex-direction: column;
  }
}
.content02 {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}
.content02:before {
  border-radius: 0 6px 6px 0;
  content: "";
  background: url(../images/img_top02_03.png) no-repeat;
  width: calc(50% - 30px);
  height: 420px;
  background-position: center right;
  background-size: cover;
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 5;
}
.content02:after {
  content: "";
  width: 80%;
  height: 100%;
  display: block;
  background: -moz-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: -webkit-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: linear-gradient(to right bottom, #fff, #F1F9F9 30%, #BBCEE5);
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 6px 0 0 6px;
}
.content02 .txt_area {
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
.content02 .txt_area h2 {
  width: 50%;
}
.content02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
.content02 ul li {
  line-height: 0;
}
.content02 ul li a {
  display: block;
}
.content02 .content_inner {
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .content02 {
    margin-top: 60px;
  }
  .content02:before {
    height: 290px;
    width: calc(50% - 50px);
  }
  .content02 .txt_area {
    gap: 30px;
  }
  .content02 .txt_area h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .content02 ul {
    width: calc(50% + 100px);
  }
}
@media (max-width: 599px) {
  .content02:before {
    content: none;
  }
  .content02:after {
    border-radius: 0;
    width: 100%;
  }
  .content02 .txt_area {
    gap: 0;
    flex-direction: column;
  }
  .content02 .txt_area h2 {
    font-size: 2.4rem;
    width: 100%;
  }
  .content02 ul {
    width: 100%;
  }
}
.content03 {
  padding-top: 140px;
}
.content03 .content_inner {
  max-width: none;
}
.content03 h2 {
  text-align: center;
}
.content03 ul {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.content03 ul li {
  line-height: 0;
}
.content03 ul li a {
  display: block;
}
@media (max-width: 1024px) {
  .content03 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .content03 .txt_area h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-align: left;
  }
  .content03 ul {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .content03 {
    padding-top: 60px;
  }
  .content03 ul {
    flex-direction: column;
    align-items: center;
  }
  .content03 .txt_area h2 {
    ;
    font-size: 2.4rem;
  }
}
.content04 {
  background: -moz-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: -webkit-linear-gradient(left bottom, #fff, #F1F9F9 30%, #BBCEE5);
  background: linear-gradient(to right bottom, #fff, #F1F9F9 30%, #BBCEE5);
  padding-top: 80px;
}
.content04 .txt_area {
  display: flex;
  gap: 40px;
  align-items: center;
}
.content04 h2 {
  width: calc(50% - 20px);
  margin: 0;
}
.content04 ul {
  width: calc(50% - 20px);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content04 ul li {
  line-height: 0;
}
.content04 ul li a {
  display: block;
}
@media (max-width: 1024px) {
  .content04 {
    padding: 40px 0;
  }
  .content04 .txt_area {
    gap: 0;
    flex-direction: column;
  }
  .content04 .txt_area h2 {
    margin-bottom: 20px;
    font-size: 2.8rem;
    text-align: center;
    width: 100%;
  }
  .content04 ul {
    width: 100%;
    display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .content04 .txt_area h2 {
    text-align: left;
    ;
    font-size: 2.4rem;
  }
  .content04 ul {
    flex-direction: column;
  }
}