@charset "UTF-8";
/* リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* デフォルト設定 */
/* レスポンシブ表示切替 */
@media screen and (min-width: 321px) {
  .ssp {
    display: none;
  }
}
@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 540px), (min-width: 769px) {
  .tb-2 {
    display: none;
  }
}
@media screen and (min-width: 1240px) {
  .nb {
    display: none;
  }
}
/* bodyの基本文字設定 */
body {
  color: #000000;
  font-weight: normal;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* 便利なクラスの設定 */
.bold {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
main {
  overflow: hidden;
}
.center {
  text-align: center;
}
.flex {
  display: flex;
  align-items: center;
}
.flex .flex-item {
  display: flex;
  align-items: center;
}
/* pタグ・見出し設定 */
p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width:540px) {
  p {
    font-size: 16px;
  }
}
@media screen and (max-width:320px) {
  p {
    font-size: 15px;
  }
}
/* 見出しデフォルト */
h2 {
  font-family: "Ten Mincho Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width:540px) {
  h2 {
    font-size: 20px;
  }
}
@media screen and (max-width:320px) {
  h2 {
    font-size: 19px;
  }
}
h3 {
  font-size: 25px;
  color: #58AEBB;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width:540px) {
  h3 {
    font-size: 20px;
  }
}
/* ul li のデフォルト設定 */
ul li {
  list-style: none;
  font-weight: bold;
  position: relative;
  text-align: left;
  margin-left: 20px;
  line-height: 1.3;
  margin-bottom: 3px;
}
ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:540px) {
  ul li {
    line-height: 24px;
  }
}
/* セクションデフォルト */
section {
  padding: 100px 0;
}
@media screen and (max-width:540px) {
  section {
    padding: 80px 0px;
  }
}
/* コンテイナーデフォルト */
.container {
  max-width: 960px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:768px) {
  .container {
    width: 95%;
  }
}
@media screen and (max-width:540px) {
  .container {
    width: 345px;
  }
}
@media screen and (max-width:320px) {
  .container {
    width: 300px;
  }
}
.sub-container {
  max-width: 700px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .sub-container {
    width: 85%;
  }
}
@media screen and (max-width:540px) {
  .sub-container {
    width: 345px;
  }
}
@media screen and (max-width:320px) {
  .sub-container {
    width: 300px;
  }
}
.mini-container {
  max-width: 650px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .mini-container {
    width: 95%;
  }
}
@media screen and (max-width:540px) {
  .mini-container {
    width: 345px;
  }
}
@media screen and (max-width:320px) {
  .mini-container {
    width: 300px;
  }
}
.min-container {
  max-width: 560px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width:1024px) {
  .min-container {
    width: 95%;
  }
}
@media screen and (max-width:540px) {
  .min-container {
    width: 345px;
  }
}
@media screen and (max-width:320px) {
  .min-container {
    width: 300px;
  }
}
/* 画像デフォルト */
img {
  width: 100%;
  display: block;
}

