@charset "utf-8";

@media screen and (min-width: 768px) {
  html:not(:target) body, * html body {
    font-size: 15px;
  }
  .mainContent {
    width: 956px;
    margin: 0 auto;
    background-color: #fff;
  }
}
img {
  vertical-align: bottom;
}
.fs20 {
  font-size: 20px !important;
}
div#contents{
  background: repeating-linear-gradient(297deg, #D7EAEF, #D7EAEF 10px, #E5F2F5 10px, #E5F2F5 20px);
}
.mb25{
  margin-bottom: 25px;
}.mt25{
  margin-top: 25px;
}
.mt20{
  margin-top: 20px;
}
.mvArea {
  background: url(/kaigodays/01/img/mv_bg_01.jpg) repeat;
}
.mvArea .mvImg {
  width: 956px;
  margin: 0 auto;
}
.mainTtl {
  background: url(/kaigodays/01/img/main_ttl_bg.png) no-repeat;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.mainTtl h1 {
  text-align: center;
  padding: 19.8px 0 0;
  display: flex;
  justify-content: center;
}
.mainTtl_txt{
  font-weight: bold;
  text-align: center;
}
.tcent {
  display: flex;
  justify-content: center;
}
.secBlock01 .sec01Ttl {
  margin-bottom: 26px;
}
.secBlock01 .twoCol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 531px;
  margin: 0 auto 50px;
}
.illustrator_container{
  width: 600px;
  margin: 0 auto;
}
.illustrator_container ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: space-between;
}
.illustrator_btn{
  display: flex;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}
.illustrator_btn .btn:hover{
  opacity: 0.8;
}
.illustrator_btn .btn_blue:hover{
  opacity: 0.8;
}
.illustrator_btn p:nth-child(2){
  padding: 0 80px;
}
.secBlock01 .twoCol li.img {
  width: 100%;
  max-width: 220px;
}
.secBlock01 .twoCol li.desc {
  width: 100%;
  max-width: 303px;
  padding: 15px 24.6px 30px 24.6px;
  border: 2px solid #000;
  border-radius: 20px;
  margin-left: 20px;
  position: relative;
}
.secBlock01 .twoCol li.desc::before {
  content: '';
  position: absolute;
  top: 145px;
  bottom: auto;
  left: -20px;
  border-width: 13px 20px 12px 0;
  border-color: transparent #000;
  display: block;
  width: 0;
  border-style: solid;
}
.secBlock01 .twoCol li.desc::after {
  content: '';
  position: absolute;
  top: 147px;
  bottom: auto;
  left: -17px;
  border-width: 11px 18px 10px 0;
  border-color: transparent #fff;
  display: block;
  width: 0;
  border-style: solid;
}
.secBlock01 .twoCol li.desc .ttl {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 13.4px;
}
.secBlock01 .twoCol li.desc .txt {
  font-size: 15px;
  display: block;
  margin-bottom: 30px;
}
.secBlock01 .twoCol li.desc .btn {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  display: block;
  background: url(/kaigodays/01/img/button_bg_01.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
}
.secBlock01 .twoCol li.desc .btn a {
  color: #fff;
  padding: 9px 0 9px 0;
  display: block;
  text-decoration: none;
}
.secBlock01 .twoCol li.desc .btn:hover {
  opacity: 0.8;
}
.secBlock01 .sec_img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 90px;
}
.secBlock01 .sec_img h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
.secBlock01 .sec_img span {
  font-size: 18px;
  font-weight: bold;
}
.secBlock01 .sec_img p{
  margin-bottom: 20px;
}
.secBlock01 .sec_img img {
  width: 100%;
}
.secBlock01 .secInner .reminders{
  position: relative;
  width: 100%;
  max-width: 538px;
  margin: 0 auto 100px;
  box-shadow: 10px 10px 6px -6px rgba(0,0,0,0.2);
  -webkit-box-shadow: 10px 10px 6px -6px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 6px -6px rgba(0,0,0,0.2);
  border-radius: 10px;
  background: #FFFFD8;
}
.secBlock01 .secInner .reminders::before{
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  left: 50%;
  top: -45px;
  transform: translate(-50%);
  background: url(/kaigodays/01/img/reminder_icon.png);
}
.secBlock01 .secInner .reminders .txt{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}
.secBlock01 .secInner .reminders span {
  background: rgb(253, 222, 158);
  background: linear-gradient(0deg, rgba(253, 222, 158, 1) 65%, rgba(255, 255, 216, 1) 60%);
}
.secBlock01 .secInner .reminders .reminders_inner{
  padding: 90px 44px 50px 44px;
}
.secBook{
  background: #EFEFEF;
}
.secBlock01 .secBook p.bookTtl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 0px;
  margin-right: 25px;
}
.secBlock01 .secBook .bookProd {
  background: #EFEFEF;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 30px 93px 56px 93px;
}
.secBlock01 .secBook .bookProd li {
  width: 100%;
  max-width: 268px;
}
.secBlock01 .secBook .bookProd li p.img {
  margin: 20px 0 30px;
}
.secBlock01 .secBook .bookProd li p.ttl {
  font-size: 20px;
  font-weight: bold;
}
.secBlock01 .secBook .bookProd li p.subttl {
  margin-top: 8.5px;
  padding-bottom: 18.1px;
  border-bottom: 1px solid #000;
}
.secBlock01 .secBook .bookProd li p.desc {
  margin-top: 20px;
  text-align: left;
}
.secBlock01 .secBook .bookProd li p.btn {
  position: relative;
  margin: 20px auto 8px;
  width: 121px;
}
.secBlock01 .secBook .bookProd li p.btn img {
  width: 100%;
}
.secBlock01 .secBook .bookProd li p.btn a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 3px;
  left: -40px;
  background: url(/kaigodays/img/icon_arrow.png) no-repeat;
}
.secBlock01 .secBook .bookProd li:first-child {
  border-right: 1px dashed #000;
  padding-right: 60px;
}

