@charset "utf-8";
/* CSS Document */

:root {
  --site_color: #087E38;
  --site_color_02: #355442;
  --txt_color: #393939;
  --bgc_base: #A8A8A8;
}

body :has(.site__lang_zh-cn),
body :has(.site__lang_zh-cn) .home__ride hgroup h2{
  font-family: "Microsoft Yahei", "SimSun", "MS UI Gothic", "Hei", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
}


/*---------------------------------------------------------------------
	container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
}
#container.fixed {
    position: fixed;
    width: 100%;
}

@media print, screen and (max-width: 768px) {
  .sp_none { display: none; }
}
@media print, screen and (min-width: 769px) {
  .pc_none { display: none; }
}

@media print, screen and (max-width: 425px) {
  .sp_block { display: block; }
}

.font_mincho {
	font-family: 'Noto Serif JP';
}

/*---------------------------------------------------------------------
	alert_box
---------------------------------------------------------------------*/
.alert_box {
  padding: 10px;
  background: #B20000;
}
.alert_box .inner {
  background: #fff;
  padding: 12px;
  border: 4px solid #FF8A92;
  max-width: 1200px;
  margin: 0 auto;
}
.alert_box .head {
  background: #B20000;
  padding: 10px;
  position: relative;
}
.alert_box .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.alert_box .link {
  position: absolute;
  right: 8px;
  top: 8px;
}
.alert_box .link a {
  color: #000;
  display: block;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
  background: #fff;
  border: 1px solid #BFBFBF;
  padding: 2px 20px 2px 10px;
}
.alert_box .link a::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #E60011;
}

.alert_box .list {}
.alert_box .list li {}
.alert_box .list a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #BFBFBF;
  padding: 5px;
  padding-left: 20px;
  position: relative;
}
.alert_box .list a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #B20000;
}
.alert_box .list .date {
  color: #707070;
  font-size: 1.4rem;
}
.alert_box .list .title {
  text-decoration: underline;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .alert_box {
    padding: 30px;
  }
  .alert_box .ttl {
    font-size: 2.4rem;
  }
  .alert_box .link a {
    width: 200px;
    padding: 6px;
    transition: .3s;
  }
  .alert_box .link a::before {
    right: 8px;
    top: 14px;
  }
  .alert_box .link a:hover {
    background: #fff4bd;
  }
  .alert_box .list a {
    display: table;
    width: 100%;
    padding: 10px 10px 10px 20px;
    transition: .3s;
  }
  .alert_box .list a:hover {
    border-bottom-color: #B20000;
    background: #fff4bd;
  }
  .alert_box .list .date {
    display: table-cell;
    vertical-align: top;
    font-size: 1.6rem;
    width: 140px;
    padding-top: 4px;
  }
  .alert_box .list .title {
    display: table-cell;
    vertical-align: top;
    font-size: 2rem;
  }
  .alert_box .list a::before {
    top: 22px;
  }
}

/*---------------------------------------------------------------------
	site_header
---------------------------------------------------------------------*/
#site_header {
  position: relative;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  position: relative;
  z-index: 100;
}

.site_logo {
  float: left;
  width: 60%;
  max-width: 300px;
  line-height: 1;
  vertical-align: top;
}

.header_menu {
  display: none;
}

/*--- fixed ---*/
#site_header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}


/* pc */
@media print, screen and (min-width: 1280px) {
  #site_header {
    padding: 15px 110px 15px 15px;
  }
  .site_logo {
    margin-top: 7px;
  }
  .header_menu {
    display: block;
    float: right;
    text-align: right;
  }
  .g_navi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .g_navi > li {}
  .g_navi > li + li { margin-left: 10px;}
  .g_navi > li > a {
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    display: block;
    text-decoration: none;
    padding: 5px 20px;
    transition: .3s;
    background: #ebebeb;
  }
  .g_navi > li > a:hover {
    color: #019FE8;
  }
    
}


/*----- btn_site_navi -----*/
.btn_site_navi {
    width: 70px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.btn_site_navi a {
    width: 100%;
    height: 100%;
    color: #fff;
    background: #019FE8;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 1.1rem;
    text-align: center;
    font-weight: bold;
}
.btn_site_navi .line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  background: #fff;
  width: 26px;
  height: 2px;
  margin-top: -15%;
}
.btn_site_navi .line::before,
.btn_site_navi .line::after {
  content: "";
  position: absolute;
  left: 0;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: .3s;
}
.btn_site_navi .line::before {
  top: -6px;
}
.btn_site_navi .line::after {
  top: 6px;
}
.btn_site_navi .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}


/*.btn_site_navi.open .line { background: none; }
.btn_site_navi.open .line::before {transform: rotate(45deg);top: 0;}
.btn_site_navi.open .line::after { transform: rotate(-45deg); top:0;}*/

/* pc_l */
@media print, screen and (min-width: 1460px) {
  .btn_site_navi {
    width: 94px;
  }
  .btn_site_navi a { font-size: 1.3rem; }
}


/*----- site_navi -----*/
.site_navi {
  /*display: none;*/
  background: #ccc;
  position: fixed;
  right: -100%;
  top: 0;
  width: 80%;
  height: 100%;
  z-index: 100;
  padding: 60px 20px 20px;
  transition: .8s;
  opacity: 0;
  max-width: 600px;
}
.site_navi .inner {
  height: 100%;
  overflow-y: scroll;
}
.site_navi .search_form {}
.close_site_navi {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 4rem;
  line-height: 1;
  text-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
.close_site_navi a {
  display: block;
  width: 70px;
  height: 70px;
}
.close_site_navi .line {
    position: absolute;
    left: 130%;
    top: 50%;
    width: 26px;
    margin-left: -13px;
  transition: all .5s ease .5s;
}
.close_site_navi .line::before,
.close_site_navi .line::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #008ECF;
  transition: all .3s ease 1s;
}
.close_site_navi .line::before { top: -9px; }
.close_site_navi .line::after { top: 3px; }

.site_navi.open {
  right: 0;
  opacity: 1;
}
.open .close_site_navi .line {
  left: 50%;
}
.open .close_site_navi .line::before {
    top: -3px;
    transform: rotate(-45deg);
}
.open .close_site_navi .line::after {
    transform: rotate(45deg);
    top: -3px;
}

.site_navi_links .menu_01 {
  margin-bottom: 20px;
}
.site_navi_links .menu_01 li {
  margin-bottom: 3px;
}
.site_navi_links .menu_01 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #00468C;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_01 li a::before {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 2px solid #92DDFF;
    border-bottom: 2px solid #92DDFF;
    transform: rotate(-45deg);
    margin-top: -4px;
}

.site_navi_links .menu_02 {}
.site_navi_links .menu_02 .item {}
.site_navi_links .menu_02 .item > ul > li {
  margin-bottom: 5px;
}
.site_navi_links .menu_02 .item > ul > li > a {
  display: block;
  color: #000;
  text-decoration: none;
  border: 1px solid #92DDFF;
  padding: 10px;
  position: relative;
}
.site_navi_links .menu_02 .item > ul > li > a::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #92DDFF;
  border-bottom: 2px solid #92DDFF;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .item .pull_btn::before {
  transform: rotate(45deg);
  margin-top: -6px;
  transition: .5s;
}
.site_navi_links .menu_02 .item .pull_btn.open::before {
  transform: rotate(225deg);
  margin-top: -4px;
}
.site_navi_links .menu_02 .pull_link {
  display: none;
  padding: 10px;
  background: #c7eeff;
}
.site_navi_links .menu_02 .pull_link li {}
.site_navi_links .menu_02 .pull_link li + li {
    border-top: 1px dotted #009fe8;
}
.site_navi_links .menu_02 .pull_link a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  padding: 5px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .site_navi { padding-top: 80px; }
  .close_site_navi a { height: 77px; }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .site_navi {
    padding: 100px 40px 40px;
  }
  .site_navi .inner {
    max-width: 1200px;
    margin: 0 auto;
    overflow: inherit;
  }
  
  .site_navi_links .menu_01 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_01 li {
    display: table-cell;
    vertical-align: top;
  }
  .site_navi_links .menu_01 li + li {
    padding-left: 5px;
  }
  .site_navi_links .menu_01 li a {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 11px 10px 20px;
  }
  .site_navi_links .menu_01 li a:hover {
    transition: .3s;
    background-color: #FC841A;
  }
  .site_navi_links .menu_01 li a::before {
    transform: rotate(45deg);
    right: auto;
    left: 50%;
    top: auto;
    bottom: 10px;
    margin-left: -2px;
  }
  .site_navi_links .menu_01 li a:hover::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
  
  .site_navi_links .menu_02 {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .site_navi_links .menu_02 .item {
    display: table-cell;
    vertical-align: top;
    padding: 0 15px;
    text-align: left;
    border-right: 1px dashed #BFBFBF;
  }
  .site_navi_links .menu_02 .item:first-child {
    padding-left: 10px;
  }
  .site_navi_links .menu_02 .item ul + ul {
    margin-top: 30px;
  }
  .site_navi_links .menu_02 .item > ul > li > a {
    border: none;
    padding: 5px;
    font-weight: 500;
  }
  .site_navi_links .menu_02 .item > ul > li > a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  .site_navi_links .menu_02 .item > ul > li > a::before {
    display: none;
  }
  .site_navi_links .menu_02 .pull_link {
    display: block;
    background: none;
    padding: 0 0 0 20px;
  }
  .site_navi_links .menu_02 .pull_link li + li {
    border-top: none;
  }
  .site_navi_links .menu_02 .pull_link a {
    font-size: 1.5rem;
    padding: 2px;
  }
  .site_navi_links .menu_02 .pull_link a:hover {
    transition: .3s;
    background: #f7f7da;
  }
  
}

/* pc_l */
@media print, screen and (min-width: 1460px) {
}

/*---------------------------------------------------------------------
	topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {
  margin: 10px auto 30px;
}
.topic_path_top > ol {
  font-size: 13px;
  font-size: 1.3rem;
}
.topic_path_top > ol > li {
  display: inline;
}
.topic_path_top > ol > li + li::before {
  content: ">";
  margin: 0 5px;
}
.topic_path_top > ol > li a {
  text-decoration: underline;
}
.topic_path_top > ol > li:last-child a {
    text-decoration: none;
    color: #333;
}

/*---------------------------------------------------------------------
	pagebody
---------------------------------------------------------------------*/
.pagebody_inner {
    max-width: 1200px;
    padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto 100px;
}
.pagebody_inner_02 {
    max-width: 1760px;
    padding: 0 15px;
    box-sizing: content-box;
    margin: 0 auto;
}

.pagebody_inner_03{
  max-width: 900px;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .pagebody_inner_02 {
    padding: 0 40px;
  }
  .pagebody_inner_02 .pagebody_inner { padding: 0; }
}

/*--------------------------------------------------
	alpha
--------------------------------------------------*/
#alpha {
}

/* pc */
@media print, screen and (min-width: 1280px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
}


/*--------- text -----------*/
.page_ttl {
  color: var(--site_color_02);
  font-size: 2.2rem;
  font-weight: 500;
  background: #eee;
	background: #E9F8D3;
  padding: 25px 10px;
  line-height: 1.4;

}
.page_ttl span {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .page_ttl {
    font-size: 3rem;
  }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .page_ttl {
    font-size: 3.4rem;
    padding: 35px;
  }
}

.content1:not(.topics__body) {
  line-height: 1.8;
}
.content1:not(.topics__body)p {
  margin: 1em 0;
}
.content1:not(.topics__body)h2 + p,
.content1:not(.topics__body)h3 + p,
.content1:not(.topics__body)h4 + p,
.content1:not(.topics__body)h5 + p,
.content1:not(.topics__body)h6 + p {
  margin-top: 0;
}
.content1:not(.topics__body)div > p {
  margin-top: 0;
}

/* headline */
.content1:not(.topics__body)* + h2 {
  margin-top: 80px;
}
.content1:not(.topics__body)* + h3 {
  margin-top: 60px;
}
.content1:not(.topics__body)* + h4 {
  margin-top: 40px;
}
.content1:not(.topics__body)* + h5 {
  margin-top: 20px;
}
.content1:not(.topics__body)h2 + h3,
.content1:not(.topics__body)h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1:not(.topics__body)* + dl,
.content1:not(.topics__body)* + ol,
.content1:not(.topics__body)* + ul,
.content1:not(.topics__body)* + table {
  margin-top: 20px;
}

