@charset "utf-8";
/* ************************************************
	Global
************************************************ */
html{
  font-size: 16px;
}
:root {
  --mainColor: #1286b0;
  --subColor: #43aa88;
  --accentColor01:#e77726;
  --accentColor02:#f6d60f;
  --blackColor: #333333;
}
body{
  font-family: 'Zen Maru Gothic','Kiwi Maru','TsukuARdGothic-Regular','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','YuGothic','Noto Sans JP',sans-serif;
  line-height: 1.7;
	letter-spacing: .1em;
  color: var(--blackColor);
  max-width: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
section{
  height: 100%;
  padding-bottom: 40px;
}
.inner_sp{
  margin: 0 24px;
}
@media screen and (max-width: 414px){
  .inner_sp{
    margin: 0 7px;
  }
}
a{
  color: var(--blackColor);
  text-decoration: none;
}
ul{
  list-style-type: none;
}
h2{
  color: #1b1464;
  text-align: center;
  margin: 40px 0 32px 0;
  position: relative;
}
.underline{
  width: 160px;
  height: 64px;
  background: url(../img/h2.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.text_center{
  text-align: center;
  letter-spacing: .09em;
  margin: 24px 0;
}
.center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_white{
  color: #fff;
}
.text_blue{
  color: var(--mainColor);
}
.text_green{
  color: var(--subColor);
}
.text_orange{
  color: var(--accentColor01);
}
.text_yellow{
  color: var(--accentColor02);
}
/* ************************************************
	PC
************************************************ */
main{
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
}
@media screen and (max-width: 960px){
  main{
    margin-top: 160px;
  }
}@media screen and (min-width: 1300px){
  main{
    margin-top: 240px;
  }
}
#article_sp{
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 0 10px var(--blackColor);
  position: relative;
}
@media screen and (max-width: 389px){
  #article_sp{
    max-width: 375px;
  }
}
.left{
  width: calc((100% - 400px) / 2);
}
/* @media screen and (max-height: 710px){
  .left{
    padding: 0;
}
} */
.right{
  width: calc((100% - 400px) / 2);
  height: 100vh;
}
.inner_pc{
  height: 100vh;
  position: fixed;
  left: 5%;
  transition: 0.3s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 1080px){
  .left,.right{
    display: none;
  }
}
/* ************************************************
	PC_leftのナビゲーション
************************************************ */
.box_pc{
  width: 244px;
  margin: 0 auto;
}
h1{
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-height: 710px){
  h1{
    margin-bottom: 24px;
}
}
.logo01{
  width: 60%;
  margin: 0 auto;
}
.logo03{
  display: none;
}
@media screen and (max-height: 620px){
  .logo01{
    display: none;
  }
  .logo03{
    display: block;
  }
}
.cta_botton{
  width: 244px;
  height: 80px;
  background-color: var(--accentColor01);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2px #555555;
  transition:0.2s;
}
.cta_botton:hover {
  border: 3px solid var(--accentColor01);
  background-color: #fff;
}
.cta_botton:hover p{
  color: var(--accentColor01);
}
.cta_botton p{
  color: #fff;
  text-align: center;
  position: relative;
}
.cta_botton p::after{
  content: '▶︎';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
.column{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
.column_left{
  margin-top: 40px;
}
@media screen and (max-height: 710px){
  .column_left{
    margin-top: 24px;
}
}
.maru_botton{
  width: 104px;
  height: 104px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 2px #555555;
}
.maru_botton img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yellow{
  background-color: var(--accentColor02);
  transition:0.2s;
}
.yellow:hover {
  border: 3px solid var(--accentColor02);
  background-color: #fff;
}
.green{
  background-color: var(--subColor);
  transition:0.2s;
}
.green:hover {
  border: 3px solid var(--subColor);
  background-color: #fff;
}
/* ************************************************
	main:top
************************************************ */
#mv{
  max-width: 100%;
  height: calc(100vh - 80px);
  position: relative;
}
@media screen and (max-height: 690px){
  #mv{
    margin-bottom: 200px;
  }
}
.mv_pc{
  display: none;
}
.logo_sp{
  max-width: 45%;
  position: absolute;
  top: 24px;
  left: 24px;
}
.catch{
  max-width: 80%;
  position: absolute;
  top: -70px;
  right: -70px;
}
.text_top01{
  margin-top: 16px;
  transform: rotate(-10deg);
  position: relative;
  letter-spacing: .05rem;
}
.text_top01::before{
  content: '';
  display: inline-block;
  width: 48px;
  height: 24px;
  background-image: url(../img/accent01.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.text_top02{
  margin-top: 16px;
  transform: rotate(10deg);
  position: relative;
  letter-spacing: .05rem;
}
.text_top02::before{
  content: '';
  display: inline-block;
  width: 48px;
  height: 24px;
  background-image: url(../img/accent01.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#mv .inner_sp .text_center{
  font-size: 1.1rem;
  font-weight: 500;
}
.scrolldown{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
bottom:1%;
right:50%;
  /*矢印の動き1秒かけて永遠にループ*/
animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:3%;}
   100%{bottom:1%;}
}
/*Scrollテキストの描写*/
.scrolldown span{
  /*描画位置*/
position: absolute;
left:-24px;
bottom:20px;
  /*テキストの形状*/
font-size: 0.9rem;
letter-spacing: 0.05em;
/*縦書き設定*/
-ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: var(--blackColor);
  transform: skewX(-31deg);
}
.scrolldown:after{
content:"";
  /*描画位置*/
position: absolute;
bottom:0;
right:0;
  /*矢印の形状*/
width:1px;
height: 100px;
background:var(--blackColor);
}
@media screen and (max-height: 880px){
  .scrolldown{
  right:5%;
  }
}
/* ************************************************
	ma-ru
************************************************ */
#ma-ru{
  margin-top: 60px;
}
.slider01,.slider02,.slider03,.slider04,.slider05{
  position: relative;
}
.box_slider01,.box_slider04{
  width: 120px;
  height: 40px;
  background-color: var(--mainColor);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.box_slider02,.box_slider05{
  width: 120px;
  height: 40px;
  background-color: var(--subColor);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.box_slider03{
  width: 120px;
  height: 40px;
  background-color: var(--accentColor01);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.box_slider01 p,.box_slider02 p,.box_slider03 p,.box_slider04 p,.box_slider05 p{
  color: #fff;
  font-size: 1.2rem;
  font-weight: bolder;
}
.column_slider{
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.box_program{
  margin: 8px 0;
}
.box_program p{
  display: inline;
  background-color: var(--accentColor02);
  font-weight: 500;
  border-radius: 5px;
  line-height: 2.2;
  padding: 5px;
}
.text_slider{
  font-size: 1.08rem;
  font-weight: bolder;
  letter-spacing: .01em;
}
@media screen and (max-width: 386px){
  .text_slider{
    font-size: 1rem;
  }
}
.text_slider01{
  font-size: 1rem;
  font-weight: bolder;
  letter-spacing: .00em;
}
@media screen and (max-width: 386px){
  .text_slider01{
    font-size: .95rem;
  }
}
.text_slider02{
  font-size: .95rem;
  font-weight: bolder;
  letter-spacing: .00em;
}
@media screen and (max-width: 386px){
  .text_slider02{
    font-size: .9rem;
  }
}
.botton_ma-ru{
  margin: 40px 0 16px 0;
}
.botton{
  width: 244px;
  height: 56px;
  background-color: var(--subColor);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2px #555555;
  transition:0.2s;
}
.botton:hover {
  border: 3px solid var(--subColor);
  background-color: #fff;
}
.botton:hover p{
  color: var(--subColor);
}
.botton p{
  color: #fff;
  text-align: center;
  position: relative;
}
.botton p::after{
  content: '▶︎';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}
#ma-ru .inner_sp a div{
  margin: 0 auto;
}
/* ************************************************
	point
************************************************ */
#point{
  background-color: var(--mainColor);
  padding: 40px 0;
}
.svg{
  vertical-align:bottom;
}
.nami_shita{
  transform:scale(1,-1);
}
.box_point{
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 0px 10px 24px 12px;
  position: relative;
  margin-bottom: 40px;
}
.column_point01{
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
h3{
  width: calc((100% - 10px) * 80%);
}
.text_point01{
  border-bottom: 4px solid var(--mainColor);
  font-size: 1.15rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 386px){
  .text_point01{
    font-size: 1.13rem;
  }
}
.item_point01{
  border-bottom: 4px solid var(--mainColor);
}
.text_point02{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
}
.text_point03{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1;
}
.text_point04{
  border-bottom: 4px solid var(--mainColor);
  font-size: 1.05rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 386px){
  .text_point04{
    font-size: 1.03rem;
  }
}
.text_point05{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 386px){
  .text_point05{
    font-size: 2.15rem;
  }
}
.text_point06{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: .95rem;
  font-weight: 900;
  line-height: 2;
}
.text_point07{
  font-size: 1rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 386px){
  .text_point07{
    font-size: 1rem;
    letter-spacing: .00em;
  }
}
.text_point08{
  border-bottom: 4px solid var(--mainColor);
  font-size: 1.25rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 386px){
  .text_point08{
    font-size: 1.2rem;
  }
}
.text_point09{
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 386px){
  .text_point09{
    font-size: 2.1rem;
  }
}
.text_point10{
  font-size: .95rem;
  letter-spacing: .05em;
}
.column_point02{
  align-items: center;
  margin-bottom: 16px;
}
.column_point03{
  align-items: center;
}
.item_point02,.item_point03{
  width: 25%;
}
.text_name{
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  letter-spacing: .05em;
}
.item_fukidashi{
  width: 72%;
  letter-spacing: .05rem;
  line-height: 1.8;
  text-align: justify;
  border: 2px solid var(--subColor);
  border-radius: 15px;
  padding: 4px 8px;
  position: relative;
}
.fukidashi_left::before{
  content: '';
  position: absolute;
  left: -16px;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid var(--subColor);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fukidashi_left::after{
  content: '';
  position: absolute;
  left: -12px;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.fukidashi_right::before{
  content: '';
  position: absolute;
  right: -16px;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid var(--subColor);
  border-top: 10px solid transparent;
  border-bottom:10px solid transparent;
}
.fukidashi_right::after{
  content: '';
  position: absolute;
  right: -12px;
  top: 20px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}


  /* ★☆★☆★☆★☆★☆余白微妙やな・・・★☆★☆★☆★☆★☆ */
/* ************************************************
	jisseki 
************************************************ */
.jisseki01{
  margin-bottom: 16px;
}
.jisseki02{
  margin-top: 16px;
}
/* ************************************************
	entry
************************************************ */
#entry{
  border: 1px solid var(--subColor);
  background-color: var(--subColor);
  padding-bottom:40px ;
}
#entry h2{
  margin-bottom: 40px;
}
.underline_enrty{
  width: 216px;
  height: 72px;
  background: url(../img/h2_01.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 216px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#entry .inner_sp .text_center{
  font-size: 0.95rem;
}
.box_entry ul li{
  margin-bottom: 24px;
}
.box_entry ul li:last-child{
  margin-bottom: 0;
}
.box_entry ul li p{
  font-size: 0.8rem;
  letter-spacing: 0;
}
.box_entry{
  background-color: #fff;
  border-radius: 15px;
  padding: 40px 8px;
  position: relative;
}
.box_entry img{
  width: 80%;
  position: absolute;
  top: -3px;
  right: -5px;
}
.blue{
  background-color: var(--mainColor);
  transition:0.2s;
  margin-top: 24px;
}
.blue:hover {
  border: 3px solid var(--mainColor);
  background-color: #fff;
}
.blue p::after{
  right: -24px;
}
.blue:hover p{
  color: var(--mainColor);
}

/* ************************************************
	schedule
************************************************ */
#schedule{
  text-align: center;
}
.underline_schedule{
  width: 240px;
  height: 64px;
  background: url(../img/h2_02.png);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 240px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.text_schedule01{
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2rem;
}
.text_schedule02{
  color: #FFF;
  font-size: 3.2rem;
  font-family: 'Noto Sans JP',sans-serif;
  text-shadow:2px 2px 0 var(--accentColor01), -2px -2px 0 var(--accentColor01),
              -2px 2px 0 var(--accentColor01), 2px -2px 0 var(--accentColor01),
              0px 2px 0 var(--accentColor01),  0 -2px 0 var(--accentColor01),
              -2px 0 0 var(--accentColor01), 2px 0 0 var(--accentColor01);
  margin: 0 8px;
  position: relative;
}
.text_schedule02::after{
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/accent02.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -16px;
}
.ribbon {
  display: inline-block;
  position: relative;
  height: 64px;/*リボンの高さ*/
  line-height: 64px;/*リボンの高さ*/
  text-align: center;
  padding: 0 40px;/*横の大きさ*/
  font-size: 1.4rem;/*文字の大きさ*/
  font-weight: bolder;
  letter-spacing: .15rem;
  background: var(--mainColor);/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:before {
  top: 0;
  left: 0;
  border-width: 32px 0px 32px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 32px 15px 32px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.text_schedule03{
  font-weight: 500;
  margin-top: 16px;
}
.text_schedule04{
  font-weight: 500;
  margin-bottom: 16px;
}
.box_schedule{
  border: 2px solid var(--subColor);
  border-radius: 15px;
  padding: 24px;
  margin: 32px 0 24px 0;
  position: relative;
}
.text_schedule07{
  background-color: #fff;
  display: inline-block;
  width: 200px;
  padding: 0 16px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.text_schedule07 span{
  font-size: 1.3rem;
  font-weight: bolder;
}
.icon04{
  height: 104px;
  background-image: url(../img/icon04.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
  margin-bottom: 16px;
}
.icon04 p{
  font-size: 0.8rem;
  position: absolute;
  top: 35px;
  right: 21px;
  transform: rotate(7deg);
}
@media screen and (max-width: 414px){
  .icon04 p{
    right: 30px;
  }
}
@media screen and (max-width: 398px){
  .icon04 p{
    right: 20px;
  }
}
@media screen and (max-width: 385px){
  .icon04 p{
    right: 20px;
  }
}
.item_schedule{
  border: 2px solid var(--accentColor02);
  border-radius: 50px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
  position: relative;
}
.item_schedule:last-child{
  margin-bottom: 0;
}
.sankaku::after{
  content: '▼';
  font-size: 1.2rem;
  color: var(--accentColor02);
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.kikan01::before{
  content: '約2週間';
  font-size: 0.8rem;
  font-family: 'Noto Sans JP',sans-serif;
  position: absolute;
  top: -26px;
  right: 72px;
}
.kikan02::before{
  content: '約2ヶ月半';
  font-size: 0.8rem;
  font-family: 'Noto Sans JP',sans-serif;
  position: absolute;
  top: -26px;
  right: 72px;
}
.item_schedule dt{
  border: 2px solid var(--accentColor02);
  border-radius: 50px;
  background-color: var(--accentColor02);
  width: 40%;
  padding: 6px 0;
}
.item_schedule dd{
  width: 60%;
  padding: 6px 0;
  font-weight: 500;
}

.column_schedule{
  display: flex;
  justify-content: space-between;
}
.text_schedule05{
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.5;
  align-self: center;
  position: relative;
  top: 10px;
  max-width: 35%;
}
.text_schedule06{
  font-size: 1.5rem;
  letter-spacing: .1rem;
}
.column_schedule02{
  gap: 10px;
}
/* ************************************************
	footer
************************************************ */
.footer_sp{
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
.inner_footer{
  background-color: var(--mainColor);
  padding-bottom: 24px;
}
.inner_footer a{
  color: #fff;
  display: block;
  padding: 24px 0 40px 0;
}
.inner_footer a:hover{
  color: var(--blackColor);
}
.inner_footer p{
  margin-bottom: 40px;
}
small{
  letter-spacing: .05em;
}
/* 2025年追加CSS */
#campaign .inner_sp{
  margin-bottom: 24px;
}
.text_min{
  font-size: 0.75rem;
  padding-top: 8px;
}