.base-img {
  max-width: 500px;
  margin: 35px auto;
}
@media screen and (max-width:540px) {
  .base-img {
    max-width: 260px;
    margin: 25px auto;
  }
}
/* aタグ共通設定 */
a {
  font-weight: bold;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width:540px) {
  a {
    font-size: 16px;
    line-height: 1.3;
  }
}
/* フッターデフォルト */
footer {
  color: #ffffff;
  background-color: #404005;
  padding: 20px 0;
}
@media screen and (max-width:540px) {
  footer {
    padding: 15px 0;
    padding-bottom: 70px;
  }
}
footer a {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: #ffffff;
}
@media screen and (max-width:540px) {
  footer a {
    font-size: 12px;
  }
}
footer p {
  font-family: sans-serif;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width:540px) {
  footer p {
    font-size: 12px;
  }
}
footer .footer-flex {
  display: flex;
  gap: 15px;
  justify-content: center;
}
/* ボタン共通設定 */
.button {
  position: relative;
  display: block;
  background: #2792B2;
  border: solid 3px #fff;
  width: 600px;
  border-radius: 58px;
  padding: 25px 70px 25px 135px;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  font-size: 20px;
}
@media screen and (max-width:540px) {
  .button {
    width: 345px;
    border: solid 2px #fff;
    padding: 20px 40px 20px 80px;
  }
}
@media screen and (max-width:320px) {
  .button {
    width: 260px;
    padding: 15px 40px 15px 70px;
  }
}
.button::before {
  position: absolute;
  content: "";
  background-image: url(img/button-b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 70px;
  height: 40px;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .button::before {
    background-image: url(img/spbutton-b.png);
    width: 44px;
    height: 24px;
    left: 33px;
  }
}
.button::after {
  position: absolute;
  content: "";
  background-image: url(img/button-a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 11px;
  height: 19px;
  right: 30px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  .button::after {
    width: 9px;
    height: 14px;
    right: 20px;
  }
}

.button:hover::after {
  position: absolute;
  content: "";
  background-image: url(img/button-a.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 20px;
  right: 20px;
  top: 50%;
}
@media screen and (max-width:540px) {
  .button:hover::after {
    width: 7px;
    height: 12px;
    right: 10px;
  }
}
a.fixed__btn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2792B2;
  border: solid 3px #FFFFFF;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.4);
  width: 350px;
  right: 0;
  bottom: 20px;
  z-index: 999;
  height: 80px;
  padding-left: 55px;
  border-radius: 100px 0 0 100px;
}
@media screen and (max-width:540px) {
  a.fixed__btn {
    width: 100%;
    height: 60px;
    border: none;
    bottom: 0px;
    padding-left: 33px;
    border-top: solid 3px #FFFFFF;
    border-radius: 0;
  }
}
a.fixed__btn::before {
  position: absolute;
  content: "";
  background-image: url(img/button-b.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 59px;
  height: 33px;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  a.fixed__btn::before {
    background-image: url(img/spbutton-b.png);
    width: 44px;
    height: 23px;
    left: 20px;
  }
}
a.fixed__btn::after {
  position: absolute;
  content: "";
  background: url(img/button-a.png) center/100%;
  background-repeat: no-repeat;
  width: 8px;
  height: 15px;
  right: 15px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width:540px) {
  a.fixed__btn::after {
    width: 7px;
    height: 12px;
    right: 20px;
  }
}
/* 便利なクラスの設定　up */
.up {
  margin-top: 27px;
}
@media screen and (max-width:540px) {
  .up {
    margin-top: 24px;
  }
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ヘッダー */
img {
    width: 100%;
    display: block;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* セクション1 */
.headline04{
    position: relative;
    padding: 25px 0;
    font-family: "ten mincho text", serif;
    font-weight: 200;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: -0.02em;
      /* padding: 25px 0 0 25px; */;
}
.headline04::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    border-bottom: solid 1px #E6E5D4
}
.headline04::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    border-bottom: solid 1px #E6E5D4
}
.pink{
    font-weight: 100;
    color: #EA407D;
}
.sec01 .sub-container .box01{
    margin-top: 40px;
}
.sec01 .box01{
    margin: 0px auto 0px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 50px 0 60px;
    border-radius: 10px;
}
.workshop-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px ;
    gap:20px;
}
.leftright {
    width: 50px;
}
.sec01 .image06 {
    width: 560px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.sec01 .box01 .min-container {
    width: 353px;
}
.sec01 .aco .q{
    width: 300px;
    margin: 0 auto;
    background-color: #A3A27C;
    padding: 7px 0;
    border-radius: 100px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.sec01 .aco .q::before{
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: white;
    top: 48%;
    right: 13px;
    transform: translateY(-50%);
}
.sec01 .aco .q::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: white;
    top: 48%;
    right: 13px;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.5s;
}
.sec01 .aco .q.close::after {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
.sec01 p {
    text-align: center;
}
.sec01 .aco .a {
    margin-top: 40px;
    display: block;
}
.sec01 .box01 li {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
    margin-left: 60px;
    position: relative;
}
.sec01 .box01 li::before {
    background-size: 100%;
    position: absolute;
    content: "";
    width: 50px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
}
.sec01 .box01 li.c01::before {
    background: url(img/c01.png) no-repeat center/100%;
}
.sec01 .box01 li.c02::before {
    background: url(img/c02.png) no-repeat center/100%;
}
.sec01 .box01 li.c03::before {
    background: url(img/c03.png) no-repeat center/100%;
}
.sec01 .box01 li.c04::before {
    background: url(img/c04.png) no-repeat center/100%;
}
.sec01 .box01 li:last-child {
  margin-bottom: 0;
}
.flex-01 {
  display: flex;
  justify-content: center;
  margin:0 auto 30px;
  gap:20px;
}
.flex-box04 {
  width: 116px;
  height: 116px;
  background-color: #FEFDC1;
  border-radius: 50%;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}
.flex-box04 .box-text {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}
.flex-box04 .box-text2 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-weight: bold;
}
.button-top {
  font-size: 24px;
  font-weight: 600;
  color: #2d97c7;
  letter-spacing: 0.02em;
  padding:  0 36px;
  margin: 0 auto 20px;
  text-align: center;
  position: relative;
}
.button-top::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  height: 24px;
  background: #7eb8d0;
  border-radius: 2px;
  transform: translateY(-50%) rotate(-25deg);
  left: 60px;
}
.button-top::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 2px;
  height: 24px;
  background: #7eb8d0;
  border-radius: 2px;
  transform: translateY(-50%) rotate(25deg);
  right: 70px;
}
.button{
    position: relative;
}
.button::after{
    content: "";
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 18px;
    background: url(img/arrow.svg) no-repeat center;
    background-size: contain;
}
.button .free{
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    background: #FDE146;
    color: #2892B2;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 13px;
    border-radius: 5px;
}

.button .free::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FDE146;
}
.workshop-title h2{
    font-family: "ten mincho text", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.05em;
}
.fixed__btn .free{
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    background: #FDE146;
    color: #2892B2;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 5px;
}

