*{
  margin: 0;
  padding: 0;
  font-family: "Merriweather Sans","Shippori Mincho","Noto Sans JP",'Yu Gothic';
  text-decoration: none;
  text-align: center;
}
body{
  width: 100%;
  overflow-x: hidden; 
}
.Scroll_Off{
  overflow: hidden;
}
.SP{
  display: none;
}
table tr td{
  text-align: left;
  padding-bottom: 15px;
  white-space: nowrap;
}
button{
  border: none;
  background: transparent;
  cursor:pointer;
  pointer-events: auto;
}
/* 共通 */

  /* 画像 */
  .IM{
    width: 100%;
  }
  /* テキスト */
  h3{
    color: #0C4324;
    font-weight: 700;
    font-size: 1.8rem;
  }
  h4{
    color: #0C4324;
    font-weight: 700;
    font-size: 1.1rem;
  }
  /* フォント */
  .Font_SM{
   font-family: "Shippori Mincho","Merriweather Sans","Noto Sans JP",'Yu Gothic';
  }
  .Font_SJP{
   font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  }
  /* ボックス */
  .Information_Box
  {
    background: #468459;
    padding:4px 18px;
    color: #FFF;
    border-radius: 5px;
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  }
  .Information_business_days
  {
    background: #468459;
    padding:4px 18px;
    color: #FFF;
    border-radius: 5px;
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  }
  .Information_campaign
  {
    background: #E2A70E;
    padding:4px 18px;
    color: #FFF;
    border-radius: 5px;
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  }
  .Information_others
  {
    background: #4EB8BF;
    padding:4px 18px;
    color: #FFF;
    border-radius: 5px;
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  }
  /* ボタン */
  .Button_DG{
   background: #0C4324;
   padding:12px;
   color: #FFF;
   border-radius: 5px;
   white-space: nowrap;
  }
  .Button_G{
    background: #468459;
    padding:12px;
    color: #FFF;
    border-radius: 5px;
    white-space: nowrap;
   }
   .Button_G2{
    background:#1B9240;
    padding:12px 30px;
    color: #FFF;
    border-radius: 5px;
    white-space: nowrap;
   }
   .Button_W{
    padding:8px 30px;
    color: #0C4324;
    border: #0C4324 solid 1px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.2s ;
   }
   .Button_W:hover{
    background: #468459;
    color: #ffffff;
    border: #468459 solid 1px;
    transition: all 0.2s ;
   }
   .Button_B{
    padding:8px 30px;
    color: #000000;
    border: #000000 solid 1px;
    border-radius: 5px;
    white-space: nowrap;
    transition: all 0.2s ;
   }
   .Button_B:hover{
    background: #468459;
    color: #ffffff;
    border: #468459 solid 1px;
    transition: all 0.2s ;
   }
   .Contact_Button{
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    background: #1B9240;
    padding:18px 0px;
    color: #FFF;
    border-radius: 5px;
    white-space: nowrap;
   }
   /* マージン */
   .m{
    margin-bottom: 150px;
    padding-bottom: 10px;
   }
   .mm{
    margin-bottom: 230px;
    padding-bottom: 10px;
   }
   .ms{
    margin-bottom: 40px;
   }
   .mms{
    margin-bottom: 60px;
   }
   /* パディング */
   .p{
    padding-bottom: 120px;
   }
   
   /* インデント */
   .z-10{
    z-index: -10;
   }

   /* セクション関係 */
    /* 見出し */
   .Section_Heading_1{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-weight: 700;
    font-size: 1.8rem;
  }
  .Section_Heading_1::before{
    content: url(../images/icons/Head_01_Icon.png);
    display: inline-block;
  }
  .Section_Heading_2{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-size: 1.2rem;
  }
  .Section_Heading_3{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3.75rem;
  }
  .Section_Heading_G1{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .Section_Heading_G1::before{
    content: url(../images/icons/Head_02_DecoLeft16.png);
    margin-right: 20px;
  }
  .Section_Heading_G1::after{
    content: url(../images/icons/Head_02_DecoRight16.png);
    margin-left: 20px;
  }
  .Section_Heading_G2{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-weight: 700;
    font-size: 1.6rem;
  }
  .Section_Heading_G3{
    font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
    color:#468459;
    font-weight: 700;
    font-size: 1.1rem;
  }
  .Section_Heading_G3 span{
    font-size: 1.4rem;
  }
    /* 背景 */
    .Section_Back_Font{
      position: absolute;
      color: #DAE2C2;
      opacity: 0.25;
      font-weight: 400;
      font-size: 8rem;
      left: -40px;
      top: 20px;
      user-select: none;
      z-index: -1;
    }
    .Section_Back_Icon{
      position: absolute;
      right: -20px;
      bottom: 20px;
      z-index: -1;
    }
    /* 見出しフレックス */
    .Flex_Content_Left{
      width: 40%;
    }
    .Flex_Content_Right{
      margin-left: 120px;
    }
  
  /* 緑の背景の上に置くこと */
  .Back_Green{
    position: relative;
    padding-top: 40px;
    background: #F0F5E1;
    box-shadow: -0px -20px rgba(240,245,225,0.25);
    z-index: -10;
  }
  .Back_Green div:first-child{
    position: absolute;
    padding: 178px 0px;
    background: #F0F5E1;
    box-shadow: -0px -20px rgba(240, 245, 225, 0.25);
    border-radius: 519% 0% 0% 120%;
    right: 0;
    top: -125px;
    z-index: -10;
    width: 100vw;
}
  .Back_Green div:last-child{
    position: absolute;
    padding: 100px 0;
    background: #F0F5E1;
    box-shadow: -0px -20px rgba(240, 245, 225, 0.25);
    border-radius: 0% 84% 100% 0%;
    left: -220px;
    top: -85px;
    z-index: -10;
    width: 90vw;
  }
    /* 白の背景の上に置くこと */
    .Back_white{
      position: absolute;
      margin: auto;
      z-index: 0;
      top: 315px;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      padding: 120px 240px;
      background-color: #FFF;
      border-radius: 50%;
      z-index: 10;
    }

 /* パンクズシート */
 .breadcrumbs {
  width: 80%;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
 }
 .breadcrumbs span a{
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  color: rgba(0, 0, 0, 0.85)
 }
 .breadcrumbs span{
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
 }
 .breadcrumbs > span:last-child{
  color: #468459;
 }
/* 共通ここまで */
/* ヘッダー */
.HM{
  display: none;
}
header{
  position: absolute;
  padding: 20px 60px;
  width: 100%;
  z-index: 1;
}
header nav{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
header > nav > div{
  margin-left: auto;
  margin-right: 120px;
}
header nav div:first-child{
  margin-left: auto;
  margin-right: 120px;
}
header nav div a{
  margin-left: 30px;
  color:#FFF;
  text-shadow: 1px 1px #46845940;
}
#header_color{
  background-color: #FFF;
}
#header_color nav div a{
  color: #468459;
  text-shadow: none;
}
#header_color nav div a:last-child{
  color: #fff;
}
/* トップメイン */
.Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Main section{
  position: relative;
  margin: auto;
  margin-top: 140px;
}
.Main section p{
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.75rem;
  line-height:55px;
  font-weight: 600;
  color: #468459;
}
.Main section p span{
  border-right: dashed 2px #468459;
  padding-right: 11px;
}
.Main .Main_radius1{
  position: absolute;
  padding: 70px 55px;
  border-radius: 50%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: 15px;
  left: -45px;
  z-index: -10;
}
.Main .Main_radius2{
  position: absolute;
  padding: 90px 55px;
  border-radius: 50%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  top: -55px;
  left: 70px;
  z-index: -10;
}
.Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 10% 0% 100% 36% / 64% 100% 0% 100%;
  box-shadow: -35px -60px #F0F5E1;
}
.Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit: fill;

  z-index: -10;
}
.Main .JS_Carousel{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 10% 0% 100% 36% / 64% 100% 0% 100%;
  box-shadow: -35px -60px #F0F5E1;
}
.Main .JS_Carousel div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit: cover;

  z-index: -10;
}
/* トップのメインお知らせ */
.TOP_Information
{
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.TOP_Information section
{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.TOP_Information section h3
{
  color: #468459;
  padding-right: 20px;
  margin-left: 80px;
}
.TOP_Information section h4
{
  color: #468459;
  padding-right: 40px;
}
.TOP_Information section div
{
  display: flex;
  align-items: flex-end;
}
.TOP_Information section .Informatin_Bar a:first-child
{
  color: #000;
  padding-right: 10px;
}
.TOP_Information section .Informatin_Bar > a:last-child
{
  color: #000;
  padding-left: 40px;
  align-self: center;
}
.TOP_Information section > a:last-child
{
  margin-left: auto;
  margin-right: 80px;
  color: #0C4324;
  align-self: center;
}
/* トップのコンセプト */
.Top_Concept{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Top_Concept section{
  position: relative;
  display: flex;
  justify-content: center; 
  margin: auto;
  width: 80%;
}
.Top_Concept section>div{
  text-align: right;
}
.Top_Concept section div p{
  text-align: left;
}
.Top_Concept section div a{
  text-align: right;
  margin-right: 40px;
}
/* トップのコース */
.TOP_Course{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #F0F5E1;
}
.TOP_Course section{
  display: flex;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  justify-content:center;
  gap: 10%
}
.TOP_Course section div img{
  border-radius: 5%;
  margin-bottom: 30px;
}
.TOP_Course section div h3{
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}
.TOP_Course table tr td{
  font-size: 1.2rem;
}
/* お客様の声 */
.TOP_VOC{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
}
.TOP_VOC_h3{
  position: absolute;
  left:50%;
  -webkit-transform: translate(-50%, -50%);
  white-space: nowrap;
  top: 115px;
}
.TOP_VOC > .JS_Carousel2{
  display: flex;
  width: 100%;
  object-fit: fill;
  height: 300px;
}
.TOP_VOC > .JS_Carousel2 div img{
  width: 100vw;
  height: 330px;
}
.TOP_VOC section{
  display: flex;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  gap:40px;
  justify-content: center;
}
.TOP_VOC section div{
  width: 80%;
  z-index: 1;
}
.TOP_VOC section div img{
  border-radius: 50%;
  margin-bottom: 20px;
}
.TOP_VOC section div *{
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';

}
.TOP_VOC section div h3{
  margin-bottom: 20px;
  white-space: nowrap;
}
.TOP_VOC section div p{
  margin: auto;
  width: 75%;
}
/* フッター */
footer{
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #F0F5E1;
}
footer * {
  text-align: left;
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';

}
footer .Section_Heading_G1 {
  text-align: center;
}
footer section{
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-bottom: 120px;
}
footer section div{
  margin-right: auto;
  width: 100%;
}
footer section div:last-child{
  margin-left: 40px;
}
footer section div:last-child iframe{
  width: 100%;
}
footer section div h3{
  margin-bottom: 20px;
}
footer section div p{
  margin-bottom: 20px;
}
footer section div h4{
  margin-bottom: 20px;
}
/* テーブル */
footer table{
  white-space: nowrap; 
  width: 80%;
    height: 120px;
}
footer table th{
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  padding: 4px 8px;
}
footer table td{
  color: #468459;
  text-align: center;
  vertical-align: middle;
  padding: 4px 8px;
}
/* 丸くする */
.radius-table{
  border-radius: 10px;
  border-spacing: 0;
  border: none;
  border-left: 1px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
}
.radius-table tr>*{
  border: none;
  border-right: 1px solid #DDDDDD;
  border-bottom: 2px solid #DDDDDD;
}
.radius-table tr:first-child>*:first-child{
  border-radius: 10px 0 0 0;
}
.radius-table tr:first-child>*:last-child{
  border-radius: 0 10px 0 0;
}
.radius-table tr:last-child>*:first-child{
  border-radius: 0 0 0 10px;
}
.radius-table tr:last-child>*:last-child{
  border-radius: 0 0 10px 0;
}
/* ボーダー下 */
.radius-table tr th,.radius-table tr td {
  border-bottom: 0px;
}
.radius-table tr:last-child td {
  border-bottom: 2px solid #DDDDDD;
}
/* ボーダー横 */
.radius-table tr>*:first-child{
  border-left: 2px solid #DDDDDD;
}
.radius-table tr>*:last-child{
  border-right: 2px solid #DDDDDD;
}
/* トップボタン */
.TOP_Back_Button{
  position: absolute;

  bottom: 170px;
  right: 40px;
}
/* ナビ */
footer nav div{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  gap: 40px;
}
footer nav div a{
  color: black;
}
/* コピーライト */
footer > div:last-child{
  width: 100%;
  height: 80px;
  background: #468459;
  color: white;
}
footer > div:last-child p{
  text-align: center;
  line-height: 80px;
}
#footer_color nav div a
{
  color:#468459;
}

/* Aboutメイン */
.About_Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.About_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.About_Main section p{
  text-align: left;
  color: #468459;
  line-height: 1.8rem;
}
.About_Main section p span:first-child{
  color: #468459;
  font-size: 2rem;
  font-weight: 500;
}
.About_Main section p span:last-child{
  border-bottom: dashed 2px #468459;
  font-size: 1.1rem;
  font-weight: 400;
}
.About_Main .Main_radius1{
  position: absolute;
  padding: 69px 100px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: -55px;
  left: -82px;
  z-index: -10;
}
.About_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 50% 0% 0% 9% / 126% 0% 0% 80%;
  box-shadow: -18px 0px #F0F5E1;
}
.About_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit:cover;
  z-index: -10;
}
/* AboutのFlow */
.About_Flow{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.About_Flow section{
  position: relative;
  display: flex;
  justify-content: center; 
  margin: auto;
  width: 80%;
}
.About_Flow section>div{
  text-align: right;
}
.About_Flow section div p{
  text-align: left;
}
.About_Flow section div table tr td{
  font-weight: 400;
}
/* Aboutポイント */
.About_Point{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.About_Point section{
  display: flex;
  justify-content:space-between;
  text-align: center;
  margin: auto;
  gap: 40px;
  width: 80%;
}
.About_Point section img{
  display: flex;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 10%;
}
.About_Point section h4{
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
}
.About_Point section h3{
  color:#000;
}

/* コース */


/* コースメイン */
.Course_Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Course_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Course_Main section p{
  text-align: left;
  color: #468459;
  line-height: 1.8rem;
}
.Course_Main section p span:first-child{
  color: #468459;
  font-size: 2rem;
  font-weight: 500;
}
.Course_Main section p span:last-child{
  border-bottom: dashed 2px #468459;
  font-size: 1.1rem;
  font-weight: 400;
}
.Course_Main .Main_radius1{
  position: absolute;
  padding: 69px 100px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: -55px;
  left: -82px;
  z-index: -10;
}
.Course_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 50% 0% 0% 9% / 126% 0% 0% 80%;
  box-shadow: -18px 0px #F0F5E1;
}
.Course_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit:cover;
  z-index: -10;
}

/* コースのコース */
.Course_Course{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #FAFAFA;
  padding-top: 60px;
}
.Course_Course section{
  display: flex;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  justify-content:center;
  gap: 10%
}
.Course_Course section div img{
  border-radius: 5%;
  margin-bottom: 30px;
}
.Course_Course section div h3{
  margin-bottom: 20px;
  font-weight: 700;
  text-align: left;
}
.Course_Course table tr td{
  font-size: 1.2rem;
}

/* コースのInsurance */
.Course_Insurance{
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
.Course_Insurance section{
  display: flex;
  justify-content: center;
  margin: auto;
  width: 80%;
}
.Course_Insurance section div p{
  text-align: left;
}
.Course_Insurance section div img{
  border-radius: 5%;
  min-height: 355px;
  width: 510px;
  max-width: 510px;
}
/* コースのSelf */
.Course_Self{
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}
.Course_Self section{
  display: flex;
  justify-content: center;
  margin: auto;
  width: 80%;
}
.Course_Self section div p{
  text-align: left;
}
.Course_Self section .Flex_Content_Left div:last-child{
  white-space: nowrap;
}
.Course_Self  section div img{
  border-radius: 5%;
  min-height: 355px;
  width: 510px;
  max-width: 510px;
}

/* お知らせ */

.Information_Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Information_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Information_Main section p{
  text-align: left;
  color: #468459;
  line-height: 1.8rem;
}
.Information_Main section p span:first-child{
  color: #468459;
  font-size: 2rem;
  font-weight: 500;
}
.Information_Main section p span:last-child{
  border-bottom: dashed 2px #468459;
  font-size: 1.1rem;
  font-weight: 400;
}
.Information_Main .Main_radius1{
  position: absolute;
  padding: 69px 100px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: -55px;
  left: -82px;
  z-index: -10;
}
.Information_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 50% 0% 0% 9% / 126% 0% 0% 80%;
  box-shadow: -18px 0px #F0F5E1;
}

.Information_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit:cover;
  z-index: -10;
}
.Information_Block
{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.Information_Block .Main_Contents .List
{
  display: flex;
}
.Information_Block .Main_Contents .List div
{
  text-align: left;
  white-space: nowrap;
  margin-left: 30px;
}
.Information_Block .Main_Contents .List div h3
{
  display: inline-block;
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.Information_Block .Main_Contents .List div > p
{
  display: inline-block;
  margin-right: 40px;
}
.Information_Block .Main_Contents .List div > p:last-child
{
  margin-right: 0px;
}
.Information_Block .Main_Contents div img
{
  width: 300px;
  height: 200px;
  object-fit: fill;
  border-radius: 5%;
}
.Information_Block .Sidebar{
  width: 20%;
}

/* 投稿内容 */
.Information_Page{
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.Information_Page .Main_Contents{
  width: 100%;
}
.Information_Page .Main_Contents *{
  text-align: left;
}
.Information_Page .Main_Contents div{
  display: flex;
  margin-bottom: 20px;
}
.Information_Page .Main_Contents div p:last-child{
  margin-left: 40px;
}
.Information_Page .Main_Contents h1,
.Information_Page .Main_Contents h2,
.Information_Page .Main_Contents h3,
.Information_Page .Main_Contents h4,
.Information_Page .Main_Contents h5,
.Information_Page .Main_Contents h6
{
  color: #0C4324;
  margin-bottom: 1em;
}
.Information_Page .Main_Contents > h3:first-child
{
  margin-bottom: 0px;
}
.Information_Page .Main_Contents p{
  margin-bottom: 0.5em;
}
.Information_Page .Main_Contents > img{
  display: block;
  border-radius: 2%;
  width: 80%;
  margin-bottom: 20px;
}
.Information_Page .Main_Contents .Article{
  display: block;
  margin: auto;
  margin-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
.Information_Page .Main_Contents .Article a{
  color: #000;
}
.Information_Page .Main_Contents .Article a:first-child{
  margin-right: 40px;
}
.Information_Page .Main_Contents .Article a:last-child{
  margin-left: 40px;
}

/* 声 */

.Voice_Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Voice_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Voice_Main section p{
  text-align: left;
  color: #468459;
  line-height: 1.8rem;
}
.Voice_Main section p span:first-child{
  color: #468459;
  font-size: 2rem;
  font-weight: 500;
}
.Voice_Main section p span:last-child{
  border-bottom: dashed 2px #468459;
  font-size: 1.1rem;
  font-weight: 400;
}
.Voice_Main .Main_radius1{
  position: absolute;
  padding: 69px 100px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: -55px;
  left: -82px;
  z-index: -10;
}
.Voice_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 50% 0% 0% 9% / 126% 0% 0% 80%;
  box-shadow: -18px 0px #F0F5E1;
}

.Voice_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit:cover;
  z-index: -10;
}

/* 声 */
.Voice_Block{
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.Voice_Block section{
  display: flex;
}
.Voice_Block section img{
  border-radius: 50%;
  height: 180px;
  width: 180px;
  margin-right: 40px;
}
.Voice_Block section{
  margin-bottom: 80px;
}
.Voice_Block section div *{
  text-align: left;
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
}
.Voice_Block section div h3{
  margin-bottom: 20px;
}

/* コンタクト */
.Contact_Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Contact_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Contact_Main section p{
  text-align: left;
  color: #468459;
  line-height: 1.8rem;
}
.Contact_Main section p span:first-child{
  color: #468459;
  font-size: 2rem;
  font-weight: 500;
}
.Contact_Main section p span:last-child{
  border-bottom: dashed 2px #468459;
  font-size: 1.1rem;
  font-weight: 400;
}
.Contact_Main .Main_radius1{
  position: absolute;
  padding: 69px 100px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  background-color: #F0F5E1;
  filter: blur(0.8rem);
  bottom: -55px;
  left: -82px;
  z-index: -10;
}
.Contact_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 50% 0% 0% 9% / 126% 0% 0% 80%;
  box-shadow: -18px 0px #F0F5E1;
}

.Contact_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit:cover;
  z-index: -10;
}


.Contact_Block{
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
.Contact_Block *{
  font-family: "Noto Sans JP","Merriweather Sans","Shippori Mincho",'Yu Gothic';
  text-align: left;
}
.Contact_Block section *{
  margin-bottom: 25px;
}
.Contact_Block .Section_Heading_G3{
  color:#000;
}
.Contact_Block .Section_Heading_G3 span{
  color:#468459;
}
.Contact_Block form div{
  margin-bottom: 30px;
}
.Contact_Block form label{
  display: inline-block;
  color:#000;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1rem;
  
}
.Contact_Block form label span{
  font-size: 0.9rem;
  font-weight: 700;
}
.Contact_Block form input,
.Contact_Block form textarea,
.Contact_Block form select{
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.Contact_Block form .no{
  color:rgba(0, 0, 0, 0.5)
}
.Contact_Block .Contact_Button{
  display: block;
  width: 35%;
  height: 50px;
  border: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
  background: #1B9240;
  color: #FFF;
  border-radius: 5px;
  white-space: nowrap;
}
.Contact-Thanks_Block{
  padding: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 280px;
  border: solid 1px #CCCCCC;
}
.Contact-Thanks_Block h3,
.Contact-Thanks_Block p{
  margin-bottom: 20px;
}
.Contact-Thanks_Block p{
  color: rgba(0,0,0,0.6);
}

/* サイドメニュー */
.Sidebar
{
  display: block;
  text-align: left;
}
.Sidebar div
{
  display: flex;
  flex-direction: column;
  text-align: left;
}
.Sidebar h3
{
  display: inline-block;
  white-space: nowrap;
  margin-right: auto;
  margin-bottom: 40px;
  font-size: 1.5rem;
}
.Sidebar a
{
  margin-bottom: 20px;
  display: block;
  margin-right: auto;
  color:black;
}
/* ページネーション */
.nav-links .page-numbers{
  padding: 10px 15px;
  color: #1B9240;
}
.nav-links .current{
  background-color: #1B9240;
  color: white;
}

/* ブレークポイント */
@media screen and (max-width: 1080px) {
  body{
    max-width: 1080px !important;
  }
/* ハンバーガー */
.HM{
  display:block;
  width: 90%;
  margin: auto;
  z-index: 100;
}
.HM_TOP{
display: flex;
justify-content: center;
}
.HM_TOP .HM_Button{
margin-left: auto;
}
.HM nav{
  position: fixed;
  display: block;
  left: 100%;
  top: 0;
  width: 100vw;
  z-index: 100;
  transition: left 0.1s;
}
/* JavaScriptから操作 */
.HM .HM_ON{
  left: 0%;
  transition: left 0.1s;
}
/* JavaScriptから操作 */
.HM nav div:first-child{
  display: flex;
  justify-content: center;
  align-items:center;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.HM nav div a{
  margin-left: 30px;
}
.HM nav .Button_DG{
  padding: 12px 0;
}
.HM_Close{
  position: relative;
  margin-left: auto;
  padding: 10px;
  margin-right: 60px;
}
.HM nav section{
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: auto;
}
.HM nav section a,.HM nav section h3{
  display: block;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: left;
  color: #0C4324;
}
.HM nav section a:last-child
{
  width: 100%;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}
.HM .White_Window
{
  background-color: #fff;
}
.HM .Bluck_Window
{
  height: 100vh;

  z-index: 1;
  background-color: #000000;
  opacity: 0.2;
}
header{
  padding: 20px 0;
  width: 100%;
  z-index: 1000;
}
header > nav{
  display: none;
}

/* カルーセル特別仕様 */
#top #C4{
  object-position: -300px 0px;
}

/* トップのメインお知らせ */
.TOP_Information
{
  overflow: hidden;
  padding: 20px 0;
  width: 90%;
  margin: auto;
  margin-bottom: 80px;
}
.TOP_Information section
{
  display: block;
  text-align: right;
}
.TOP_Information section section
{
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.TOP_Information section h3
{
  color: #468459;
  padding-right: 20px;
  margin-left: 0px;
}
.TOP_Information section h4
{
  color: #468459;
  padding-right: 40px;
}
.TOP_Information section .Informatin_Bar .Informatin_Date
{
  display: block;
  margin-left: 0px;
}
.TOP_Information section .Informatin_Bar > p
{
  margin-left: auto;
  align-self: start;
  white-space: normal;
}
.TOP_Information section a:last-child
{
  margin-left: auto;
  margin-right: 0px;
}

/* フッター */
footer section{
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
footer section div{
  width: 80%;
  margin: auto;
}
footer section div p > br:first-child{
  display: none;
}
footer section div:last-child{
  margin-left: 40px;
}
/* テーブル */
footer section table{
  width: 100%;
}
footer section .ms{
  margin-bottom: 30px;
}
footer table th{
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
footer table td{
  color: #468459;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}

footer section div a{
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
}
footer section div .Button_G2{
  padding: 16px 30px;
}
footer section > div:last-child{
  margin: auto;
}
footer section div iframe{
  width: 100%;
  height: 360px;
  margin: auto;
}
/* トップボタン */
.TOP_Back_Button{
  bottom: 90px;
  right: 30px;
}
/* ナビ */
footer nav div{
  flex-direction: column;
  gap:30px;
}
footer nav div a{
  color: #0C4324;
}
/* コピーライト */
footer > div:last-child{
  height: 60px;
}
footer > div:last-child p{
  text-align: center;
  line-height: 60px;
}

/* 投稿一覧 */

.Information_Block
{
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin-bottom: 110px;
}
.Information_Block .Main_Contents .List
{
  justify-content: center;
  flex-direction: column;
}
.Information_Block .Main_Contents .List div
{
  margin-left: 0px;
}
.Information_Block .Main_Contents .List div h3
{
  margin-bottom: 20px;
}
.Information_Block .Main_Contents div img
{
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
  border-radius: 5%;
}
.Information_Block .Main_Contents .List div p:nth-child(3)
{
  font-size: 1.2rem;
}
.Information_Block .Sidebar{
  width: 100%;
}
#Information .SP{
  display: block !important;
}
#Information .PC{
  display: none !important;
}
#Information .breadcrumbs {
    width: 90%;
}

/* 投稿内容 */

.Information_Page{
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin-bottom: 110px;
}
.Information_Page .Main_Contents > img{
  width: 100%;
}

}


@media screen and (max-width: 768px) {
  .SP{
    display: block !important;
  }
  .PC{
    display: none !important;
  }
  body{
    max-width: 768px !important;
  }
  .m{
    margin-bottom: 70px;
    padding-bottom: 10px;
  }
  .ms{
    margin-bottom: 60px;
  }
  .p{
    padding-bottom: 90px;
  }
  .Section_Heading_G1::before{
    content: url(../images/icons/Head_02_DecoLeft14.png);
    margin-right: 20px;
  }
  .Section_Heading_G1::after{
    content: url(../images/icons/Head_02_DecoRight14.png);
    margin-left: 20px;
  }
  .Section_Back_Font{
    font-size: 5rem
  }
  .Section_Back_Icon img{
    width: 240px;
    height: 183px;
  }
   /* パンクズシート */
 .breadcrumbs {
  width: 90%;
 }

/* メイン */
.Main{
  height: 584px;
  display: flex;
  overflow: hidden;
  justify-content:end;
}
.Main section{
  position: relative;
  margin: auto;
  margin-top: 140px;
  left: 30px;
  z-index: 1;
}
.Main section p{
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.75rem;
  line-height:55px;
  font-weight: 600;
  color: #468459;
  
}
.Main section p span{
  border-right: dashed 2px #468459;
  padding-right: 11px;
}
.Main_radius1{
  bottom: -70px;
  left: -45px;
}
.Main_radius2{
  position: absolute;
  padding: 120px 70px;
  top: -70px;
  left: 40px;
  z-index: -1;
}
.Main .JS_Carousel{
  display: flex;
  overflow: hidden;
  right: 0;
  top: -22px;
  width: 72%;
  height: 100%;
  border-radius: 240% 0% 0% 550% / 300% 0% 0% 420%;
  box-shadow: -33px -18px #F0F5E1;
}
.Main .JS_Carousel div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-fit: cover;

  z-index: -10;
}
.slick-dots
{
    left: 65%;
    z-index: 0;
}
/* カルーセル特別仕様 */
#top #C4{
  object-position:0%;
}

/* トップコンセプト */
.Top_Concept{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 140px;
}
.Top_Concept .Section_Back_Icon{
  bottom: 100px;
  right: -30px;
}
.Top_Concept section{
  display: flex;
  flex-direction:column;
  width: 90%;
}
.Top_Concept section .Section_Back_Font{
  top: 48%;
  left: -8%;
}
.Flex_Content_Left {
  width: 100%;
}
.Flex_Content_Left div .Section_Heading_3 br{
  display: none;
}
.Flex_Content_Right img{
  height: 520px;
  object-fit: contain;
}
.TOP_Course section div img {
  height: 420px;
  object-fit: cover;
}
.Top_Concept section div a{
  text-align: right;
  margin-right: 0px;
}
.Top_Concept section :nth-child(2){
  order: 1;
  text-align: center;
}
.Top_Concept section :nth-child(2) .Section_Heading_2{
  float: left
}
.Top_Concept section .Flex_Content_Right{
  margin: 0;
}

  /* About特別使用 */
  #About .Top_Concept{
    padding-bottom: 70px;
  }
  #About .Top_Concept .Section_Back_Icon{
    bottom: -5px;
    right: -80px;
  }
  #About .Top_Concept .Section_Back_Icon img{
    width: 310px;
    height: 232px;
  }