.lead_01,
.content1:not(.topics__body)h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}
.lead_02,
.content1:not(.topics__body)h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #BDBDBD;
  position: relative;
}
.lead_02::before,
.content1:not(.topics__body)h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background: #009FE8;
}
.lead_03,
.content1:not(.topics__body)h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #707070;
}
.lead_04,
.content1:not(.topics__body)h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.lead_05 { color: #224262; font-weight: 500; font-size: 1.8rem; }
.lead_06 { color: #B55C5C; font-weight: 500; font-size: 1.8rem; }
.lead_07 { color: #333333; font-weight: 500; font-size: 1.8rem; }

/* pc */
@media print, screen and (min-width: 1280px) {
  .lead_01,
  .content1:not(.topics__body)h2 {
    font-size: 3.2rem;
    min-height: 140px;
    padding: 20px 25px;
    margin-bottom: 35px;
  }
  
  .lead_02,
  .content1:not(.topics__body)h3 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  
  .lead_03,
  .content1:not(.topics__body)h4 { font-size: 2.8rem; padding-bottom: 12px; }
  
  .lead_04,
  .content1:not(.topics__body)h5 { font-size: 2.6rem; }
  
  .lead_05,
  .lead_06,
  .lead_07 { font-size: 2.4rem; }
}


.fc_01 { color: #D80000; }

.modified_date {
  color: #333;
  font-size: 86.66%;
  margin-bottom: 20px;
  text-align: right;
}

/*--------- btn -----------*/
a.btn_01 {
    display: inline-block;
    vertical-align: top;
    color: #333;
    text-decoration: none;
    border: 1px solid #CCCCCC;
    background: #fff url("/image/icon/arrow_01.png") no-repeat right 10px center;
    min-width: 31.66%;
    padding: 10px 30px;
    font-size: 1.4rem;
    border-radius: 3px;
}

/* pc */
@media screen and (min-width: 1280px) {
	a.btn_01 {
		padding: 18px 30px;
	}
	a.btn_01 {
    transition: .3s;
  }
	a.btn_01:hover {
    color: #fff;
    background-color: #008ECF;
    background-image: url("/image/icon/arrow_01_w.png");
  }
}


/*--------- bg -----------*/
.bg_box_01 {
	background: #F0F7F6;
	background: #fff;
	padding: 10px 15px;
}
.bg_box_02 {
  background: #F6F5EE;
  padding: 10px 15px;
}
.bg_box_03 {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

/*--------- template -----------*/
.fll_img { margin-bottom: 15px; }
.flr_img { margin-bottom: 15px; }

.sp_flr_img {
    float: right;
    margin: 0 0 0 20px;
}
.sp_fll_img {
    float: left;
    margin: 0 20px 0 0;
}

.fll_img img,
.fll_img img {
  max-width: 100%;
  height: auto;
  
}

.fl_over {
  overflow: hidden;
}

@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}
.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

.list_2column .width_auto,
.list_3column .width_auto {
	width: auto;
}

/* list_2column */
.list_2column {}
.list_2column .item + .item {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .list_2column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item { margin-top: 0; }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}

/* list_3column */
.list_3column {}
.list_3column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_3column {
    display: flex;
    flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_3column .item + .item { margin-top: 0; }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}

/* list_4column */
.list_4column {
  display: flex;
  flex-wrap: wrap;
}
.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_4column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_4column .item,
  .list_4column .item:nth-child(2n){
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}

/* list_5column */
.list_5column {
  display: flex;
  flex-wrap: wrap;
}
.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}
.list_5column .item:nth-child(2n) {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .list_5column .item,
  .list_5column .item:nth-child(2n){
    width: 18%;
  }
  
  .list_5column .item:nth-child(2n){
    margin-right: 2.5%;;
  }
  
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}

.contact_box {
  background: #fafafa;
  padding: 15px 20px;
  border: 3px solid #133775;
}
* + .contact_box {
  margin-top: 60px;
}

/*--------- list_index -----------*/
* + .list_index {
  margin-top: 60px;
}
.list_index {}
.list_index .item {}
.list_index .item + .item  {
  margin-top: 15px;
}
.list_index .item > a {
    color: #000;
    text-decoration: none;
    position: relative;
    border: 1px solid #bfbfbf;
  display: table;
    width: 100%;
}
.list_index .item .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}
.list_index .item .thumb span {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}
.list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  transition: .5s;
  width: 100%;
}
.list_index .item > a:hover .thumb img {
  opacity: 1;
  transform: scale(1.08);
}
.list_index .item .thumb + .detail {
  border-left: 1px solid #ccc;
}
.list_index .item .detail {
  display: table-cell;
  vertical-align: middle;
  background: #018FCF no-repeat right 10px center/40px;
  padding: 15px 0;
}
.list_index .item .ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}
.list_index .item .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #009FE8;
  border-bottom: 2px solid #009FE8;
  transform: rotate(-45deg);
}
.list_index .item .lead {
    font-size: 1.5rem;
    margin-top: 5px;
  padding: 7px 10px;
  background: #FCE6D6;
}
.list_index .item > ul {
  margin: 5px 0 30px 10px;
}
.list_index .item > ul li + li {}
.list_index .item > ul a {
    display: block;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #bfbfbf;
    font-size: 1.5rem;
    padding: 5px 10px 5px 20px;
    position: relative;
}
.list_index .item > ul a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  border: 4px solid transparent;
  border-left: 6px solid #009FE8;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_index {
    display: flex;
    flex-wrap: wrap;
  }
  .list_index .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_index .item + .item {
    margin-top: 0;
  }
  .list_index .item:nth-child(3n) {
    margin-right: 0;
  }
  
  .list_index .item a {
    display: block;
  }
  .list_index .item a:hover {
    border-color: #008ECF;
  }
  .list_index .item a:hover .ttl {
    color: #008ECF;
  }
  .list_index .item .thumb {
    display: block;
    width: auto;
  }
  .list_index .item .detail {
    display: block;
    padding: 15px 10px;
    background-size: auto;
  }
  .list_index .item a:hover .detail {
    background-color: #ffffe9;
    transition: .3s;
  }
  .list_index .item .thumb + .detail {
    border-left: none;
  }
  .list_index .item .ttl {
    padding: 7px 0 7px 30px;
  }
  .list_index .item .ttl::before {
    left: 7px;
  }
}



/* hierarchy_link */
.hierarchy_link {
  background: #eee;
  text-align: center;
  padding: 20px;
  margin: 70px 0;
}
.hierarchy_link .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.hierarchy_link .ttl {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}
.hierarchy_link .ttl a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}
.hierarchy_link li {}
.hierarchy_link li + li {
  margin-top: 10px;
}
.hierarchy_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  border: 1px solid #BFBFBF;
  text-align: left;
  background: #fff;
  padding: 10px 10px 10px 30px;
}
.hierarchy_link li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #EB6100;
  border-bottom: 2px solid #EB6100;
  transform: rotate(-45deg);
}
/* tablet */
@media print, screen and (min-width: 768px) {
  .hierarchy_link {
    margin: 100px 0;
  }
  .hierarchy_link .ttl {
    font-size: 2.4rem;
  }
  .hierarchy_link .inner {
    display: flex;
    flex-wrap: wrap;
  }
  .hierarchy_link li {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
    
  }
  .hierarchy_link li + li { margin-top: 0; }
  .hierarchy_link li:nth-child(3n) { margin-right: 0; }
  .hierarchy_link li a {
    font-size: 1.8rem;
    transition: .3s;
    padding: 16px 16px 16px 35px;
  }
  .hierarchy_link li a::before {
    left: 13px;
    top: 26px;
  }
  .hierarchy_link li a:hover {
    color: #000;
    border-color: #EB6100;
    background-color: #FFF6D1;
  }
}


/*--------------------------------------------------
	list_magazine
--------------------------------------------------*/
.list_magazine {
  display: flex;
  flex-wrap: wrap;
}
.list_magazine .item {
  width: 48%;
  margin: 0 4% 4% 0;
}
.list_magazine .item:nth-child(2n) {
  margin-right: 0;
}
.list_magazine .item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.list_magazine .item img {
  border: 1px solid #ccc;
  width: 100%;
}
.list_magazine .ttl {
  font-weight: 500;
  color: #007FB9;
  margin: 5px 0;
}
.list_magazine .icon_cat {
    font-size: 1.1rem;
    display: inline-block;
    vertical-align: top;
    background: #ebebeb;
    border-radius: 3px;
    padding: 2px 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_magazine .item,
  .list_magazine .item:nth-child(2n) {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .list_magazine .item:nth-child(3n) { margin-right: 0; }
  .list_magazine .ttl {
    font-size: 2rem;
  }
  .list_magazine .icon_cat {
      font-size: 1.4rem;
  }
}

/*--------------------------------------------------
	list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {
  background: #fff;
  border-top: 1px dotted #bbb;
}
.list_topics li {
  border-bottom: 1px dotted #bbb;
}
.list_topics li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 10px;
}
.list_topics li span {
  display: inline-block;
  vertical-align: top;
}
.list_topics li .date {
  margin-right: 10px;
  font-size: 1.3rem;
}
.list_topics li .icon_cat {
    font-size: 1.1rem;
    text-align: center;
    font-weight: normal;
    background: #EBEBEB;
    padding: 1px 8px;
    border-radius: 3px;
}
.list_topics li .cat_01 { background: #DFFFBF; }
.list_topics li .cat_02 { background: #BFDFFF; }
.list_topics li .cat_03 { background: #E4F4FC; }
.list_topics li .cat_04 { background: #FFF9E5; }
.list_topics li .cat_05 { background: #ECE5FF; }

.list_topics li .title {
  display: block;
  margin-top: 5px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_topics li a {
    padding: 15px 20px;
  }
  .list_topics li .date {
    font-size: 1.5rem;
  }
  .list_topics li .icon_cat {
    font-size: 1.3rem;
    padding: 3px 20px;
  }
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .list_topics li a { transition: .3s; }
  .list_topics li a:hover {
    background-color: #fffced;
  }
  .list_topics li a:hover .title {
    text-decoration: underline;
  }
}



/* .pager */
/*
.pager {
  margin: 60px 0;
  padding: 50px 0;
  text-align: center;
  background: #FCF8ED;
}
.pager ul {
}
.pager ul li {
  font-size: 81.25%;
  margin: 3px;
  display: inline-block;
}
.pager a,
.pager span {
  color: #000;
  display: block;
  text-decoration: none;
  border: 1px solid #CCC;
  padding: 9px 16px;
  background-color: #fff;
}
.pager li.total span {
  border-color: #FFF;
}
.pager li.prev span,
.pager li.next span,
.pager li.first span,
.pager li.last span {
  border: 1px solid #ccc;
  color: #EDEDED;
}
.pager li.current span {
  color: #fff;
  background: #915E33;
}
.pager a:hover {
  color: #915E33;
  border: 1px solid #999;
  background: #EEEAD9;
}
*/
/* link_prev_next */
.link_prev_next {
  text-align: center;
  max-width: 600px;
  margin: 60px auto 0;
  border-top: 1px solid #ccc;
  padding-top: 40px;
}
.link_prev_next > li {
  display: inline-block;
  width: 80%;
  max-width: 300px;
}
.link_prev_next > li a {
  color: #000;
  border: 1px solid #ccc;
  display: block;
  padding: 16px 40px;
  text-decoration: none;
  transition: .3s;
  border-radius: 3px;
  position: relative;
}
.link_prev_next > li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  border: 5px solid transparent;
  border-right: 8px solid #aaa;
  margin-top: -5px;
}
.link_prev_next > li a:hover {
  background-color: #e6f6fd;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .link_prev_next { margin-top: 80px; }
}


/*サムネイル付きトピックス*/
.list_thumb_topics {
    font-size: 0;
	margin-bottom: 30px;
}
.list_thumb_topics li {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
}
.list_thumb_topics li:nth-child(3n) {
	margin-right: 0;
}
.list_thumb_topics .thumb {
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
    background-color: #F8F6F0;
  border: 1px solid #ccc;
}
.list_thumb_topics .thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}
.list_thumb_topics a { text-decoration: none; }
.list_thumb_topics .detail {
    font-size: 15px;
    color: #333;
    padding: 5px 0;
    border-bottom: 1px dotted #bbb;
}
.list_thumb_topics a:hover .detail { background-color: #f8f6f0; }

/*広報紙*/
.list_kouhou {
    font-size: 0;
	margin-bottom: 30px;
}
.list_kouhou .item {
    font-size: 16px;
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	vertical-align: top;
	text-align: center;
	border: 1px solid #bbb;	
}
.list_kouhou .item a { display: block; padding: 5px; }
.list_kouhou .item a:hover { background-color: #f5f4ef; }
.list_kouhou .item:nth-child(3n) {
	margin-right: 0;
}
.list_kouhou .ttl a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    color: #333;
}

/*---------------------------------------------------------------------
	top_ttl
---------------------------------------------------------------------*/
.top_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
	line-height: 1;
	position: relative;
	margin-bottom: 15px;
}
.top_ttl .ja {
	display: block;
}
.top_ttl .en {
  color: #00468C;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
  font-size: 1.3rem;
  font-family: 'Noto Serif JP';
  position: relative;
}
.top_ttl::before {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 6px;
    background: #009FE8;
    margin-left: -40%;
}

/* tablet */
@media screen and (min-width: 768px) {
	.top_ttl::before {
		width: 390px;
		margin-left: -195px;
	}
	
	#top a.btn_01 {
    width: 300px;
    min-width: auto;
	}
}

/* pc */
@media screen and (min-width: 1280px) {
	.top_ttl {
		font-size: 3.4rem;
		margin-bottom: 25px;
	}
	.top_ttl .en {
		font-size: 1.6rem;
	}
}




/*---------------------------------------------------
	beta
---------------------------------------------------*/
#beta {
  margin-top: 40px;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
}

/*---------------------------------------------------
	sidemenu
---------------------------------------------------*/
.side_menu {}
.side_menu a {
	color: #000;
  display: block;
  text-decoration: none;
}
.side_menu a:hover {
  text-decoration: underline;
}
.side_menu .level_1 {
  border-top: 1px solid #ccc;
}
.side_menu .level_1 > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.side_menu .level_1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}
.side_menu .level_2 > li + li {}
.side_menu .level_2 > li > a {
	font-size: 1.4rem;
	border-bottom: 1px dotted #bbb;
	padding: 15px;
	position: relative;
}
.side_menu .level_2 > li > a::before {
	content: "";
	width: 2px;
	height: 20px;
	background: #BBBBBB;
	position: absolute;
	left: 0;
	top: 16px;
}
.side_menu .level_2 > li > a.selected,
.side_menu .level_2 > li > a:hover {
	color: #008ECF;
}
.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_3 {
  margin:10px 0 10px 10px;
  background: #fafafa;
}
.side_menu .level_3 > li > a {
  padding: 10px;
  padding-left: 23px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  position: relative 
}
.side_menu .level_3 > li > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}
.side_menu .level_3 > li > a.selected,
.side_menu .level_3 > li > a:hover {
  color: #133557;
}
.side_menu .level_3 > li > a.selected::before,
.side_menu .level_3 > li > a:hover::before {
	background: #009FE8;
}