.fixed__btn .free::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #FDE146;
}

.fixed__btn{
    padding-left: 55px;
}
a.fixed__btn::after {
  position: absolute;
  content: "";
  background: url(img/arrow.svg) no-repeat center;
  background-size: contain;
  width: 13px;
  height: 13px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.aco-content-right{
  pointer-events: none;

}
.image08 {
  width: 300px;
  margin: 30px auto 20px;
  margin: 30px auto;
}

.img33 {
  width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;

}
.img04-leftright {
  width: 80px;
  height: auto;

}
.workshop-title{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

}
.flex-01{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  margin-bottom: 30px;

}
.button-top{
  margin-top: 0;
  margin-bottom: 20px;

}
.ptengine{
  margin-top: 0;

}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* セクション2 */
.sec02{
  position: relative;
  background-image: url(img/sec02.png);
  background-size: 100%;
  padding-top: 0;

}
.sec02 .headline13{
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  background: #E8E5D8;
  text-align: center;
  font-size: 35px;
  line-height: 1.6;
  font-weight: 500;
  font-family: Ten Mincho Text;
}
.sec02 .box {
  background-color: #fff;
  padding: 40px 0;
  margin-bottom: 60px;
  border-radius: 10px;
  padding: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}
.sec02 .box p.title {
  font-size: 24px;
  position: relative;
  color: #070707;
  font-weight: bold;
  margin-left: 0;
  text-align: center;
}
.sec02 .box p.title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 50%;
  left: 260px;
  border-bottom: 1px solid #404005;
}
.sec02 .box p.title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 50%;
  right: 255px;
  border-bottom: 1px solid #404005;
}
.sec02 .box p .image08{
  width: 300px;
  margin: 30px auto 20px;
}
.sec02 .box p .blue {
  font-weight: bold;
  color: #2792B2;
}
.sec02 .box p {
  margin-left: 64px;
}
.sec02 .bold p.up{
  margin-top: 15px;
}
.sec02 .sub-container{
  margin-top: 60px;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* セクション3 */
.sec03{
  background: url(img/sec03.png) center/100%;
  padding: 80px 0 23px 0;
}
.sec03 .flex img{
  width: 200px;
  height: auto;
}
.sec03 .flex{
  gap: 20px;
  margin-bottom: 60px;
  align-items: flex-start;
}
.sec03 .flex .flex-item{
  display: block;
}
.sec03 .flex .flex-item .title{
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.sec03 .flex .flex-item .title span{
  background: linear-gradient(transparent 60%, #FFFDC1 60%);
}
.sec03 .sub-container{
  padding-top: 30px !important;
}
.sec03 .workshop-title h2{
  line-height: 1.5em !important;
}
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ctaセクション */
.cta{
  padding: 87px 0px 20px;
  background: url(img/sec14.png) top / cover;
  position: relative;
}
.image04-leftright{
  width: 80px;

}
.cta.img33{
  width: 500px;
  margin: 0px auto 50px;

}.cta.workshop-title{
 margin-bottom: 60px;
}
.cta .ballon{
  position: relative;
  width: 40% !important;
  max-width: 450px;
  text-align: center;
  margin: 100px auto 0 !important;
  margin-top: 100px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 18px;
  padding: 15px 30px;
  background: #F8FDFF;
  border-radius: 4px;
  border: 2px solid #CAE1E8;
  color: #2792B2;
  

  }
  .cta .ballon::before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-color: #CAE1E8 transparent transparent transparent;
  }
  .cta .ballon::after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
    border-color: #F8FDFF transparent transparent transparent;
  }
  .workshop-title h2{
    line-height: 1.6;
  }
  .workshop-title{
    margin-bottom: 55px !important;
  }
  /* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* セクション4 */
.sec04 { 
  width: 100%;
  max-width: none;
  margin: 0;
  background: #F7FCFD;
  padding-top: 0;
}
.headline13.type02 {
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  background: #CAE1E8;
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  font-weight: 400;
  font-family: Ten Mincho Text;
}
.sec04 .box .ballon{
  display: flex;
  align-items: flex-start;
  gap: 27px;
  margin-bottom: 40px;
}
.sec04 .box .ballon .ballon-item img {
  width: 100px;
}
.sec04 .box .ballon .ballon-item p{
  text-align: center;
  font-size: 14px;
  margin-top: 4px;
}
.sec04 .box .ballon .ballon-text{
  font-size: 18px;
  line-height: 1.3;
  background: #FFFFFF;
  padding: 26px 30px;
  border: solid 2px #78B0C1;
  border-radius: 6px;
  width: fit-content;
  position: relative;
}
.sec04 .box .ballon .ballon-text::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  border-color: transparent #78B0C1 transparent transparent;
  top: 30%;
  left: -18px;
}
.sec04 .box .ballon .ballon-text::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 18px 9px 0;
  border-color: transparent #fff transparent transparent;
  top: 30%;
  left: -14px;
}
.sec04 .box .ballon01 {
  margin-bottom: 20px;
}
.sec04 .box .ballon02 .ballon-text {
  border: solid 2px #ACAC84;
}
.sec04 .box .ballon02 .ballon-text::before {
  border-color: transparent #ACAC84 transparent transparent;
}
.sec04 .box .ballon03 .ballon-text{
  border: solid 2px #BF71AE;
  margin-left: auto;
}
.sec04 .box .ballon03 .ballon-text::before {
  left: 100%;
  border-width: 8px 0 8px 18px;
  border-color: transparent transparent transparent #C37DBA;
}
.sec04 .box .ballon03 .ballon-text::after {
  left: 98.9%;
  border-width: 8px 0 8px 18px;
  border-color: transparent transparent transparent #fff;
}
.sec04 .box .ballon04 .ballon-item img {
  width: 179px;
}
.sec04 .box .ballon04 {
  align-items: center;
  margin-bottom: 0;
}
.sec04 .box .ballon04 .ballon-text::before {
  top: 40%;
}
.sec04 .box .ballon04 .ballon-text::after {
  top: 40%;
}
.sec04 .box .ballon04 .green {
  border: solid 2px #ACAC84;
}
.sec04 .box .ballon04 .green::before {
  border-color: transparent #ACAC84 transparent transparent;
}
.sec04 .box {
  margin: 80px auto;
}
.sec04 .space {
  margin: 100px auto;
}
.sec04 .headline04::before {
  border-bottom: solid 1px #CDE5EA;
}
.sec04 .headline04::after {
  border-bottom: solid 1px #CDE5EA;
}
.sec04 .image {
  width: 500px;
  margin: 40px auto 60px;
}
.sec04 .sub-container {
  margin-top: 60px;
}
.bold {
  font-weight: bold;
}
.sec04 .space .sub-container:first-child p {
  margin-bottom: 90px;
}
.story-text {
  margin-left: 30px;
}
.story-headline {
  font-family: "Ten-Mincho-Text", serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}