@charset "UTF-8";
*,*::before,*::after {
  box-sizing: border-box;
}
* {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", '游ゴシック', 'YuGothic', 'Meiryo', sans-serif;
}
ul {
  margin: 0;
  padding-inline-start: 0;
  list-style-type: none;
}
p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.01em;
}
img {
  vertical-align: top;
}
.site_logo img {
  vertical-align: baseline;
}
.isSPonly {
  display: none;
}
.isPConly {
  display: block;
}
header {
	width: 100%;
	position: relative;
}
.header_bg {
	width: 100%;
}
.header_top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1% 0;
	background: rgba(1,18,24,.3);
}
.kvArea {
  position: relative;
  z-index: -1;
	width: 100%;
  height: 600px;
	background: url(../images/kv.jpg) top left / cover no-repeat;
}
.ttlArea {
    position: relative;
    max-width: 1200px;
    margin: auto;
    height: 600px;
    overflow: hidden;
}
.ttl_left {
    position: absolute;
    max-width: 450px;
    max-height: 635px;
    transform: rotate(-15deg);
    background: url(../images/kvbook.png) center / contain no-repeat;
    left: 80px;
    top: 20px;
    width: 50%;
    height: 600px;
}
.ttl_right {
    position: absolute;
    max-width: 600px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 43%;
    width: 50%;
    height: 600px;
}
.deco_h {
    position: absolute;  
    top: 40%;
}
.deco_h p {
    background-color: #fff;
    padding: 10px;
    font-size: 45px;
    font-weight: 500;
    color: #4e4f4f;
    margin-bottom: 15px;
    width: fit-content;
}
.deco_h .em {
    color: #ff55a4;
}
.kv_img01 {
    position: absolute;  
    top: 20%;
    left: 10%;
}
.kv_img02 {
    position: absolute;  
    top: 22%;
    left: 40%;
}
.kv_img03 {
    position: absolute;  
    top: 26%;  
    left: 90%; 
}
.kv_img04 {
    position: absolute;  
    top: 75%;
    left: 22%;
}
.kv_img05 {
    position: absolute;  
    top: 66%; 
    left: 60%;  
}
.kv_img05 {
    position: absolute;  
    top: 63%;
    left: 47%;
}
section.isBlue {
  background: #edf6ff;
}
.contentsArea {
  max-width: 990px;
  margin: auto;
  padding: 80px 15px;
}
.is04 .contentsArea {
  padding: 80px 15px 150px;
}
.contentsArea.isBcn {
  padding: 0 15px;
}
section h3 {
  margin: 0 0 40px;
  font-size: 35px;
  font-weight: 600;
  line-height: 54px;
}
section h4 {
  margin: 0 0 30px;
  font-size: 33px;
  font-weight: 500;
  line-height: 46px;
}
section p + h4 {
  margin-top: 60px;
}
section.is02 .contentsArea {
  overflow: hidden;
}
section.is02 .isLeft {
  float: left;
  width: calc(100% - 350px);
  margin-right: 30px;
}
section.is02 .isRight {
  float: left;
  width: 320px;
}
section.is03 ul li {
  display: flex;
  align-items: flex-end;
}
section.is03 ul li + li {
  margin-top: 40px;
}
section.is03 ul li p {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc( 100% - 166px );
  margin-right: 40px;
  padding: 15px 20px;
  background: #e9f593;
}
section.is03 ul li:nth-child(2n) p {
  margin-right: 0;
  margin-left: 40px;
}
section.is03 ul li p::before {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e9f593;
  border-left: 10px solid #e9f593;
  right: -20px;
  bottom: 0;
}
section.is03 ul li:nth-child(2n) p::before {
  border-top: 10px solid transparent;
  border-right: 10px solid #e9f593;
  border-bottom: 10px solid #e9f593;
  border-left: 10px solid transparent;
  right: auto;
  left: -20px;
}
section.is03 ul li .imgBox {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 126px;
}
section.is03 ul li .imgBox img {
  width: auto;
}
section.is04 .imgBox {
  margin-top: 40px;
}
section.is04 .imgBox img {
  width: 100%;
}
.lankin {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 10px;
  width: 60%;
  min-width: 370px;
  border: solid 2px #ff56a5;
}
.lankin .em {
  font-size: 40px;
  color: #ff55a4;
  vertical-align: middle;
}
.lankin p:first-of-type {
  margin-bottom: 15px;
}
.detail {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
}
.pcDisNon {
  display: none;
}
.spDisNon {
  display: block;
}
@media screen and (max-width: 1200px) {
.deco_h p {
  font-size: 3.5vw;
}  
.ttl_left {
  width: 35%;
}
}
@media screen and (max-width: 1005px) {
.is01 br {
  display: none;
}  
}