.side_menu .level_4 {
  margin-left: 22px;
}
.side_menu .level_4 > li+ li {
  border-top: 1px dotted #ccc;
}
.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}
.side_menu .level_4 > li > a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.side_menu .level_4 > li > a.selected,
.side_menu .level_4 > li > a:hover {
  color: #133557;
}
.side_menu .level_4 > li > a.selected::before,
.side_menu .level_4 > li > a:hover::before {
	border-left-color: #009FE8;
	border-bottom-color: #009FE8;
}

/*--------- beta -----------*/
.list_side_menu {
  border: 4px double #bdbdbd;
}
.list_side_menu+ .list_side_menu {
  margin-top: 30px;
}
.list_side_menu .ttl {
  font-size: 100%;
  color: #007fb9;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  background: #ececec;
}
.list_side_menu ul {
  padding: 10px;
}
.list_side_menu li {}
.list_side_menu li + li {
  border-top: 1px dotted #e0d7bc;
}
.list_side_menu li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 94%;
  padding: 7px 5px 7px 23px;
  position: relative;
}
.list_side_menu li a::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 13px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}
.list_side_menu li .date {
    display: block;
    font-size: 90%;
    font-weight: bold;
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .list_side_menu li a { transition: .3s; }
  .list_side_menu li a:hover { background: #ecf7fd; }
}

/*------サイドバナー-------*/
.bnr_side li {
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px;
}
/*---------------------------------------------------------------------
	faq
---------------------------------------------------------------------*/
.list_faq + .lead_01 {
	margin-top: 60px;
}
.list_faq .item {
  margin-bottom: 20px;
}
.list_faq .btn_q {
	font-size: 16px;
  font-weight: 500;
  position: relative;
  background-color: #ecf7fd;
}
.list_faq .btn_q::before,
.list_faq .btn_q::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -11px;
    width: 2px;
    height: 22px;
    background: #009fe8;
  transition: .3s;
}
.list_faq .btn_q::before {}
.list_faq .btn_q::after { transform: rotate(90deg); }

.list_faq .btn_q.on { background: #ffffe7; }
.list_faq .btn_q.on::before { transform: rotate(-90deg); background: #FD6D06; }
.list_faq .btn_q.on::after { transform: rotate(270deg); background: #FD6D06; }

.list_faq .btn_q >* {
  color: #000;
  cursor: pointer;
	display: block;
	font-size: 112.5%;
	line-height: 1.6;
	padding: 15px 40px 15px 43px;
	border: 1px solid #ccc;
	position: relative;
}
.list_faq .btn_q >*::before {
  content: "Q";
  display: inline-block;
	color: #009fe8;
	position: absolute;
	top: 14px;
	left: 16px;
}
.list_faq .box_a {
  display: none;
  position: relative;
	border: 1px solid #BFBFBF;
	padding: 15px 15px 15px 50px;
	border-top: none;
}
.list_faq .box_a::before {
  content: "A";
  display: inline-block;
	color: #FD6D06;
	font-size: 112.5%;
	font-weight: bold;
  position: absolute;
	top: 14px;
	left: 22px;
}
.faq_contents {}
.faq_contents .icon_q {}
.faq_contents .icon_a {}



@media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq .btn_q >* {
  }
  
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
}

/*---------------------------------------------------------------------
	gallery　フォトアルバム
---------------------------------------------------------------------*/
.list_gallery {
    width: 100% !important;
}
.list_gallery .item {
	float: left;
    /*width: 260px;*/
  width: 100%;
    margin-bottom: 20px;
}
.list_gallery .item a {
	color: #fff;
	display: block;
	position: relative;
}
.list_gallery .item img { width: 100%; }
.list_gallery .detail {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.list_gallery .detail dl {
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.list_gallery .detail .date {
	font-size: 15px;
	text-align: center;
}
.list_gallery .detail .ttl {
	font-size: 17px;
	text-align: center;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_gallery .item {
    width: 32%;
    margin: 0 1% 1% 0;
  }
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_gallery .item {
    width: 24%;
    margin: 0 1% 1% 0;
  }
  .list_gallery .detail {
    background: rgba(0,0,0,.6);
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .list_gallery a:hover .detail {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
  }
}

/* gallery_detail */
.gallery_detail_head { margin-bottom: 30px; }
.gallery_detail_head .date {
	font-size: 17px;
	text-align: center;
}
.gallery_detail_head .ttl {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
.gallery_detail_head .content {
	text-align: center;
	margin-top: 20px;
}
/*---------------------------------------------------------------------
	contact
---------------------------------------------------------------------*/

/*
.mail_form {
  border: 8px solid #d6f0fb;
  margin: 0 auto;
  padding: 22px;
}
.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}
.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}
.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  background-color: #E5F6FB;
  padding: 12px;
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form .icon_required::before {
    content: "必須";
    color: #fff;
    background: #e20000;
    font-size: 80%;
    border-radius: 3px;
    padding: 2px 9px;
    margin-right: 10px;
}
.icon_required_p {
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}
.mail_form .error {
  color: #d71618;
  font-size: 13px;
}
.form_errors {
    color: #d80000;
    border: 5px solid #e69898;
    text-align: left;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
}
.mail_form input.small {
  width: 27%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ececec;
  position: relative;
}
.mail_form .twin {
  font-size: 0;
}
.mail_form .twin input + input {
  margin-left: 3.44%;
}
.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}
.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #ececec;
}
.mail_form input[type="text"]:focus,
.mail_form input[type="email"]:focus,
.mail_form textarea:focus {
  box-shadow: 0 0 7px #008CD6;
}
.btm_text {
  text-align: center;
}
.mail_form input[type="submit"] {
  color: #fff;
  padding: 1em 5em;
  background-color: #358FDD;
  border: none;
  border-radius: 0;
}
.mail_form input[type="submit"]:hover {
  background-color: #055FAD;
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background-color: #555;
}
.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #358FDD;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
}
.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}
.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}

@media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
}
*/

/* btn_radio  btn_checkbox */
/*
.btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
  background-color: #ececec;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px;
}
#confirm.btn_checkbox + label {
  background: #ffffe5;
  border: 1px solid #aaa;
  width: 100%;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

 
@media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        display: none;
        margin: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: #358fdd;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #aaa;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: #358fdd;
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid #358fdd;
        border-bottom: 3px solid #358fdd;
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.input_btn_list {
    letter-spacing: -.5em;
}

.input_btn_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.input_btn_list label {
    margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
}
*/

.mail_form {
  margin: 0 auto 120px;
  background: var(--bgc_base);
  background: #f3f6f5;
  padding: 90px;
}
.mail_form.bg_none {
    background: no-repeat;
    padding: 0 90px;
}

/* mail_info */
.mail_info {
  margin-bottom: 30px;
}
.mail_info .ttl {
  background: url(../image/icon/icon_mail.svg) no-repeat 0 5px;
  padding-left: 40px;
  margin-bottom: 10px;
}
.mail_info .lead {
    margin-bottom: 20px;
}
.mail_info .note {
  font-size: 1.3rem;
}

/* Error state for inputs */
.mail_form input[aria-invalid="true"],
.mail_form textarea[aria-invalid="true"],
.mail_form select[aria-invalid="true"] {
  border: 3px solid #d71618 !important;
}
/* Error state for checkbox */
.btn_checkbox[aria-invalid="true"] + label::before {
    border: 3px solid #d71618 !important;
}

/* progressbar */
.progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  margin-bottom: 30px;
  
}
.progressbar li {
  color: var(--site_color);
    font-size: 1.6rem;
  line-height: 1.2;
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
  flex: 1;
  display: flex;
    flex-direction: column;
    align-items: center;
}
.progressbar li:after {
    position: absolute;
    z-index: 0;
    top: 11px;
    left: -50%;
    width: 100%;
    height: 4px;
    content: '';
    background-color: var(--bgc_base);
		background-color: #e6eeeb;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: var(--site_color);
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{}

.progressbar li .icon {
    display: block;
    width: 26px;
    height: 26px;
  margin: 0 0 10px;
    border-radius: 50%;
    background-color: var(--bgc_base);
		background-color: #f3f6f5;
		background-color: #e6eeeb;
    z-index: 1;
    position: relative;
  border: 1px solid var(--bgc_base);
}

.progressbar li:not(.active) .icon{
	border: none;
}


.progressbar li.active .icon{
  background: #fff;
  border-color: var(--site_color);
}

.progressbar li.active .icon::before {
    content: "";
    width: 18px;
    height: 18px;
    background: var(--site_color);
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%;
}
.progressbar li.complete .icon {
  border-color: var(--site_color);
  background: var(--site_color) url("../image/icon/icon_check_white.svg") no-repeat center center;
}

.progressbar li .step {
  color: #97B3CB;
	color: var(--txt_color);
  font-size: 1.4rem;
}
.mail_form .ttl {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.8rem;
    font-weight: normal;
    position: relative;
}
.mail_form .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background: var(--site_color);
  height: 2px;
  width: 20%;
  max-width: 80px;
}

.mail_form form {
  margin: 0 auto;
}
.mail_form form dl {
    display: flex;
    gap: 30px;
  margin-bottom: 30px;
}
.mail_form form dt {
    width: 32%;
    padding-top: 4px;
}
.mail_form form dd {
  flex: 1;
}
.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}
.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.mail_form form .border_on {
  border: 1px solid #CCCCCC;
  padding: 12px;
}
.mail_form.confirm_list dd {
  /*background-color: #fafafa;
  padding: 12px;*/
  word-break: break-all;
}
.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}
.mail_form form dt::before {
    content: "任意";
    color: #000;
    background: #fff;
  border: 1px solid #033F81;
    font-size: 80%;
  border-radius: 0 5px 0 5px;
    padding: 2px 9px;
    margin-right: 10px;
}
.mail_form .not_icon::before {
  display: none;
}
.mail_form .icon_required::before {
    content: "必須";
    color: #fff;
    background: #AB193F;
  border-color: #AB193F;
}
.icon_required_p {
    color: #fff;
    background: #AB193F;
    font-size: 80%;
    border-radius: 0 5px 0 5px;
    padding: 2px 9px;
  margin: 0 3px;
}
.mail_form .error {
    color: #AB3A3B;
    font-size: 13px;
    display: block;
    margin: 3px 0 0;
}
.form_errors {
    color: #d80000;
    border: 5px solid #e69898;
    text-align: left;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 20px;
}
.mail_form.type_02 form {
  max-width: none;
}
.mail_form.type_02 form dl {
  max-width: 870px;
}
.mail_form.type_02 form dl dt {
  width: 35%;
}
.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}
.mail_form input:-ms-input-placeholder {
 color: #808080;
}
.mail_form select,
.mail_form textarea,
.mail_form input[type="tel"],
.mail_form input[type="text"],
.mail_form input[type="email"],
.mail_form input[type="password"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #fff;
}
.mail_form input[disabled] {
  background: #e1e2e4;
}
.mail_form input.input_calender {
  background: #fff url("../image/icon/icon_calender.svg") no-repeat right 10px center;
}
.mail_form input.small {
  width: 27%;
}
/*.mail_form input.medium,
.mail_form select.medium,
.mail_form .pass_form.medium {
  width: 44%;
}*/
.mail_form input.size_auto,
.mail_form select.size_auto {
  width: auto;
  max-width: 100%;
}
.mail_form input[type="file"] {
  font-size: 16px;
}
.mail_form input[type="radio"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form input[type="checkbox"] {
  margin-right: 5px;
  padding: 5px;
}
.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #fff;
  position: relative;
}
.mail_form .input_twin {
  display: flex;
  gap: 15px;
}
.mail_form .input_twin li {
  flex: 1;
}
.mail_form .input_date {
    display: flex;
    align-items: center;
    gap: 10px;
}
.mail_form .input_date li {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.mail_form input[type="text"]:focus, .mail_form input[type="email"]:focus, .mail_form textarea:focus {
    box-shadow: 0 0 6px rgb(0 0 0 / 16%);
    outline: 1px solid var(--site_color);
}

.spinner-container {
  margin-bottom: 15px;
}
.spinner-container table {}
.spinner-container table tr {
  border: none;
}
.spinner-container table tr+ tr {
  border-top: 1px dotted #ccc;
}
.spinner-container table th,
.spinner-container table td {}
.spinner-container table td + td { border: none; }
.participants .name {
  text-align: left;
  padding-left: 0;
  background: none;
}
.participants .plan_price_items {
  width: 46%;
}
.participants .plan_price_items .price {
  margin-bottom: 10px;
}
.participants .price {
  text-align: right;
}
.participants .price strong { font-weight: normal; }
.plan_price_total #price_total {
  font-size: 2.6rem;
  margin-left: 5px;
  line-height: 1;
}

.mail_form .empty,
.btn_radio.empty + label,
.btn_checkbox.empty + label {
    border: 1px solid #AB3A3B !important;
  background: #FFF3F4 !important;
}
.mail_form .empty:focus {
  background: #fff !important;
}
#confirm.btn_checkbox.empty:checked + label {
  border: none !important;
  background: #CBE2F6 !important;
}


.btm_text {
    text-align: center;
    margin-top: 30px;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-direction: column;
}
.mail_form input[type="submit"] {
    color: #fff;
    padding: 1em 5em;
    background-color: var(--site_color);
    border: none;
    font-size: 1.3rem;
    border-radius: 5px;
    width: 80%;
    max-width: 304px;
  border: 1px solid var(--site_color);
  transition: .3s;
  
}
.mail_form input[type="submit"]:hover {
  color: var(--site_color);
  background-color: #fff;
  border-color: var(--site_color);
}
.mail_form input[type="reset"],
.mail_form input.back {
  color: var(--site_color);
    background: none;
    text-decoration: underline;
    padding: 3px;
    padding: 1em 5em; 
}
.mail_form input[type="reset"]:hover,
.mail_form input.back:hover {
  background: var(--site_color);
  text-decoration: underline;
  color: #fff;
  text-decoration: none;
}
a.btn_backhome {
    color: #fff;
    padding: 1em 2em;
    background-color: var(--site_color);
    text-decoration: none;
    border: none;
  border-radius: 5px;
    display: inline-block;
}
a.btn_backhome:hover {
  color: #fff;
  background-color: #b5b5b5;
}
.form_message {
    background-color: #FFF3F4;
    border: 2px solid #AB3A3B;
    color: #AB3A3B;
    font-weight: bold;
    margin: 30px auto;
    padding: 10px 15px;
}
.form_message ul {
    list-style: disc outside;
    margin-left: 15px;
}

button.btn_zip {
    margin-left: 10px;
    font-size: 1.3rem;
    padding: 6px 10px;
    border: none;
    background: #008ccb;
    color: #fff;
}


@media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 20px 20px 40px;
  }
  .mail_form.bg_none {
    padding: 0 20px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 20px;
    gap: 15px;
    flex-direction: column;
  }
  .mail_form form dt {
    width: auto;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type="submit"] {
  }
  .btm_text {
    width: auto;
    margin-top: 40px;
    text-align: center;
    gap: 15px;
  }
  
}

