@charset "UTF-8";
/* googlefont　*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,900;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fuggles&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
サイト固有の追加項目
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* base設定　*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  html, body {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  overflow-y: hidden;
  position: relative;
}
body a {
  color: #4E2A00;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body {
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  background: rgba(255, 255, 255, 0);
  color: #4E2A00;
}
body strong {
  font-weight: bold;
}
body .small {
  font-size: 0.8rem;
}

::-moz-selection {
  background: #FFF3CE;
}

::selection {
  background: #FFF3CE;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%; /*for responsive*/
  height: auto; /*for responsive*/
  width: auto; /* IE8のみ */
}

.opacity:hover {
  opacity: 70%;
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*  module  */
/*==================================

余白

==================================*/
.mt_0 {
  margin-top: 0;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_1r {
  margin-top: 1rem;
}

.mt_2r {
  margin-top: 2rem;
}

.mt_3r {
  margin-top: 3rem;
}

.pt_0 {
  padding-top: 0;
}

.pt_5 {
  padding-top: 5px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_1r {
  margin-bottom: 1rem;
}

.mb_2r {
  margin-bottom: 2rem;
}

.mb_3r {
  margin-bottom: 3rem;
}

.pb_0 {
  padding-bottom: 0;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_1r {
  padding-bottom: 1rem;
}

.pb_2r {
  padding-bottom: 2rem;
}

/*==================================

google map

==================================*/
.g_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.g_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*************************************/
/*==================================
.scrollanime・・・フェードインさせたい要素に付与する
.fadeInDown・・・jQueryによってフェードインさせる要素に付与される
.updown・・・上から下への動きをさせる要素に付与する
.downup・・・下から上への動きをさせる要素に付与する
.slide-right・・・右から左への動きをさせる要素に付与する
.slide-left・・・左から右への動きをさせる要素に付与する
==================================*/
/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
} /*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(1200px);
          transform: translateX(1200px);
}

.slide-left {
  -webkit-transform: translateX(-1200px);
          transform: translateX(-1200px);
}

/*==================================
parallax
==================================*/
.parallax1 {
  background-image: url("/img/common/para_item_01.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: left top;
}

.parallax2 {
  background-image: url("/img/common/para_item_02.svg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right 500px;
}

/*==================================

lazyload ふわっと表示

==================================*/
.fade img {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: 2s;
  transition: 2s;
}

.fade img.lazyloaded {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

/*==================================

g_border_box1

==================================*/
.g_border_box1 {
  margin: 2rem auto;
  border: 10px solid #D8CEC4;
  padding: 1.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .g_border_box1 {
    padding: 2rem 3rem;
  }
}
.g_border_box1 .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.g_border_box1 .g_btn {
  margin: 1rem auto 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .g_border_box1 .g_btn {
    width: auto;
  }
}
.g_border_box1 .g_figure_half, .g_border_box1 .g_figure_half_float {
  width: auto;
  margin-bottom: 1rem;
}

.contact .g_border_box1 {
  margin: 0 auto 4rem;
}

/*==================================

g_border_box2

==================================*/
.g_border_box2 {
  margin: 2rem auto;
  border: 3px solid #4E2A00;
  padding: 1.5rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .g_border_box2 {
    padding: 2rem 3rem;
  }
}
.g_border_box2 .ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.g_border_box2 .g_btn {
  margin: 1rem auto 0 auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .g_border_box2 .g_btn {
    width: auto;
  }
}
.g_border_box2 .g_figure_half, .g_border_box2 .g_figure_half_float {
  width: auto;
  margin-bottom: 1rem;
}

/*==================================

g_white_box

==================================*/
.g_white_box {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: white;
}
.g_white_box .inner {
  max-width: 920px;
  width: 98%;
  margin: 3rem auto;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  .g_white_box .inner {
    padding: 5rem 2rem;
  }
}

/*==================================

g_lead_box

==================================*/
.g_lead_box {
  width: 92%;
  max-width: 880px;
  margin: 0 auto 5rem auto;
}

/*==================================

g_white_box_culumn_item

==================================*/
.g_box_culumn_item {
  background-color: white;
  border: 1px solid #4E2A00;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 576px) {
  .g_box_culumn_item {
    padding: 5%;
  }
}
@media screen and (min-width: 768px) {
  .g_box_culumn_item {
    padding: 10%;
  }
}
.g_box_culumn_item p, .g_box_culumn_item ul, .g_box_culumn_item h3 {
  width: 100%;
}
.g_box_culumn_item ul {
  margin-bottom: 0;
}
.g_box_culumn_item .g_tel_link {
  padding: 1rem 0 0.5rem 0;
  font-size: 2rem;
  letter-spacing: 2px;
}

/*==================================

g_topic_item

==================================*/
.g_topic_item {
  width: 92%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  border-top: 2px solid #4E2A00;
  border-bottom: 2px solid #4E2A00;
}
.g_topic_item h2 {
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  font-weight: bold;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .g_topic_item h2 {
    font-size: 1.4rem;
  }
}

/*==================================

detail_box_lead

==================================*/
.detail_box_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 320px;
  padding: 3rem 6%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .detail_box_lead {
    min-height: 400px;
    padding: 4.5rem 6%;
  }
}

.detail_box_lead--educational-policy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url(../../img/common/educational_policy_bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../../img/common/educational_policy_bg.png);
}

.detail_box_lead--program {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url(../../img/common/program_bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../../img/common/program_bg.png);
}

.detail_box_lead--activities {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url(../../img/common/activities_bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../../img/common/activities_bg.png);
}

.detail_box_lead--food {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url(../../img/common/food_bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(../../img/common/food_bg.png);
}

.detail_box_lead_inner {
  width: 88%;
  max-width: 480px;
  padding: 2.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.88);
}
@media screen and (min-width: 768px) {
  .detail_box_lead_inner {
    min-height: 250px;
    max-width: 950px;
    padding: 3rem 2.5rem;
  }
}
.detail_box_lead_inner h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .detail_box_lead_inner h2 {
    font-size: 2rem;
  }
}
.detail_box_lead_inner p {
  letter-spacing: 1px;
  line-height: 1.6;
}

/*==================================

detail_box

==================================*/
.detail_box {
  padding: 3rem 6% 4rem;
}
.detail_box + .detail_box {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .detail_box {
    padding: 5rem 6% 6rem;
  }
  .detail_box + .detail_box {
    padding-top: 0;
  }
}

.detail_box_inner {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .detail_box_inner {
    -ms-grid-columns: minmax(0, 0.8fr) 4rem minmax(0, 1.2fr);
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
    row-gap: 0;
  }
}

.detail_box_content h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .detail_box_content h3 {
    font-size: 1.9rem;
  }
}
.detail_box_content p {
  margin-top: 2rem;
  line-height: 1.6;
}

.detail_box_en {
  display: block;
  margin-top: 0.2rem;
  color: #B5A898;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.1rem;
  letter-spacing: 5px;
  line-height: 1.2;
}

.detail_box_image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .detail_box_image {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
}
.detail_box_image img {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}

/*==================================

detail_link_box

==================================*/
.detail_link_box {
  width: 100%;
  max-width: 320px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .detail_link_box {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 4rem;
  }
}
.detail_link_box li.single {
  background-color: white;
  border: 1px solid #4E2A00;
  padding: 15px 30px 15px 15px;
  margin: 0 0 0.5rem;
  background-image: url(../../img/common/icon_next.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 5px;
}
@media screen and (min-width: 576px) {
  .detail_link_box li.single {
    padding: 20px 50px 20px 25px;
    background-position: right 25px center;
    background-size: 10px;
  }
}
.detail_link_box li.single:hover {
  background-position: right 20px center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.detail_link_box li.single a {
  display: block;
  line-height: 1.4;
}

/*==================================

ベースとなるボタンの設定

==================================*/
/*普通のサイズ*/
.g_btn {
  color: white;
  text-align: center;
  padding: 1rem;
  border: 1px solid #C77906;
  background-color: #C77906;
  display: block;
  margin: 0 auto;
  width: 92%;
  max-width: 500px;
  cursor: pointer;
  line-height: 1.4;
  font-size: 1.2rem;
}
.g_btn:hover {
  border: 1px solid #4E2A00;
  background-color: #4E2A00;
  color: white;
}

/*小さいサイズ*/
.g_small_btn {
  font-size: 0.8rem;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  border: 1px solid #C77906;
  background-color: #C77906;
  display: block;
  margin: 0 auto;
  max-width: 350px;
  cursor: pointer;
}
.g_small_btn:hover {
  border: 1px solid #4E2A00;
  background-color: #4E2A00;
  color: white;
}

.g_submit_btn {
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 1rem 5rem;
  border: 1px solid #C77906;
  background-color: #C77906;
  display: block;
  margin: 0 auto;
  font-size: 1.1rem;
  font-family: "Lato", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  cursor: pointer;
}
.g_submit_btn:hover {
  border: 1px solid #4E2A00;
  background-color: #4E2A00;
  color: white;
}

/*==================================

アイコン付きボタン

==================================*/
.g_otherwindow_btn {
  background-image: url(../../img/common/icon_white_otherwindow.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

.g_plus_btn {
  background-image: url(../../img/common/icon_white_plus.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

.g_minus_btn {
  background-image: url(../../img/common/icon_white_minus.svg);
  background-repeat: no-repeat;
  background-position: right 2rem center;
}

.g_next_btn {
  background-image: url(../../img/common/icon_white_next.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 2%;
}

/*==================================

ページ内リンク

==================================*/
.g_page_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .g_page_anchor_list {
    padding: 2rem 0 3rem 0;
  }
}
.g_page_anchor_list li {
  border: 1px solid #4E2A00;
  margin: 0 0.2rem 1rem 0.2rem;
}
@media screen and (min-width: 768px) {
  .g_page_anchor_list li {
    margin: 0 0.5rem 1rem 0.5rem;
  }
}
.g_page_anchor_list li a {
  background-color: white;
  display: block;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem 0.8rem;
}
@media screen and (min-width: 576px) {
  .g_page_anchor_list li a {
    padding: 0.5rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .g_page_anchor_list li a {
    font-size: 1rem;
    padding: 0.7rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .g_page_anchor_list li a {
    padding: 0.7rem 4rem;
  }
}
.g_page_anchor_list li a:hover {
  background-color: #4E2A00;
  color: white;
}
.g_page_anchor_list .current a {
  background-color: #FFFFD8;
  pointer-events: none;
}
.g_page_anchor_list .current a:hover {
  background-color: #FFFFD8;
}
@media screen and (min-width: 768px) {
  .g_page_anchor_list .current a {
    font-size: 1rem;
  }
}

/*==================================

g_pager

==================================*/
.g_pager ul {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.g_pager ul li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #4E2A00;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .g_pager ul li {
    width: 60px;
    height: 60px;
  }
}
.g_pager ul li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  color: white;
}
.g_pager ul li a span {
  display: table-cell;
  vertical-align: middle;
}
.g_pager ul li a:hover {
  color: white;
  background: #628026;
}
.g_pager ul li .active {
  color: #4E2A00;
  border: 1px solid #4E2A00;
  background-color: white;
  pointer-events: none;
}
.g_pager ul .pre, .g_pager ul .next {
  display: inline-block;
  height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .g_pager ul .pre, .g_pager ul .next {
    height: 60px;
  }
}
.g_pager ul .pre a, .g_pager ul .next a {
  width: 100%;
  text-align: center;
}

/*==================================

簡易class

==================================*/
.al_left {
  text-align: left;
}

.al_center {
  text-align: center;
}

.al_right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.strong {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66));
  background: linear-gradient(transparent 40%, #ffff66 40%);
}

.alert {
  font-weight: strong;
}

.f_s {
  font-size: 0.9rem;
}

.f_ss {
  font-size: 0.8rem;
}

.f_sss {
  font-size: 0.6rem;
}

.f_l {
  font-size: 1.2rem;
}

.f_ll {
  font-size: 1.4rem;
}

.f_super {
  vertical-align: super;
  font-size: 0.7rem;
  font-weight: bold;
}

.f_sub {
  vertical-align: sub;
  font-size: 0.7rem;
}

/*==================================

タイトル系

==================================*/
/*==g_main_ttl ==*/
.g_main_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #4E2A00;
  margin: 0 0 1rem 0;
  padding: 1rem 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .g_main_ttl {
    letter-spacing: 2px;
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    letter-spacing: 2px;
    padding: 2rem 0 1rem 0;
  }
}

/*==g_sub_ttl1 ==*/
.g_sub_ttl1 {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: bold;
  border-left: 3px solid #4E2A00;
  padding: 0 0 0 1rem;
  margin: 0 0 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .g_sub_ttl1 {
    letter-spacing: 2px;
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}

/*==================================

pタグ

==================================*/
.g_lead_txt {
  max-width: 880px;
  width: 90%;
  font-size: 1rem;
  line-height: 2;
  margin: 0 auto 1.5rem auto;
}
@media screen and (min-width: 768px) {
  .g_lead_txt {
    font-size: 1.08rem;
    margin: 1rem auto 3rem auto;
  }
}

.g_normai_p {
  margin-bottom: 1rem;
}

.g_width_p {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1rem auto;
}

/*==================================

リンク系

==================================*/
/*==g_tel_link==*/
.g_tel_link {
  font-weight: bold;
  text-decoration: underline;
}
.g_tel_link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .g_tel_link {
    pointer-events: none;
    text-decoration: none;
  }
}

/*==================================

お知らせリスト

==================================*/
.g_news_list1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g_news_list1 ul li {
  margin-bottom: 2rem;
}
.g_news_list1 ul a {
  display: block;
  height: 100%;
  background-color: white;
  overflow: hidden;
}
@media all and (-ms-high-contrast: none) {
  .g_news_list1 ul a {
    height: auto;
  }
}
.g_news_list1 ul a figure {
  position: relative;
  overflow: hidden;
  height: 54vw;
}
@media screen and (min-width: 768px) {
  .g_news_list1 ul a figure {
    height: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .g_news_list1 ul a figure {
    height: 11vw;
  }
}
.g_news_list1 ul a:hover img {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.g_news_list1 ul img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.g_news_list1 ul div.info_txt {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  z-index: 999;
}
.g_news_list1 ul .info_name {
  position: absolute;
  background-color: #628026;
  top: -0.5rem;
  color: white;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  z-index: 1;
}
.g_news_list1 ul .info_date {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 3px;
  padding-right: 1rem;
}
.g_news_list1 ul .info_cat {
  font-size: 0.8rem;
  border-bottom: 1px solid #4E2A00;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.g_news_list1 ul h3 {
  font-size: 1rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g_news_list1 ul .more {
  font-size: 0.8rem;
  border-bottom: 2px dotted #4E2A00;
  line-height: 1.2;
  letter-spacing: 2px;
  display: table;
  text-align: right;
  margin: 1rem 0 0 auto;
}

/*==================================

アイコン付きリンク

==================================*/
/*==g_normal_link==*/
.g_normal_link {
  text-decoration: underline;
}
.g_normal_link:hover {
  text-decoration: none;
}

/*==g_otherwindow_link==*/
.g_otherwindow_link {
  text-decoration: underline;
  display: inline-block;
}
.g_otherwindow_link:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(../../img/common/icon_otherwindow.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
.g_otherwindow_link:hover {
  text-decoration: none;
}

/*==g_modal_link==*/
.g_modal_link {
  text-decoration: underline;
  display: inline-block;
}
.g_modal_link:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(../../img/common/icon_modal.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
.g_modal_link:hover {
  text-decoration: none;
}

/*==g_pdf_link==*/
.g_pdf_link {
  text-decoration: underline;
  display: inline-block;
}
.g_pdf_link:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 20px;
  background-image: url(../../img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
.g_pdf_link:hover {
  text-decoration: none;
}

/*==g_download_link==*/
.g_download_link {
  text-decoration: underline;
  display: inline-block;
}
.g_download_link:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 24px;
  background-image: url(../../img/common/icon_download.svg);
  background-repeat: no-repeat;
  background-position: 0.2rem bottom;
}
.g_download_link:hover {
  text-decoration: none;
}

/*==g_prev_link==*/
.g_prev_link {
  text-decoration: underline;
  display: inline-block;
}
.g_prev_link:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../../img/common/icon_prev.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.g_prev_link:hover {
  text-decoration: none;
}

/*==g_next_link==*/
.g_next_link {
  text-decoration: underline;
  display: inline-block;
}
.g_next_link:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../../img/common/icon_next.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.g_next_link:hover {
  text-decoration: none;
}

/*==g_pagenav_list==*/
.g_pagenav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*==g_down_link==*/
.g_down_link {
  text-decoration: underline;
  display: inline-block;
}
.g_down_link:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../../img/common/icon_down.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.g_down_link:hover {
  text-decoration: none;
}

/*==g_up_link==*/
.g_up_link {
  text-decoration: underline;
  display: inline-block;
}
.g_up_link:after {
  display: inline-block;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../../img/common/icon_up.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.g_up_link:hover {
  text-decoration: none;
}

/*==g_back_parent==*/
.g_back_parent_link {
  text-decoration: underline;
  display: table;
  margin: 2rem auto 0 auto;
}
.g_back_parent_link:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 26px;
  background-image: url(../../img/common/icon_prev.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.g_back_parent_link:hover {
  text-decoration: none;
}

.row {
  margin-right: -1%;
  margin-left: -1%;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 1%;
  padding-left: 1%;
}

.g_contents_inner .row {
  margin-right: -3%;
  margin-left: -3%;
}
.g_contents_inner .row .col, .g_contents_inner .row .col-1, .g_contents_inner .row .col-10, .g_contents_inner .row .col-11, .g_contents_inner .row .col-12, .g_contents_inner .row .col-2, .g_contents_inner .row .col-3, .g_contents_inner .row .col-4, .g_contents_inner .row .col-5, .g_contents_inner .row .col-6, .g_contents_inner .row .col-7, .g_contents_inner .row .col-8, .g_contents_inner .row .col-9, .g_contents_inner .row .col-auto, .g_contents_inner .row .col-lg, .g_contents_inner .row .col-lg-1, .g_contents_inner .row .col-lg-10, .g_contents_inner .row .col-lg-11, .g_contents_inner .row .col-lg-12, .g_contents_inner .row .col-lg-2, .g_contents_inner .row .col-lg-3, .g_contents_inner .row .col-lg-4, .g_contents_inner .row .col-lg-5, .g_contents_inner .row .col-lg-6, .g_contents_inner .row .col-lg-7, .g_contents_inner .row .col-lg-8, .g_contents_inner .row .col-lg-9, .g_contents_inner .row .col-lg-auto, .g_contents_inner .row .col-md, .g_contents_inner .row .col-md-1, .g_contents_inner .row .col-md-10, .g_contents_inner .row .col-md-11, .g_contents_inner .row .col-md-12, .g_contents_inner .row .col-md-2, .g_contents_inner .row .col-md-3, .g_contents_inner .row .col-md-4, .g_contents_inner .row .col-md-5, .g_contents_inner .row .col-md-6, .g_contents_inner .row .col-md-7, .g_contents_inner .row .col-md-8, .g_contents_inner .row .col-md-9, .g_contents_inner .row .col-md-auto, .g_contents_inner .row .col-sm, .g_contents_inner .row .col-sm-1, .g_contents_inner .row .col-sm-10, .g_contents_inner .row .col-sm-11, .g_contents_inner .row .col-sm-12, .g_contents_inner .row .col-sm-2, .g_contents_inner .row .col-sm-3, .g_contents_inner .row .col-sm-4, .g_contents_inner .row .col-sm-5, .g_contents_inner .row .col-sm-6, .g_contents_inner .row .col-sm-7, .g_contents_inner .row .col-sm-8, .g_contents_inner .row .col-sm-9, .g_contents_inner .row .col-sm-auto, .g_contents_inner .row .col-xl, .g_contents_inner .row .col-xl-1, .g_contents_inner .row .col-xl-10, .g_contents_inner .row .col-xl-11, .g_contents_inner .row .col-xl-12, .g_contents_inner .row .col-xl-2, .g_contents_inner .row .col-xl-3, .g_contents_inner .row .col-xl-4, .g_contents_inner .row .col-xl-5, .g_contents_inner .row .col-xl-6, .g_contents_inner .row .col-xl-7, .g_contents_inner .row .col-xl-8, .g_contents_inner .row .col-xl-9, .g_contents_inner .row .col-xl-auto {
  padding-right: 3%;
  padding-left: 3%;
}

/*==================================

educational_policy

==================================*/
.educational_policy_wrap {
  color: #4E2A00;
  padding-bottom: 0;
}
.educational_policy_wrap p {
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .educational_policy_wrap p {
    line-height: 2.4;
  }
}

.educational_policy_link li.single {
  background-color: white;
  border: 1px solid #4E2A00;
  padding: 15px 30px 15px 15px;
  margin: 0 0 0.5rem;
  background-image: url(../../img/common/icon_next.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 5px;
}
@media screen and (min-width: 576px) {
  .educational_policy_link li.single {
    padding: 20px 50px 20px 25px;
    background-position: right 25px center;
    background-size: 10px;
  }
}
.educational_policy_link li.single:hover {
  background-position: right 20px center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.educational_policy_link li.single a {
  display: block;
  line-height: 1.4;
}

.policy_width {
  width: 88%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .policy_width {
    width: 82%;
  }
}

.policy_width2 {
  width: 88%;
  max-width: 1180px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .policy_width2 {
    width: 82%;
  }
}

.sec_policy_ttl {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .sec_policy_ttl {
    margin-bottom: 3rem;
  }
}
.sec_policy_ttl h2 {
  display: block;
  min-width: 170px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.4rem;
  letter-spacing: 4px;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 2px solid #4E2A00;
}
@media screen and (min-width: 992px) {
  .sec_policy_ttl h2 {
    display: inline-block;
    min-width: 220px;
    font-size: 1.5rem;
  }
}

.sec_policy_message {
  display: -ms-grid;
  display: grid;
  padding-top: 4rem;
}
@media screen and (min-width: 992px) {
  .sec_policy_message {
    -ms-grid-columns: 270px 5rem 1fr;
    grid-template-columns: 270px 1fr;
    gap: 5rem;
    padding-top: 6rem;
  }
}

.policy_message_box {
  background-image: url(../../img/educational_policy/bg_policy_message.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 1.5rem;
}
@media screen and (min-width: 992px) {
  .policy_message_box {
    padding: 3rem 4rem;
  }
}
.policy_message_box p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  letter-spacing: 2px;
  margin-bottom: 1.6rem;
}
.policy_message_box p:last-child {
  margin-bottom: 0;
}

.sec_policy_way {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  padding-top: 6rem;
}
@media screen and (min-width: 1200px) {
  .sec_policy_way {
    -ms-grid-columns: 270px 0 1fr;
    grid-template-columns: 270px 1fr;
    gap: 0;
    padding-top: 9rem;
  }
}

.policy_way_list {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}

.policy_way_item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .policy_way_item {
    -ms-grid-columns: 310px 5rem 1fr;
    grid-template-columns: 310px 1fr;
    gap: 5rem;
  }
}
.policy_way_item figure {
  width: 220px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .policy_way_item figure {
    width: 280px;
  }
}
.policy_way_item figure img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .policy_way_item.way_respect {
    -ms-grid-columns: 1fr 310px;
    grid-template-columns: 1fr 310px;
  }
}

.policy_way_text {
  position: relative;
}
.policy_way_text h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.35rem;
  letter-spacing: 4px;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .policy_way_text h3 {
    font-size: 1.5rem;
  }
}
.policy_way_text p {
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}

.way_power .policy_way_text:before {
  content: "";
  position: absolute;
  top: -54px;
  left: 0;
  width: 46px;
  height: 46px;
  background-image: url(../../img/educational_policy/ilust_policy_way_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .way_power .policy_way_text:before {
    top: -46px;
    left: -42px;
    width: 58px;
    height: 58px;
  }
}

.way_respect .policy_way_text:after {
  content: "";
  position: absolute;
  right: -18px;
  bottom: -44px;
  width: 56px;
  height: 56px;
  background-image: url(../../img/educational_policy/ilust_policy_way_text_2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 1200px) {
  .way_respect .policy_way_text:after {
    right: -34px;
    bottom: -58px;
    width: 70px;
    height: 70px;
  }
}

.sec_policy_goal {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  padding-top: 7rem;
}
@media screen and (min-width: 992px) {
  .sec_policy_goal {
    -ms-grid-columns: 270px 5rem 1fr;
    grid-template-columns: 270px 1fr;
    gap: 5rem;
    padding-top: 10rem;
  }
}

.policy_goal_list {
  display: -ms-grid;
  display: grid;
  gap: 1.8rem;
}

.policy_goal_item {
  position: relative;
  display: block;
}
@media screen and (min-width: 992px) {
  .policy_goal_item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 1fr;
    grid-template-columns: 110px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.policy_goal_item img {
  position: absolute;
  left: 1rem;
  bottom: -1.2rem;
  z-index: 2;
  width: 80px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .policy_goal_item img {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100px;
    margin: 0 -18px 0 auto;
    margin-right: -18px;
  }
}
.policy_goal_item:nth-child(2) img {
  width: 60px;
}
@media screen and (min-width: 992px) {
  .policy_goal_item:nth-child(2) img {
    width: 80px;
  }
}
.policy_goal_item:nth-child(1) img {
  width: 70px;
}
@media screen and (min-width: 992px) {
  .policy_goal_item:nth-child(1) img {
    width: 100px;
  }
}
.policy_goal_item p {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-radius: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.2rem;
  letter-spacing: 4px;
  line-height: 1.7;
  text-align: center;
  width: 100%;
  min-height: 150px;
  padding: 2rem;
}
@media screen and (min-width: 992px) {
  .policy_goal_item p {
    min-height: auto;
    font-size: 1.35rem;
  }
}

.sec_policy_character {
  padding-top: 7rem;
}
@media screen and (min-width: 992px) {
  .sec_policy_character {
    padding-top: 9rem;
  }
}

.policy_character_lead {
  text-align: center;
}
.policy_character_lead h2 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 5px;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 992px) {
  .policy_character_lead h2 {
    font-size: 1.8rem;
  }
}
.policy_character_lead p {
  letter-spacing: 2px;
}

.policy_character_list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .policy_character_list {
    -ms-grid-columns: 1fr 1.4rem 1fr 1.4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }
}

.policy_character_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 76px 1rem 1fr;
  grid-template-columns: 76px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 1.1rem;
  min-height: 130px;
}
.policy_character_item img {
  width: auto;
  height: 70px;
  max-width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.policy_character_item:nth-child(2) img, .policy_character_item:nth-child(4) img, .policy_character_item:nth-child(5) img, .policy_character_item:nth-child(6) img, .policy_character_item:nth-child(7) img {
  height: 80px;
  max-width: 80px;
}
.policy_character_item dt {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.policy_character_item dd {
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.policy_character_group {
  position: relative;
  text-align: center;
  margin-top: 6rem;
  padding: 0 4% 4rem;
  background-image: url(../../img/common/foot_link_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom 1.8rem;
  background-size: 100% auto;
}
@media screen and (min-width: 992px) {
  .policy_character_group {
    margin-top: 8rem;
    background-position: center bottom -1.8rem;
  }
}
.policy_character_group p {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, "Noto Serif JP", serif;
  font-size: 1.1rem;
  letter-spacing: 5px;
  margin-bottom: 2rem;
}
.policy_character_group p:before, .policy_character_group p:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 1px;
  background: #4E2A00;
}
.policy_character_group p:before {
  left: -36px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.policy_character_group p:after {
  right: -36px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.policy_character_group img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(720px, 92%);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .policy_character_group img {
    width: 450px;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc_only {
    display: block;
  }
}