@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  background: url("../img/home/mv.jpg") no-repeat top center;
  background-size: cover;
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 h2 {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
.sec_01_l {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap; 
}
.sec_01_l h3 {
  margin-left: 50px;
  font-size: 32px;
  color: #fff;
}
.sec_01_l p {
  margin-left: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 2.5;
}
.sec_01_l p:last-of-type {
  margin-left: 0;
}
.sec_01_r {
  width: 45%;
}
.sec_01_r img {
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #sec_01 h2 {
    margin-bottom: 2.083vw;
    padding-bottom: 1.563vw;
    font-size: 1.667vw;
  }
  .sec_01_l h3 {
    margin-left: 2.604vw;
    font-size: 1.667vw;
  }
  .sec_01_l p {
    margin-left: 2.604vw;
    font-size: 1.25vw;
  }
  .sec_01_l p:last-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  #sec_01 .mv_inner {
    padding-top: 30px;
  }
  #sec_01 h2 {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
    font-size: 20px;
  }
  .sec_01_l {
    width: 100%;
    order: 2;
    writing-mode: horizontal-tb;
    white-space: normal;
  }
  .sec_01_l h3 {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 20px;
  }
  .sec_01_l p {
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 18px;
    line-height: 1.6;
  }
  .sec_01_r {
    width: 100%;
    order: 1;
    margin-bottom: 30px;
  }
}
/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  position: relative;
}
.sec_02_child {
  width: 32%;
  background: #fffbc7;
  border: 2px solid #fffbc7;
  border-radius: 30px;
  text-align: center;
}
.sec_02_child:nth-of-type(2) {
  background: #a2d7d4;
  border: 2px solid #a2d7d4;
}
.sec_02_child:nth-of-type(3) {
  background: #d2cce6;
  border: 2px solid #d2cce6;
}
.sec_02_child h3 {
  padding: 20px 10px;
  background: #fff;
  border-radius: 30px 30px 0 0;
  font-size: 36px;
  text-align: center;
  line-height: 1.3;
}
.sec_02_child h3 span {
  font-size: 22px;
}
.sec_02_child:nth-of-type(3) h3 {
  padding: 43px 10px;
}
.sec_02_child p {
  font-size: 20px;
  line-height: 1.3;
}
.sec_02_child:nth-of-type(3) p {
  font-size: 40px;
}
.sec_02_child img {
  width: 100%;
  margin-bottom: 20px;
}
.sec_02_child .sec_02_child_inner {
  padding: 30px 30px 10px;
}
.sec_02_child:nth-of-type(3) .sec_02_child_inner {
  padding: 120px 20px;
}
mark {
  background: linear-gradient(transparent 50%, #fffbc7 50%);
  font-style: normal;
  font-weight: normal;
  color: #5a5959;
}
@media screen and (max-width: 1920px) {
  .sec_02_child {
    border-radius: 1.563vw;
  }
  .sec_02_child h3 {
    padding: 1.042vw 0.521vw;
    border-radius: 1.563vw 1.563vw 0 0;
    font-size: 1.875vw;
  }
  .sec_02_child h3 span {
    font-size: 1.146vw;
  }
  .sec_02_child:nth-of-type(3) h3 {
    padding: 2.24vw 0.521vw;
  }
  .sec_02_child p {
    font-size: 1.042vw;
  }
  .sec_02_child:nth-of-type(3) p {
    font-size: 2.083vw;
  }
  .sec_02_child img {
    margin-bottom: 1.042vw;
  }
  .sec_02_child .sec_02_child_inner {
    padding: 1.563vw 1.563vw 0.521vw;
  }
  .sec_02_child:nth-of-type(3) .sec_02_child_inner {
    padding: 6.25vw 1.042vw;
  }
}
@media screen and (max-width: 900px) {
  #sec_02 .inner {
    padding-top: 50px;
  }
  .sec_02_child {
    width: 85%;
    margin: 0 auto 30px;
    border-radius: 30px;
  }
  .sec_02_child h3 {
    padding: 20px 10px;
    border-radius: 30px 30px 0 0;
    font-size: 22px;
  }
  .sec_02_child h3 span {
    font-size: 16px;
  }
  .sec_02_child:nth-of-type(3) h3 {
    padding: 43px 10px;
  }
  .sec_02_child p {
    font-size: 15px;
  }
  .sec_02_child:nth-of-type(3) p {
    font-size: 22px;
  }
  .sec_02_child img {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec_02_child .sec_02_child_inner {
    padding: 30px 30px 20px;
  }
  .sec_02_child:nth-of-type(3) .sec_02_child_inner {
    padding: 120px 20px;
  }
}
@media screen and (max-width: 600px) {
  .sec_02_child {
    width: 100%;
  }
}
/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
  position: relative;
}
#sec_03 .inner .wrap {
  overflow: hidden;
}
.swiper-button-next {
  top: 20%;
  right: 10%;
  color: #fff;
}
.swiper-button-prev {
  top: 20%;
  left: 10%;
  color: #fff;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  width: 100%;
  margin-bottom: 10px;
}
.swiper-slide p {
  font-size: 40px;
  color: #fff;
}
.dotted_none  {
  display: none;
}
@media screen and (max-width: 1920px) {
  .swiper-slide p {
    font-size: 2.083vw;
  }
  .swiper-button-next {
    right: 30px;
  }
  .swiper-button-prev {
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  #sec_03 .inner {
    padding-top: 50px;
  }
  .swiper-button-next {
    display: none;
  }
  .swiper-button-prev {
    display: none;
  }
  .dotted_none  {
    display: block;
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: auto;
    top: 55vw;
  }
  .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    border: 1px solid #fff;
  }
  .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background: #fff;
    border: none;
  }
  .swiper-slide p {
    font-size: 18px;
  }
  .swiper-container {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 55vw;
  }
}
@media screen and (max-width: 414px) {
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 60vw;
  }
}
/*-----------------------------------------------------
	#sec_04
------------------------------------------------------*/
#sec_04 {
  position: relative;
}
#sec_04 .inner {
  padding-bottom: 50px;
}
#sec_04 dl {
  margin-bottom: 70px;
  padding: 0 70px;
}
.q_area {
  position: relative;
  margin-bottom: 30px;
  padding-left: 200px;
}
.q_area::before {
  content: "";
  display: block;
  position: absolute;
	top: 30px;
	left: 0;
  width: 156px;
  height: 156px;
  background: url("../img/home/illust_01.png") no-repeat center center;
  background-size: cover;
}
#sec_04 dl:nth-of-type(2) .q_area::before {
  background: url("../img/home/illust_03.png") no-repeat center center;
  background-size: cover;
}
#sec_04 dl:nth-of-type(3) .q_area::before {
  background: url("../img/home/illust_04.png") no-repeat center center;
  background-size: cover;
}
.q_area span {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  background: #ff9daf;
  border-radius: 15px;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
}
.q_area span::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: -25px;
  width: 45px;
  height: 45px;
  background: url("../img/home/q_arrow.png") no-repeat center center;
  background-size: cover;
}
.a_area {
  position: relative;
  margin-right: 200px;
  padding-left: 240px;
}
.a_area::before {
  content: "";
  display: block;
  position: absolute;
	top: -65px;
	right: -200px;
  width: 156px;
  height: 156px;
  background: url("../img/home/illust_02.png") no-repeat center center;
  background-size: cover;
}
.a_area span {
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  background: #fff;
  border: 1px solid #ff9daf;
  border-radius: 15px;
  font-size: 30px;
  color: #ff9daf;
  line-height: 1.2;
}
.a_area span::before {
  content: "";
  display: block;
  position: absolute;
	top: 10px;
	right: -29px;
  width: 29px;
  height: 29px;
  background: url("../img/home/a_arrow.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1920px) {
  #sec_04 .inner {
    padding-bottom: 2.604vw;
  }
  #sec_04 dl {
    margin-bottom: 3.646vw;
    padding: 0 3.646vw;
  }
  .q_area {
    margin-bottom: 1.563vw;
    padding-left: 10.417vw;
  }
  .q_area::before {
    top: 1.563vw;
    left: 0;
    width: 8.125vw;
    height: 8.125vw;
  }
  .q_area span {
    padding: 0.521vw 2.083vw;
    border-radius: 0.781vw;
    font-size: 1.563vw;
  }
  .q_area span::before {
    top: 0;
    left: -1.302vw;
    width: 2.344vw;
    height: 2.344vw;
  }
  .a_area {
    margin-right: 10.417vw;
    padding-left: 12.5vw;
  }
  .a_area::before {
    top: -3.385vw;
    right: -10.417vw;
    width: 8.125vw;
    height: 8.125vw;
  }
  .a_area span {
    padding: 0.521vw 2.083vw;
    border-radius: 0.781vw;
    font-size: 1.563vw;
  }
  .a_area span::before {
    top: 0.521vw;
    right: -1.51vw;
    width: 1.51vw;
    height: 1.51vw;
  }
}
@media screen and (max-width: 900px) {
  #sec_04 .inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #sec_04 dl {
    margin-bottom: 40px;
    padding: 0;
  }
  .q_area {
    margin-bottom: 15px;
    padding-right: 100px;
    padding-left: 100px;
  }
  .q_area::before {
    width: 80px;
    height: 80px;
  }
  .q_area span {
    display: block;
    padding: 10px 30px;
    font-size: 19px;
  }
  .q_area span::before {
    top: 3px;
    left: -15px;
    width: 20px;
    height: 20px;
  }
  .a_area {
    margin-right: 100px;
    padding-left: 100px;
  }
  .a_area::before {
    top: -22px;
    right: -100px;
    width: 80px;
    height: 80px;
  }
  .a_area span {
    display: block;
    padding: 10px 30px;
    font-size: 19px;
  }
  .a_area span::before {
    right: -15px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 600px) {
  .q_area {
    margin-bottom: 15px;
    margin-right: 0;
    padding-right: 0;
    padding-left: 60px;
  }
  .q_area::before {
    width: 40px;
    height: 40px;
  }
  .q_area span {
    padding: 10px 20px;
    font-size: 16px;
  }
  .a_area {
    margin-right: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  .a_area::before {
    top: 0;
    right: -60px;
    width: 40px;
    height: 40px;
  }
  .a_area span {
    padding: 10px 20px;
    font-size: 16px;
  }
}