/* btn_radio  btn_checkbox */
.btn_radio,
.btn_checkbox {
    display: inline-block;
    margin-right: 6px;
}
.btn_radio + label,
.btn_checkbox + label {
  background-color: #fff;
  /*border: 1px solid #358fdd;*/
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px;
}
#confirm.btn_checkbox + label {
  background: #CBE2F6;
  /*border: 1px solid #aaa;*/
  width: auto;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
	padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
}

.btn_radio.bg_none + label,
.btn_checkbox.bg_none + label {
  background: none;
}
.btn_radio.bg_none:checked + label,
.btn_checkbox.bg_none:checked + label {
  background: none;
}
 
@media (min-width: 1px) {
    .btn_radio,
    .btn_checkbox {
        position: absolute;
        opacity: 0;
        width: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .btn_radio + label,
    .btn_checkbox + label {
        padding-left: 37px;
		color: #000;
	transition: all .2s;
	-webkit-transition: all .2s;
    }
    .btn_radio:focus + label,
    .btn_checkbox:focus + label {
        outline: 2px solid #008CD6;
        outline-offset: 2px;
    }
	.btn_radio:checked + label,
    .btn_checkbox:checked + label {
		background-color: #cbe2f6;
        border-color: #358fdd;
	}
    .btn_radio + label::before,
    .btn_checkbox + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
         
        background: #FFF;
    }
    .btn_radio + label::before {
        border: 1px solid #aaa;
        border-radius: 30px;
    }
    .btn_checkbox + label::before {
        border: 1px solid #aaa;
    }
    .btn_radio:checked + label::after,
    .btn_checkbox:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .btn_radio:checked + label::after {
        left: 15px;
         
        width: 8px;
        height: 8px;
        margin-top: -4px;
         
        background: var(--site_color);
        border-radius: 8px;
    }
    .btn_checkbox:checked + label::after {
        left: 12px;
         
        width: 16px;
        height: 8px;
        margin-top: -8px;
         
        border-left: 3px solid var(--site_color);
        border-bottom: 3px solid var(--site_color);
         
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.input_btn_list {
    letter-spacing: -.5em;
}

.input_btn_list li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0;
}

.input_btn_list label {
    margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
}

/*---------------------------------------------------------------------
	404
---------------------------------------------------------------------*/
.thumb_404 {
  margin-right: 40px;
  float: left;
  width: 20%;
}
.border_box {
  padding: 20px;
  border: 10px solid #fbf4e8;
}
.border_box > ul {
  color: #FF7F00;
  padding-left: 20px !important;
}

.page_404 .common__kv{
  background: url("../image/404/kv.jpg") center top/cover;
}

.page_404 .content1 h2{
  margin: 0 0 30px;
  padding: 0;
  font-size: 28px;
  text-align: center;
  color: var(--site_color_02);
}

.page_404 .content1 h2::after{
  content: none;
}

@media print, screen and (max-width : 767px) {
  .page_404 .content1 h2{
    font-size: 20px;
  }
}

/*---------------------------------------------------------------------
	search
---------------------------------------------------------------------*/
/* google カスタム検索の調整 */
.site_search {}
.site_search #___gcse_0 {
    background: #edf8fd;
    padding: 15px;
}
.site_search #___gcse_0 .gsc-control-searchbox-only {
  max-width: 500px;
  margin: 0 auto;
}
.site_search table,
.site_search table.gsc-search-box td,
.site_search table.gsc-search-box td.gsc-input {
  padding: 0;
  border: none;
}
.site_search .gsc-adBlock {
    display: none;
}

/* pc */
@media screen and (min-width: 1280px) {
  
  .site_search #___gcse_0 {
    padding: 30px;
  }
  .site_search input#gsc-i-id1 {
    padding: 10px !important;
  }
  .site_search button.gsc-search-button {
    padding: 15px 27px;
    margin-left: 10px;
  }
  .site_search .gsc-above-wrapper-area-container {
    border: none;
  }
  .site_search .gsc-above-wrapper-area-container td {
    border: none;
    padding: 0;
  }
  .site_search .gsc-selected-option-container {
    box-sizing: content-box;
  }
  .site_search .gsc-webResult.gsc-result {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 15px 20px;
  }
  .site_search .gsc-results { width: 100%; }
  .site_search .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
  .site_search .gsc-cursor-page {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block !important;
  }
  .site_search {}
  
}



.list_search {}
.list_search .item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}
.list_search .item + .item {margin-top: 20px; }
.list_search .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.list_search .url {
    color: #808080;
    font-size: 1.2rem;
    margin: 5px 0;
}

/*---------------------------------------------------------------------
	sitemap
---------------------------------------------------------------------*/
.list_sitemap {}
.list_sitemap a:hover {
  opacity: .8;
}

.list_sitemap .level01 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 15px;
}
.list_sitemap * + .level01 {
  margin-top: 40px;
}
.list_sitemap .level01 > a {
    display: block;
    background: #ccc;
    background-size: 50px;
    text-decoration: none;
    color: #133775;
    font-size: 160%;
    padding: 12px 15px;
    position: relative;
    border-radius: 3px;
}
.list_sitemap .level02 {
  font-size: 0;
}
.list_sitemap .level02 >li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 49.16%;
  margin: 0 1.66% 1.66% 0;
}
.list_sitemap .level02 >li:nth-child(2n) {
  margin-right: 0;
}
.list_sitemap .level02 >li > a {
    border: 1px solid #ccc;
    display: block;
    text-decoration: none;
    padding: 12px;
    border-radius: 3px;
    color: #133775;
    background: #fafafa;
    position: relative;
}
.list_sitemap .level02 >li > a::before {
    content: "";
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    border: 4px solid transparent;
    border-left: 6px solid #133775;
}

.list_sitemap .level03,
.list_sitemap .level04,
.list_sitemap .level05 {
  color: #4787ed;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 36px;
}
.list_sitemap .level04,
.list_sitemap .level05 {
  margin-left: 24px;
}
.list_sitemap .level03 li + li {
  margin-top: 5px;
}

/*---------------------------------------------------------------------
  js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#container */
#container .js_slide_up {
  opacity: 0;
  position: relative;
  top: 50px;
}
#container .js_slide_down {
  opacity: 0;
  position: relative;
  top: -50px;
}
#container .js_slide_left {
  opacity: 0;
  position: relative;
  left: -50px;
}
#container .js_slide_right {
  opacity: 0;
  position: relative;
  right: -50px;
}
#container .js_fade {
  opacity: 0;
}

/*---------------------------------------------------------------------
	page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -30px;
    margin-left: -30px;
}
#page_scroll_navi a {
    display: block;
    background: #133557;
    width: 60px;
}
#page_scroll_navi.fixed {
  position: fixed;
  top: auto;
  bottom: 70px;
}

/* pc */
@media screen and (min-width: 1280px) {
	#page_scroll_navi {
    left: auto;
    right: 30px;
		margin: 0;
}
	#page_scroll_navi a {
		width: 70px;
	}
}

/*---------------------------------------------------------------------
	site_footer
---------------------------------------------------------------------*/
#site_footer {
  background: #fafafa;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 80px;
  position: relative;
}
#site_footer .inner { padding: 10px; }

.footer_navi {
  padding: 40px 20px 20px;
  background: #ECF7FD;
}
.copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  background-color: #009FE8;
  padding: 7px 0;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .footer_navi {
    padding: 30px;
  }
  .copyright {
    font-size: 1.5rem;
  }
}


























/*--------------------------------------------------
	site common
--------------------------------------------------*/
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 40px 17px 30px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 880px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding: 18px 20px 15px;
  }
}

#gt-nvframe + * + #top .header__inner,
#gt-nvframe + * + .dir_course .header__inner,
#gt-nvframe + * + .dir_topics .header__inner,
#gt-nvframe + * + #container .header__inner{
  top: 55px;
}

.header__logo {
  width: 168px;
  width: 420px;
}

.header__logo a{
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #111;
}

.header__logo a:has(span){
  display: flex;
  gap: 12px;
  align-items: center;
}