/* トップのコース */
.TOP_Course .Section_Back_Icon{
  bottom: 30px;
  right: -30px;
}
.TOP_Course section{
  display: block;
  width: 90%;
}
.TOP_Course section div{
  margin-bottom: 40px;
}
.TOP_Course .Section_Heading_G2
{
  margin-right: 30px;
  margin-left: 30px;
}
.TOP_Course section div table{
  margin-left: 20px;
}
.TOP_Course section .Section_Back_Font {
  top: -10%;
  left: -50px;
}
/* お客様の声 */
.TOP_VOC{
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  padding-bottom: 90px;
}
.TOP_VOC .Back_white{
  top: 290px;
  left: 50%;
  padding: 100px 160px;
}
.TOP_VOC > img{
  height: 420px;
}
.TOP_VOC_h3 > h3:first-child{
  margin-bottom: 20px;
  margin-top: 25px;
}
.TOP_VOC > .JS_Carousel2 div img{
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.TOP_VOC section{
  display: block;
  gap:0px;
  width: 90%;
  margin-top: 120px;
}
.TOP_VOC section div{
  margin: auto;
  margin-top: 50px;
}
.TOP_VOC section div img{
  border-radius: 50%;
  margin-bottom: 20px;
}
.TOP_VOC section div p{
  margin: auto;
  width: 100%;
}

/* Aboutメイン */
.About_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.About_Main section p{
  position: absolute;
  bottom: -250px;
  left: -62px;
  white-space: nowrap;
}
.About_Main .Main_radius1{
  padding: 45px 69px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  bottom: -276px;
  left: -125px;
}
.About_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 29% 0% 43% 90% / 35% 0% 0% 94%;
  box-shadow: -40px -35px #F0F5E1;
}
.About_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-position: 45% 50%;
  object-fit: cover;
  z-index: -10;
}
/* AboutのFlow */
.About_Flow{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.About_Flow section{
  flex-flow:column;
  margin: auto;
  width: 90%;
}
.About_Flow section .Section_Back_Font{
  top: 560px;
  left: -35px;
}
.About_Flow section .Flex_Content_Right{
  order: -1;
  margin: auto;
}
.About_Flow .Section_Back_Icon{
  display: none;
}
/* Aboutポイント */
.About_Point{
  overflow: hidden;
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.About_Point .Section_Heading_G2{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.About_Point .Section_Heading_G2 br{
  display: block;
  content: "";
  margin: 20px 0;
}
.About_Point section{
  display: flex;
  flex-flow: column;
  gap: 40px;
  width: 100%;
}
.About_Point section img{
  height: 360px;
  margin-bottom: 15px;
  border-radius: 5%;
  object-fit: cover;
}
.About_Point section h4{
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
}
.About_Point section h3{
  color:#000;
}

/* コース */

/* コースメイン */
.Course_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Course_Main section p{
  position: absolute;
  bottom: -250px;
  left: -62px;
  white-space: nowrap;
}
.Course_Main .Main_radius1{
  padding: 45px 69px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  bottom: -276px;
  left: -125px;
}
.Course_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 29% 0% 43% 90% / 35% 0% 0% 94%;
  box-shadow: -40px -35px #F0F5E1;
}
.Course_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-position: 45% 50%;
  object-fit: cover;
  z-index: -10;
}

/* コースのコース */
.Course_Course .Section_Back_Icon{
  bottom: 30px;
  right: -30px;
}
.Course_Course section{
  display: block;
  width: 90%;
}
.Course_Course section div{
  margin-bottom: 40px;
}
.Course_Course .Section_Heading_G2
{
  margin-right: 30px;
  margin-left: 30px;
}
.Course_Course section div table{
  margin-left: 20px;
}
.Course_Course section .Section_Back_Font {
  top: -10%;
  left: -50px;
}

/* コースのInsurance */
.Course_Insurance section{
  flex-direction: column;
  width: 90%;
}
.Course_Insurance section .Flex_Content_Left div:nth-child(1){
  margin-bottom: 40px;
}
.Course_Insurance section .Flex_Content_Left div:nth-child(2){
  display: none;
}
.Course_Insurance section .Flex_Content_Right{
  margin-left: 0px;
  order:-1;
}
.Course_Insurance section table tr td{
  font-size: 1.2rem;
}
.Course_Insurance section div img{
  width: 100%;
  min-height: 180px;
  height: 263px;
  max-height: 263px;
  max-width: none;
  object-fit: cover;
  margin-bottom: 40px;
}


/* コースのSelf */
.Course_Self section{
  flex-direction: column;
  width: 90%;
}
.Course_Self section .Flex_Content_Left div:nth-child(1){
  margin-bottom: 40px;
}
.Course_Self section .Flex_Content_Left div:nth-child(2){
  display: none;
}
.Course_Self section .Flex_Content_Right{
  margin-left: 0px;
  order:-1;
}
.Course_Self section table tr td{
  font-size: 1.2rem;
}
.Course_Self section div img{
  width: 100%;
  min-height: 180px;
  height: 263px;
  max-height: 263px;
  max-width: none;
  object-fit: cover;
  margin-bottom: 40px;
  object-position: 0px -120px;
}

/* お知らせ */

/* お知らせメイン */
.Information_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Information_Main section p{
  position: absolute;
  bottom: -250px;
  left: -62px;
  white-space: nowrap;
}
.Information_Main .Main_radius1{
  padding: 45px 69px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  bottom: -276px;
  left: -125px;
}
.Information_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 29% 0% 43% 90% / 35% 0% 0% 94%;
  box-shadow: -40px -35px #F0F5E1;
}
.Information_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-position: 45% 50%;
  object-fit: cover;
  z-index: -10;
}
.Information_Block
{
  margin-bottom: 110px;
}
.Information_Block .Main_Contents div img
{
  height: 300px;
}
/* 投稿内容 */

