@charset "UTF-8";

/* 共通 ベース base
----------------------------------------------- */
.container {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

/* WP */
.wp_category {
  font-size: 0.7em;
  font-weight: 600;
  color: #00a3e5;
  border: 1px solid #00a3e5;
  padding: 1px 3px 0;
  margin-bottom: 15px;
  line-height: 1.2;
}

.wp_date {
  font-size: 0.9em;
  font-weight: bold;
  color: #424242;
  line-height: 1.3;
}

.wp_title {
  font-size: 1rem;
  margin-bottom: 10px;
  min-height: 42px;
  position: relative;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.btn {
  border: 2px solid #D7003A;
  text-align: center;
  margin-top: 30px;
  max-width: 250px;
}

.btn:hover {
  opacity: 0.7;
}

.btn a {
  color: #D7003A;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  letter-spacing: 1px;
  font-size: 20px;
}

h2 {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 3px;
}

h3 {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 20px;
}

h4 {
  font-size: 30px;
}

p {
  font-size: 16px;
  line-height: 35px;
  text-align: justify;
}

.sec_p {
  font-size: 20px;
}

.sec_title {
  margin-bottom: 30px;
}

.sec_title h2 {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.sec_title .red {
  font-weight: bold;
}

.sec_title h2::after {
  position: absolute;
  content: '';
  bottom: -15px;
  left: calc(50% - 75px);
  width: 150px;
  height: 3px;
  background-color: #D7003A;
}

.sec_title .sub_title {
  color: #666666;
  font-size: 14px;
  text-align: center;
}

.box02 {
  width: 48%;
}
.box03 {
  width: 32%;
}

.box04 {
  width: 23%;
}

.red {
  color: #D70039;
}

.gray {
  color: #333333;
}

.relative {
  position: relative;
}
.pc {
  display: block;
  ;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

@media only screen and (max-width: 1280px) {
  h2 {
    font-size: 35px;
  }

  .sec_title h2 {
    margin-bottom: 20px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 30px
  }

  .sec_p {
    font-size: 16px;
  }

  .btn a {
    font-size: 16px;
  }
}

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

  .tb {
    display: block;
  }

  .sp {
    display: block;
  }

  .box02 {
    width: 80%;
    margin: 0 auto 20px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
    line-height: 35px;
  }

  h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .tb {
    display: none;
  }

  .sp_only {
    display: block;
  }

  h2 {
    font-size: 5.625vw;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 18px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
  }

  .sec_title {
    margin-bottom: 30px;
  }

  .sec_title h2 {
    margin-bottom: 10px;
  }

  .sec_title h2::after {
    width: 100px;
    left: calc(50% - 50px);
    bottom: -10px;
    height: 2px;
  }

  .sec_title .sub_title {
    font-size: 12px;
  }

  p {
    font-size: 12px;
    line-height: 25px
  }

  .sec_p {
    font-size: 14px;
  }

  .btn {
    max-width: 200px;
    margin: 30px auto 0;
  }

  .btn a {
    font-size: 13px;
    padding: 10px 20px;
  }

  .box02 {
    width: 100%;
  }
}

/* -----------------------------------------------

	 top_section

----------------------------------------------- */
.top_section {
  background: #98c1e1;
  background-image: url(../images/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_section_inner {
  background-image: url(../images/woman.png);
  background-repeat: no-repeat;
  background-position: left 8% bottom 0;
  background-size:auto 60%;
  max-width: 1600px;
  margin: 0 auto;
}

.top_section .mainimg-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

.top_section .mainimg-wrap .main_img {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
}

/*.top_section .mainimg-wrap .main_img::before {
  content: "";
  display: inline-block;
  background-image: url(../images/woman.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 250px;
  position: absolute;
  bottom: 0;
  left: 0;
}*/

.txt00 {
  font-size: 11px;
  z-index: 1;
  padding: 18px 0 0;
  justify-content: center;
}

.txt00 p {
  color: #142a7f;
  font-size: 1.3em;
}

.txt00 img {
  width: 70px;
  margin-right: 10px;
}

.top_section .kyouka-item {
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 900px;
  text-align: center;
}

.top_section .kyouka-item .head {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.3rem;
  text-align: center;
  font-weight:700;
}

.top_section .kyouka-item .head .ki01 {
  color: #d7003a;
  text-shadow: -3px 0 white, 0 3px white, 3px 0 white, 0 -3px white;
  font-size: 5rem;
}

.top_section .kyouka-item .head .ki01,
.top_section .kyouka-item .head .ki02 {

}

.item-wrap li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 17%;
  margin: 0 5px 16px;
  background: #fff;
  border-radius: 5px;
  border: solid 3px #5f5c5c;

}

.item-wrap li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 60%;
  height: 30%;
  background-image: url(../images/label.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.item-wrap li a {
  text-align: center;
  padding: 20px 0 15px;
  height: 100%;
}

.item-wrap .wp_img {
  width: 100%;
  height: 60px;
  margin: 0 auto 10px;
  padding: 0 7.5px;
}

.item-wrap .wp_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-wrap .ttl {
  line-height: 1.2;
  height: 32px;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: solid 1px #a9a9a9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: justify;
}

.page-top .item-wrap .ttl{
  padding: 0 5px 5px;
}

.page-top .item-wrap .price {
  color: #D7003A;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-top: auto;
}

@media only screen and (max-width: 1200px) {
  .top_section .mainimg-wrap .main_img::before {
    width: 32vw;
    height: 20vw;
  }
}
@media only screen and (max-width: 1024px) {
  .top_section_inner {
    background-position: left 0 bottom 0;
    background-size: auto 45%;
  }
  .top_section .mainimg-wrap .main_img {
    height: 800px;
  }
  .top_section .mainimg-wrap .main_img::before {
    width: 16vw;
    height: 13vw;
  }
  .item-wrap li {
    width: 22%;
  }
}

@media only screen and (max-width: 768px) {
  .top_section .mainimg-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0 90px;
  }

  .top_section .txt00 {
    position: unset;
    z-index: 1;
    margin-bottom: 50px;
  }
  .top_section_inner {
    background-position: left 8% top 7%;
    background-size: auto 28%;
  }
  .top_section .mainimg-wrap .main_img {
    height: unset;
  }

  .top_section .mainimg-wrap .main_img::before {
    width: 150px;
    height: 100px;
    z-index: 0;
  }

  .top_section .kyouka-item {
    position: unset;
    z-index: 1;
    max-width: 750px;
  }

  .top_section .kyouka-item .head {
    margin-bottom: 50px;
    text-align: center;
    line-height: 70px;
    width: 60%;
    margin-left: auto;
  }

  .page-top .item-wrap li {

  }

  .page-top .item-wrap .price{
    font-size: 17px;
  }
}

@media only screen and (max-width: 650px) {
  .page-top .item-wrap li{
    width: 23%;
  }
}
@media only screen and (max-width: 479px) {
  .top_section_inner {
    background-position: left 15% top 5%;
    background-size: auto 12%;
  }
  .top_section .mainimg-wrap {
    width: 95%;
    margin: auto;
    padding: 30px 0 30px;
  }
  .top_section .txt00 {
    margin-bottom: 30px;
    padding: 0 5px;
  }

  .top_section .txt00 img {
    width: 45px;
    margin-right: 5px;
  }

  .top_section .txt00 p {
    font-weight: bold;
    font-size: 10px;
    line-height: 1.3;
  }

  .top_section .kyouka-item .head {
    margin-bottom: 10px;
    font-size: 6vw;
    letter-spacing: 0;
    line-height: 40px;
    width: 65%;
    letter-spacing: 1px;
  }

  .top_section .kyouka-item .head .ki01,
  .top_section .kyouka-item .head .ki02 {
    font-size: 9vw;
  }

  .item-wrap li {
    width: 44%;
  }
  .page-top .item-wrap li {
    width: 44%;
  }
  .item-wrap li a {
    padding: 5px 10px 0;
  }
  .page-top .item-wrap li a {
    padding: 10px;
  }
  .item-wrap .wp_img ,
  .page-top .item-wrap .wp_img {
    height: 55px;
  }

  .top_section .mainimg-wrap .main_img::before {
    width: 110px;
    height: 90px;
  }

  .page-top .item-wrap .price{
    padding-top: 10px;
  }

  /* .top_section .mainimg-wrap .main_img::before {
    display: none;
  } */
}

@media only screen and (max-width: 350px) {
  .page-top .item-wrap .price{
    font-size: 16px;
    padding-top: 5px;
  }
}

/* -----------------------------------------------

	topbnr_section

----------------------------------------------- */
.topbnr_section{
	padding: 45px 0;
}
.topbnr_section ul li{
	width: 31%;
}
@media only screen and (max-width: 479px) {
    .topbnr_section ul li{
	width: 85%;
    margin: 0 auto 10px;
}
}


/* -----------------------------------------------

	top_news

----------------------------------------------- */
.top_news {
  padding: 20px 0;
}

.top_news .container {
  max-width: 1100px;
}

.top_news p {
  text-align: left;
  font-size: 0.9em;
}

.topnews-area .head {
  width: 250px;
}

.topnews-area .head .ja {
  border-bottom: solid 1px #fff;
  font-size: 2.5rem;
}

.topnews-area .head .en {
  line-height: 1;
  font-size: 1.2rem;
  margin-bottom: 15px;
  display: block;
}

.topnews-area .news-wrap {
  width: 100%;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  white-space: nowrap;
}

.topnews-area .news-wrap>li:first-child {
  padding-top: 5px;
}

.topnews-area .news-set {
  position: relative;
  padding: 10px 0;
  margin-right: 15px;
}

.topnews-area .news-set>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: 0.5s;
}

.topnews-area .news-set>a:hover {
  opacity: 0.3;
}

.topnews-area .news-set .date {
  margin-right: 15px;
}

.topnews-area .archive {
  font-size: 14px;
  width: 300px;
  text-align: center;
  margin-right: 30px;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .topnews-area {
    border: none !important;
    padding: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topnews-area .head {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #fff;
    width: 100% !important;
  }

  .topnews-area .news-set {
    border-bottom: dashed 1px #9c9c9c !important;
  }
}

@media only screen and (max-width: 479px) {
  .top_news p {
    font-size: 1rem;
  }
}

/* -----------------------------------------------

	 s1

----------------------------------------------- */
.s1 {
  padding: 60px 0 150px;
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 479px) {}

/* -----------------------------------------------

	 s2

----------------------------------------------- */
.s2 {
  padding: 57px 0;
}
.s2 .container {
  border: 5px solid #969696;
  padding: 3% 3% 0;
  border-radius: 10px;
}

.s2 .news_area li {
  width: 23%;
  margin-bottom: 60px;
  margin-right: 2%;
}
.s2 h2 {
  font-size: 30px;
}
.s2 .news_area li:nth-child(4n) {
  margin-right: 0;
}

.s2 .news_area li img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}

.s2 .news_area li a {
  text-decoration: underline;
}

.s2 .archive-news{
  margin: 30px;
}

.s2 .archive-news .btn{
  background: #D7003A;
  margin: auto;

}
.s2 .archive-news .btn a{ 
  color: #fff;
}
.s2 .s2-post{ 
  position: relative;
}
.s2 .news_date{
  font-size: 11px;
  line-height: 1;
}
.s2 .syousai{
  display: inline-block;
  margin: 10px auto 0;
  color: #D7003A;
  border: solid 1px #D7003A;
  padding: 5px 30px;
  font-size: 12px;
}
.s2 .s2-link{ 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.s2 .s2-link:hover{
  transition: 0.5s;
  opacity: 0.6;
}

@media only screen and (max-width: 1024px) {
  .s1 {
    padding: 40px 0;
  }

  .s2 {
    padding: 50px 0;
  }

  .s2 .news_area li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .s2 h2 {
    font-size: 26px;
  }
  .s2 .news_area li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }

  .s2 .news_area li img {
    height: 120px;
  }

  .s2 .news_area li:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .s1 {
    padding: 30px 0;
  }

  .s2 {
    padding: 30px 0;
  }
  .s2 h2 {
    font-size: 5.2vw;
    letter-spacing: 1px;
  }

  .s2 .news_area li img {
    height: 90px;
  }
}





@media screen and (min-width: 1024px) {
  /* デスクトップ専用のスタイル */
.top_section .kyouka-item {
    position: absolute;
    right: 0;
    top: 40px;
    max-width: 900px;
    text-align: center;
}
    
.topbnr_section {
    padding: 100px 0 50px;
}    
    
    
    
}