@media (max-width: 768px) {
  .header__nav {
    display: none;
  }

  .header__logo {
    width: 267px;
  }
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 880px) {
  .header__nav ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.header__nav ul li.current a {
  font-weight: 600;
  color: #087e38;
}
.header__nav ul li.current a::after {
  content: "";
  display: block;
  width: 7px;
  height: 8px;
  background: url("../image/common/nav_current.svg") no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.header__nav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #a0a0a0;
  letter-spacing: 0.05em;
  position: relative;
}

.header__nav .default_lang_switch{
  position: relative;
  text-align: center;
}

.header__lang__wrap .lang_menu{
  display: none;
  position: absolute;
  right: -20px;
  font-size: 1.6rem;
  z-index: 20;
  margin-top: 0;
  background: #fff;
  width: 140px;
  text-align: center;
  border: 1px solid #087e38;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#lang_switch .lang_menu li + li,
#lang_switch_sp .lang_menu li + li{
  border-top: 1px solid #087e38;
}

.header__lang__wrap .lang_menu a{
  display: block;
  padding: 10px 0;
  color: #a0a0a0;
  text-decoration: none;
}

.header__lang__wrap .lang_menu a,
.current .header__lang__wrap .lang_menu a,
.header__lang__wrap .default_lang_switch .current a{
  color: #a0a0a0;
}

.header__lang__wrap .lang_menu a::after,
.current .header__lang__wrap .lang_menu a::after,
.header__lang__wrap .default_lang_switch .current a::after{
  content: none;
}

.header__lang__wrap button.header__lang__toggle,
.header__smpMenu__inner .header__lang__wrap button.header__lang__toggle {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: unset;
  background: transparent;
  text-decoration: none;
  text-align: center;
  box-shadow: none;
  color: #a0a0a0;
  appearance: none;
  -webkit-appearance: none;
}

.header__smpMenu__inner .header__lang__wrap button.header__lang__toggle{
  padding: 5px;
  border: 1px solid #fff;
  color: #fff;
}

.header__smpMenu__inner .default_lang_switch{
  margin: 0;
}

.header__smpMenu__inner .header__lang__wrap .lang_menu{
  left: 39px;
  width: calc(100% - 78px);
  margin: 0;
}

.header__smpMenu__inner .header__lang__wrap .lang_menu li{
  margin-bottom: 0;
}


.header__smpMenu {
  background: #355442;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 80px;
}
.header__smpMenu__inner {
  height: 100%;
  overflow-y: scroll;
}
.header__smpMenu ul {
  margin: 0 40px 70px;
}
.header__smpMenu ul li {
  margin-bottom: 30px;
}
.header__smpMenu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__smpMenu ul li a.ext {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__smpMenu ul li a.ext::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_ext.svg") no-repeat;
  background-size: contain;
}

.header__smpMenu .header__smpMenu__insta{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 35px 0 0;
  text-align: center;
}

.header__smpMenu .header__smpMenu__insta a{
  display: inline-block;
}

.header__smpMenu__bg {
  background: #b2b2b2;
  height: 140px;
  margin-bottom: 30px;
  background: url("../image/common/menu__bg.png") no-repeat 0 0/contain;
}
.header__smpMenu__logo {
  width: 259px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}

.header__smpMenu__logo a{
  text-decoration: none;
  color: #fff;
}

.header__menu {
  display: none;
}
@media (max-width: 768px) {
  .header__menu {
    display: block;
    width: 46px;
    height: 46px;
  }
  .header__menu button {
    background: #355442;
    border-radius: 50%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .header__menu button.active span:nth-child(1) {
    top: 22px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .header__menu button.active span:nth-child(2) {
    opacity: 0;
  }
  .header__menu button.active span:nth-child(3) {
    top: 22px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .header__menu span {
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    -webkit-transition: opacity 200ms, -webkit-transform 200ms;
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: transform 200ms, opacity 200ms;
    transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
    position: absolute;
  }
  .header__menu span:nth-child(1) {
    top: 15px;
    left: 13px;
  }
  .header__menu span:nth-child(2) {
    top: 22px;
    left: 13px;
  }
  .header__menu span:nth-child(3) {
    top: 29px;
    left: 13px;
  }
}

.common__kv {
  height: 450px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .common__kv {
    height: 350px;
  }
}
.common__kv .common__inner3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common__kv__title {
  margin-bottom: 70px;
  background: #fff;
  font-weight: 600;
  font-size: 26px;
  color: #355442;
  letter-spacing: 0.05em;
  padding: 5px 15px;
}
@media screen and (max-width: 768px) {
  .common__kv__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.common__topicPath {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto 50px;
}
.common__topicPath ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.common__topicPath ol li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.common__topicPath ol li:first-child::before {
  content: none;
}
.common__topicPath ol li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #355442;
}
.common__topicPath ol li a {
  font-size: 14px;
  text-decoration: none;
  color: #087e38;
}
.common__inner {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}
.common__inner2 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.common__inner3 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

main {
  padding-top: 83px;
}
@media (max-width: 768px) {
  main {
    padding-top: 81px;
  }
}

.footer {
  background: #355442;
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}

.dec_footer{
	padding-top: 106px;
	background: #355442 url("../image/home/bg_foooter01.png") no-repeat 40px 40px/392px;
}

.dec_footer02{
	padding-bottom: 100px;
	background: transparent url("../image/home/bg_foooter02.png") no-repeat right 40px bottom 10px/233px;
}

@media print, screen and (max-width : 1220px) {
	.dec_footer{
		padding-top: 260px;
		background-position: center 50px;
		background-size: 278px;
	}
	
	.dec_footer02{
		padding-bottom: 164px;
		background-position: right 20px bottom;
		background-size: 156px;
	}
		
}

.footer__logo {
  width: 345px;
  margin: 0 auto 65px;
}

.dec_footer .footer__logo {
	margin-bottom: 70px;
}

.footer__insta{
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 40px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__logo {
		width: 266px;
    margin-bottom: 55px;
  }

	.dec_footer .footer__logo{
		margin-bottom: 50px;
	}

  .footer__insta{
    margin-top: 50px;
  }
}

.footer__logo a{
	font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

.footer__logo a > span{
	display: inline-block;
	margin-top: 20px;
	padding: 5px 30px;
	border: 1px solid #fff;
	border-radius: 15px;
}

@media print, screen and (max-width : 767px) {
	.footer__logo a{
		font-size: 12px;
	}
	
	.footer__logo a > span{
		padding: 5px 25px;
	}
}


.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 768px) {
  .footer__list {
    display: block;
  }
}
@media (max-width: 768px) {
  .footer__list li {
    margin-bottom: 28px;
  }
}
.footer__list li a {
  color: #fff;
  font-size: 16px;
  -webkit-transition: color 200ms;
  transition: color 200ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
	text-decoration: none;
}
@media (max-width: 768px) {
  .footer__list li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (hover: hover) {
  .footer__list li a:hover {
    color: #d9e9e3;
  }
}
.footer__list li a.ext {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.footer__list li a.ext::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_ext.svg") no-repeat;
  background-size: contain;
}
.footer__copy {
  background: #1e3729;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 12px;
  font-weight: 500;
}

.float {
  background: #d9e9e3;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.float__inner {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .float__inner {
    padding: 15px 20px;
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
  }
}
.float__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
}
.float__box::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background: #087e38;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  right: -50px;
  top: calc(50% - 7px);
}
@media (max-width: 768px) {
  .float__box::after {
    display: none;
  }
}
.float__box figure {
  width: 44px;
  margin: 0;
}
@media (max-width: 768px) {
  .float__box dl {
    display: none;
  }
}
.float__box dl dt {
  width: 123px;
}
.float__box dl dd {
  font-size: 14px;
  font-weight: 500;
}
.float ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.float ul li:first-child img {
  width: 120px;
}
.float ul li:last-child img {
  width: 147px;
}


/*--------------------------------------------------
	course
--------------------------------------------------*/
.course {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .course {
    padding-bottom: 100px;
  }
}
.course .common__kv {
  background: url("/userfiles/images/course/kv.jpg") 50% 15%;
  background-size: cover;
}

@media print, screen and (max-width : 767px) {
  .course .common__kv {
    background: url("/userfiles/images/course/kv_smp.jpg") 50% 30%/cover;
  }
}
.course__banner {
  margin-bottom: 40px;
}
.course__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: calc((100% - 40px) / 3) 20px calc((100% - 40px) / 3) 20px calc((100% - 40px) / 3);
  grid-template-columns: repeat(3, calc((100% - 40px) / 3));
  padding-bottom: 252px;
  background: url(../image/home/dec14.png) no-repeat center bottom/392px;
}
@media screen and (max-width: 768px) {
  .course__list {
    display: block;
    padding-bottom: 205px;
    background-size: 255px;
  }
}
.course__list li {
  display: contents;
}
@media screen and (max-width: 768px) {
  .course__list li {
    display: block;
    margin-bottom: 20px;
  }
}
.course__list li a {
  border: 1px solid #7EA295;
  color: #333333;
  text-decoration: none;
  display: -ms-grid;
  display: grid;
  padding: 20px;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .course__list li a {
    display: block;
  }
}
.course__list li a figure {
  margin: 0 0 15px;
  aspect-ratio: 280/180;
}
.course__list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course__list li a dl {
  display: contents;
}
.course__list li a dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #355442;
  margin-bottom: 10px;
}
.course__list li a dl dd {
  font-size: 16px;
}
.course__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .course__wrap {
    display: block;
    margin-bottom: 0;
  }
}
.course__wrap__side {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .course__wrap__side {
    width: auto;
  }
}
.course__wrap__side section {
  margin-bottom: 23px;
  padding-bottom: 1px;
}
.course__wrap__side section h3 {
  color: #355442;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.course__wrap__side section h3::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 20px;
  width: 2px;
  background: #355442;
}
.course__wrap__side section ul {
  background: #D9E9E3;
  padding: 10px;
}
.course__wrap__side section ul li {
  margin-bottom: 10px;
}
.course__wrap__side section ul li:last-child {
  margin-bottom: 0;
}
.course__wrap__side section ul li a {
  display: block;
  background: #fff;
  padding: 15px;
  text-decoration: none;
  color: #333333;
}
.course__wrap__side section ul li a figure {
  margin: 0 0 9px;
}
.course__wrap__side section ul li a dl dt {
  font-weight: bold;
  font-size: 16px;
  color: #355442;
  margin-bottom: 5px;
}
.course__wrap__side section ul li a dl dd {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.course__wrap__side__banner {
  position: sticky;
  top: 92px;
}
.course__wrap__main {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .course__wrap__main {
    width: auto;
    margin-bottom: 80px;
  }
}
.course__wrap__main hgroup {
  margin-bottom: 30px;
}
.course__wrap__main hgroup h2 {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  letter-spacing: 0.05em;
}
.course__wrap__main hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.course__wrap__main__list {
  border-top: 1px solid #393939;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .course__wrap__main__list {
    margin-bottom: 38px;
  }
}
.course__wrap__main__list li a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .course__wrap__main__list li a {
    padding: 15px 0;
  }
}
.course__wrap__main__list li a dl {
  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;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .course__wrap__main__list li a dl {
    margin-bottom: 20px;
  }
}
.course__wrap__main__list li a dl dt {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins";
}
.course__wrap__main__list li a dl dd {
  background: #e6eeeb;
  border-radius: 20px;
  text-align: center;
  width: 135px;
}
@media screen and (max-width: 768px) {
  .course__wrap__main__list li a dl dd {
    font-size: 16px;
  }
}
.course__header {
  margin-bottom: 60px;
}
.course__header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
  margin-bottom: 15px;
}

* + .course__header__info{
  margin-top: 30px;
  margin-bottom: 40px
}

@media screen and (max-width: 768px) {
  .course__header__info {
    display: block;
  }

  .course__detail .course__header__info{
    display: grid;
    grid: auto / 122px 1fr;
  }
}

.course_time_req{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid #7EA295;
  border-radius: 25px;
  font-size: 14px;
}

@media print, screen and (max-width : 767px) {
  .course_time_req{
    border-radius: 10px;
  }  
}

.course_time{
  font-size: 16px;
}

.course__header__info ul {
  text-align: right;
}

.course__header__info ul li {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .course__header__info ul li {
    font-size: 16px;
  }
}
.course__header__info ul li span {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .course__header__info ul li span {
    font-size: 16px;
  }
}
.course__header figure {
  margin: 0;
}
.course__header__toc {
  border: 1px solid #BCD4CB;
  margin-top: 30px;
  padding: 30px;
}
.course__header__toc h4 {
  font-size: 16px;
  font-weight: 600;
  color: #355442;
  margin-bottom: 15px;
}
.course__header__toc ul li {
  margin-bottom: 10px;
}
.course__header__toc ul li:last-child {
  margin-bottom: 0;
}
.course__header__toc ul li a {
  padding-left: 20px;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #087E38;
}
.course__header__toc ul li a::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.course__body *:first-child {
  margin-top: 0;
}
.course__body figure {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .course__body figure {
    margin-top: 20px;
  }
}
.course__body p {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .course__body p {
    margin-top: 20px;
  }
}
.course__body h2 {
  margin-top: 60px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .course__body h2 {
    font-size: 24px;
  }
}
.course__body h3 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .course__body h3 {
    font-size: 22px;
  }
}
.course__body h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #BCD4CB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.course__body h4 {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
}
.course__body h5 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  padding-left: 25px;
  position: relative;
}
.course__body h5::before {
  content: "";
  display: block;
  background: #BCD4CB;
  width: 15px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
}
.course__body h6 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  padding: 5px 10px;
  position: relative;
  background: #D9E9E3;
}
.course__btn {
  max-width: 440px;
  margin: 80px auto 0;
}
.course__btn a {
  display: block;
  background: #087e38 url("../image/news/arrow_white.svg") no-repeat top 50% left 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .course__btn a {
    font-size: 14px;
    background-size: 11px 4px;
  }
}
@media (hover: hover) {
  .course__btn a:hover {
    background-color: #355442;
  }
}
.course__info {
  margin-top: 100px;
  border: 1px solid #7EA295;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .course__info {
    margin-top: 80px;
    padding: 30px 20px;
  }
}
.course__info h4 {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.05em;
  color: #355442;
  margin-bottom: 30px;
}
.course__info ul {
  margin-bottom: 30px;
}
.course__info ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.course__info ul li dl a {
  color: #087E38;
}
.course__info__map {
  aspect-ratio: 650/300;
}
@media screen and (max-width: 768px) {
  .course__info__map {
    aspect-ratio: 295/300;
  }
}
.course__info__map iframe {
  width: 100%;
  height: 100%;
}
.course__banner__smp {
  display: none;
}
@media screen and (max-width: 768px) {
  .course__banner__smp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .course__banner__smp img {
    width: 100%;
  }
}

.course__bg_box{
  position: relative;
  margin: 50px 0 20px;
  padding: 30px;
  border-radius: 10px;
  background-color: #F3F6F5;
}

.course__bg_name{
  position: absolute;
  top: -12px;
  left: 30px;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1;
  color: var(--site_color);
}

.course__bg_box + .course__spot_box{
  margin-top: 50px;
}

@media print, screen and (max-width : 767px) {
  .course__bg_name{
    top: -10px;
  }

  .course__bg_box + .course__spot_box{
    margin-top: 45px;
  }  
}

.course__bg_box_dec{
  position: absolute;
  top: -9px;
  right: 20px;
}

@media print, screen and (max-width : 767px) {
  .course__bg_box_dec{
    top: -11px;
    right: 20px;
  }
}

.course__bg_box_lead{
  margin: 0;
  font-weight: bold;
}

.course__bg_box_lead:has(+ div,+ p){
  margin-bottom: 20px;
}

.course__bg_box_lead{
  line-height: 1.625;
}

.course__bg_box_lead a{
  color: var(--site_color)
}

.content1{
  color: var(--txt_color);
}

.app__inner{
  display: flex;
  justify-content: center;
  gap: 55px;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin: auto;
  padding: 15px 24px;
  background-color: #fff;
  border-radius: 10px;
}

@media print, screen and (max-width : 767px) {
  .app__inner{
    flex-wrap: wrap;
    gap: 34px;
    padding: 20px 10px;
  }
}

* + .app__inner{
  margin-top: 30px;
}

.app__box{
  position: relative;
  display: flex;
  gap: 12px;
}

@media print, screen and (max-width : 767px) {
  .app__box{
    width: 100%;
    justify-content: center;
  }
}


.app__box figure {
  width: 44px;
  margin: 0;
}

.app__dl_txt{
  max-width: 130px;
  line-height: 1.4;
  font-size: 14px;
  color: #0A0A0A;
}

.app__box::after {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background:var(--site_color);
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  right: -35px;
  top: calc(50% - 7px);
}

@media print, screen and (max-width : 767px) {
  .app__box::after {
    top: calc(100% + 12px);
    right: 50%;
    height: 10px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
  }
}

.app__inner ul{
  display: flex;
  gap: 8px;
}

/* Google play ずれる調整 */
.app__inner ul a[href*="https://play.google.com/"],
.home__how .how_app_list a[href*="https://play.google.com/"],
.home__app__box dl dd ul li a[href*="https://play.google.com/"],
.float ul a[href*="https://play.google.com/"]{
  display: block;
  margin-top: -8px;
}

@media print, screen and (min-width: 500px) {
  .home__app__box dl dd ul li a[href*="https://play.google.com/"]{
    margin-top: -15px;
  }
}

.course__travel_box{
  position: relative;
  margin: 20px 0;
  padding: 25px 0;
}

@media print, screen and (max-width : 767px) {
  .course__travel_box{
    margin: 15px 0;
  }
}

.course__travel_box__inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px 20px;
  padding: 13px 0;
  background-color: #fff;
  font-weight: bold;
}

@media print, screen and (max-width : 767px) {
  .course__travel_box__inner{
    padding: 10px 0;
  }
}

.course__travel_box::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -20;
  width: 3px;
  height: 100%;
  background-image: repeating-linear-gradient(180deg,var(--site_color), var(--site_color) 6px, #fff 6px, #fff 10px);
  transform: translateX(-50%);
}

.course__travel_icon{
  width: 49px;
  height: 49px;
  background: url(/userfiles/images/course/icon.png) no-repeat center center/49px;
}

.course__travel_txt{
  font-size: 16px;
}

@media print, screen and (max-width : 767px) {
  .course__travel_txt{
    width: 100%;
    text-align: center;
  }
}

.course__travel_txt_time_line{
}

.course__travel_time{
  padding-right: 10px;
}