.secBlock02 .sec02Ttl {
  margin-bottom: 30px;
}
.secBlock02 .sec02Txt {
  width: 100%;
  max-width: 532px;
  margin: 0 auto 50px;
}
.secBlock02 .sec02Subttl p {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 48.1px;
}
.secBlock02 .sec02Subttl p span {
  position: relative;
}
.secBlock02 .sec02Subttl p span::before {
  content: "";
  position: absolute;
  left: -30px;
  border-top: 1px solid #000;
  width: 35px;
  transform: rotate(55deg);
  transform-origin: 0% 0%;
}
.secBlock02 .sec02Subttl p span::after {
  content:"";
  position:absolute;
  right: -60px;
  border-top:1px solid #000;
  width:35px;
  transform: rotate(125deg);
  transform-origin: 0% 0%;
}

#introKurtan .secBlock03 {
  background: repeating-linear-gradient(297deg, #D7EAEF, #D7EAEF 10px, #E5F2F5 10px, #E5F2F5 20px);
}
#introKurtan .secBlock03 .sec03Ttl {
  padding: 52px 0 20px;
}
#introKurtan .secBlock03 .kurtanChar {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#introKurtan .kurtanList p.img {
  display: flex;
  justify-content: center;
}
#introKurtan .kurtanList p.desc {
  background: #fff;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 26.5px 50px 69.9px 50px;
  box-shadow: 4px 6px 0 0 rgba(0,0,0,0.75);
  position: relative;
}
#introKurtan .kurtanList p.desc::before {
  content: '';
  position: absolute;
  top: -25px;
  bottom: auto;
  left: 48%;
  border-width: 15px 20px 15px 0;
  transform: rotate(90deg);
  border-color: transparent #000;
  display: block;
  width: 0;
  border-style: solid;
}
#introKurtan .kurtanList p.desc::after {
  content: '';
  position: absolute;
  top: -21px;
  bottom: auto;
  left: 48%;
  border-width: 15px 20px 15px 0;
  transform: rotate(90deg);
  border-color: transparent #fff;
  display: block;
  width: 0;
  border-style: solid;
}
#introKurtan .kurtanList p.desc span.txt {
  display: block;
}
#introKurtan .kurtanList span.ttl {
  font-size: 20px;
  font-weight: bold;
  display: table;
  margin: auto;
  padding: 0 10px;
  border-bottom: 1px solid #000;
}
#introKurtan .kurtanList span.subttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 20px 0 30px;
}
#introKurtan .kurtanList span.subttl a {
  color: #084B88;
}
#introKurtan .kurtanList li:first-child {
  margin-bottom: 50px;
}
#introKurtan .kurtanList li:first-child p.img {
  margin-left: -22px;
}
#introKurtan .kurtanList li:nth-child(2), #introKurtan .kurtanList li:nth-child(3) {
  max-width: 340px;
  width: 100%;
}
#introKurtan .kurtanList li:last-child {
  max-width: 340px;
  width: 100%;
  margin: 56px auto 0;
  display: block;
}
#introKurtan .kurtanList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
#introKurtan .kurtanList li:nth-child(2) .ttl, #introKurtan .kurtanList li:nth-child(3) .ttl, #introKurtan .kurtanList li:last-child .ttl {
  margin-bottom: 16px;
}