@media screen and (max-width: 768px) {
  .pcDisNon {
    display: block;
  }
  .spDisNon {
    display: none;
  }
}  
@media screen and (max-width: 767px) {
  .isSPonly {
    display: block;
  }
  .isPConly {
    display: none;
  }
  p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
  }
  .header_top {
    padding: 2% 0;
    background: rgba(1,18,24,.3);
  }
  .kvArea {
    overflow: hidden;
    height: 300px;
  }
  .ttlArea {
    max-width: inherit;
    height: 300px;
  }
  .ttl_left {
    max-width: inherit;
    max-height: inherit;
    top: 57%;
    left: 20%;
    height: 170px;
    transform: translateY(-50%) translateX(-50%) rotate(-15deg);
    -webkit- transform: translateY(-50%) translateX(-50%) rotate(-15deg);
  }
  .ttl_right {
    max-width: inherit;
    height: 300px;
    width: 70%;
  }
  .deco_h {
    left: -8%;
  }
  .deco_h p {
    font-size: 18px;
    padding: 5px;
    margin-bottom: 5px;
  }
  .kv_img01 {
    width: 40px;
    height: auto;
    left: -7%;
  }
  .kv_img02 {
    width: 60px;
    height: auto;
    left: 20%;
  }
  .kv_img03 {
    width: 40px;
    height: auto;
    left: 60%;
  }
  .kv_img04 {
    width: 40px;
    height: auto;
    left: 15%;
  }
  .kv_img05 {
    width: 60px;
    height: auto;
    left: 50%;
    top: 75%;
  }
  .contentsArea,.is04 .contentsArea {
    padding: 40px 15px;
  }
  .contentsArea.isBcn {
    display: none;
  }
  section h3 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 36px;
  }
  section h4 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 30px;
  }
  section p + h4 {
    margin-top: 30px;
  }
  section.is02 .isSPonly {
    max-width: 70%;
    margin: auto;
    text-align: center;
  }
  section.is02 .isSPonly img {
    max-width: 100%;
  }
  section.is02 .isLeft {
    float: none;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  section.is03 ul li {
    flex-wrap: wrap;
  }
  section.is03 ul li + li {
    margin-top: 30px;
  }
  section.is03 ul li p {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    order: 2;
    margin-right: 0;
    padding: 15px 15px;
  }
  section.is03 ul li:nth-child(2n) p {
    margin-left: 0;
  }
  section.is03 ul li p::before {
    border-left: 10px solid transparent;
    right: 0;
    left: 0;
    margin: auto;
    bottom: auto;
    top: -20px;
  }
  section.is03 ul li:nth-child(2n) p::before {
    border-right: 10px solid transparent;
    right: 0;
    left: 0;
    margin: auto;
    bottom: auto;
    top: -20px;
  }
  section.is03 ul li .imgBox {
    margin: 0 auto -5px;
    order: 1;
  }
  section.is04 .imgBox {
    margin-top: 30px;
  }
  .lankin {
    width: 100%;
    min-width: inherit;
  }
  .lankin .em {
    font-size: 30px;
  }
  .detail {
    font-size: inherit;    
  }

}