.course__travel_num{
  padding: 0 5px;
  font-size: 28px;
  font-family: "Poppins";
  font-weight: 700;
  line-height: 1;
}

.course__spot_box {
  position: relative;
  margin-top: 35px;
  padding: 40px;
  border: 1px solid #7EA295;
  border-radius: 20px;
}

@media print, screen and (max-width : 767px) {
  .course__spot_box {
    padding: 40px 20px 30px;
  }
}

.course__spot_num_line {
  position: absolute;
  top: -17px;
  left: 50%;
  display: flex;
  gap: 10px 7px;
  line-height: 1;
  padding: 6px 22px;
  border-radius: 20px;
  background-color: var(--site_color_02);
  font-size: 18px;
  font-family: "Poppins";
  font-style: italic;
  color: #fff;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}

@media print, screen and (max-width : 767px) {
  .course__spot_num_line {
    font-size: 18px;
  }
}

.course__spot_num {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
}

.course__spot_inner {
  display: grid;
  grid: auto / 0.9fr 1.1fr;
  gap: 20px 30px;
}

@media print, screen and (max-width : 767px) {
  .course__spot_inner {
    grid: unset;
  }
}

.course__spot_img {

}

.course__spot_info_group {

}

.course__spot_box .course__spot_name,
.content1 .course__spot_box .course__spot_name {
  margin: 0 0 20px;
  padding: 0;
  font-size: 18px;
  color: var(--txt_color);
}

.course__spot_box .course__spot_name::after,
.content1 .course__spot_box .course__spot_name::after{
  content: none;
}

.course__spot_txt {
  line-height: 1.625;
}

.course__spot_info,
.content1 .course__spot_info{
  margin: 25px 0 0;
  font-size: 14px;
}

.course__spot_info a{
  color: var(--site_color);
  word-break: break-all;
}

.course__travel_pickup{
  position: relative;
  left: calc(50% + 44px);
  width: 285px;
  line-height: 1.4375;
  padding: 11px 25px;
  border-radius: 10px;
  background-color: #D9E9E3;
  font-size: 16px;
  font-weight: bold;
}

.course__travel_pickup::after{
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  width: 16px;
  height: 22px;
  background: url(/image/home/fukidashi.svg) no-repeat center center/contain;
}

@media print, screen and (max-width : 767px) {
  .course__travel_pickup{
    left: 0;
    max-width: 100%;
    margin: 10px auto 0;
  }

  .course__travel_pickup::before{
    content: "";
    position: absolute;
    z-index: -10;
    top: -10px;
    left: 0;
    width: 100%;
    height: calc(100% + 20px);
    background-color: #fff;
  }
  
  .course__travel_pickup::after{
    top: -15px;
    left: 15px;
    transform: rotate(90deg);
  }    
}

.course__map_outer{
  position: relative;
  margin: 56px 0 0;
  padding: 45px 20px 30px;
  border: 1px solid #D9E9E3;
  border-radius: 10px;
}

.course__map_ttl,
.content1 .course__map_ttl,
.course .content1 .course__map_ttl{
  position: absolute;
  top: -20px;
  left: 50%;
  display: inline-block;
  margin: 0;
  padding: 5px 20px;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  color: var(--site_color);
  background-color: #fff;
  transform: translateX(-50%);
}

@media print, screen and (max-width : 767px) {
  .course__map_ttl,
  .content1 .course__map_ttl,
  .course .content1 .course__map_ttl{
    padding: 5px;
  }
}

.course__map_outer iframe{
  aspect-ratio: 840 / 300;
  aspect-ratio: 840 / 420;
  aspect-ratio: 840 / 460;
	height: 100%;
	width: 100%;
}

@media print, screen and (max-width : 767px) {
  .course__map_outer iframe{
    aspect-ratio: 430 / 276;
    aspect-ratio: 430 / 626;
  }
	
}

.course .content1 .course__map_outer + *{
  margin-top: 80px;
}

.course__rec_list{
  display: grid;
  gap: 15px;
  grid: auto / 1fr 1fr 1fr;
  margin: 10px 0 0;
  padding: 20px 30px;
  background-color: #D9E9E3;
}

@media print, screen and (max-width : 767px) {
  .course__rec_list{
    grid: auto / 1fr;
    padding: 10px;
  }
}

.course__rec_list > li{
  padding: 15px;
  background-color: #fff;
}

.course__rec_list a{
  text-decoration: none;
  color: var(--txt_color);
}

.course__rec_list .course__rec_img,
.course__rec_list .ttl,
.course__rec_list .lead{
  display: block;
}

.course__rec_list .course__rec_img{
  margin: 0 0 10px;
}

.course__rec_list .ttl{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: var(--site_color);
}

.course__rec_list .lead{
  line-height: 1.7142857142857142;
  font-size: 14px;
}

.course__detail{
  padding-bottom: 0;
}

.course__rec_list + .course__btn{
  margin-top: 40px;
}

.course__spot_more_btn{
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 30px;
  padding: 6px 42px 6px 20px;
  border: 1px solid var(--site_color);
  border-radius: 20px;
  background: #fff url(/image/icon/arrow_02.svg) no-repeat right 20px center/12px;
  text-decoration: none;
  transition: all .3s;
}

.course__spot_more_btn:hover{
  opacity: .7;
}

.course__spot_more_btn,
.course__spot_more_btn:hover,
.course__spot_more_btn:visited,
.course__spot_more_btn:hover:visited{
  color: var(--site_color);
  text-decoration: none;
}

.course__spot_more_txt {
  font-size: 14px;
  font-weight: bold;
}

.course__spot_more_site {
  font-size: 12px;
}



/*--------------------------------------------------
	home
--------------------------------------------------*/
.home__kv {
  position: relative;
  background: url("../image/home/kv.png") no-repeat 50% 20%;
  background-size: cover;
  height: calc(100vh - 82px);
}
@media (max-width: 768px) {
  .home__kv {
    background: url("../image/home/kv_smp.png") no-repeat 50% 50%;
    background-size: cover;
    height: calc(100vh - 81px);
  }
}
.home__kv__lead {
  position: absolute;
  left: 50px;
  bottom: 70px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__kv__lead {
    left: 20px;
    bottom: 40px;
  }
}
.home__kv__lead h1 {
  font-family: "Poppins";
  font-size: 120px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home__kv__lead h1 {
    line-height: 1.2;
    font-size: 54px;
  }
}
.home__kv__lead p {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home__kv__lead p {
    font-size: 16px;
  }
}
.home__ride {
  background: #f3f6f5;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .home__ride {
    padding: 50px 0;
  }
}
.home__ride hgroup {
  color: #355442;
  text-align: center;
  margin-bottom: 50px;
}
.home__ride hgroup p {
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home__ride hgroup p {
    font-size: 20px;
  }
}
.home__ride hgroup h2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Poppins";
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 768px) {
  .home__ride hgroup h2 {
    font-size: 23px;
  }
}
.home__ride__movie {
  position: relative;
  max-width: 784px;
  margin: 0 auto 30px;
  aspect-ratio: 784/466;
}
.home__ride__movie iframe {
  width: 100%;
  height: 100%;
}
.home__ride__link {
  text-align: center;
}
.home__ride__link a {
  font-size: 16px;
  color: #087e38;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.home__ride__movie__decoration{
  position: absolute;
}

.home__ride__movie__decoration.decoration01{
  top: -44px;
  left: -42px;
}

.home__ride__movie__decoration.decoration02{
  right: -178px;
  bottom: -71px;
  width: 258px;
  height: 115px;
  background: url("../image/home/dec02.png") no-repeat 50% 50%/contain;
}

@media (max-width: 768px) {
  .home__ride__link a {
    font-size: 14px;
  }

  .home__ride__movie__decoration.decoration01{
    top: -22px;
    left: -32px;
    width: 108px;
  }
  
  .home__ride__movie__decoration.decoration02{
    right: -15px;
    bottom: -11px;
    width: 101px;
    height: 45px;
  }
}
@media (hover: hover) {
  .home__ride__link a:hover {
    color: #355442;
  }
}
.home__ride__link a span {
  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;
  -webkit-column-gap: 15px;
      -moz-column-gap: 15px;
          column-gap: 15px;
}
.home__ride__link a span::after {
  content: "";
  display: block;
  width: 11px;
  height: 4px;
  background: url("../image/common/icon_arrow.svg") no-repeat;
}

.home__course{
  padding: 80px 0;
  background: #E9F8D3;
}

@media print, screen and (max-width : 767px) {
  .home__course{
    padding: 50px 0;
  }
}

.dec_course{
  padding: 116px 0 0;
  background: url("../image/home/dec03.png") no-repeat center top/125px;
}

.home__course__hgroup{
  margin: 0 0 40px;
  font-weight: bold;
  text-align: center;
}

@media print, screen and (max-width : 767px) {
  .dec_course{
    padding-top: 90px;
  }

  .home__course__hgroup{
    margin-bottom: 30px;
  }
}

.home__course__hgroup p{
  font-size: 24px;
  color: #515151;
}

.home__course__hgroup .home__course__ttl{
  font-size: 44px;
  color: var(--site_color_02);
}

@media print, screen and (max-width : 767px) {
  .home__course__hgroup p{
    font-size: 16px;
  }
  
  .home__course__hgroup .home__course__ttl{
    font-size: 32px;
  }
}

.home__course__list{
  display: grid;
  gap: 30px 30px;
  margin-bottom: 30px;
}

.home__course__item{
}

.home__course__item a{
  display: block;
  height: 100%;
  padding: 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #333333;
}

/* pickup */
.home__pickup__box{
  display: block;
  height: 100%;
  padding: 40px 40px;
  border-radius: 10px;
  background-color: #fff;
  text-decoration: none;
  color: #333333;
}

.home__pickup {
  position: relative;
  background: #fffbce;
  padding: 60px 0 80px;
}

.home__pickup__hgroup {
    margin: 0 0 40px;
    font-weight: bold;
    text-align: center;
}

.home__pickup__hgroup p {
    font-size: 24px;
    color: #515151;
}

.home__pickup__ttl {
    font-size: 44px;
    color: var(--site_color_02);
}

.pickup_img{
    margin: 20px 0;
    text-align: center;
}

.pickup_txt{
  text-align: center;
}

@media print, screen and (max-width: 768px) {
  .sp_tal { text-align: left; }
}

@media print, screen and (min-width: 768px) {
  .home__course__list{
    grid: auto / 1fr 1fr;
    margin-bottom: 50px;
  }
  
  .home__course__item{
  }
  
}

@media print, screen and (max-width : 767px) {
  .home__course__list{
  }
  
  .home__course__item{
    /* padding: 20px 20px 30px; */
  }
}

.home__course .course_img {
  margin: 0 0 15px;
}

.home__course .course_name {
  margin: 0 0 10px;
  font-size: 18px;
  color: var(--site_color_02);
}

.home__course .course_txt {
  color: #333333;
}

.home__spot {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .home__spot {
    padding: 50px 0;
  }
}
.home__spot__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .home__spot__inner {
    display: block;
  }
}

.home__dec_spot__inner{
  position: relative;
}

@media print, screen and (max-width : 767px) {
  .home__dec_spot__inner{
    padding-bottom: 120px;
  }

}