#introKurtan .storyArea {
  background: #D7EAEF;
  position: relative;
}
#introKurtan .storyArea .storyInn {
  background:
  linear-gradient(to right, #0071BC 4px, transparent 4px) 0 0,
  linear-gradient(to right, #0071BC 4px, transparent 4px) 0 100%,
  linear-gradient(to left, #0071BC 4px, transparent 4px) 100% 0,
  linear-gradient(to left, #0071BC 4px, transparent 4px) 100% 100%,
  linear-gradient(to bottom, #0071BC 4px, transparent 4px) 0 0,
  linear-gradient(to bottom, #0071BC 4px, transparent 4px) 100% 0,
  linear-gradient(to top, #0071BC 4px, transparent 4px) 0 100%,
  linear-gradient(to top, #0071BC 4px, transparent 4px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  padding: 50px 135px;
}
#introKurtan .storyArea p.img {
  position: absolute;
  bottom: -23px;
  right: 32px;
}
#introKurtan .storyArea p.ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 29px;
}
#introKurtan .storyArea p.ttl span {
  position: relative;
}
#introKurtan .storyArea p.ttl span::before {
  content: "";
  position: absolute;
  left: -30px;
  border-top: 1px solid #000;
  width: 35px;
  transform: rotate(55deg);
  transform-origin: 0% 0%;
}
#introKurtan .storyArea p.ttl span::after {
  content: "";
  position: absolute;
  right: -60px;
  border-top: 1px solid #000;
  width: 35px;
  transform: rotate(125deg);
  transform-origin: 0% 0%;
}
.btnArea p {
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
}
.-t_bold {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .-t_cent {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .mainContent {
    background-color: #fff;
}
  .mvArea .mvImg {
    width: 100%;
  }
  .mainTtl {
    padding: 0 30px 30px;
    margin-bottom: 60px;
    background: url(/kaigodays/01/img/main_ttl_bg.png) no-repeat top center;
    background-size: 250% 100%;
  }
  .mainTtl_txt{
    text-align: left;
    font-weight: bold;
  }
  .mainTtl h1 {
    width: 87.3%;
    margin: 0 auto;
  }
  .secInner{
    padding: 0 30px;
  }
  .illustrator_container{
    width: 100%;
  }
  .illustrator_container .illustrator_solo{
    width: 100%;
    margin: 0 auto 50px;
  }
  .illustrator_container .illustrator_solo:nth-child(1) p:nth-child(1){
    width: 50%;
    display: block;
    margin: 0 auto 10px;
  }
  .illustrator_container .illustrator_solo:nth-child(1) p:nth-child(2){
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .illustrator_container div:nth-child(3){
    width: 100%;
    margin: 0 auto 50px;
  }
  .illustrator_container div:nth-child(3) p:nth-child(1){
    width: 45%;
    display: block;
    margin: 0 auto 10px;
  }
  .illustrator_container div:nth-child(3) p:nth-child(2){
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .secBlock01 .secInner .reminders .reminders_inner{
    padding: 70px 34px 20px 34px;
  }
  
  .illustrator_container ul {
    justify-content: center;
    gap: 50px;
}
  .secBlock01 .sec01Ttl {
    width: 93.4%;
    margin: 0 auto 25px;
  }
  .secBlock01 .twoCol {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .secBlock01 .twoCol li.desc {
    width: 100%;
    max-width: 59%;
    margin-left: 0;
    margin-top: 16px;
    position: relative;
  }
  .secBlock01 .twoCol li.desc::before {
    top: -25px;
    bottom: auto;
    left: 48%;
    border-width: 15px 20px 15px 0;
    transform: rotate(90deg);
  }
  .secBlock01 .twoCol li.desc::after {
    top: -21px;
    bottom: auto;
    left: 48%;
    border-width: 15px 20px 15px 0;
    transform: rotate(90deg);
  }
  .secBlock01 .twoCol li.desc .btn {
    font-size: 15px;
  }
  .secBlock01 .sec01Txt {
    max-width: 92.4%;
  }
  .secBlock01 .secBook .bookProd {
    width: 100%;
    padding: 0 0 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .secBlock01 .secBook p.bookTtl{
    margin-right: 0;
  }
  .secBlock01 .secBook .bookProd li:first-child {
    border-bottom: 1px dashed #000;
    padding-bottom: 50px;
    border-right: none;
    padding-right: 0;
  }
  .secBlock01 .secBook .bookProd li:last-child {
    margin-top: 30px;
  }
  .secBlock01 .secBook .bookProd li {
    max-width: 90%;
  }
  .secBlock01 .secBook .bookProd li p.img {
    width: 52%;
    margin: 20px auto 22px;
  }
  .secBlock01 .secBook .bookProd li p.subttl {
    margin: 7.5px auto 0;
    font-size: 15px;
    padding-bottom: 13.5px;
    width: 80%;
  }
  .secBlock01 .secBook .bookProd li p.desc {
    width: 80%;
    margin: 15px auto 0;
  }
  .secBlock01 .secBook .bookProd li p.btn {
    width: 53.4%;
    margin: 20px auto 0;
  }
  .secBlock01 .secBook .bookProd li p.btn a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 19%;
    left: -40px;
    background: url(/kaigodays/img/icon_arrow.png) no-repeat;
  }
  .secBlock02 .sec02Ttl {
    width: 93.4%;
    margin: 0 auto 25px;
  }
  .secBlock02 .sec02Txt {
    max-width: 93.4%;
    margin: 0 auto 20px;
  }
  .secBlock01 .secInner .reminders .txt{
    font-size: 15px;
  }
  #introKurtan .secBlock03 .secInner {
    padding: 0 13px;
  }
  #introKurtan .kurtanList p.img {
    text-align: center;
    width: 44.5%;
    margin: 0 auto;
  }
  #introKurtan .kurtanList li:first-child p.img {
    margin-left: auto;
  }
  #introKurtan .kurtanList p.desc {
    padding: 26.5px 37.5px 30px 37.5px
  }
  #introKurtan .kurtanList span.subttl {
    margin: 11px 0 22px;
  }
  #introKurtan .kurtanList span.txt {
    font-size: 15px;
  }
  #introKurtan .kurtanList li:first-child {
    margin-bottom: 25px;
  }
  #introKurtan .kurtanList li:nth-child(2) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #introKurtan .kurtanList li:nth-child(2), #introKurtan .kurtanList li:nth-child(3) {
    max-width: 100%;
  }
  #introKurtan .kurtanList li:last-child {
    max-width: 100%;
    margin: 25px auto 0;
  }
  #introKurtan .storyArea .storyInn {
    background: linear-gradient(to right, #0071BC 6px, transparent 6px) 0 0, linear-gradient(to right, #0071BC 6px, transparent 6px) 0 100%, linear-gradient(to left, #0071BC 6px, transparent 6px) 100% 0, linear-gradient(to left, #0071BC 6px, transparent 6px) 100% 100%, linear-gradient(to bottom, #0071BC 6px, transparent 6px) 0 0, linear-gradient(to bottom, #0071BC 6px, transparent 6px) 100% 0, linear-gradient(to top, #0071BC 6px, transparent 6px) 0 100%, linear-gradient(to top, #0071BC 6px, transparent 6px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding: 25px 43.5px 53px;
  }
  #introKurtan .storyArea p.ttl span::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -40px;
    border-top: 1px solid #000;
    width: 54px;
    transform: rotate(65deg);
    transform-origin: 0% 0%;
  }
  #introKurtan .storyArea p.ttl span::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -95px;
    border-top: 1px solid #000;
    width: 54px;
    transform: rotate(120deg);
    transform-origin: 0% 0%;
  }
  #introKurtan .storyArea p.img {
    position: absolute;
    bottom: -44px;
    right: 2px;
    width: 37.3%;
  }
  .btnArea p {
    padding-bottom: 35px;
    width: 74.5%;
    margin: 93.5px auto;
  }
}    