.Information_Page{
  margin-bottom: 110px;
}

/* 声 */
.Voice_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Voice_Main section p{
  position: absolute;
  bottom: -250px;
  left: -62px;
  white-space: nowrap;
}
.Voice_Main .Main_radius1{
  padding: 45px 69px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  bottom: -276px;
  left: -125px;
}
.Voice_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 29% 0% 43% 90% / 35% 0% 0% 94%;
  box-shadow: -40px -35px #F0F5E1;
}
.Voice_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-position: 45% 50%;
  object-fit: cover;
  z-index: -10;
}
.Voice_Block{
  width: 90%;
}
.Voice_Block section{
  display: block;
  margin-bottom: 40px;
}
.Voice_Block section div h3{
  text-align: center;
}

#Voice .m{
  margin-bottom: 150px;
  padding-bottom: 10px;
}

/* Contact */
.Contact_Main section{
  position: relative;
  margin: auto;
  margin-top: auto;
}
.Contact_Main section p{
  position: absolute;
  bottom: -250px;
  left: -62px;
  white-space: nowrap;
}
.Contact_Main .Main_radius1{
  padding: 45px 69px;
  border-radius: 45% 58% 50% 100% / 45% 33% 112% 73%;
  bottom: -276px;
  left: -125px;
}
.Contact_Main > div{
  display: flex;
  overflow: hidden;
  right: 0;
  top:-25px;
  width: 65%;
  height: 100%;
  border-radius: 29% 0% 43% 90% / 35% 0% 0% 94%;
  box-shadow: -40px -35px #F0F5E1;
}
.Contact_Main div div img{
  width: 100%;
  height: 100%;
  min-height: 584px;
  max-height: 584px;
  object-position: 45% 50%;
  object-fit: cover;
  z-index: -10;
}
#Contact .m{
  padding-bottom: 150px;
  margin-bottom: 10px;
}
.Contact_Block form div {
  margin-bottom: 50px;
}
.Contact_Block .Contact_Button{
  width: 100%;
}
.Contact-Thanks_Block{
  margin-bottom: 240px;
}

}