@media print, screen and (min-width: 768px) {
  .home__dec_spot__inner .dec_spot{
    width: 100%;
    padding-bottom: 165px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .home__dec_spot__inner{
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media print, screen and (min-width: 1200px) {
  .home__dec_spot__inner .dec_spot{
    padding-bottom: 20px;
  }
}

.dec_spot::after{
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 133px;
  background: url("../image/home/dec04.png") no-repeat center top/contain;
  bottom: 0;
  left: 140px;
}

@media print, screen and (max-width : 767px) {
  .dec_spot::after{
    content: "";
    position: absolute;
    display: block;
    width: 186px;
    height: 99px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px){
  .dec_spot::after {
    width: 22%;
    /* left: 11%; */

    top: 0;
    right: 5%;
    left: auto;
  }
}

.home__spot hgroup {
  width: 41.3333333333%;
}
@media (max-width: 768px) {
  .home__spot hgroup {
    width: auto;
    margin-bottom: 34px;
  }
}
.home__spot hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__spot hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .home__spot hgroup h2 br {
    /* display: none; */
  }
}
.home__spot hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__spot hgroup p {
    font-size: 24px;
  }
}

.home__spot__map__box {
  width: 58.6666666667%;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .home__spot__map__box {
    width: auto;
  }
}
.home__spot__map__box iframe {
  width: 100%;
  height: 100%;
}

.home__spot__map{
  aspect-ratio: 704/378;
  aspect-ratio: 704/458;
}

@media print, screen and (min-width: 768px) {
  .home__spot__map__box{
    width: 80%;
    margin: 20px auto 0;
  }
}

.home__spot__box{
  width: 58.6666666667%;
  padding: 20px 20px;
  border: 2px solid var(--site_color);
}

@media (max-width: 767px) {
  .home__spot__map{
    aspect-ratio: 4/3;
    aspect-ratio: 4/5;
  }


  .home__spot__box {
    width: auto;
    margin: 10px auto 0;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px){
  .home__spot__box {
    width: 80%;
    margin: 10px auto 0;
  }
}

@media print, screen and (min-width: 1200px) {
  .home__spot__map__box,
  .home__spot__box{
    width: 49%;
    margin: 30px 0 0;
  }
}

.home__spot__box > dl{

}

.home__spot__box > dl > dt{
  font-size: 24px;
  font-weight: bold;
}

.home__spot__box > dl > dd{
  margin-top: 5px;
  margin-left: 1.5em;
}

@media print, screen and (max-width : 767px) {
  .home__spot__box > dl > dd{
    display: grid;
  }
}

.home__spot__box > dl > dd + dt{
  margin-top: 20px;
}

.home__spot__txt{
  font-size: 18px;
  margin-bottom: 15px;
}

.home__spot__box > dl a{
  color: var(--txt_color);
  color: var(--site_color);
}

.home__spot__infotxt{
  font-size: 16px;
  margin-top: 10px;
}

@media print, screen and (max-width : 767px) {
  .home__spot__box{
    margin-top: 20px;
  }
}

.home__spot__area__txt{
  font-size: 24px;
  font-weight: bold;
}

.home__price {
  position: relative;
  background: #f3f6f5;
  padding: 60px 0 80px;
}

.home__price::after{
  content: "";
  position: absolute;
  bottom: -14px;
  left: -7px;
  display: block;
  width: 96px;
  height: 84px;
  background: url("../image/home/dec05.png") no-repeat center top/contain;
}
@media print, screen and (min-width: 1280px) {
  .home__price::after{
    bottom: 66px;
    left: 48px;
    width: 135px;
    height: 118px;
  }
    
}

@media (max-width: 768px) {
  .home__price {
    padding: 50px 0;
  }
}
.home__price hgroup,
.home__pickup hgroup {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home__price hgroup {
    text-align: left;
  }
}
.home__price hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__price hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .home__price hgroup h2 br {
    display: none;
  }
}
.home__price hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__price hgroup p {
    font-size: 24px;
  }
}
.home__price__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media (max-width: 768px) {
  .home__price__box {
    display: block;
  }
}
.home__price__box1 {
  width: 44.4444444444%;
  width: 100%;
}
@media (max-width: 768px) {
  .home__price__box1 {
    width: auto;
    margin-bottom: 35px;
  }
}
.home__price__box1 table {
  border-collapse: collapse;
  margin-bottom: 10px;
}
.home__price__box1 table th,
.home__price__box1 table td {
  border: 1px solid #355442;
}
.home__price__box1 table th {
  width: 50%;
  background: #355442;
  color: #fff;
  font-size: 16px;
}
.home__price__box1 table th:first-child {
  border-right: 1px solid #fff;
}
.home__price__box1 table td {
  background: #fff;
  text-align: center;
  font-size: 18px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .home__price__box1 table td {
    font-size: 16px;
  }
}
.home__price__box1 table td.price {
  font-size: 16px;
}
.home__price__box1 table td strong {
  color: #087e38;
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins";
}
.home__price__box1 ul {
  font-size: 14px;
  margin-bottom: 40px;
}
.home__price__box1 dl dt {
  color: #355442;
  border-bottom: 1px solid #355442;
  font-size: 18px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.home__price__box1 dl dd {
  font-size: 16px;
  letter-spacing: 0.02em;
}
.home__price__box1 dl dd span {
  font-size: 14px;
  display: block;
  letter-spacing: 0.05em;
}
.home__price__box2 {
  width: 50%;
}
@media (max-width: 768px) {
  .home__price__box2 {
    width: auto;
  }
}
.home__how {
  padding: 80px 0 80px;
}
@media (max-width: 768px) {
  .home__how {
    padding: 50px 0;
  }
}

.dec_how{
  position: relative;
  padding-bottom: 30px;
}

.dec_how::after{
  content: "";
  position: absolute;
  z-index: -30;
  display: block;
  width: 300px;
  height: 93px;
  background: url("../image/home/dec06.png") no-repeat center top/contain;
  bottom: 0;
  left: -53px;
}

@media print, screen and (max-width : 767px) {
  .dec_how{
    padding-bottom: 108px;
  }

  .dec_how::after{
    width: 240px;
    height: 74px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.home__how .how_app_list{
  display: flex;
  gap: 8px;
  justify-content: center;
}

.home__how .how_app_list li{
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.home__how .how_app_list li::before,
.home__how .how_app_list li::after{
  content: none;
}

.home__how hgroup {
  margin-bottom: 50px;
}
.home__how hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__how hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .home__how hgroup h2 br {
    display: none;
  }
}
.home__how hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__how hgroup p {
    font-size: 24px;
  }
}
.home__how__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px 1.6666666667%;
}
@media (max-width: 768px) {
  .home__how__flow {
    display: block;
  }
}
.home__how__flow li {
  width: 27.9166666667%;
  position: relative;
  margin-right: 4.1666666667%;
  background: #e6eeeb;
  border-top: 2px solid #d9e9e3;
  padding: 20px 20px 30px;
}
@media (max-width: 768px) {
  .home__how__flow li {
    width: auto;
    margin-right: 0;
    margin-bottom: 75px;
  }
}
.home__how__flow li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .home__how__flow li:last-child {
    margin-bottom: 0;
  }
}
.home__how__flow li:last-child::after {
  content: none;
}
.home__how__flow li::after {
  display: block;
  content: "";
  width: 26px;
  height: 46px;
  background: url("../image/home/icon_flow.svg") no-repeat;
  position: absolute;
  right: -50px;
  top: calc(50% - 23px);
  background-size: contain;
}
@media (max-width: 768px) {
  .home__how__flow li::after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    bottom: -60px;
    right: auto;
    top: auto;
  }
}
.home__how__flow li::before {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background: #355442;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home__how__flow li figure {
  text-align: center;
}
.home__how__flow li dl dt {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.home__how__flow li dl dd {
  font-size: 14px;
}
.home__how__step {
  font-family: "Poppins";
  text-align: center;
  font-weight: 600;
  font-size: 22px;
}
.home__how__step span {
  font-size: 24px;
  margin-left: 10px;
}
.home__bg {
  height: 500px;
  background: #b2b2b2;
  background: url("../image/home/home__bg.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .home__bg {
    height: 220px;
    background-image: url("../image/home/home__bg_smp.jpg");
  }
}
.home__about {
  padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
  .home__about {
    padding: 38px 0 58px;
  }
}
.home__about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 142px;
     -moz-column-gap: 142px;
          column-gap: 142px;
}
@media (max-width: 768px) {
  .home__about__box {
    display: block;
  }
}

.home__about__box:has(.dec_about){
  position: relative;
	margin-bottom: 50px;
}

.dec_about::before,
.dec_about::after{
  content: "";
  position: absolute;
  display: block;
}
.dec_about::before{
  width: 127px;
  height: 76px;
  background: url("../image/home/dec07.png") no-repeat center top/contain;
	top: -14px;
  right: -157px;
}

@media print, screen and (max-width : 767px) {
	.dec_about{
		position: relative;
	}

  .dec_about::before{
		width: 84px;
    height: 59px;
		top: -50px;
    left: 0;
  }
}
.dec_about::after{
  width: 65px;
  height: 48px;
  background: url("../image/home/dec08.png") no-repeat center top/contain;
	bottom: 67px;
  right: -73px;
}
@media print, screen and (max-width : 767px) {
  .dec_about::after{
		width: 43px;
		height: 32px;
		bottom: -10px;
    right: -13px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1540px){
	.home__about__box:has(.dec_about){
		padding-right: 110px;
	}

	.dec_about::before {
		top: -14px;
		right: -17px;
	}

	.dec_about::after {
		bottom: 67px;
		right: 27px;
	}
}	

.home__about__box__text {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .home__about__box__text {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .home__about__box__text dl {
    margin-bottom: 38px;
  }
}
.home__about__box__text dl dt {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .home__about__box__text dl dt {
    font-size: 16px;
  }
}
.home__about__box__text dl dd a {
  font-size: 14px;
  color: #087e38;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.home__about__box__text dl dd a:hover {
  color: #355442;
}
.home__about__box__text dl dd a span {
  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;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.home__about__box__text dl dd a span::after {
  content: "";
  display: block;
  width: 11px;
  height: 4px;
  background: url("../image/common/icon_arrow.svg") no-repeat;
}
.home__about hgroup {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .home__about hgroup {
    margin-bottom: 30px;
		text-align: center;
  }
}
.home__about hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__about hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .home__about hgroup h2 br {
    display: none;
  }
}
.home__about hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__about hgroup p {
    font-size: 24px;
  }
}
.home__about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.1666666667%;
     -moz-column-gap: 3.1666666667%;
          column-gap: 3.1666666667%;
  counter-reset: num;
}
@media (max-width: 768px) {
  .home__about__list {
    display: block;
  }
}
.home__about__list li {
  counter-increment: num;
  width: 93.6666666667%;
  background: #f3f6f5;
  padding: 40px 30px 30px;
}
@media (max-width: 768px) {
  .home__about__list li {
    width: auto;
    margin-bottom: 20px;
  }
  .home__about__list li:last-child {
    margin-bottom: 0;
  }
}
.home__about__list li dl {
  margin-bottom: 30px;
}
.home__about__list li dl dt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .home__about__list li dl dt {
    font-size: 18px;
    padding-left: 40px;
  }
}
.home__about__list li dl dt::before {
  content: counter(num) ".";
  font-size: 40px;
  font-family: "Poppins";
  position: absolute;
  left: 0;
  line-height: 1;
  top: -10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .home__about__list li dl dt::before {
    top: 0;
  }
}
.home__about__list li figure {
  margin: 0;
	text-align: center;
}
.home__about__list li figure img {
  /* width: 100%; */
}
.home__news {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .home__news {
    padding: 0 0 50px;
  }
}
.home__news hgroup {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home__news hgroup {
    margin-bottom: 34px;
  }
}
.home__news hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__news hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
  .home__news hgroup h2 br {
    display: none;
  }
}

.dec_news{
	position: relative;
}

.dec_news::after{
	content: "";
	position: absolute;
	top: 20px;
	right: 0;
	display: block;
	width: 118px;
	height: 96px;
	background: url("../image/home/dec09.png") no-repeat center top/contain;
}

@media print, screen and (max-width : 767px) {
	.dec_news::after{
		top: 0;
	}
}

.home__news hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__news hgroup p {
    font-size: 24px;
  }
}
.home__news__list {
  border-top: 1px solid #393939;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home__news__list {
    margin-bottom: 38px;
  }
}
.home__news__list li a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .home__news__list li a {
    padding: 15px 0;
  }
}
.home__news__list li a dl {
  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;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .home__news__list li a dl {
    margin-bottom: 20px;
  }
}
.home__news__list li a dl dt {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins";
}
.home__news__list li a dl dd {
  background: #e6eeeb;
  border-radius: 20px;
  text-align: center;
  width: 135px;
}
@media screen and (max-width: 768px) {
  .home__news__list li a dl dd {
    font-size: 16px;
  }
}
.home__news__btn,
.home__course__btn {
  max-width: 440px;
  margin: 0 auto;
}
.home__news__btn a,
.home__course__btn a {
  display: block;
  background: #087e38 url("../image/common/icon_arrow_white.svg") no-repeat top 50% right 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 20px 44px;
  line-height: 1.5;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .home__news__btn a,
  .home__course__btn a {
    font-size: 14px;
    background-size: 11px 4px;
  }
}
@media (hover: hover) {
  .home__news__btn a:hover,
  .home__course__btn a:hover {
    background-color: #355442;
  }
}
.home__app {
  background: #b2b2b2 url(../image/home/bg_app.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .home__app {
    padding: 37px 0 72px;
    background: #fff url(../image/home/bg_app_smp.jpg) no-repeat left top/contain;
  }
}
.home__app hgroup {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home__app hgroup {
    margin-bottom: 34px;
  }
}
.home__app hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .home__app hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}
.home__app hgroup p {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .home__app hgroup p {
    font-size: 24px;
  }
}
.home__app__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 130px;
     -moz-column-gap: 130px;
          column-gap: 130px;
}
@media screen and (max-width: 768px) {
  .home__app__inner {
    display: block;
  }
}
.home__app__box {
  background: #f3f6f5;
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .home__app__box {
    padding: 50px 20px;
  }
}
.home__app__box dl {
  text-align: center;
}
.home__app__box dl dt {
  width: 129px;
  margin: 0 auto 26px;
}
@media screen and (max-width: 768px) {
  .home__app__box dl dt {
    margin-bottom: 30px;
  }
}
.home__app__box dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.home__app__box dl dd ul li:first-child {
  width: 190px;
}
.home__app__box dl dd ul li:last-child {
  width: 236px;
}
.home__faq {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .home__faq {
    padding: 0 0 58px;
  }
}
.home__faq hgroup {
  margin-bottom: 50px;
}

.dec_faq{
	position: relative;
}

.dec_faq::after{
	content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 88px;
  height: 135px;
  background: url("../image/home/dec10.png") no-repeat center top/contain;
}

@media print, screen and (max-width : 767px) {
	.dec_faq::after{
		top: 15px;
		width: 49px;
		height: 76px;
	}
}

.home__faq hgroup h2 {
  font-family: "Poppins";
  font-size: 76px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__faq hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}
.home__faq hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__faq hgroup p {
    font-size: 24px;
  }
}
.home__faq__list {
  border-top: 1px solid #393939;
  margin-bottom: 50px;
}
.home__faq__list li {
  border-bottom: 1px solid #393939;
}
.home__faq__list li dl {
  font-size: 18px;
  position: relative;
}
.home__faq__list li dl.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home__faq__list li dl::before {
  position: absolute;
  right: 0;
  top: 50px;
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background: url("../image/home/faq.svg") no-repeat;
  background-size: contain;
}
.home__faq__list li dl dt {
  padding: 40px 0;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home__faq__list li dl dt {
    padding: 30px;
  }
}
.home__faq__list li dl dt::before {
  content: "Q";
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .home__faq__list li dl dt::before {
    font-size: 20px;
  }
}
.home__faq__list li dl dd {
  display: none;
  padding-bottom: 40px;
  padding-left: 40px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .home__faq__list li dl dd {
    padding-bottom: 30px;
    padding-left: 30px;
  }
}
.home__faq__list li dl dd::before {
  content: "A";
  color: #087e38;
  font-family: "Poppins";
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  line-height: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .home__faq__list li dl dd::before {
    font-size: 20px;
    top: 6px;
  }
}
.home__faq__btn {
  max-width: 440px;
  margin: 0 auto;
}
.home__faq__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  background: #087e38;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .home__faq__btn a {
    font-size: 14px;
  }
}
@media (hover: hover) {
  .home__faq__btn a:hover {
    background-color: #355442;
  }
}
.home__faq__btn a::after {
  display: block;
  content: "";
  width: 21px;
  height: 18px;
  background: url("../image/home/icon_pdf.svg");
  background-size: contain;
}
.home__partner {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .home__partner {
    padding: 0 0 50px;
  }
}
.home__partner hgroup {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home__partner hgroup {
    margin-bottom: 34px;
  }
}
.home__partner hgroup h2 {
  font-family: "Poppins";
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .home__partner hgroup h2 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}
.home__partner hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.home__partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 27px;
     -moz-column-gap: 27px;
          column-gap: 27px;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home__partner__list {
    display: block;
  }
}
.home__partner__list li {
  width: calc((100% - 81px) / 4);
}
@media (max-width: 768px) {
  .home__partner__list li {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }
  .home__partner__list li:last-child {
    margin-bottom: 0;
  }
}
.home__info {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .home__info {
    margin-bottom: 0;
  }
}
.home__info__inner {
  background: #f3f6f5;
  padding: 60px;
}
@media (max-width: 768px) {
  .home__info__inner {
    padding: 57px 0 50px;
  }
}

.dec_contact{
	position: relative;
}

.dec_contact::before,
.dec_contact::after{
	content: "";
	position: absolute;
	display: block;
}


.dec_contact::before{
	width: 164px;
	height: 104px;
	background: url("../image/home/dec11.png") no-repeat center top/contain;
	top: -35px;
  right: -40px;
}

.dec_contact::after{
	width: 252px;
	height: 130px;
	background: url("../image/home/dec12.png") no-repeat center top/contain;
	bottom: 30px;
  left: -150px;
}

@media print, screen and (max-width : 767px) {
	.dec_contact{
		padding-bottom: 108px
	}
	
	.dec_contact::before{
		width: 106px;
		height: 67px;
		top: -45px;
		right: 50%;
		transform: translateX(50%);
	}
	
	.dec_contact::after{
		width: 132px;
		height: 68px;
		bottom: 22px;
		left: 20px;
	}
}

@media print, screen and (min-width: 768px) and (max-width: 1240px){
	.dec_contact::before{
		width: 106px;
		height: 67px;
		top: -45px;
		right: 50%;
		transform: translateX(50%);
	}
	
	.dec_contact::after{
		width: 132px;
		height: 68px;
		bottom: 22px;
		left: 20px;
	}
}

.home__info__inner h3 {
  font-size: 24px;
  color: #355442;
  border-bottom: 1px solid #355442;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}
.home__info__inner p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 48px;
}

.home__info__inner .home__info__bg_box{
  max-width: 335px;
  margin: 0 auto 20px;
  padding: 15px 0;
  background-color: #fff;
}

.home__info__inner dl dt {
  width: 164px;
  margin: 0 auto 25px;
}
.home__info__inner dl dd {
  font-size: 16px;
}
.home__info__btn {
  max-width: 335px;
  margin: 0 auto 30px;
}
.home__info__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1e3729;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  line-height: 1;
  padding: 30px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home__info__btn a::before {
  content: "";
  display: block;
  width: 30px;
  height: 24px;
  background: url("../image/home/icon_mail.svg") no-repeat;
  background-size: contain;
}
.home__bg2 {
  height: 500px;
  background: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .home__bg2 {
    height: 240px;
  }
}
/*--------------------------------------------------
	plugin
--------------------------------------------------*/
/* Slider */
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block; width: 100%; }.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff /*url(ajax-loader.gif)*/center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/js/jquery/plugin/lib/fonts/slick.eot);src:url('/js/jquery/plugin/lib/fonts/slick.eot?#iefix') format('embedded-opentype'),url('/js/jquery/plugin/lib/fonts/slick.woff') format('woff'),url('/js/jquery/plugin/lib/fonts/slick.ttf') format('truetype'),url('/js/jquery/plugin/lib/fonts/slick.svg#slick') format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:0;z-index: 1}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:0}[dir='rtl'] .slick-prev{right:0;left:auto}.slick-next{right:0}[dir='rtl'] .slick-next{right:auto;left:0}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-40px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:0;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:16px;height:16px;content:'';text-align:center;opacity:.25;background:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:1;/*overflow:hidden;*/-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:2pc;overflow:visible;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{background:#000;padding:1px}#cboxLoadingGraphic{background:url(/image/loading.gif)no-repeat center center}#cboxLoadingOverlay{background:#000}#cboxTitle{left:0;color:#000}#cboxCurrent,#cboxTitle{position:absolute;top:-22px}#cboxCurrent{right:205px;text-indent:-9999px}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:20px;height:20px;position:absolute;top:-20px;background:url(/image/Colorbox_controls.png)no-repeat 0 0}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active{outline:0}#cboxPrevious{background-position:0 0;right:44px}#cboxPrevious:hover{background-position:0 -25px}#cboxNext{background-position:-25px 0;right:22px}#cboxNext:hover{background-position:-25px -25px}#cboxClose{background-position:-50px 0;right:0}#cboxClose:hover{background-position:-50px -25px}.cboxSlideshow_off #cboxPrevious,.cboxSlideshow_on #cboxPrevious{right:66px}.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:44px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-75pt -25px}.cboxSlideshow_off #cboxSlideshow{background-position:-75pt 0;right:44px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}
/*--------------------------------------------------
	topics
--------------------------------------------------*/
.topics .common__kv {
  background: url("../image/news/kv.jpg") 50% 50%;
  background-size: cover;
}

@media print, screen and (max-width : 767px) {
  .topics .common__kv {
    background-image: url("../image/news/kv_smp.jpg");
  }
}

.topics__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .topics__wrap {
    display: block;
  }
}
.topics__wrap__side {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .topics__wrap__side {
    width: auto;
  }
}
.topics__wrap__side section {
  margin-bottom: 23px;
  background: #D9E9E3;
  padding-bottom: 1px;
}
.topics__wrap__side section h3 {
  background: #355442;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 12px 22px;
  margin-bottom: 10px;
}
.topics__wrap__side section ul {
  margin: 0 10px;
}
.topics__wrap__side section ul.archive li {
  background: none;
}
.topics__wrap__side section ul.archive li a {
  font-size: 14px;
  background: #fff;
  font-weight: 700;
  font-family: "Poppins";
  display: block;
}
.topics__wrap__side section ul.archive li ul {
  margin: 5px 10px 0;
}
.topics__wrap__side section ul.archive li ul li {
  margin-bottom: 5px;
}
.topics__wrap__side section ul li {
  background: #fff;
  margin-bottom: 10px;
}
.topics__wrap__side section ul li a {
  text-decoration: none;
  padding: 15px;
  display: block;
  color: #393939;
}
.topics__wrap__side section ul li a:hover p {
  color: #087E38;
}
.topics__wrap__side section ul li a p {
  -webkit-transition: color 200ms;
  transition: color 200ms;
}
.topics__wrap__side section ul li a .-date {
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins";
  display: block;
}
.topics__wrap__side section ul li a .-category {
  background: #e6eeeb;
  border-radius: 20px;
  text-align: center;
  width: 102px;
  display: block;
  margin-left: auto;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .topics__wrap__side section ul li a .-category {
    font-size: 16px;
  }
}
.topics__wrap__side .banner li {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .topics__wrap__side .banner li img {
    display: block;
    margin: 0 auto;
  }
}
.topics__wrap__main {
  width: 71%;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main {
    width: auto;
    margin-bottom: 80px;
  }
}
.topics__wrap__main hgroup {
  margin-bottom: 30px;
}

.topics__wrap__main .dec_topics_list{
  position: relative;
  padding-right: 140px;
}

.topics__wrap__main .dec_topics_list::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 132px;
  height: 70px;
  background: url("../image/home/dec13.png") no-repeat center top/contain;
}

@media print, screen and (max-width : 767px) {
  .topics__wrap__main .dec_topics_list{
    padding-right: 130px;
  }
  
  .topics__wrap__main .dec_topics_list::after{
    width: 118px;
    height: 63px;
  }
    
}

.topics__wrap__main hgroup h2 {
  font-family: "Poppins";
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #7ea295;
  letter-spacing: 0.05em;
}
.topics__wrap__main hgroup p {
  color: #515151;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.topics__wrap__main__list {
  border-top: 1px solid #393939;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__list {
    margin-bottom: 38px;
  }
}
.topics__wrap__main__list li a {
  display: block;
  padding: 30px 0;
  text-decoration: none;
  font-size: 16px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__list li a {
    padding: 15px 0;
  }
}
.topics__wrap__main__list li a dl {
  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;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__list li a dl {
    margin-bottom: 20px;
  }
}
.topics__wrap__main__list li a dl dt {
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins";
}
.topics__wrap__main__list li a dl dd {
  background: #e6eeeb;
  border-radius: 20px;
  text-align: center;
  width: 135px;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__list li a dl dd {
    font-size: 16px;
  }
}
.topics__wrap__main__pagenate {
  border-top: 3px solid #E6EEEB;
  margin-top: 30px;
  padding-top: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__pagenate {
    padding: 20px;
    background: #E6EEEB;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topics__wrap__main__pagenate .pager,
  .topics__wrap__main__pagenate .current {
    display: none !important;
  }
}
.topics__wrap__main__pagenate .prev a {
  display: block;
  width: 27px;
  height: 10px;
  background: url("../image/news/arrow_prev.svg") no-repeat;
}
.topics__wrap__main__pagenate .next a {
  display: block;
  width: 27px;
  height: 10px;
  background: url("../image/news/arrow_next.svg") no-repeat;
}
.topics__wrap__main__pagenate .smp {
  display: none;
}
@media screen and (max-width: 768px) {
  .topics__wrap__main__pagenate .smp {
    display: block;
  }
  .topics__wrap__main__pagenate .smp ul {
    position: absolute;
    bottom: calc(100% + 10px);
    width: 100%;
    border: 1px solid #E6EEEB;
    background: #fff;
    left: 0;
    display: none;
    padding: 0 20px;
    height: 285px;
    overflow-y: scroll;
  }
  .topics__wrap__main__pagenate .smp ul li {
    border-bottom: 1px solid #E6EEEB;
  }
  .topics__wrap__main__pagenate .smp ul li:last-child {
    border: none;
  }
  .topics__wrap__main__pagenate .smp ul li a {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    display: block;
  }
  .topics__wrap__main__pagenate .smp button {
    background: none;
    border: none;
    font-size: 16px;
    font-family: "Poppins";
  }
  .topics__wrap__main__pagenate .smp button span {
    font-weight: 700;
  }
  .topics__wrap__main__pagenate .smp button span span {
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 5px 10px;
  }
}
.topics__wrap__main__pagenate .current {
  display: block;
  color: #393939;
  font-family: "Poppins";
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
.topics__wrap__main__pagenate .dots span {
  display: block;
  height: 4px;
  width: 18px;
  background: url("../image/news/dots.svg") no-repeat;
}
.topics__wrap__main__pagenate a {
  color: #393939;
  font-family: "Poppins";
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
}
.topics__header {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 22px;
}
.topics__header h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #355442;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .topics__header h2 {
    font-size: 24px;
  }
}
.topics__header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .topics__header__info {
    display: block;
  }
}
.topics__header__info .-category {
  background: #e6eeeb;
  border-radius: 20px;
  text-align: center;
  width: 134px;
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .topics__header__info .-category {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .topics__header__info ul {
    text-align: right;
  }
}
.topics__header__info ul li {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .topics__header__info ul li {
    font-size: 16px;
  }
}
.topics__header__info ul li span {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .topics__header__info ul li span {
    font-size: 16px;
  }
}
.topics__body *:first-child {
  margin-top: 0;
}
.topics__body figure {
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .topics__body figure {
    margin-top: 20px;
  }
}
.topics__body p {
  margin-top: 25px;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .topics__body p {
    margin-top: 20px;
  }
}

.topics__body h1,
.topics__header h1,
.course .content1 h2 {
  font-size: 28px;
  letter-spacing: 0.05em;
  color: #355442;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .topics__body h1,
  .topics__header h1,
  .course .content1 h2 {
    font-size: 24px;
  }
}
.topics__body h2,
.course .content1 h3 {
  margin-top: 60px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  position: relative;
  z-index: 1;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .topics__body h2,
  .course .content1 h3 {
    font-size: 22px;
  }
}
.topics__body h2::after,
.course .content1 h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background: #BCD4CB;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.topics__body h3,
.course .content1 h4 {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
}
.topics__body h4,
.course .content1 h5 {
  margin-top: 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  padding-left: 25px;
  position: relative;
}
.topics__body h4::before,
.course .content1 h5::before {
  content: "";
  display: block;
  background: #BCD4CB;
  width: 15px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 12px;
}
.topics__body h5,
.course .content1 h6 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #393939;
  padding: 0 0 0 6px;
  position: relative;
  border-left: 4px solid #D9E9E3;
}


.course .content1 * + h2 {
  margin-top: 40px;
}

.course .content1 * + h3 {
  margin-top: 30px;
}

.course .content1 * + h4 {
  margin-top: 30px;
}

.course .content1 * + h5 {
  margin-top: 20px;
}

.course .content1 * + h6 {
  margin-top: 20px;
}

.topics__body h6 {
  margin-top: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #355442;
  padding: 5px 10px;
  position: relative;
  background: #D9E9E3;
}

.topics__btn {
  max-width: 440px;
  margin: 80px auto 0;
}
.topics__btn a {
  display: block;
  background: #087e38 url("../image/news/arrow_white.svg") no-repeat top 50% left 30px;
  border-radius: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .topics__btn a {
    font-size: 14px;
    background-size: 11px 4px;
  }
}
@media (hover: hover) {
  .topics__btn a:hover {
    background-color: #355442;
  }
}